dgl / cgiirc

CGI:IRC web based IRC client

This URL has Read+Write access

cgiirc /
name age message
file .gitattributes Tue Aug 21 08:17:50 -0700 2007 Versioning using git Tell git to expand $Id$ a... [dgl]
file .gitignore Mon Aug 20 11:02:00 -0700 2007 git migration [dgl]
file .htaccess Fri Jan 17 15:42:58 -0800 2003 .. [dgl]
file README Sat May 05 18:05:35 -0700 2007 Update stuff to point at cgiirc.org [dgl]
file cgiirc.config Tue Oct 09 10:38:10 -0700 2007 Add smilies.conf example, cleanup a few things. [dgl]
file cgiirc.config.full Tue Feb 19 14:36:36 -0800 2008 Some people want stupidly sized smilies. So mak... [dgl]
file client-perl.cgi Tue Aug 21 08:17:50 -0700 2007 Versioning using git Tell git to expand $Id$ a... [dgl]
file client.c Loading commit data...
directory docs/ Tue Oct 09 10:38:10 -0700 2007 Add smilies.conf example, cleanup a few things. [dgl]
directory formats/ Sun Apr 30 12:08:55 -0700 2006 Click to reconnect thing [dgl]
directory images/ Sat Jan 10 20:57:52 -0800 2004 New smilies/images [dgl]
directory interfaces/
file ipaccess.example Mon Oct 27 09:18:48 -0800 2003 0.5.3pre2 - all in one commit as I haven't had ... [dgl]
file irc.cgi
directory modules/
file nph-irc.cgi
README
CGI:IRC - http://cgiirc.org/
----------------------------------------

CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it
is designed to be flexible and has many uses such as an IRC gateway for an IRC
network, a chat-room for a website or to access IRC when stuck behind a
restrictive firewall.

This is a very quick guide to CGI:IRC, you will find more documentation in the
docs directory and on the website.

Requirements
------------

1. Ability to run CGI scripts using Perl 5.004 or greater
2. UNIX based system
3. Acceptable use policy allows access to IRC

Generally if you pay your host enough they will let you run CGI:IRC, but beware
it does use a lot of memory because each user uses a web server process and a
perl process. This is due to the stream based nature and the fact most
webservers are designed to serve static content.

Installing
----------
These are very simple instructions, see the website for more in depth
instructions.

1. Edit the cgiirc.config or cgiirc.config.full (if you use cgiirc.config.full
   make sure to rename it to cgiirc.config).
2. Copy or upload all the files to your cgi-bin directory, and put the images
   directory in the correct location (may or may not be inside the cgi-bin
   directory).
   If you don't want to the docs directory does not need to be uploaded to the
   server.
3. Check that all the files have the correct permissions and so on
4. Visit the location you installed irc.cgi to.

If it doesn't work see the website as it has answers to common problems.

Support
-------

CGI:IRC has a mailing list for support questions and anything else:
http://lists.sourceforge.net/lists/listinfo/cgiirc-general

Make sure you read the FAQ on the website before posting though ;-)

-- 
David Leadbeater <http://contact.dgl.cx/>