hi
anybody ever tryed to send something to a Instant Message system like ICQ.
Do u know a point to start at? Or a free third party script (witch of cause isn’t supported here) to use.
thx
your (PHP Beginner Q
hi
anybody ever tryed to send something to a Instant Message system like ICQ.
Do u know a point to start at? Or a free third party script (witch of cause isn’t supported here) to use.
thx
your (PHP Beginner Q
You should be able to get the IM client’s APIs to figure out the protocol and then use that in conjunction with sockets in PHP? If you run PHP from the CLI you should be able to actually set up a chat session that way.
I don’t know about existing PHP ICQ client.
But there are PHP class wich handle base ICQ actions.
cool thx.