Quote:
Originally Posted by alfaowner
ok, i am sorry, but how do i remove the database entries as i cannot get this to work, thank you, also can i just delete them in cp as i get an error if i do
|
The script I attached above removes all of the database entries. The changes to the database most likely aren't the cause of the error. If you're getting an error its because one or more of the files you edited still have some code from the hack in them. Reupload the backup of all the files you edited.
If you can tell me exactly what error you're getting and from which file I can help you fix it.
PS: All of the profile fields can be removed in your admincp under custom profile fields.. The only other thing this script adds to your database is a column called tdban to your user table.
You can remove it with phpmyadmin by running this query:
ALTER TABLE user DROP tdban
Then make sure that you uploaded an unmodified copy of all the files you edited.