Quote:
Originally posted by Travis641
I get this, when I run the file:
Populating items_user database
No IDs were inserted.
Done with the items_user database.
Populating battle_stats database
No IDs were inserted.
Done with the battle_stats database.
Fix done.
But still nothing in showthread =\
Also weapons are working now! =)
|
Make sure that the install file made changes to the second HUGE database query in showthread.php. There are two queries that are very similar. After the hack, they should be nearly identical. The queries begin with
$posts=$DB_site->query("
and
$post=$DB_site->query_first("
Each of these queries should be similar, and they should also be a lot longer than the default queries. Make sure that this is the case. To find out what code needs to be inserted, have vbhacker generate a text file of the hack, and manually make sure that the changes were applied to both queries, even when there is only one file edit.