VTS without PHPwcms

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

VTS without PHPwcms

Post 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
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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/';
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post 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.
Post Reply