The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Parse error: parse error, unexpected $ in /home/mvzsvhjf/public_html/board/index.php on line 359
i tried installing the who was online today hack and for some reason it didnt work, so i have basically reversed it all and im getting the same parse error except its just pointing to a different line number |
|
#2
|
|||
|
|||
|
post that line and surrounding lines...
probably missing a ; or something... |
|
#3
|
|||
|
|||
|
Parse error: parse error, unexpected $ in /home/mvzsvhjf/public_html/board/index.php on line 368
after finsing some missing lines and putting them in im getting this parse BUT i only have 367 lines not 368 heres my index just incase i've missed something Code:
You are not allowed to post full vB files - assassingod |
|
#4
|
|||
|
|||
|
i really cant find anything
|
|
#5
|
||||
|
||||
|
Seems you installed a hack and left part of it out.
if you kept a back up of the file reupload it then try the install of the hack again. |
|
#6
|
|||
|
|||
|
can you attach the entire file so that we can see?
That sometimes happens when you're missing a { or } |
|
#7
|
||||
|
||||
|
Quote:
You are not allowed to post full vB files - assassingod << |
|
#8
|
||||
|
||||
|
Take it easy Zachery
Some people arent aware they cannot post full files, and seeing as your vBulletin staff you think you could post a more friendlier/useful post
|
|
#9
|
||||
|
||||
|
Quote:
![]() Next time i feel i shall use the highlight code as well as a bold and an underline
|
|
#10
|
|||
|
|||
|
well sorry i didnt know you couldnt post full vb files.... i havent seen anything anywaywhere that i cant do it
ok well i tried re-installing the hack i tried doing, and i get this Parse error: parse error, unexpected $ in /home/mvzsvhjf/public_html/board/index.php on line 424 but the file has 423 lines not 424 but heres the end of the file Code:
} // END while ( list($key1,$val1)=each($iforumcache["$forumid"]) ) {
unset($iforumcache["$forumid"]);
return $forumbits;
}
if (!isset($forumid) or $forumid==0 or $forumid=='') {
$forumid=-1;
} else {
// need to get permissions for this specific forum
$permissions=getpermissions(intval($forumid));
}
$forumbits=makeforumbit(intval($forumid), 1, $permissions);
$unregwelcomemessage='';
if ($bbuserinfo['userid']==0) {
eval("\$unregwelcomemessage = \"".gettemplate('forumhome_unregmessage')."\";");
}
eval("dooutput(\"".gettemplate('forumhome')."\");");
?>
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|