2015-01-23, 06:24 PM
i make some custom page with the code
then i try to browsing with 2 browser
account 1 looking for thats page, ex(/page.php)
account 2 looking for whos online
but account 1 doesn't show page.php, but showing filenotfound.php
like this
![[Image: qp56yq.jpg]](https://camo.mybb.com/0a53e54fcf7c7ffb20b9a63faaeaebfc189f52fa/687474703a2f2f6935372e74696e797069632e636f6d2f7170353679712e6a7067)
as u know, i make custom 404 php before,
at this thread
http://community.mybb.com/thread-132242.html
how to fix it, when account 1 open the page.php, it will be showing account 1 has opening page.php at whos online?
<?php
define("IN_MYBB", 1);
// put correct path to global.php in below line
require_once 'forum/global.php';
echo $headerinclude;
echo "<title>Page Title</title>";
echo $header;
echo 'content here';
echo $footer;
?>
then i try to browsing with 2 browser
account 1 looking for thats page, ex(/page.php)
account 2 looking for whos online
but account 1 doesn't show page.php, but showing filenotfound.php
like this
as u know, i make custom 404 php before,
at this thread
http://community.mybb.com/thread-132242.html
how to fix it, when account 1 open the page.php, it will be showing account 1 has opening page.php at whos online?