Statistic for Visitor, Host, OS etc.

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

iceman wrote:I'm not aware of awstats - can you link me please?
Is it a better solution?
try to search on awstats on google :wink:
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

Last edited by pSouper on Fri 29. Jul 2005, 09:46, edited 1 time in total.
iceman
Posts: 82
Joined: Tue 13. Jul 2004, 09:44
Contact:

Post by iceman »

Fantastic looking stats, tahnks very much, just what I was after.
dasphatman
Posts: 9
Joined: Tue 14. Sep 2004, 22:08

Post by dasphatman »

I get this error when trying to view VTS in the admin error...

Code: Select all

Fatal error: Undefined class name 'phpopentracker_config' in /mysite/include/inc_ext/phpOpenTracker/tmpl/phpot.today.tmpl.php on line 48
Any idea!!!?

Please help!


[/code]
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

Post by Paal »

dasphatman wrote:I get this error when trying to view VTS in the admin error...

Code: Select all

Fatal error: Undefined class name 'phpopentracker_config' in /mysite/include/inc_ext/phpOpenTracker/tmpl/phpot.today.tmpl.php on line 48
Any idea!!!?

Please help!
- phpWcms version?
- vts version?

P.
rtilghman
Posts: 107
Joined: Tue 1. Mar 2005, 17:22

Can you upgrade VTS POT?

Post by rtilghman »

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
JensZ
Posts: 136
Joined: Wed 16. Feb 2005, 12:18
Location: Stockholm, Sweden
Contact:

Post by JensZ »

I updated a while back and had no problems. The structure is the same and I think that the phpwcms specific files lie outside. I don't remember running into any problems.

JZ
madgyver
Posts: 20
Joined: Thu 14. Jul 2005, 19:28

Post by madgyver »

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.
bw
Posts: 12
Joined: Tue 24. Jan 2006, 21:02
Location: Zürich
Contact:

Fehlermeldungen

Post by bw »

phpwcms v1.2.5-DEV

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
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:

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);
		
	}
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:

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"]);
	//}
Kann man das so stehen lassen?

Gruss
bw
pieterbeulens
Posts: 29
Joined: Fri 10. Dec 2004, 13:08
Location: Rotterdam, The Netherlands
Contact:

Post by pieterbeulens »

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.
axelS
Posts: 31
Joined: Thu 20. Nov 2003, 16:47
Location: Münster, Germany
Contact:

VTS Visitor Tracking System and Version 1.2.6

Post by axelS »

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 :-D

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?"
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

hi,

am I blind? or why I doesn't finde the download of VTS?
could someone post the last VTS release? would be very cool.
thank you.
marcus

edit: I am blind. the downloadlink is still on the emedia page :oops:
axelS
Posts: 31
Joined: Thu 20. Nov 2003, 16:47
Location: Münster, Germany
Contact:

Post by axelS »

John Murdoch (DarkCity): "When was the last time you remember doing something during the day?"
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

holla, again a vts question,
the stat doesn't display the exit targets and top referrers. why?
it's strange, because the sxit.php works well and the DB Tables are filled by the exit targets... I noticed that by some other sites too, but now I like to know it :-)

thanks marcus
axelS
Posts: 31
Joined: Thu 20. Nov 2003, 16:47
Location: Münster, Germany
Contact:

Post by axelS »

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?
John Murdoch (DarkCity): "When was the last time you remember doing something during the day?"
Post Reply