<?php
////////////////////////////////////////////////////////////////////////////
// -_- W|W PHP-master -_- //
// //
// Copyright 2008 MyIE //
// Create and Design by -_- MyIE //
// Site (web) -_- http://www.phpedited.com //
// Site (wap) -_- http://wap.phpedited.com //
// E-mail (MyIE) -_- [email protected] //
// ICQ (MyIE) -_- 952-11-78 //
// //
// Вы не имеете право убирать копирайт //
// оффициального сайта! //
//This program is free software: you can redistribute it and/or modify //
//it under the terms of the GNU General Public License as published by //
//the Free Software Foundation, either version 3 of the License, or //
//(at your option) any later version. //
// //
//This program is distributed in the hope that it will be useful, //
//but WITHOUT ANY WARRANTY; without even the implied warranty of //
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
//GNU General Public License for more details. //
// //
//You should have received a copy of the GNU General Public License //
//along with this program. If not, see <http://www.gnu.org/licenses/>. //
////////////////////////////////////////////////////////////////////////////
if (!empty($action))
{
$action=$_GET['action'];
if ($action=="badpass") { echo "<center><font color=$error_color>Неверный логин или пароль</font></center>"; }
if ($action=="logest") { echo "<center><font color=$error_color>Такой логин уже есть в базе</font></center>"; }
if ($action=="regaten") { echo "<center><font color=$error_color>Логин или пароль превышают длину в 10 символов</font></center>"; }
if ($action=="regathree") { echo "<center><font color=$error_color>Ваш логин или пароль меньше 3 символов</font></center>"; }
if ($action=="regasimvol") { echo "<center><font color=$error_color>Возможно вы использовали недопустимые символы</font></center>"; }
if ($action=="exit") { echo "<center><font color=$error_color>Пока тебе, заходи еще</font></center>"; }
if ($action=="vhod") { echo "<center><font color=$error_color>Привет, мы скучали ;) </font></center>"; }
if ($action=="noname") { echo "<center><font color=$error_color>Не введено имя</font></center>"; }
if ($action=="nomsg") { echo "<center><font color=$error_color>Сообщение не введено</font></center>"; }
if ($action=="msggo") { echo "<center><font color=$error_color>Сообщение успешно добавлено</font></center>"; }
}
?>