Файл: kidala/addkid.php
Строк: 51
<?php
require_once"../includes/start.php";
require_once"../includes/functions.php";
require_once"../includes/header.php";
include_once"../themes/".$config['themes']."/index.php";
echo'<img src="../images/img/partners.gif" alt="">Доска позора</br>';
if (is_user()){
echo'<br><form action="add.php?'.SID.'" method="post">
*Ваше имя:<br>
<input type = "text" name="login" value="'.$log.'"><br>
<center><b>Данные кидалы:</b></center><hr>
*Имя/Ник кидалы:<br>
<input type = "text" name="imya"><br>
Wmid:<br>
<input type = "text" name="wmid"><br>
IP:<br>
<input type = "text" name="ipp"><br>
ICQ:<br>
<input type = "text" name="icq"><br>
Сайт:<br>
<input type = "text" name="cite"><br>
E-mail:<br>
<input type = "text" name="email"><br>
Номер телефона:<br>
<input type = "text" name="phone"><br>
Национальность:<br>
<input type = "text" name="nation"><br>
Место жительства :<br>
<input type = "text" name="city"><br>
Кратко о нём:<br>
<input type = "text" name="about"><br>
Причина:<br>
<input type = "text" name="history"><br><br>
<input type="submit" value="Добавить!"></form><br> <img src="../images/img/back.gif" alt=""> <a href="index.php">Назад</a><br>';
}
echo '<img src="../images/img/homepage.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a>';
include_once "../themes/".$config['themes']."/foot.php";
?>