PDA

View Full Version : Sub forums on forum home hack, error, please help.


THE REAL BLAZE
12-28-2003, 12:57 AM
Parse error: parse error, unexpected T_STRING in /hsphere/local/home/hiphop/rapblock.com/forums/admin/forum.php on line 37

thats the error, whats wrong? it comes up when i try to modify forums/moderators in my cp

THE REAL BLAZE
12-28-2003, 07:46 PM
heeeeeeeelp

MindTrix
12-29-2003, 04:52 AM
Post line 37 and its surrounding lines from admin/forum.php.
Also what was the last hacks you installed?
Cheers

THE REAL BLAZE
12-29-2003, 01:44 PM
$forums=$DB_site->query("SELECT forumid FROM forum ORDER BY parentid");
while($forum=$DB_site->fetch_array($forums)) {
$parentlist = makeparentlist($forum['forumid']);
$DB_site->query("UPDATE forum SET parentlist='".addslashes($parentlist)."' WHERE forumid=$forum[forumid]");
}
}

MindTrix
12-30-2003, 04:19 PM
Cant see nothing wrong with that myself. Post more code from around it :)