<?php   $dbhost = "localhost";   $dbuname = "root";   $dbpass = "";   $dbname = "phpnuke";   $prefix = "nuke";   $user_prefix = "nuke";   $dbtype = "MySQL";   $sitename = "ФК Черноморец - официальный портал клуба";   $nukeurl = "http://www.chernomorets.rus";   $site_logo = "logo.gif";   $slogan = "Привет";   $startdate = "February 2002";   $adminmail = "garrill@chernomorets.rus";   $anonpost = 0;   $Default_Theme = "Chernomorets";   $foot1 = "Все права авторов защищены";   $foot2 = "";   $foot3 = "";   $foot4 = "";   $commentlimit = 4096;   $anonymous = "Гость";   $minpass = 5;   $pollcomm = 0;   $articlecomm = 0;   $top = 10;   $storyhome = 10;   $oldnum = 30;   $ultramode = 1;   $banners = 1;   $backend_title = "ФК Черноморец - официальный портал клуба";   $backend_language = "en-us";   $language = "russian";   $locale = "en_US";   $multilingual = "1";   $useflags = "1";   $notify = 0;   $notify_email = "kirill_gar@fromru.com";   $notify_subject = "Новости сайта";   $notify_message = "Здраствуйте!      Вы получили новость.";   $notify_from = "Администрация сайта";   $moderate = 1;   $reasons = array("As Is",      		    "Offtopic",      		    "Flamebait",      		    "Troll",      		    "Redundant",      		    "Insighful",      		    "Interesting",      		    "Informative",      		    "Funny",      		    "Overrated",      		    "Underrated");   $badreasons = 4;   $admingraphic = 0;   $httpref = 0;   $httprefmax = 100;   $AllowableHTML = array("b"=>1,      		    "i"=>1,      		    "a"=>2,      		    "em"=>1,      		    "br"=>1,      		    "strong"=>1,      		    "blockquote"=>1,                          "tt"=>1,                          "li"=>1,                          "ol"=>1,                          "ul"=>1);   $CensorList = array("fuck",      		    "cunt",      		    "fucker",      		    "fucking",      		    "pussy",      		    "cock",      		    "c0ck",      		    "cum",      		    "twat",      		    "clit",      		    "bitch",      		    "fuk",      		    "fuking",      		    "motherfucker");   $CensorMode = 1;   $CensorReplace = "*****";   $tipath = "images/topics/";   $Version_Num = "5.5";   if (eregi("config.php",$PHP_SELF)) {       Header("Location: index.php");       die();   }   ?>      |