View file warning.php

File size: 2.26Kb
<?

header("Cache-Control: no-cache");
if ($ver=="wml")header ("Content-type:text/vnd.wap.wml; charset=utf-8");
else header("Content-Type:text/html; charset=UTF-8");

require("inc.php");

if ($ver=="wml"){
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">";
echo "<wml>";
echo "<head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>";
echo "<card id=\"chatrules\" title=\"ВНИМАНИЕ!\">";
echo "<p><small>";
}else{
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css.css\"/>";if($row["skin"]=="0"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css.css\"/>";}if($row["skin"]=="1"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css1.css\"/>";}if($row["skin"]=="2"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css2.css\"/>";}if($row["skin"]=="3"){echo "<head><link rel=\"stylesheet\" type=\"text/css\" href=\"css/css3.css\"/>";}
echo "<title>ВНИМАНИЕ!</title>";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/></head><body>";
echo "<div align=\"left\"><small>";
}



if ($act=="bann"){
echo "ВНИМАНИЕ, ВЫ ДЕЙСТВИТЕЛЬНО ХОТИТЕ ЗАБАНИТЬ ID: $nk ?<br/><br/><a href=\"bann.php?ver=$ver&amp;url=$url&amp;id=$id&amp;ps=$ps&amp;nk=$nk\">ДА, ЗАБАНИТЬ НИК!</a><br/><br/>";}
if ($act=="bannaip"){
echo "ВНИМАНИЕ, ВЫ ДЕЙСТВИТЕЛЬНО ХОТИТЕ ЗАБАНИТЬ ID: $nk ПО IP+BROWSER?<br/><br/><a href=\"bannaip.php?ver=$ver&amp;url=$url&amp;id=$id&amp;ps=$ps&amp;nk=$nk\">ДА, ЗАБАНИТЬ НИК!</a><br/><br/>";}
if ($act=="deluser"){
echo "ВНИМАНИЕ, ВЫ ДЕЙСТВИТЕЛЬНО ХОТИТЕ УДАЛИТЬ ID: $nk ?<br/><br/><a href=\"deluser.php?ver=$ver&amp;url=$url&amp;id=$id&amp;ps=$ps&amp;nk=$nk\">ДА, УДАЛИТЬ НИК!</a><br/><br/>";}

echo "<a href=\"enter.php?ver=$ver&amp;url=$url&amp;id=$id&amp;ps=$ps\">ОТМЕНА!</a>";
echo "</small>";
include_once"foot.php";
?>