File size: 649B
<?php
/////////////////////
define('NTOP', 1);
$title = 'oops';
require_once ('system/connect.php');
require_once ('system/core.php');
require_once ('system/function.php');
require_once ('m/head.php');
//////////////////////
echo '<div class="title2">Oops its a 404 !! billy1977 was here :)';
echo '</div>';
echo '<div class="topni">';
header('Refresh: 3; URL=http://otop.comze.com');
echo "<center><img src='/img/404/load.gif' alt='problem' /></center>";
echo '</div>';
echo '<div class="topni">';
echo 'oops thats an error please wait while we redirect you to homepage thanks :)';
echo '</div>';
require_once ('m/foot.php');
exit;
?>