Quote:
Originally Posted by slim cutty
I think that did it thanks to you, you must have had this similar problem? Was it a bug in the uninstall file? He should have updated that file. Because of it my Database crashed and gave my webhosts hell...lol (not really in a laughing matter though).
Thank you very much though
|
Hi no problem at all.
Didn't uninstall the hack till now but i will review the uninstall script
Update: yes it IS a bug in uninstall Script. If the First User returned from the statement down there has already agreed rules, then it won't work:
Code:
$xx = $DB_site->query_first("select * from " . TABLE_PREFIX . "user");
if ($xx[agreedrule]=='')
$DB_site->query("ALTER TABLE " . TABLE_PREFIX . "user DROP agreedrule");
It should be a check for all columns in the table and a search vor "agreedrule" column. Sorry i am not familiar with mysql syntax for this