here is my pandrobots info
But i cant use it in my lavalair script. when i send PM to chatbot, it doesnot Reply PM
PHP Code:
$botid = "9b1e19f44e34598a";
$hostname = "www.pandorabots.com";
$hostpath = "/pandora/talk-xml";
$sendData = "botid=".$botid."&input=".urlencode($message)."&custid=".$custid;
$result = PostToHost($hostname, $hostpath, $sendData);
$pos = strpos($result, "custid=\"");
$pos = strpos($result, "<that>");
Comment