Quote:
Originally Posted by Itachi0009
in phpmyadmin it calls rpg_items_user vb3_rpg_items_user
but when i change the table in the showthread to vb3_.. it just gives me can't find this table bs.. :/
|
The error is because the query is telling it to select from those tables, but it doesn't actually select the tables (in the FROM portion of the query). Are you sure you applied all the file edits? If this hack modifies the top portion of the query, it should modify the bottom of the query to add a JOIN on the needed tables.