How would i make an aol aim bot in php, that is able to send and receive message, with a autoresponder. I have already taken a look at the toc protocol but wanted to use oscar if possible.
Asked
Active
Viewed 95 times
0
-
You mean as a program running on the user's machine, and not through a web page, right? – Ignacio Vazquez-Abrams Jun 29 '10 at 06:03
-
I mean as a script, maybe running thru a cron job, or yea as a page where it allow yu to send and receive is the idea to build off of, real simple tho. – Aaron Jun 29 '10 at 06:08
1 Answers
0
I can't speak as to specific protocols, but the only architecture you can use for this is to have a daemon running on the server that holds the connection to the IM server open and logged in, and also has a channel/socket open on the server listening to PHP scripts that make a connection to it in order to send and receive messages.

Ignacio Vazquez-Abrams
- 776,304
- 153
- 1,341
- 1,358