Ok, I need some XML type help here in referene to the warning system....
I run VolanoChat Pro on my site and it has a servlet that listens for incoming events (related to chat monitors and banning and such.)
The VolanoChat server sends "event" notifications in XML notation to any script using HTTP POST.
I would like to somehow write a script that would receive the chat events for banning and kicking users and issue warnings through the AWS.
The guide for this stuff is at:
http://www.volano.com/guide26/listening.html
Let me know what you think