main php ups

This commit is contained in:
Igor Barkov [iwork] 2018-12-11 19:40:12 +02:00
parent 324731576f
commit 5fc96550a9
3 changed files with 418 additions and 463 deletions

View File

@ -21,6 +21,7 @@ if ($username && $password) {
} elseif (password_verify($password, $data['pass'])) {
if (!$error) {
# Проверка на мультоводство по используемому кукису.
if ($battle != null && $data['id'] != $battle) {
db::c()->query('INSERT INTO `delo_multi` (`idperslater`, `idpersnow`) VALUES (?i, ?i)', $battle, $data['id']);
}

12
inf.php
View File

@ -60,15 +60,15 @@ if (!empty($user['realname'])) echo "Имя: " . $user['realname'] . "<br>";
<p style="font-family: Consolas,monospace;"><?= nl2br($user['info']) ?></p>
<hr>
<div id="Content">
<fieldset>
<div>
<legend>Подарки</legend>
<?php
if ($presents->getNumRows())
while ($row = $presents->fetch_assoc())
echo "<img src=i/sh/{$row['img']} class='tooltip' title='Подарок от {$row['present']}'>";
?>
</fieldset>
<fieldset>
</div>
<div>
<legend>Лицензии</legend>
<?php
if ($user['prof2'] == 21) echo ' <img src="i/prof21.png" class="tooltip" title="<b>Лицензия наемника</b>" /> ';
@ -76,7 +76,7 @@ if (!empty($user['realname'])) echo "Имя: " . $user['realname'] . "<br>";
if ($user['prof1'] == 1) echo ' <img src="i/prof1.png" class="tooltip" title="<b>Лицензия кузнеца</b>" /> ';
if ($user['prof1'] == 2) echo ' <img src="i/prof1.png" class="tooltip" title="<b>Лицензия наставника</b>" /> ';
?>
</fieldset>
</div>
</div>
<?php
@ -129,8 +129,8 @@ if ($own['admin'] == 1) {
}
//TODO Вынести управляющие элементы во внешнюю админку, подальше от прецедентов. А то были случаи.
if (isset($_POST['del'])) {
$itemdel = db::c()->query('SELECT `type`,`dressed` FROM `inventory` WHERE `id`=?i', $del)->fetch_assoc();
if (input::post('del')) {
$itemdel = db::c()->query('SELECT `type`,`dressed` FROM `inventory` WHERE `id`=?i', input::post('del'))->fetch_assoc();
if ($itemdel['dressed'] == 1) {
dropitem($itemdel['type']);
if ($itemdel['type'] == 5) {

View File

@ -2018,20 +2018,13 @@ if (input::get('edit')) {
<div id="hint4" style="position: absolute;"></div>
<div id="chpassbank" style="display:none; position:absolute; top:50px; left:250px;"></div>
<FORM METHOD=POST ACTION="main.php?edit=1">
<table border=0 width=100% cellspacing="0" cellpadding="0">
<table width=100%>
<TR>
<td valign=top align=left width=250><? showpersinv($user['id']) ?>
<td style="vertical-align: top; width: 250px"><? showpersinv($user['id']) ?> <!-- Первый столбец -->
<div align="center">
<a href='main.php?edit=1&undress=all'>Снять все</a><BR>
<a href="javascript: void(0);" onclick="saveComplect(); return false;">Запомнить комплект</a><br/>
</div>
<BR>
<table>
<tr>
<td>&nbsp;</td>
<td>
<?
<?php
//Выгребаем все комплекты перса
$u_all_kompl = db::c()->query("SELECT `name` FROM komplekt WHERE `owner` = ?i", $user['id']);
while ($u_k = $u_all_kompl->fetch_assoc()) {
@ -2039,68 +2032,34 @@ if (input::get('edit')) {
echo "<a onclick=\"if (!confirm('Вы уверены, что хотите удалить комплект?')) { return false; }\" href='main.php?edit=1&delcomplect=" . $k_name . "'>
<img src='i/clear.gif'></a>
<a href='main.php?edit=1&complect=" . $k_name . "'>Надеть \"" . $k_name . "\"</a><BR>";
};
}
?>
</td>
</tr>
</table>
<table>
<tr>
<td>&nbsp;</td>
<td>
<div class="effectList" style="padding-top: 15px; max-height: 150px; width: 220px;">
<? echo show_eff_inf($user['id'], 2); ?>
</div>
</div>
<br>
</td>
</tr>
</table>
</td>
<TD valign=top width=207>
<table border=0 width=242>
<tr>
<td>
<BR>
Уровень: <b><?= $user['level'] ?></b><BR>
Опыт: <b><?= $user['exp'] ?></b> (<?= $user['nextup'] ?>)<BR>
Побед: <b><?= $user['win'] ?></b><BR>
Поражений: <b><?= $user['lose'] ?></b><BR>
Ничьих: <b><?= $user['nich'] ?></b><BR>
</span>
Деньги: <b><?= $user['money'] ?></b> кр.<BR>
Репутация: <b><?= $user['doblest'] ?></b> реп.<br/>
<SCRIPT src="/js/main_096_ru2.js"></SCRIPT>
<?php # Вот что это за херня?!
if (input::get('is_open') && !is_numeric(input::get('is_open'))) unset($_GET['is_open']);
if (input::get('bar') == 'param') $_SESSION['param'] = input::get('is_open');
if (input::get('bar') == 'oryj') $_SESSION['oryj'] = input::get('is_open');
if (input::get('bar') == 'modif') $_SESSION['modif'] = input::get('is_open');
if (input::get('bar') == 'bron') $_SESSION['bron'] = input::get('is_open');
if (input::get('bar') == 'bonus') $_SESSION['bonus'] = input::get('is_open');
?>
<TD style="vertical-align: top; width: 207px"> <!-- Второй столбец -->
<div>
<br>Уровень: <b><?= $user['level'] ?></b>
<br>Опыт: <b><?= $user['exp'] ?></b> (<?= $user['nextup'] ?>)
<br>Побед: <b><?= $user['win'] ?></b>
<br>Поражений: <b><?= $user['lose'] ?></b>
<br>Ничьих: <b><?= $user['nich'] ?></b>
<br>
<br>Деньги: <b><?= $user['money'] ?></b> кр.
<br>Репутация: <b><?= $user['doblest'] ?></b> реп.
<HR>
</tr>
</td></table>
</div>
<!--Параметры-->
<table border=0>
<tr>
<td>
<script>DrawBar('Параметры', 'param', <?if ($_SESSION['param'] == 1) {
echo "1";
} else {
echo "6";
}?>, '', '');</script>
<?
if ($_SESSION['param'] == 1) {
?>
<div>
<!--href='?up=11&edit=1&s4i=".($user['sid'])."'-->
Сила: <?= $user['sila'] ?><?= ($user['stats']) ? " <img src=i/up.gif onclick=\"stats('Увеличить Силу', '', 1, '', '', '', '?ups=11&edit=1&s4i=" . ($user['sid']) . "');\">" : "" ?>
Сила: <?= $user['sila'] ?>
<?php if (!empty($user['stats'])): ?>
<img src=i/up.gif onclick="stats('Увеличить Силу', '', 1, '', '', '', '?ups=11&edit=1&s4i=<?= $user['sid'] ?>');">
<?php endif; ?>
<?= ($user['stats']) ? " <img src=i/up.gif onclick=\"stats('Увеличить Силу', '', 1, '', '', '', '?ups=11&edit=1&s4i=" . ($user['sid']) . "');\">" : "" ?>
<BR>
Ловкость: <?= $user['lovk'] ?><?= ($user['stats']) ? " <img src=i/up.gif onclick=\"stats('Увеличить Ловкость', '', 1, '', '', '', '?ups=12&edit=1&s4i=" . ($user['sid']) . "');\">" : "" ?>
<BR>
@ -2119,9 +2078,6 @@ if (input::get('edit')) {
<FONT COLOR="green">Возможных увеличений: <?= $user['stats'] ?></FONT>
<?
}
?>
<?
$mf = countmf();
?>
@ -2496,9 +2452,7 @@ if (input::get('edit')) {
}
}
?>
</td>
</tr>
</table>
</div>
</TD>
<!--Меню-->
<TD valign=top>