Jabber Bot Web Script
March 29, 2008 – 10:35 amHere is the second bit of the Jabber Bot, a PHP script that you can HTTP get that will cause the bot to send a message. At the very least put this behind a .htaccess.
Usage: URL?lobster=pie&jid=JID&message=MESSAGE
# This should be one of the files from @message_files in the bot. $jabber_file = "messages.txt"; if(!$jid || !$message || $lobster != 'pie') { exit; } $jabber = "$jid&&$message\n";

Sorry, comments for this entry are closed at this time.