Statistic for Visitor, Host, OS etc.
work in the newest dev 1.2.1?
hello,
i follow this thread, but i find not the answer.
work this enhancment with the dev 1.2.1?
thanks...
amadeus
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?
Yes, but fallow this instruction...amadeus wrote:hello,
i follow this thread, but i find not the answer.
work this enhancment with the dev 1.2.1?
thanks...
amadeus
Paul
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
holla,
i've installed VTS in (using last DEV) and the external links will not be translated to exit.php?...
here's the code:
what could be the mistake
thanks
marcus
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'];
thanks
marcus
Access denied
statt der Auswertung sehe ich nur diese Fehlermeldung, obwohl die DB-Zugangsdaten in der "phpOpenTracker.php" alle stimmen.phpOpenTracker Error: Access denied for user: 'web33@localhost' to database 'usr_web33_1'
Re: Access denied
http://www.phpwcms.de/forum/viewtopic.php?t=2207net-laden wrote:statt der Auswertung sehe ich nur diese Fehlermeldung, obwohl die DB-Zugangsdaten in der "phpOpenTracker.php" alle stimmen.phpOpenTracker Error: Access denied for user: 'web33@localhost' to database 'usr_web33_1'
ganz unten.
Re: Access denied
Hi!
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
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:phpOpenTracker Error: Access denied for user: 'web33@localhost' to database 'usr_web33_1'
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
VTS Anzeigeproblem
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
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
it works in 1.1.9+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
http://www.phpwcms.de/forum/viewtopic.p ... t=45#31594
http://www.studmed.dk Portal for doctors and medical students in Denmark