[cgiirc-general] not connected to irc
Brought to you by:
dgl
|
From: Gethin C. <gc...@ed...> - 2004-03-08 12:53:08
|
Hi, recently moved server and let my channel lapse: I have re-created = channel on blitzed.org, set up as the last installation but it wont = connect to irc: http://www.ediblemedia.com.au/cgi-bin/irc.cgi channel is #small-planet I've chmodded all cgi files to 755 Any ideas? Geth heres the start of the config file: # This is the full access CGI:IRC 0.5 config file # It will allow access to *all* servers and channels # See http://cgiirc.sourceforge.net/docs/config.php for help editing it. # ----- # These are the default settings to show on the login form # default server(s) to connect to, more than one server can # be entered as a comma seperated list default_server =3D irc.blitzed.org default_port =3D 6667 # default channel(s), again this can be a comma seperated list default_channel =3D #small-planet # Realname to use (in /whois) default_name =3D CGI:IRC User # default nickname, a ? is replaced with a random number default_nick =3D zippo?? # The default username to send, this will only be sent if=20 # encode_ip (below) is set to 1 or less and will have no affect # if the system is running identd. default_user =3D cgiirc # Default quit message #quit_message =3D CGI:IRC # Quit prefix added to EOF messages and other quits not from /quit #quit_prefix =3D CGI:IRC # ----- # System setup options # You can change the default locations of the scripts with these # settings, generally they don't need to be changed script_nph =3D nph-irc.cgi script_form =3D client-perl.cgi script_login =3D irc.cgi ########################################################## #########change this when transferring server############# image_path =3D http://www.ediblemedia.com.au/chat/images ########################################################## # The location to *append* before the location of the socket directory # (don't change this unless you understand it - and then think about it = again). # Remember you will need to either edit client-perl.cgi or # client.c and recompile client.cgi if you change this # IF YOU CHANGE THIS AND HAVE ANY PROBLEMS TRY THE DEFAULT BEFORE ASKING = FOR # HELP socket_prefix =3D /tmp/cgiirc- |