\n"; echo "INTRUDER ALERT!!!\n"; echo "\n\n


\n\n"; echo "


\n"; echo "Get Out!
\n"; echo "\n"; echo "\n"; exit; } $result=sql_query("select pwd from ".$prefix."_authors where aid='$aid'", $dbi); if(!$result) { echo "Selection from database failed!"; exit; } else { list($pass)=sql_fetch_row($result, $dbi); if($pass == $pwd && $pass != "") { $admintest = 1; } } } ?>