The whole database goes down and I get the following error when I follow the instructions:
Parse error: parse error in /business/bclapp/html/vbulletin/admin/functions.php on line 2103
Fatal error: Call to undefined function: getuserinfo() in /business/bclapp/html/vbulletin/admin/sessions.php on line 327
This is the code I put in from the for functions.php
PHP Code:
// Leave Away Message in Profile (v1.0)
if ($post[away]=="1") {
eval("\$onlinestatus = \"".gettemplate("postbit_away")."\";");
} else {
if ($post[sessionuserid]>0) {
eval("\$onlinestatus = \"".gettemplate("postbit_online")."\";");
} else {
eval("\$onlinestatus = \"".gettemplate("postbit_offline")."\";");
}
}
// Leave Away Message in Profile (v1.0)
Lesane, I am so sorry that I haven't gotten this down yet. I haven't had any trouble installing anything until this one.
Adding this:
functions.php line 2103
$DB_site->query("DELETE FROM post WHERE postid IN ($postids"."0)");
Sessions.php is still original.