Файл: chats/nastroj.php
Строк: 89
<?php
//*********************/
//Скрипт переписан админом
//http://waufon.ru Кот * Проги для компа и мобил
//Помогал админ
//http://pfc.h2m.ru/ КОСМОС * Посети непожалееш
//всю эту срань господнюю
//перехуяривали на дыры
//http://rus-waphost.ru/ Nitrix * Супер хост без висов
/*********************/
if ( $data['nastroj'] == "1" )
{
$nastroj = "бодрое";
}
else if ( $data['nastroj'] == "2" )
{
$nastroj = "прекрасное";
}
else if ( $data['nastroj'] == "3" )
{
$nastroj = "весёлое";
}
else if ( $data['nastroj'] == "4" )
{
$nastroj = "ангельское";
}
else if ( $data['nastroj'] == "5" )
{
$nastroj = "агрессивное";
}
else if ( $data['nastroj'] == "6" )
{
$nastroj = "изумлённое";
}
else if ( $data['nastroj'] == "7" )
{
$nastroj = "удивлённое";
}
else if ( $data['nastroj'] == "8" )
{
$nastroj = "злое";
}
else if ( $data['nastroj'] == "9" )
{
$nastroj = "сердитое";
}
else if ( $data['nastroj'] == "10" )
{
$nastroj = "сонное";
}
else if ( $data['nastroj'] == "11" )
{
$nastroj = "озлобленное";
}
else if ( $data['nastroj'] == "12" )
{
$nastroj = "скучающее";
}
else if ( $data['nastroj'] == "13" )
{
$nastroj = "оживлённое";
}
else if ( $data['nastroj'] == "14" )
{
$nastroj = "угрюмое";
}
else if ( $data['nastroj'] == "15" )
{
$nastroj = "размышляющее";
}
else if ( $data['nastroj'] == "16" )
{
$nastroj = "занятое";
}
else if ( $data['nastroj'] == "17" )
{
$nastroj = "нахальное";
}
else if ( $data['nastroj'] == "18" )
{
$nastroj = "холодное";
}
else if ( $data['nastroj'] == "19" )
{
$nastroj = "смущённое";
}
else if ( $data['nastroj'] == "20" )
{
$nastroj = "крутое";
}
else if ( $data['nastroj'] == "21" )
{
$nastroj = "дерзкое";
}
else if ( $data['nastroj'] == "22" )
{
$nastroj = "смутённое";
}
else if ( $data['nastroj'] == "23" )
{
$nastroj = "дьявольское";
}
else if ( $data['nastroj'] == "24" )
{
$nastroj = "сварливое";
}
else if ( $data['nastroj'] == "25" )
{
$nastroj = "счастливое";
}
else if ( $data['nastroj'] == "26" )
{
$nastroj = "горячёе";
}
else if ( $data['nastroj'] == "27" )
{
$nastroj = "влюблённое";
}
else if ( $data['nastroj'] == "28" )
{
$nastroj = "невинное";
}
else if ( $data['nastroj'] == "29" )
{
$nastroj = "вдохновлённое";
}
else if ( $data['nastroj'] == "30" )
{
$nastroj = "одинокое";
}
else if ( $data['nastroj'] == "31" )
{
$nastroj = "скрытое";
}
else if ( $data['nastroj'] == "32" )
{
$nastroj = "пушистое";
}
else if ( $data['nastroj'] == "33" )
{
$nastroj = "задумчивое";
}
else if ( $data['nastroj'] == "34" )
{
$nastroj = "психоделическое";
}
else if ( $data['nastroj'] == "35" )
{
$nastroj = "расслаблёное";
}
else if ( $data['nastroj'] == "36" )
{
$nastroj = "грустное";
}
else if ( $data['nastroj'] == "37" )
{
$nastroj = "испуганное";
}
else if ( $data['nastroj'] == "38" )
{
$nastroj = "шокированное";
}
else if ( $data['nastroj'] == "39" )
{
$nastroj = "потрясённое";
}
else if ( $data['nastroj'] == "40" )
{
$nastroj = "больное";
}
else if ( $data['nastroj'] == "41" )
{
$nastroj = "хитрое";
}
else if ( $data['nastroj'] == "42" )
{
$nastroj = "усталое";
}
else if ( $data['nastroj'] == "43" )
{
$nastroj = "утомлённое";
}
else
{
$nastroj = "[выключено]";
}
?>