forked from halo-battle/game
Version 0.9b
This commit is contained in:
parent
59fbc7104e
commit
73645ccc1f
25 changed files with 841 additions and 466 deletions
15
b_index.php
15
b_index.php
|
|
@ -19,13 +19,16 @@ elseif(!isset($_GET['v'])){
|
|||
|
||||
if(($_GET['v'] == sha1(time() + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 1 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 2 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 3 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 4 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 5 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 6 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 7 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 8 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 9 + $_SESSION['cdsconnect']) || $_GET['v'] == sha1(time() - 10 + $_SESSION['cdsconnect'])) && isset($_SESSION['charg']) && $_SESSION['charg'] == 1) {
|
||||
$_SESSION['cdsconnect'] = null;
|
||||
echo '<frameset cols="200,*" 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" style="scrollbar-arrow-color: #E6EBFB; scrollbar-base-color: #344566; scrollbar-track-color: #344566; scrollbar-face-color: #344566; scrollbar-highlight-color: #344566; scrollbar-3dlight-color: #465673; scrollbar-darkshadow-color: #344566; scrollbar-shadow-color: #465673;" noresize />
|
||||
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=windows-1252" />
|
||||
<title>Halo-Battle</title>
|
||||
</head>
|
||||
<frameset cols="200,*" frameborder="0" style="border: none; layout-grid-mode: none;">
|
||||
<frame src="pages/menu.php" style="border: none;" noresize="noresize" />
|
||||
<frame src="pages/charg.php" name="changement" style="border: none; scrollbar-arrow-color: #E6EBFB; scrollbar-base-color: #344566; scrollbar-track-color: #344566; scrollbar-face-color: #344566; scrollbar-highlight-color: #344566; scrollbar-3dlight-color: #465673; scrollbar-darkshadow-color: #344566; scrollbar-shadow-color: #465673;" noresize="noresize" />
|
||||
</frameset>
|
||||
<body bgcolor="#000000">
|
||||
<p> </p>
|
||||
</body>
|
||||
</html>';
|
||||
}
|
||||
elseif(!isset($_SESSION['charg']) || $_SESSION['charg'] != 1) echo '<meta http-equiv="refresh" content="0; url=\'index.php?erreur=7\'"/>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue