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

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

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'<img src="../images/img/partners.gif" alt=""><big>Black-List</big><br>';


echo'<br><form action="add.php?'.SID.'" method="post">

	*Имя/Ник кидалы:<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?'.SID.'">Назад</a><br><br>';
}else{

echo '<br>Вы не авторизованы, чтобы добавить сообщение необходимо<br>';
echo '<b><a href="../pages/vhod.php?'.SID.'">Авторизоваться</a></b> или в начале <b><a href="../pages/registration.php?'.SID.'">Зарегистрироваться</a></b><br><br>';

}



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

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