Page 1 of 1
VTS without PHPwcms
Posted: Fri 17. Dec 2004, 17:54
by marcus@localhorst
hi,
i've got PHPwcms in a folder looks like this:
http://www.domain.de/content.
is it possible to track users on
http://www.domain.de/index.php?
i've try it but i get a lot of erros.
hope you can help.
thanks!
marcus
Posted: Sat 18. Dec 2004, 11:03
by frold
canĀ“t you change the settings in:
include\inc_ext\phpOpenTracker\phpOpenTracker\conf\phpOpenTracker.php
$phpwcms["site"] = '
http://www.yoursite.com/';
$phpwcms["root"] = 'folder/';
Posted: Sat 18. Dec 2004, 21:40
by marcus@localhorst
ich hab vergessen dies in die datei zu schreiben:
//script chaching to allow header redirect
if($phpwcms["compress_page"]) {
if(ini_get('zlib.output_compression') && function_exists('ini_set')) {
ini_set( 'zlib.output_compression', '1' );
ini_set( 'zlib.output_compression_level', $phpwcms["compress_page"] );
ob_start();
} else {
ob_start("ob_gzhandler"); //with old style GZ Compression
}
} else {
ob_start(); //without Compression (or use browsers default)
}
trotzdem danke.
m.