Translations of this page:
  • English (USA)

This is an old revision of the document!


AIML2000-Interface

You can use your bot to interact with an external server with the AIML2000-Interface.

Someone interacts with your bot via Chat, Instant Message oder Group Message. With the AIML2000-Interface you can send this message to an external server. At first you have to set the AIML2000-Url pointing to your server (example!):

aiml2000 http://www.pikkubot.de/aiml2000.php?data=

Then you have to activate the aiml2000-Interface:

aiml 1

This is an easy example for your server-script (written in PHP):

$fd=fopen("/tmp/aiml2000.log", a);
fwrite($fd, base64_decode($_GET[data]));
fclose($fd);

$exp=explode("\t", base64_decode($_GET[data]));

// $exp[0] -> CHAT / IM / GIM
// $exp[1] -> for GIM the Group-UUID
// $exp[2] -> Sender-UUID
// $exp[3] -> Sender-Name
// $exp[4] -> Message

wiki/aiml2000-interface.1306832038.txt.gz · Last modified: 2011/05/31 10:53 by eves
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0