Page 5 of 7

work in the newest dev 1.2.1?

Posted: Wed 16. Mar 2005, 10:45
by amadeus
hello,

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

thanks...
amadeus

Re: work in the newest dev 1.2.1?

Posted: Wed 16. Mar 2005, 10:51
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

Posted: Thu 28. Apr 2005, 14:28
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

Access denied

Posted: Sun 8. May 2005, 16:22
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:

Posted: Fri 3. Jun 2005, 17:02
by frold
works as well on dev 1.2.3

Re: Access denied

Posted: Sat 4. Jun 2005, 15:27
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.

Danke !!!

Posted: Mon 6. Jun 2005, 16:22
by net-laden
tatsächlitsch, da war der Fehler

vielen Dank

:D

Re: Access denied

Posted: Tue 7. Jun 2005, 15:21
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

Posted: Sun 26. Jun 2005, 22:00
by WeDgE
little question...

this mod can display a counter and online counter ?

VTS Anzeigeproblem

Posted: Tue 28. Jun 2005, 16:27
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

Posted: Wed 6. Jul 2005, 14:57
by dfusion
Okay... dann schmeiß ich es halt wieder runter...
Gibt ja noch andere Server-Stats...

Posted: Wed 27. Jul 2005, 05:49
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

Posted: Wed 27. Jul 2005, 10:52
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

Posted: Wed 27. Jul 2005, 10:54
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.

Posted: Thu 28. Jul 2005, 02:15
by iceman
I'm not aware of awstats - can you link me please?
Is it a better solution?