Файл: bl/index.php
Строк: 58
<?
#######################################################
# Скрипт : Сервис аватаров с динамическим BL #
# Автор : STUFF [aka] Dead_GHOST #
# Асику : 903885, 783945 #
# ----------------------------------------------------#
# Распространяется бесплатно! #
# ----------------------------------------------------#
# Принимаю заказы на PHP проекты. #
#######################################################
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
$set['title']='On-line сервис создания аватарок';
include_once '../sys/inc/thead.php';
title();
err();
aut();
if (htmlspecialchars(isset($_REQUEST['w'])))
{
echo '<font color="#FF0000">Не указан WMID!</font>';
}
?>
<form action="create.php" method="POST">
Введите Ваш WMID:<br/>
<input type="text" maxlength="12" name="wmid"><br/>
Введите Ваш Ник:<br/>
<input type="text" name="nick"><br/>
Введите Ваш ICQ:<br/>
<input type="text" maxlength="9" name="icq"><br/>
Введите Ваш Сайт (без http://):<br/>
<input type="text" name="site"><br/>
Введите Ваш E-mail:<br/>
<input type="text" name="mail"><br/>
<input type="submit" value="Создать"> <input type="reset" value="Очистить">
</form>
<?
include_once '../sys/inc/tfoot.php';
?>