Вход Регистрация
Файл: public_html/gerb.php
Строк: 39
<? 
include './system/common.php';

include 
'./system/functions.php';
include 
'./system/user.php';
if(
$clan['id'] == || $clan_memb['rank'] < 4){
header("Location: /");
exit;

}
$title 'Гербы клана'
include 
'./system/h.php'
$error NULL;

if(isset(
$_POST['id'])) {
$id _num($_POST['id']);
if(
$id || $id 340) {
mysql_query("UPDATE `clans` SET `gerb` = '$id' WHERE `id` = '".$clan['id']."'");
header("Location: /clan/");
exit();
}

}

if(
$error) {
echo 
'<div class="player" style="color: red">
'
.$error.'
</div>'
;
}

echo 
'<div class="main">
<form class="main" method="post" action="">
Выбрать клановый герб:<br /></div>'
;
for(
$i 1$i 340$i++) {
echo 
'<div class="content">';
echo 
'<input type="radio" name="id" value="'.$i.'" /> 
<img src="http://wapheroes.ru/img/clan_herbs/'
.$i.'.png" /><br/>'
echo 
'</div><div class="mini-line"></div>';
}
echo 
'<div class='main'><span class='btn'><span class='end'><input class='label' type='submit' name='send_message' value='Выбрать'>Выбрать</span></span></div>
</form>
</div>'
;

include 
'./system/f.php';
?>
Онлайн: 1
Реклама