I was trying to add adsense to my forum, but It didn't work, i gave up, but now it says
Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /www/110mb.com/t/h/e/c/o/o/l/l/thecoollist/htdocs/forum/post.php on line 125
I was editing around line 190...
heres around line 125
clearstatcache();
$lockedforum=GetForumStatus($cat,$fid);
include($dbpath."/cats/".$cat);
include($dbpath."/cats/".$cat."_".$fid);
$tops=$ftopics;
$end=$tops-$maxppp;
if ($maxrpp){
$noofpages=ceil($preplies/$maxrpp);
}
125> $start=$tops;
echo "<table width="100%" border="0" cellpadding="2" cellspacing="0">";
echo "<tr><td width="48%"><font size="1"></font></td><td width="52%"; align="right">";