
04.11.2009, 18:22
|
|
Reservists Of Antichat - Level 6
Регистрация: 23.08.2007
Сообщений: 1,237
Провел на форуме: 18127311
Репутация:
1676
|
|
PHP код:
<?php
$curversion = '1.0 West Edition';
/* В строке ниже забит копирайт, убирая его, ты можешь распрощаться со своим трекером!;) WARNING: This file is protected by copyright! */
function mysql_modified_rows() {
$a_rows = mysql_affected_rows ();
$info_str = mysql_info ();
ereg ( "Rows matched: ([0-9]*)", $info_str, $r_matched );
return ($a_rows < 1) ? ($r_matched [1] ? $r_matched [1] : 0) : $a_rows;
}
function copyright() {
global $curversion;
$GLOBALS ["copyrightq231231212bjbndbsandbj123123aeq2132sw123swhgjq312"] = "sadd1fwe465465r5q6eqw2131235w46s31qwe513131515";
print ( "Powered by <a href=\"http://cyber-tm.ru/\">CyBERhype Tracker v" . $curversion . "</a> © CyberTeam " . (date ( "Y" ) > 2008 ? "2008-" : "") . date ( "Y" ) );
}
function stdfoot() {
global $copyrightq231231212bjbndbsandbj123123aeq2132sw123swhgjq312, $ss_uri, $tracker_lang, $queries, $tstart, $query_stat, $querytime, $CURGROUP, $show_process, $curversion, $be_footer;
if ($be_footer)
return '';
else
$GLOBALS ['be_footer'] = 1;
require_once ("themes/" . $ss_uri . "/template.php");
require_once ("themes/" . $ss_uri . "/stdfoot.php");
if (count ( $query_stat ) && $CURGROUP ['can_viewdebug'] && $show_process == "yes") {
foreach ( $query_stat as $key => $value ) {
print ( "<div>[" . ($key + 1) . "] => <b>" . ($value ["seconds"] > 0.01 ? "<font color=\"red\" title=\"Рекомендуется оптимизировать запрос. Время исполнения превышает норму.\">" . $value ["seconds"] . "</font>" : "<font color=\"green\" title=\"Запрос не нуждается в оптимизации. Время исполнения допустимое.\">" . $value ["seconds"] . "</font>") . "</b> [$value[query]]</div>\n" );
}
print ( "<br />" );
}
if (! $curversion) {
?>
<font color="red" size=2><b>Необходимо указать версию продукта!</b></font>
<?
}
if ($copyrightq231231212bjbndbsandbj123123aeq2132sw123swhgjq312 != "sadd1fwe465465r5q6eqw2131235w46s31qwe513131515") {
?>
<font color="red" size=2><b>Копирайт на место!</b></font>
<?
}
}
?>
|
|
|