コード例 #1
0
ファイル: Gloves.php プロジェクト: The-Nico26/Caranille
$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading">
		<h3 class="panel-title"><?php 
echo $inventory30;
?>
</h3>
	</div>
	<div class="panel-body">
		<?php 
showAllEquipments($bdd, $characterID, "Gloves");
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
コード例 #2
0
ファイル: Equipment.php プロジェクト: The-Nico26/Caranille
<?php

$timeStart = microtime(true);
session_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
hasAdmin($accountAccess);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading"></div>
	<div class="panel-body">
		<?php 
showAllEquipments($bdd);
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
コード例 #3
0
ファイル: Weapon.php プロジェクト: The-Nico26/Caranille
$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading">
		<h3 class="panel-title"><?php 
echo $inventory1;
?>
</h3>
	</div>
	<div class="panel-body">
		<?php 
showAllEquipments($bdd, $characterID, "Weapon");
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
コード例 #4
0
ファイル: Boots.php プロジェクト: The-Nico26/Caranille
$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading">
		<h3 class="panel-title"><?php 
echo $inventory28;
?>
</h3>
	</div>
	<div class="panel-body">
		<?php 
showAllEquipments($bdd, $characterID, "Boots");
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
コード例 #5
0
ファイル: Armor.php プロジェクト: The-Nico26/Caranille
$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading">
		<h3 class="panel-title"><?php 
echo $inventory27;
?>
</h3>
	</div>
	<div class="panel-body">
		<?php 
showAllEquipments($bdd, $characterID, 'Armor');
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
コード例 #6
0
ファイル: index.php プロジェクト: The-Nico26/Caranille
<?php

$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading"></div>
	<div class="panel-body">
		<?php 
showAllEquipments($bdd, $townID);
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';
コード例 #7
0
ファイル: Helmet.php プロジェクト: The-Nico26/Caranille
$timeStart = microtime(true);
session_start();
ob_start();
if (empty($_SESSION)) {
    exit(header("Location: ../../index.php"));
}
require_once $_SESSION['File_Root'] . '/Kernel/Include.php';
require_once $_SESSION['File_Root'] . '/HTML/Header.php';
require_once 'Functions/SQL.php';
redirectToLogin($accountID, $linkRoot);
redirectToBattle($verifyBattle, $linkRoot);
?>

<br>
<div class="panel panel-warning">
	<div class="panel-heading">
		<h3 class="panel-title"><?php 
echo $inventory29;
?>
</h3>
	</div>
	<div class="panel-body">
		<?php 
showAllEquipments($bdd, $characterID, "Helmet");
?>
	</div>
</div>

<?php 
require_once $_SESSION['File_Root'] . '/HTML/Footer.php';