Log in

View Full Version : Cannot uninstall hack?


Nathan2006
11-22-2006, 05:43 PM
I installed Moderator Application System 2.0 (https://vborg.vbsupport.ru/showthread.php?t=102506)

But after upgrading to 3.60 I could no longer uninstall it.

I have added many posts in the main thread but had no help at all.

I'm receiving this error message when trying to uninstall it.

Database error in vBulletin 3.6.2:

Invalid SQL:
DROP TABLE `maf_application`;

MySQL Error : Unknown table 'maf_application'
Error Number : 1051
Date : Wednesday, November 1st 2006 @ 05:56:28 PM
Script : http://www.mysite.com/mas_upgrade.php?step=uninstall
Referrer :
IP Address : 12.112.12.112
Username : Nathan
Classname : vb_database

Thank you if anyone can help me out :)

BigJohnny
11-22-2006, 07:02 PM
seems as if the table name is wrong, or that it is already gone.

I would go through the "Uninstall code" and very manually that each table has been deleted.

akanevsky
11-22-2006, 07:12 PM
I would go through the "Uninstall code" and very manually that each table has been deleted.

That will not remove the product from the database.

Solution

In the uninstall code, add the following to the very beginning:

$db->hide_errors();

Then attempt to uninstall the product again.

Nathan2006
11-22-2006, 07:16 PM
That will not remove the product from the database.

Solution

In the uninstall code, add the following to the very beginning:

$db->hide_errors();

Then attempt to uninstall the product again.

Thanks Anthony,

It uninstalled straight away :D

Thanks again for your help :)