2

Does anyone know whether PHP can be used to include an IRC channel in a web page, so that visitors to the website can login to the IRC and communicate with each other.

Thanks.

diggersworld
  • 12,770
  • 24
  • 84
  • 119
  • 1
    I see a lot of entries in google. But I wont play with IRC in PHP, as IRC has a very bad history on security. Doing mashups can open up your PHP to breaches. Why do yo need this inclusion? – Elzo Valugi Dec 07 '10 at 09:50
  • @Elzo: Cheers for the information. – diggersworld Dec 07 '10 at 16:02
  • @Lekensteyn: This was a question related to programming in PHP. I'm not requesting a complete solution, but was wondering whether there were any libraries available, or even possible. – diggersworld Dec 07 '10 at 16:03

1 Answers1

2

You can use this to create what you want: http://www.phpclasses.org/package/1409-PHP-IRC-client-for-creating-chats-or-bots.html

AntonioCS
  • 8,335
  • 18
  • 63
  • 92