IRC Script (lookin for code or wondering how to do it)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

IRC Script (lookin for code or wondering how to do it)

Post by bla5e »

I was wondering How I would go about getting a PHP script to connect to an IRC server and recieve all the incomming server list (/list) and then export it to a .txt file or a mysql file.. If you dont understand what I mean, reply and I will explain further.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

viewtopic.php?t=16878

something that could probably do what you ask.
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

Post by bla5e »

not what i was looking for - i already checked that out
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

the link feyd posted is helpful, it does connect to a irc server, it receives data from irc server/channel, you just have to edit it a little.
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

Post by bla5e »

i need to type a command and then save it, but ill look at it
Post Reply