OK many thanks to
TWTCommish and
FireFly for supplying me with the info I needed to remove the Toplist hack from my database. For everyone else who might want to do the same, here is the query you need to run on your database.
Quote:
DROP TABLE toplist_hitsin;
DROP TABLE toplist_settings;
DROP TABLE toplist_sites;
DELETE FROM template WHERE title IN ('toplist_menu','toplist_addsite','toplist_redirec t_add','toplist_error_allfields','toplist_editsite _nosites','toplist_editsite','toplist_redirect_del ete','toplist_redirect_edit','toplist_editsitebit' ,'toplist','toplistbit','toplistbit_admin_nosites' ,'toplist_adminbit')
|
Hope this helps some of you like it helped me.