Просмотр файла blist/otv.php

Размер файла: 2.14Kb
<?php

// Автор: Waphak
// ICQ: 9988817
// Сайт: www.waphak.ru

require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";

if ($provlog==$_SESSION['log'] && $provpar==md5($_SESSION['par']) && $_SESSION['log']!="" && md5($_SESSION['par'])!=""){
if($udata[10]>0){
echo'<<b><a href="pages/privat.php?'.SID.'"><font color="red">Приватное сообщение! ('.$privat.')</font></a></b><br><script> alert("Вам новое сообщение!('.$privat.')"); </script>';}}
##########


echo'<div class="a"><img src="../images/img/partners.gif" alt="">Black-List</div>';


echo'<br><form action="add.php?'.SID.'" method="post">
	*Ваше имя:<br>
	<input type = "text" name="login"><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><br><a href="index.php">Назад</a><br><br>';

############
echo '<img src="../images/img/homepage.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a>'; 

include_once "../themes/$config_themes/foot.php";
?>