• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-759579

formats/H21-Jun-2015-1,192951

images/taras/H03-May-2022-

interfaces/H09-May-2017-8,6637,505

modules/H21-Jun-2015-1,8101,486

.gitattributesH A D21-Jun-201522 32

.gitignoreH A D21-Jun-201529 54

.htaccessH A D21-Jun-2015105 86

READMEH A D21-Jun-20151.8 KiB5138

cgiirc.configH A D21-Jun-20151.1 KiB3125

cgiirc.config.fullH A D21-Jun-20159.1 KiB258203

client-perl.cgiH A D03-May-20222.2 KiB7845

client.cH A D21-Jun-20155.1 KiB226164

ipaccess.exampleH A D21-Jun-20151.6 KiB3830

irc.cgiH A D03-May-20227.9 KiB269205

nph-irc.cgiH A D03-May-202241.1 KiB1,4391,100

README

1CGI:IRC - http://cgiirc.org/
2----------------------------
3
4CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it
5is designed to be flexible and has many uses such as an IRC gateway for an IRC
6network, a chat-room for a website or to access IRC when stuck behind a
7restrictive firewall.
8
9This is a very quick guide to CGI:IRC, you will find more documentation in the
10docs directory and on the website.
11
12Requirements
13------------
14
151. Ability to run CGI scripts using Perl 5.004 or greater
162. UNIX based system
173. Acceptable use policy allows access to IRC
18
19Generally if you pay your host enough they will let you run CGI:IRC, but beware
20it does use a lot of memory because each user uses a web server process and a
21perl process. This is due to the stream based nature and the fact most
22webservers are designed to serve static content.
23
24Installing
25----------
26These are very simple instructions, see the website for more in depth
27instructions.
28
291. Edit the cgiirc.config or cgiirc.config.full (if you use cgiirc.config.full
30   make sure to rename it to cgiirc.config).
312. Copy or upload all the files to your cgi-bin directory, and put the images
32   directory in the correct location (may or may not be inside the cgi-bin
33   directory).
34   If you don't want to the docs directory does not need to be uploaded to the
35   server.
363. Check that all the files have the correct permissions and so on
374. Visit the location you installed irc.cgi to.
38
39If it doesn't work see the website as it has answers to common problems.
40
41Support
42-------
43
44CGI:IRC has a mailing list for support questions and anything else:
45http://lists.sourceforge.net/lists/listinfo/cgiirc-general
46
47Make sure you read the FAQ on the website before posting though ;-)
48
49--
50David Leadbeater <http://contact.dgl.cx/>
51