ok its like 2 lines of code
re-download the main file and redo the
if ($action=="updatesig") { part of the hack
if your too lazy to download the file then
in the modified code look for
PHP Code:
$getuser=$DB_site->query_first("SELECT username FROM user WHERE userid='$userid'");
above it add
PHP Code:
if($bbuserinfo[userid] != 1) {
then below
PHP Code:
eval("dooutput(\"".gettemplate("editsig_done")."\");");
}
add