try to search on awstats on googleiceman wrote:I'm not aware of awstats - can you link me please?
Is it a better solution?
Statistic for Visitor, Host, OS etc.
http://www.studmed.dk Portal for doctors and medical students in Denmark
Last edited by pSouper on Fri 29. Jul 2005, 09:46, edited 1 time in total.
-
- Posts: 9
- Joined: Tue 14. Sep 2004, 22:08
I get this error when trying to view VTS in the admin error...
Any idea!!!?
Please help!
[/code]
Code: Select all
Fatal error: Undefined class name 'phpopentracker_config' in /mysite/include/inc_ext/phpOpenTracker/tmpl/phpot.today.tmpl.php on line 48
Please help!
[/code]
- phpWcms version?dasphatman wrote:I get this error when trying to view VTS in the admin error...
Any idea!!!?Code: Select all
Fatal error: Undefined class name 'phpopentracker_config' in /mysite/include/inc_ext/phpOpenTracker/tmpl/phpot.today.tmpl.php on line 48
Please help!
- vts version?
P.
Can you upgrade VTS POT?
Can I update this to the latest version of phpOpenTracker (1.5.2)? I'd like to incorporate the latest bug fixes and optimations, but I don't know how "customization" for PHPwcms works... are presentation and the pot logic separate, or is it an integrated whole that would make upgrading highly problematic?
Any help is appreciated.
Thanks,
Rick
Any help is appreciated.
Thanks,
Rick
Does this one still works with the new version of Phpwcms?
The code has changed quite a bit, and it is really difficult to do the howto, because of missing/modified lines of code.
I tried to install it, but it might be that I made mistakes/it doesn't work or stuff.
After my (now 6x) Installation the vts option is there in the admin section. When I click on it i get a menü at the left with stuff like stats today and so on. But if I click on them nothing happens.
Does anyone know?
P.S.
DB data IS correct.
Folders ARE 777
Files are 777 NOW TOO
Tables HAVE been created
I'm sorry guys, but I did and checked this very often now so don't say stuff like "check db settings or folders" or "Do it again"
It's just that the code in the Howto doesn't match the new Version of Phpwcms.
The code has changed quite a bit, and it is really difficult to do the howto, because of missing/modified lines of code.
I tried to install it, but it might be that I made mistakes/it doesn't work or stuff.
After my (now 6x) Installation the vts option is there in the admin section. When I click on it i get a menü at the left with stuff like stats today and so on. But if I click on them nothing happens.
Does anyone know?
P.S.
DB data IS correct.
Folders ARE 777
Files are 777 NOW TOO
Tables HAVE been created
I'm sorry guys, but I did and checked this very often now so don't say stuff like "check db settings or folders" or "Do it again"
It's just that the code in the Howto doesn't match the new Version of Phpwcms.
Fehlermeldungen
phpwcms v1.2.5-DEV
Leider erhalte ich nach der Installation folgende Fehlermeldungen:
Die Fehlermeldung erscheint im Backend in den Feldern:
"Top Betriebssystem"
"Top Host"
usw.
... einfach überall dort wo es schon Einträge gibt.
Habe etwas ausprobiert ...
Wenn ich in der Datei "phpOpenTracker.php"
den folgenden Code auskommentiere ist der Fehler weg:
Meine externen Links haben nach der Installation von VTS nicht mehr
funktioniert.
Wenn ich den folgenden Code in der index.php weglasse gehen sie wieder:
Kann man das so stehen lassen?
Gruss
bw
Leider erhalte ich nach der Installation folgende Fehlermeldungen:
Code: Select all
Notice: Undefined variable: i in /var/www/vhosts/qs-letten.ch/httpdocs/schule/cms/include/inc_ext/phpOpenTracker/phpOpenTracker.php on line 218
Notice: Undefined variable: i in /var/www/vhosts/qs-letten.ch/httpdocs/schule/cms/include/inc_ext/phpOpenTracker/phpOpenTracker.php on line 219
Notice: Undefined offset: 0 in /var/www/vhosts/qs-letten.ch/httpdocs/schule/cms/include/inc_ext/phpOpenTracker/phpOpenTracker.php on line 223
"Top Betriebssystem"
"Top Host"
usw.
... einfach überall dort wo es schon Einträge gibt.
Habe etwas ausprobiert ...
Wenn ich in der Datei "phpOpenTracker.php"
den folgenden Code auskommentiere ist der Fehler weg:
Code: Select all
function cleanup_tmp($dir) {
$files = array();
chdir($dir);
$dir = opendir($dir);
// while(false !== ($file = readdir($dir))) {
// $files[$i] = $file;
// $i++;
// }
for ($i = 0; $i < count($files); $i++) {
$buffer = explode("-", $files[$i]);
if ($buffer[0] == "tmp" && $buffer[1] < (date("U") - 300)) {
unlink($files[$i]);
}
}
closedir($dir);
}
funktioniert.
Wenn ich den folgenden Code in der index.php weglasse gehen sie wieder:
Code: Select all
// replace all external URLs with exit.php?url=exit_url
//preg_match_all("#<a href=(\"|')http://([^\"']+)(\"|')#i",$content["all"],$content_treffer,PREG_SET_ORDER);
//$cnt_anz = count($content_treffer);
//for ($i = 0; $i < $cnt_anz; $i++) {
//$content["all"] = str_replace($content_treffer[$i][0],"<a href=\"exit.php?url=".urlencode($content_treffer[$i][2])."\"",$content["all"]);
//}
Gruss
bw
-
- Posts: 29
- Joined: Fri 10. Dec 2004, 13:08
- Location: Rotterdam, The Netherlands
- Contact:
Hi there,
I just tried to install the VTS system (latest version available) on my local (WinXP with latest version of Xampp installed) phpwcms installation (latest version, 1.2.6DEV 14-12-05). I have found out where to put all the changes, and I see the VTS menu in backend, but when I click it, I get
Fatal error: Class 'phpOpenTracker_Config' not found in C:\Program Files\xampp\htdocs\phpwcms\include\inc_ext\phpOpenTracker\tmpl\phpot.today.tmpl.php on line 48
I saw this error multiple times in this thread, but no one seems to know an answer. Hoping to get one now, though! Thanks in advance.
I just tried to install the VTS system (latest version available) on my local (WinXP with latest version of Xampp installed) phpwcms installation (latest version, 1.2.6DEV 14-12-05). I have found out where to put all the changes, and I see the VTS menu in backend, but when I click it, I get
Fatal error: Class 'phpOpenTracker_Config' not found in C:\Program Files\xampp\htdocs\phpwcms\include\inc_ext\phpOpenTracker\tmpl\phpot.today.tmpl.php on line 48
I saw this error multiple times in this thread, but no one seems to know an answer. Hoping to get one now, though! Thanks in advance.
VTS Visitor Tracking System and Version 1.2.6
Hi all,
Got VTS to work with 1.2.6 (the latest 14/12/05)!
There's only one part in the install file that needs to be changed for it to work correctly. I did not need to make any other changes
Download: Updated Install File (vts126.txt a.k.a. howto.txt)
Have fun and let me know how it works out for you.
Axel.
Got VTS to work with 1.2.6 (the latest 14/12/05)!
There's only one part in the install file that needs to be changed for it to work correctly. I did not need to make any other changes
Download: Updated Install File (vts126.txt a.k.a. howto.txt)
Have fun and let me know how it works out for you.
Axel.
John Murdoch (DarkCity): "When was the last time you remember doing something during the day?"
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
Hi Markus, you can download it from here:
http://www.emediafabrik.de/index.php?de ... s_download
Infos can be found here:
http://www.emediafabrik.de/index.php?de_pro_mod_vts
http://www.emediafabrik.de/index.php?de ... s_download
Infos can be found here:
http://www.emediafabrik.de/index.php?de_pro_mod_vts
John Murdoch (DarkCity): "When was the last time you remember doing something during the day?"
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
Hmm.. same here. The ones w/o data showing are:
- Top Exit Document
- Top Exit Target
- Top Search engines (empty table)
- Top Search keywords (no table?)
Also, the SVG graphs are not working. All I get is the XML file although SVGs work elsewhere in my browser?
- Top Exit Document
- Top Exit Target
- Top Search engines (empty table)
- Top Search keywords (no table?)
Also, the SVG graphs are not working. All I get is the XML file although SVGs work elsewhere in my browser?
John Murdoch (DarkCity): "When was the last time you remember doing something during the day?"