Tried to remove this hack, I uninstalled this hack form all my files backed out changed everything back from what the text told me to change it to. Anyhow so now with my fuctions.php I get this error:
Parse error: parse error in /www/htdocs/forums/admin/functions.php on line 1793
Fatal error: Call to undefined function: makelogincode() in /www/htdocs/forums/global.php on line 332
The code on the lines around it are as follow.
PHP Code:
1789 if ($lastpost!=$currentlastpost) {
$lastpostquery=",lastpost='$lastpost',lastposter='".addslashes($lastposter)."';
} else {
$lastpostquery="";
}
$DB_site->query("UPDATE forum SET
replycount='$numberposts',threadcount='$numberthreads'
1798 $lastpostquery WHERE forumid='$forumid'");
$lastpostquery=""; seems to be the problem, what do I do?