0

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.

hakre
  • 193,403
  • 52
  • 435
  • 836
Aaron
  • 5
  • 5

1 Answers1

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