Trying to replace V3arcade, shut off V3 and following directions... Under Open "includes/functions_online.php a couple lines do not exist....
First:
error_reporting(E_ALL & ~E_NOTICE);
Second:
default:
if ($permissions['wolpermissions'] & CANWHOSONLINEBAD)
{
require_once('./includes/functions_login.php');
$userinfo['location'] = fetch_replaced_session_url(htmlspecialchars_uni(st ripslashes($userinfo['location'])));
$userinfo['where'] = "<a href=\"$userinfo[location]\">$userinfo[location]</a>";
$userinfo['action'] = '<b>' . $vbphrase['unknown_location'] . '</b>';
}
else
{
// We were unable to parse the location
$userinfo['action'] = $vbphrase['viewing_index'];
$userinfo['where'] = "<a href=\"$vboptions[forumhome].php?$session[sessionurl]\">$vboptions[bbtitle]</a>";
}
Any ideas? There are similar lines, but not that.
|