Quote:
Originally Posted by Weapon-x
replace the word "PREFIX" with the real prefix or replace the word "TABLE_PREFIX" with the real prefix?
|
replace " . TABLE_PREFIX . " with the real prefix
look in your config.php
PHP Code:
// Prefix that your vBulletin tables have in the database.
// For example: $tableprefix = 'vb3_';
$tableprefix = '6654654_';
if that true
do this
[sql]
DELETE FROM 6654654_datastore WHERE title = 'arcadesettings' LIMIT 1;
ALTER TABLE 6654654_user DROP arcadesettings;
ALTER TABLE 6654654_usergroup DROP arcadepermissions;
DROP TABLE 6654654_games;
DROP TABLE 6654654_gamechallenges;
DROP TABLE 6654654_gamesessions;
DROP TABLE 6654654_gamenews;
DELETE FROM 6654654_datastore WHERE title = 'arcadesettings' LIMIT 1;
DELETE FROM 6654654_datastore WHERE title = 'scoresettings' LIMIT 1;
[/sql]