This change is in the actual ewt.talkerbot.php itself..........If you open the file in your computer, then locate the actual ewt.talkerbot.php...
Right click on the php, and just under where it say open, click on open with, find your wordpad then scroll down to the bottom of the php file and look for: $ip = "127.0.0.1";
$vbulletin->db->query_write("INSERT INTO ".TABLE_PREFIX."session (userid,lastactivity,host) VALUES ('".$vbulletin->options['ewt_talkerbot_botuid']."',".TIMENOW.",'$ip')");
There are 2 call's for this that you need to change inside the php.....
Or just use the one below........
|