Page 1 of 1

how to fix !items

PostPosted: Tue Nov 21, 2006 3:17 pm
by Krichund
to fix the !items on the bot you have to open the items file and replace the line ;
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

PostPosted: Tue Nov 21, 2006 5:31 pm
by Kid
If I ever win the lottery, I'm sending you €5000.

Of course, it would help if I actually bought a ticket....but as they say, it's the thought that counts.