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.
amadeus
Posts: 18
Joined: Sun 13. Jun 2004, 15:21
Location: Hildesheim
Contact:

work in the newest dev 1.2.1?

Post by amadeus »

hello,

i follow this thread, but i find not the answer.
work this enhancment with the dev 1.2.1?

thanks...
amadeus
Paal
Posts: 204
Joined: Wed 6. Oct 2004, 19:54
Location: Budapest, Hungary
Contact:

Re: work in the newest dev 1.2.1?

Post by Paal »

amadeus wrote:hello,

i follow this thread, but i find not the answer.
work this enhancment with the dev 1.2.1?

thanks...
amadeus
Yes, but fallow this instruction...

Paul
User avatar
marcus@localhorst
Posts: 815
Joined: Fri 28. May 2004, 11:31
Location: localhorst
Contact:

Post by marcus@localhorst »

holla,

i've installed VTS in (using last DEV) and the external links will not be translated to exit.php?...

here's the code:

Code: Select all

	// return rendered content
	echo $content['page_start'];
	
	// 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"]);
  }
	
	echo $content["all"];
	echo $content['page_end'];
what could be the mistake

thanks
marcus
net-laden
Posts: 17
Joined: Fri 28. Jan 2005, 14:00
Location: Bodenwerder

Access denied

Post by net-laden »

phpOpenTracker Error: Access denied for user: 'web33@localhost' to database 'usr_web33_1'
statt der Auswertung sehe ich nur diese Fehlermeldung, obwohl die DB-Zugangsdaten in der "phpOpenTracker.php" alle stimmen.

:cry:
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

works as well on dev 1.2.3
http://www.studmed.dk Portal for doctors and medical students in Denmark
CodexX
Posts: 27
Joined: Wed 6. Oct 2004, 00:14
Location: Germany

Re: Access denied

Post by CodexX »

net-laden wrote:
phpOpenTracker Error: Access denied for user: 'web33@localhost' to database 'usr_web33_1'
statt der Auswertung sehe ich nur diese Fehlermeldung, obwohl die DB-Zugangsdaten in der "phpOpenTracker.php" alle stimmen.

:cry:
http://www.phpwcms.de/forum/viewtopic.php?t=2207
ganz unten.
net-laden
Posts: 17
Joined: Fri 28. Jan 2005, 14:00
Location: Bodenwerder

Danke !!!

Post by net-laden »

tatsächlitsch, da war der Fehler

vielen Dank

:D
JensZ
Posts: 136
Joined: Wed 16. Feb 2005, 12:18
Location: Stockholm, Sweden
Contact:

Re: Access denied

Post by JensZ »

Hi!
phpOpenTracker Error: Access denied for user: 'web33@localhost' to database 'usr_web33_1'
Don't know if anybody already answered this problem, but it has to do with mySQL privileges. Basically, the database user does not have permission to create temporary tables. This can be solved by a GRANT statement, like:

GRANT CREATE TEMPORARY TABLES ON usr_web33_1.* TO web33@localhost;

I have another problem with VTS that I haven't had time to figure out. I don't register any data in the "top exit target" and "top exit document" sections, possibly because the session container with the accesslog_id is not available in exit.php. Anybody know of a solution?

Good luck!

Jens
WeDgE
Posts: 51
Joined: Tue 30. Mar 2004, 22:53
Location: France (Nice)

Post by WeDgE »

little question...

this mod can display a counter and online counter ?
dfusion
Posts: 4
Joined: Tue 12. Oct 2004, 16:37

VTS Anzeigeproblem

Post by dfusion »

Hallo zusammen,

ich habe das Forum schon durchsucht, das Problem auch schon gefunden, jedoch finde ich keine Lösung.

VTS loggt nach der Installation alle Zugriffe mit und schreibe diese auch in die Datenbank. Wenn ich mich nun ins Backend einlogge und mir unter VTS die logs anschauen möchte, bekomme ich nur die "welcome…" Seite von phpwcms zu sehen, die ich auch bei betreten des Backend zu sehen bekomme...

Das Problem besteht schon länger und ich habe heute auch nochmal die aktuelle Version von VTS aufgespielt.

Wenn ich übrigens die "http://sub.domain.com/include/inc_ext/p ... racker.php" aufrufe, bekomme ich eine leere Seite zu sehen. Keine Ahnung ob das relevant ist!?

Ich hoffe auf Hilfe und bedanke mich schon mal.


Gruß
Daniel
dfusion
Posts: 4
Joined: Tue 12. Oct 2004, 16:37

Post by dfusion »

Okay... dann schmeiß ich es halt wieder runter...
Gibt ja noch andere Server-Stats...
iceman
Posts: 82
Joined: Tue 13. Jul 2004, 09:44
Contact:

Post by iceman »

Does anyone know if this mod works with 1.2.3-DEV?

I had it working on 1.1RC4, but I've since upgraded to 1.2.3-DEV and of course now the VTS module is missing from the admin.

Thanks
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

iceman wrote:Does anyone know if this mod works with 1.2.3-DEV?

I had it working on 1.1RC4, but I've since upgraded to 1.2.3-DEV and of course now the VTS module is missing from the admin.

Thanks
it works in 1.1.9+

http://www.phpwcms.de/forum/viewtopic.p ... t=45#31594
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 »

I don't belive it does.
I tihnk it is written in this thread somewhere to that effect.

mayby you could install awstats from sourceforge instead - it will not hit your performance so hard either.
iceman
Posts: 82
Joined: Tue 13. Jul 2004, 09:44
Contact:

Post by iceman »

I'm not aware of awstats - can you link me please?
Is it a better solution?
Post Reply