forked from halo-battle/game
Version 2007-11-04
This commit is contained in:
parent
4909921671
commit
ebc73c5744
377 changed files with 5163 additions and 2495 deletions
23
b_index.php
23
b_index.php
|
|
@ -1,13 +1,24 @@
|
|||
<?php
|
||||
session_start();
|
||||
//define('DESIGN', 'pages/design/design1.css');
|
||||
require('securitebanni.php');
|
||||
require('header.php');
|
||||
?>
|
||||
<frameset cols="180,*" frameborder="0" border="0" noresize>
|
||||
<frame src="pages/menu.php" frameborder="0" border="0" noresize>
|
||||
<frame src="pages/depart.php" name="changement" frameborder="0" border="0" noresize>
|
||||
|
||||
if(!isset($_SESSION['charg']) || $_SESSION['charg'] != 1) echo '<meta http-equiv="refresh" content="0; url=\'index.php?erreur=7\'"/>';
|
||||
elseif(!isset($_GET['v'])){
|
||||
$url=@eregi_replace($_SERVER['DOCUMENT_ROOT'],'http://'.$_SERVER['HTTP_HOST'],$_SERVER['SCRIPT_FILENAME']);
|
||||
echo '<script type="text/javascript">window.location.href="'.$url.'?v='.sha1(time()).'";</script>';
|
||||
echo '<noscript><meta http-equiv="refresh" content="0; url=\'index.php?erreur=6\'"/></noscript>';
|
||||
}
|
||||
|
||||
if(($_GET['v'] == sha1(time()) || $_GET['v'] == sha1(time() - 1) || $_GET['v'] == sha1(time() - 2) || $_GET['v'] == sha1(time() - 3) || $_GET['v'] == sha1(time() - 4) || $_GET['v'] == sha1(time() - 5) || $_GET['v'] == sha1(time() - 6) || $_GET['v'] == sha1(time() - 7) || $_GET['v'] == sha1(time() - 8) || $_GET['v'] == sha1(time() - 9) || $_GET['v'] == sha1(time() - 10)) && isset($_SESSION['charg']) && $_SESSION['charg'] == 1) echo '<frameset cols="182,*" frameborder="0" border="0" noresize>
|
||||
<frame src="pages/menu.php" frameborder="0" border="0" noresize />
|
||||
<frame src="pages/depart.php" name="changement" frameborder="0" border="0" noresize />
|
||||
</frameset>
|
||||
<body>
|
||||
<body bgcolor="#000000">
|
||||
<p> </p>
|
||||
</body>
|
||||
</html>
|
||||
</html>';
|
||||
elseif(!isset($_SESSION['charg']) || $_SESSION['charg'] != 1) echo '<meta http-equiv="refresh" content="0; url=\'index.php?erreur=7\'"/>';
|
||||
else echo '<meta http-equiv="refresh" content="0; url=\'b_index.php\'"/>';
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue