• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

about Gesior

Vladimir Glebov

http://www.zorgania.com
Joined
Mar 25, 2016
Messages
79
Reaction score
15
Location
Russia
Gesior for tfs 1.2

for site need a make page 404, if humans misstake with link, any know how right make it?

in Htacess not help instruction - ErrorDocument 404 /404.php
 
system/load.compat.php

Code:
if(Website::fileExists("pages/" . $_REQUEST['subtopic'] . ".php"))
    {
        $subtopic = $_REQUEST['subtopic'];
    }
    else
        new Error_Critic('CRITICAL ERROR', 'Cannot load page <b>' . htmlspecialchars($_REQUEST['subtopic']) . '</b>, file does not exist.');
 
system/load.compat.php

Code:
if(Website::fileExists("pages/" . $_REQUEST['subtopic'] . ".php"))
    {
        $subtopic = $_REQUEST['subtopic'];
    }
    else
        new Error_Critic('CRITICAL ERROR', 'Cannot load page <b>' . htmlspecialchars($_REQUEST['subtopic']) . '</b>, file does not exist.');


Thx, Just im fix dinamic link to Statics, bebofe its worken)
 
Back
Top