Файл: pages/minigames/azart_art.php
Строк: 35
<?php
// Physical module map v50.6: public URL stays clean while code lives in /pages.
if (!defined('GAME_ROOT')) define('GAME_ROOT', dirname(__DIR__, 2));
chdir(GAME_ROOT);
if (PHP_SAPI !== 'cli') { $_SERVER['PHP_SELF']='/azart_art.php'; $_SERVER['SCRIPT_NAME']='/azart_art.php'; }
/* Обновление игры под PHP 8.4 / PDO и усиление безопасности: by Метриум (Стэлп) */
include './system/common.php';
include './system/functions.php';
include './system/user.php';
include './system/menu.php';
if(!$user) {
header('location: /');
exit;
}
$title = 'Найденные Артефакты';
include './system/h.php';
?><div class='line'></div><div class='verx'> <table>
<tr>
<td style="width: 45px;"><img src="azart/hp.png" style="box-shadow: 0px 0px 20px green; margin: 10px;"></td>
<td>
Полюс Титана(<img src="images/icon/health.png">+ <?=$user['azart_1']?>)</br></br></br>
</div>
</td>
</tr>
</table><?php
?><div class='line'></div><?php
?><div class='line'></div><div class='verx'> <table>
<tr>
<td style="width: 45px;"><img src="azart/def.png" style="box-shadow: 0px 0px 20px blue; margin: 10px;"></td>
<td>
Осколок Луны (<img src="images/icon/def.png">+<?=$user['azart_2']?>) </br>
</div>
</td>
</tr>
</table><?php
?><div class='line'></div><?php
?><div class='line'></div><div class='verx'> <table>
<tr>
<td style="width: 45px;"><img src="azart/str.png" style="box-shadow: 0px 0px 20px violet; margin: 10px;"></td>
<td>
Перо Солнца(<img src="images/icon/str.png">+<?=$user['azart_3']?>) </br>
</div>
</td>
</tr>
</table><?php
include './system/f.php';