Może zaiast:
[phpbb]// Added by Smartor - BEGIN
$gzip_text = ($board_config['gzip_compress']) ? "Kompresja GZIP włączona" : "Kompresja GZIP wyłączona";
$excuted_queries = $db->num_queries;
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$endtime = $mtime;
$gentime = round(($endtime - $starttime), 6); // You can adjust the number 6
// Added by Smartor - END[/phpbb]
dac:
[phpbb]if($userdata['user_level'] == ADMIN)
{
// Added by Smartor - BEGIN
$gzip_text = ($board_config['gzip_compress']) ? "Kompresja GZIP włączona" : "Kompresja GZIP wyłączona";
$excuted_queries = $db->num_queries;
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$endtime = $mtime;
$gentime = round(($endtime - $starttime), 6); // You can adjust the number 6
// Added by Smartor - END
}[/phpbb]
Pozdro
Autor postu otrzymał pochwałę
NIE udzielam pomocy nt. phpBB na PW/Tlen/GG/Mail! PYTAJ NA FORUM!
Przydatne linki: [ Google | phpBB.com | phpBBhacks | WebPacket ]
Zobacz koniecznie: [ Adrosx.pl ]