Does your host give you some sort of control panel to use? If so, there should be a link to PHPMyAdmin in there, if not you will have to edit your vBulletin config to allow your userid to execute queries, then go to AdminCP -> Maintenance -> Execute Query, and enter these queries. Please note that doing this will delete all Toplist data from the tables, so if you have sites in the Toplist, they will be gone after doing this!
[sql]
DROP TABLE IF EXISTS toplist_categories;
DROP TABLE IF EXISTS toplist_clicks;
DROP TABLE IF EXISTS toplist_ratings;
DROP TABLE IF EXISTS toplist_reports;
DROP TABLE IF EXISTS toplist_sites;
[/sql]
Derek
|