Connect IRC using php on linux systems - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21) +---- Thread: Connect IRC using php on linux systems (/showthread.php?tid=1380) Pages:
1
2
|
Connect IRC using php on linux systems - immi - 10-13-2009 Hello SF This script is created to be used for connecting to IRC clients using PHP on a linux system. PHP Code: <? That's it Enjoy RE: Connect IRC using php on linux systems - Gaijin - 10-13-2009 Hey man thanks I've been looking for ways to do this, this is helpful! Did you write this? RE: Connect IRC using php on linux systems - immi - 10-13-2009 (10-13-2009, 02:29 AM)NinjaGeek Wrote: Hey man thanks I've been looking for ways to do this, this is helpful! Thankyou Ninja RE: Connect IRC using php on linux systems - Spl3en - 10-13-2009 I'm posting what i'm using for windows for connecting IRC using php : PHP Code: <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Hope it helps RE: Connect IRC using php on linux systems - immi - 10-14-2009 (10-13-2009, 06:12 PM)Spl3en Wrote: I'm posting what i'm using for windows for connecting IRC using php : I think thats very good. Thanks spleen RE: Connect IRC using php on linux systems - manipulate - 10-20-2009 Check out PHP-iRC RE: Connect IRC using php on linux systems - immi - 10-23-2009 (10-20-2009, 09:44 PM)iintens Wrote: Check out PHP-iRC hmm , whats that, any link will be appreciated RE: Connect IRC using php on linux systems - Codine - 10-23-2009 http://www.phpbots.org/ RE: Connect IRC using php on linux systems - immi - 10-23-2009 (10-23-2009, 10:23 AM)Codine Wrote: http://www.phpbots.org/ Thanks, I will take a leap to this. RE: Connect IRC using php on linux systems - Codine - 10-23-2009 You're welcome, i think that's the site your looking for, if not then i'll have another look for you. |