|
|
| Author |
Message |
DeepBlackMagic Guest
|
Posted: May 18, 2004 8:51pm Post subject: PHP IRC Client? |
|
|
| Anybody know of a web-based PHP irc client? Im looking for one similar to CGI:IRC (perl). Thanks for your time. |
|
| Back to top |
|
 |
HyperionX none

Joined: 26 Feb 2004 Posts: 7
|
|
| Back to top |
|
 |
DeepBlackMagic Guest
|
Posted: May 19, 2004 3:02am Post subject: |
|
|
| No, see thats java, not php. I dont want a java applet, i tried all of them. They are closed source and generally suck hard. I need php. |
|
| Back to top |
|
 |
Asmo none

Joined: 06 May 2003 Posts: 28
|
|
| Back to top |
|
 |
AlleyKat none

Joined: 20 May 2004 Posts: 4
|
|
| Back to top |
|
 |
jean-michel Guest
|
Posted: May 29, 2004 7:40am Post subject: |
|
|
any one has succeed to make it works ( php IRC )
socket_create not found
and all socket functions
I have pHP 4.3.3 |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1182 Location: Tampa, FL
|
Posted: May 29, 2004 7:43am Post subject: |
|
|
| You need to --enable-sockets in the php config then php needs to be recompiled. |
|
| Back to top |
|
 |
ShadowRage-needstologin Guest
|
Posted: May 29, 2004 6:42pm Post subject: |
|
|
| DeepBlackMagic wrote: | | No, see thats java, not php. I dont want a java applet, i tried all of them. They are closed source and generally suck hard. I need php. |
pjirc is my weapon of choice, it's the best java based irc client you'll get, it runs extremely well and IS opensource.
has a nice UI, and can connect to multiple servers
a good example is at http://www.acidchat.net/?node=login |
|
| Back to top |
|
 |
VJTD3 none

Joined: 29 May 2004 Posts: 1
|
Posted: May 29, 2004 7:27pm Post subject: |
|
|
From 2.6 on PHP:IRC nolonger uses socket_*
(Works on every OS without recompile which is pretty much impossable for windows or in cases the server is a hosting company where you can't recompile php) |
|
| Back to top |
|
 |
|