Quote:
Originally Posted by Logician
There are 3 optional steps. In which of them you have the problem?
|
In the first 2, the following codes are not in this files:
Thank you
1- admin/index.php
find
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
makenavselect("Options");
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
For this edit online.php
1- find
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
require('./global.php');
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2- find:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
global $thread, $post, $forum, $event, $gotforum, $hideprivateforums, $bbuserinfo, $timeformat, $displayemails, $enablepms, $bbtitle, $usergroupdef, $numberguests;
2- find
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
default:
// Let's show the admin the location but put something false up for everyone else..
if ($bbuserinfo[usergroupid] == 6) {
$userinfo[location] = htmlspecialchars(stripslashes(replacesession($user info[location])));
$userinfo[where] = "<b>Unknown Location:</b> <a href=\"$userinfo[location]\">$userinfo[location]</a>";
} else {
// We were unable to parse the location
$userinfo[where] = "$bbtitle <a href='index.php?s=$session[sessionhash]'>Main Index</a>";
}
}
$userinfo[time] = vbdate($timeformat,$userinfo[lastactivity]);