If sb need a simple PHP IRC Class:
http://sf.net/projects/irccc
![]() | LIX. IRC Gateway Functions简介With IRCG you can rapidly stream XML data to thousands of concurrently connected users. This can be used to build powerful, extensible interactive platforms such as online games and webchats. IRCG also features support for a non-streaming mode where a helper application reformats incoming data and supplies static file snippets in special formats such as cHTML (i-mode) or WML (WAP). These static files are then delivered by the high-performance web server. Up to v4, IRCG runs under these platforms:
安装Detailed installation instructions can be found at http://www.schumann.cx/ircg/. We urge you to use the provided installation script. It is not recommended, but you can try enable IRCG support yourself. Provide the path to the ircg-config script, --with-ircg-config=path/to/irc-config and in addition add --with-ircg to your configure line. 运行时配置本扩展模块在 php.ini 中未定义任何配置选项。 预定义常量本扩展模块未定义任何常量。
![]()
malo at dasevil dot de
05-May-2006 11:59
If sb need a simple PHP IRC Class:
matthias at matthiaswinkelmann dot com
09-Aug-2005 05:59
I have posted the last BSD-Licensed version of ircg at http://www.matthiaswinkelmann.com/index.php/
howanghk NOSPAM at gmail NOSPAM dot com
28-Jul-2005 06:57
In fact, this IRCG is shareware (which limit to 10 connections at one time only) and useless!
Sami Fouad
27-Apr-2005 06:39
Yes, the newer versions are shareware, but the older version is not so I don't see why this should be removed. And it is still freely available on his website here: http://www.schumann.cx/ircg/windows.php
karl dot robert at gmail dot com
13-Jan-2005 08:43
ircg 3 and 4 are shareware, but ircg 2 was bsd-licenced. I still have that version (sasha schumann pulled it from his website - i wonder why). Send me an email if you want it.
16-Apr-2004 09:50
watch out, ircg is shareware as it seems.
meebey at php dot net
02-Jun-2003 07:23
If you just need an IRC client/bot in PHP without this IRCG extension, you want to look at the PEAR::SmartIRC class. Here the direct link to this class: http://pear.php.net/package-info.php?pacid=146
darkelder at php dot net
12-Nov-2002 01:16
This is an example to show how to connect to a IRC server, how to join a channel, send and receive messages.
ssruprai at hotmail dot com
03-May-2002 09:55
You may face problems with php 4.20 configure script when using "--with-ircg-config" without providing any path to script file. When it tries to configure ircg it just starts printing --ldflags continuously. | ![]() |