This is a discussion on IRC Gateway within the PHP Programming forums, part of the Web Development category; Introduction With IRCG you can rapidly stream XML data to thousands of concurrently connected users. This can be used to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Introduction 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.
__________________ Thanks & Regards, R.Kamalakannan. |
| Sponsored Links |
| |||
| Installation Detailed installation instructions can be found at IRCG: IRCG: XML Real-Time Streaming. 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.
__________________ Thanks & Regards, R.Kamalakannan. |
| |||
| IRCG Functions ircg_channel_mode Set channel mode flags for user Syntax: bool ircg_channel_mode ( resource connection, string channel, string mode_spec, string nick ) Set channel mode flags for channel on server connected to by connection. Mode flags are passed in mode_spec and are applied to the user specified by nick. Mode flags are set or cleared by specifying a mode character and prepending it with a plus or minus character, respectively. E.g. operator mode is granted by '+o' and revoked by '-o', as passed as mode_spec.
__________________ Thanks & Regards, R.Kamalakannan. |
| |||
| ircg_disconnect Close connection to server Syntax: bool ircg_disconnect ( resource connection, string reason ) ircg_disconnect() will close a connection to a server previously established with ircg_pconnect().
__________________ Thanks & Regards, R.Kamalakannan. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can Ping Gateway in c#.net | Mramesh | C# Programming | 3 | 01-04-2008 04:15 AM |
| send the sms using SMS/MMS Gateway in php | varghese | PHP Programming | 1 | 09-18-2007 07:32 AM |
| Payment Gateway | vadivelanvaidyanathan | Software Testing | 0 | 09-12-2007 03:15 AM |
| Need help on payment gateway integration in a website using C# | garunprasad | C# Programming | 1 | 08-01-2007 03:44 AM |
| Payment Gateway | Jeyaseelansarc | PHP Programming | 3 | 07-11-2007 02:20 AM |