PHP & IRC

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
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

PHP & IRC

Post by hob_goblin »

I know you can use PHP for IRC, and I'm interested in it.

I googled it, but I just can't for the life of me find an example, does anybody know anybody who has actually used it?

When i say example I don't mean code, i would run code on my own but i dont have an IRC server to connect to...
User avatar
EvilWalrus
Site Admin
Posts: 209
Joined: Thu Apr 18, 2002 3:21 pm
Location: Springmont, PA USA

Post by EvilWalrus »

you have two choices...

1) Install the IRCG module for PHP or...
2) Use custom classes (libraries) that were made for this purpose...

<shameless plug>
If you keep your eyes peeled on EvilWalrus.com, i will be releasing my source to googler (a companion bot for #php on irc.freenode.net)
</shameless plug>

Thats' about all i can recommend...
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I could have sworn there was an example on the offical IRCG site....

...*searches*....


nope, odd. :?
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

I really just want to see if it streams the data or if the page just refreshes and refreshes...
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I'd imagine it would refresh just like thoses already existant php chat apps. I didn't read anything about java being enabled. But then again, maybe someone coded a new mod i didn't hear about. I'd email the developers and double check.
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

I WANT PHP TO STREAM...WAHHHH :cry:
Post Reply