cyrillic name (fuck!)
This commit is contained in:
parent
448c0e4767
commit
6c29190473
@ -16,14 +16,14 @@ $polno = unserialize($klan['vozm']);
|
||||
if (isset($_POST['zamok'])) {
|
||||
db::c()->query('UPDATE `clans` SET `zamok` = 1 WHERE `glava` = ?i', $_SESSION['uid']);
|
||||
$status = "Начат сбор средств на строительство Кланового Замка.";
|
||||
header("Location: сlan.php");
|
||||
header("Location: clan.php");
|
||||
}
|
||||
|
||||
if (isset($_POST['kr']) && ($_POST['kolv'] > 0)) {
|
||||
if ($user['money'] >= $_POST['kolv']) {
|
||||
db::c()->query('UPDATE `clans` SET `zbor` = `zbor` + ?i WHERE `id` = ?i', $_POST['kolv'], $user['klan']);
|
||||
db::c()->query('UPDATE `users` SET `money` = `money` - ?i WHERE `id` = ?i', $_POST['kolv'], $user['id']);
|
||||
header("Location: сlan.php");
|
||||
header("Location: clan.php");
|
||||
} else $status = 'Не хватает денег!';
|
||||
}
|
||||
|
2
game.php
2
game.php
@ -79,7 +79,7 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
|
||||
<a href="/friend.php" title="Друзья" target="main"><img src="http://placehold.it/32x32/33ff33?text=F"/></a>
|
||||
<a href="/main.php?edit=1" title="Инвентарь" target="main"><img src="http://placehold.it/32x32/33ff33?text=I"/></a>
|
||||
<a href="/relikt.php?edit=1" title="Реликты" target="main"><img src="http://placehold.it/32x32?text=R"/></a>
|
||||
<a href="/сlan.php" title="Клан" target="main"><img src="http://placehold.it/32x32/33ff33?text=K"/></a>
|
||||
<a href="/clan.php" title="Клан" target="main"><img src="http://placehold.it/32x32/33ff33?text=K"/></a>
|
||||
<a href="/orden.php" title="Особые умения" target="main"><img
|
||||
src="http://placehold.it/32x32/33ff33?text=O"/></a>
|
||||
<a href="/moderators.php" title="Модераторы" target="main"><img src="http://placehold.it/32x32/33ff33?text=M"/></a>
|
||||
|
@ -30,7 +30,7 @@
|
||||
<a href="/user_anketa.php" title="Анкета" target="gameframe">Анкета</a>
|
||||
<a href="/contacts.php" title="Контакты" target="gameframe">Друзья</a>
|
||||
<a href="/main.php?edit=1" title="Инвентарь" target="gameframe">Инвентарь</a>
|
||||
<a href="/сlan.php" title="Клан" target="gameframe">Клан</a>
|
||||
<a href="/clan.php" title="Клан" target="gameframe">Клан</a>
|
||||
<a href="/user_abilities.php" title="Особые умения" target="gameframe">Особые умения</a>
|
||||
<a href="/forum.php" title="Форум" target="gameframe">Форум</a>
|
||||
<a href="/main.php?exit" title="Выход" target="_top">Выход</a>
|
||||
|
Loading…
Reference in New Issue
Block a user