<?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($_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>"; }
if ($action=="msgsend") { echo "<center><font color=$error_color>Сообщение успешно отправлено</font></center>"; }
if ($action=="anketasave") { echo "<center><font color=$error_color>Данные успешно изменены</font></center>"; }
if ($action=="gb_msg_del") { echo "<center><font color=$error_color>Сообщение удалено</font></center>"; }
if ($action=="baddwld") { echo "<center><font color=$error_color>Произошла ошибка</font></center>"; }
if ($action=="bangood") { echo "<center><font color=$error_color>Успешно забанен ;) </font></center>"; }
if ($action=="themecr") { echo "<center><font color=$error_color>Тема успешно создана</font></center>"; }
if ($action=="notheme") { echo "<center><font color=$error_color>Вы не ввели название темы!</font></center>"; }
if ($action=="panel_add") { echo "<center><font color=$error_color>Новая панель создана!</font></center>"; }
if ($action=="notext") { echo "<center><font color=$error_color>Вы не ввели основной текст панели!</font></center>"; }
if ($action=="panel_del") { echo "<center><font color=$error_color>Панель успешно удалена!</font></center>"; }
if ($action=="panel_edit") { echo "<center><font color=$error_color>Панель успешно отредактирована!</font></center>"; }
if ($action=="polepust") { echo "<center><font color=$error_color>Вы оставили одно из полей пустым</font></center>"; }
if ($action=="priv_msg_del") { echo "<center><font color=$error_color>Сообщение удалено</font></center>"; }
if ($action=="401") { echo "<center><font color=$error_color>The document you requested has been password locked-protected</font></center>"; }
if ($action=="403") { echo "<center><font color=$error_color>Sorry, this document has been declared private by the webmaster.</font></center>"; }
if ($action=="404") { echo "<center><font color=$error_color>The document you were searching for has either expired or migrated elsewhere.</font></center>"; }
if ($action=="500") { echo "<center><font color=$error_color>The script you're trying to access has suffered a fatal error.</font></center>"; }
}
?>