
03-11-2002, 10:35 PM
|
|
|
Join Date: Dec 2001
Location: USA
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by nakkid
Upgrade your vbMicroStats to Version 1.5:
forum/admin/functions.php
1. in [high]function dooutput()[/high], find the code:
PHP Code:
global $pagestarttime,$query_count,$showqueries,$querytime,$DB_site,$microstats,$HTTP_ACCEPT_ENCODING;
replace it with:
PHP Code:
global $pagestarttime,$query_count,$showqueries,$querytime,$DB_site,$gzipoutput,$gziplevel,$microstats;
2. find the code:
PHP Code:
if (strpos(" ".$HTTP_ACCEPT_ENCODING,"gzip")) {
$gziptext="enabled";
} else {
$gziptext="disabled";
}
replace it with:
PHP Code:
if ($gzipoutput==1) {
$gziptext="enabled (level $gziplevel)";
} else {
$gziptext="disabled";
}
[high]NOTE:[/high] The GZIP compression will show as enabled only if you enabled your board to use GZIP compression.
To do this, do yo your [high]VBulletin Options > HTTP Headers and output > GZIP Output[/high] and select Yes.
Otherwise, it will show as disabled.
|
Is there a clean install txt directions file telling how to isntall 1.5? If you can email it to me that would be great. oleg@gaminguru.com
|