how to fix !items
Posted: Tue Nov 21, 2006 3:17 pm
to fix the !items on the bot you have to open the items file and replace the line ;
with
that should fix it i had the same problem when i ran a IGNBot and tried vhabs new items plugin, also should allow you to do !items for ai items
- Code: Select all
$rep_data = geturl("http://vashbot.sourceforge.net/itemsnet.php?query=$url_enc_data");
with
- Code: Select all
$rep_data = file_get_contents("http://vashbot.sourceforge.net/itemsnet.php?query=$url_enc_data");
that should fix it i had the same problem when i ran a IGNBot and tried vhabs new items plugin, also should allow you to do !items for ai items