Файл: worldkassa_turnir_money/success.php
Строк: 54
<?
ini_set('display_errors', 'off');
include_once '../sys/core/start.php';
include_once '../sys/core/compress.php';
include_once '../sys/core/sess.php';
include_once '../sys/core/home.php';
include_once '../sys/core/settings.php';
include_once '../sys/core/db_connect.php';
include_once '../sys/core/ipua.php';
include_once '../sys/core/fnc.php';
include_once '../sys/core/user.php';
include_once '../sys/inc/fnc_game.php';
include_once '../sys/inc/thead.php';
include_once '../sys/inc/uhead.php';
echo '<table class="wdt msg-table">
<tr>
<td align="left" style="vertical-align: top; width: 10%">
<img src="/style/img/images/face-bank.png">
</td>
<td style="vertical-align: top">
<table width="100%">
<tr>
<td align="left" style="vertical-align: top">
Ваш баланс успешно пополнен! У тебя на счету: <img src="/style/img/icons/hp.png"> '.$user["turnir_money"].'</td>
</tr></table></td></tr></table>';
echo "<table class='wdt gray-table'><tr><td class='white td-cell' align='center' style='height:30px;'><form action ='/dev/bank.php' method='get'><input class='no-btn' type='submit' value='Черный Рынок'></form></td></tr></table>";
include "../sys/inc/tfoot.php";
?>