This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
cgiirc /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Tue Aug 21 08:17:50 -0700 2007 | |
| |
.gitignore | Mon Aug 20 11:02:00 -0700 2007 | |
| |
.htaccess | Fri Jan 17 15:42:58 -0800 2003 | |
| |
README | Sat May 05 18:05:35 -0700 2007 | |
| |
cgiirc.config | Tue Oct 09 10:38:10 -0700 2007 | |
| |
cgiirc.config.full | Tue Feb 19 14:36:36 -0800 2008 | |
| |
client-perl.cgi | Tue Aug 21 08:17:50 -0700 2007 | |
| |
client.c | Sat May 03 05:09:59 -0700 2008 | |
| |
docs/ | Tue Oct 09 10:38:10 -0700 2007 | |
| |
formats/ | Sun Apr 30 12:08:55 -0700 2006 | |
| |
images/ | Sat Jan 10 20:57:52 -0800 2004 | |
| |
interfaces/ | Tue Feb 19 14:36:36 -0800 2008 | |
| |
ipaccess.example | Mon Oct 27 09:18:48 -0800 2003 | |
| |
irc.cgi | Fri Mar 21 06:00:27 -0700 2008 | |
| |
modules/ | Mon Nov 10 12:17:50 -0800 2008 | |
| |
nph-irc.cgi | Mon Nov 10 11:45:16 -0800 2008 |
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/>







