SeTPwNs Posted April 27, 2009 Share Posted April 27, 2009 <? class Debug { function Debug() { global $starttime; $starttime = microtime(1); } function __toString() { global $conf, $starttime; return $conf['debug_exectime'] ? sprintf("[Execute time: %.4f sec.]", microtime(1) - $starttime) : ""; } } $dbg = new Debug; if (!ini_get('register_globals')) { if (@$_POST["serv"]) $serv = $_POST["serv"]; else if (@$_GET["serv"]) $serv = $_GET["serv"]; if (@$_POST["submit"]) $submit = $_POST["submit"]; else if (@$_GET["submit"]) $submit = $_GET["submit"]; if (@$_POST["id"]) $id = $_POST["id"]; else if (@$_GET["id"]) $id = $_GET["id"]; if (@$_POST["type"]) $type = $_POST["type"]; else if (@$_GET["type"]) $type = $_GET["type"]; if (@$_POST["mod"]) $mod = $_POST["mod"]; else if (@$_GET["mod"]) $mod = $_GET["mod"]; if (@$_POST["months_lang"]) $months_lang = $_POST["months_lang"]; else if (@$_GET["months_lang"]) $months_lang = $_GET["months_lang"]; if (@$_POST["submit1"]) $submit1 = $_POST["submit1"]; else if (@$_GET["submit1"]) $submit1 = $_GET["submit1"]; if (@$_POST["login"]) $login = $_POST["login"]; else if (@$_GET["login"]) $login = $_GET["login"]; if (@$_POST["email"]) $email = $_POST["email"]; else if (@$_GET["email"]) $email = $_GET["email"]; if (@$_POST["code"]) $code = $_POST["code"]; else if (@$_GET["code"]) $code = $_GET["code"]; if (@$_POST["recover"]) $recover = $_POST["recover"]; else if (@$_GET["recover"]) $recover = $_GET["recover"]; if (@$_POST["pass"]) $pass = $_POST["pass"]; else if (@$_GET["pass"]) $pass = $_GET["pass"]; if (@$_POST["pass2"]) $pass2 = $_POST["pass2"]; else if (@$_GET["pass2"]) $pass2 = $_GET["pass2"]; if (@$_POST["rules"]) $rules = $_POST["rules"]; else if (@$_GET["rules"]) $rules = $_GET["rules"]; if (@$_POST["old_pass"]) $old_pass = $_POST["old_pass"]; else if (@$_GET["old_pass"]) $old_pass = $_GET["old_pass"]; незаходит на сайт сервера пишет ето и еше оч много много текста Link to comment Share on other sites More sharing options...
SeTPwNs Posted April 27, 2009 Author Share Posted April 27, 2009 Oo Ниасилил. Слишком много крякозяброф. Ет шо це такэ? там еше столькоже рас некто непишет нечего прошу уделить внимание и помочь... :- рас етого больше некто непишет знач такое только у мну Link to comment Share on other sites More sharing options...
Кулек Posted April 27, 2009 Share Posted April 27, 2009 корое это хтмл код сайта астериуса это на Си вроде, отчего правда не легче Link to comment Share on other sites More sharing options...
SeTPwNs Posted April 27, 2009 Author Share Posted April 27, 2009 А можно целый код в пм?) незя все все работает тему закрыл Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.