Statistic for Visitor, Host, OS etc.
Statistic for Visitor, Host, OS etc.
Hello,
this mod will bring you a statistical analysis of the visitors of your website.
The mod is depending on the phpOpenTracker (http://www.phpopentracker.de) and is fully embeded in the phpWCMS backend.
This screenshot will give you an impression:
If you like it, leech the mod @ http://www.emediafabrik.de/index.php?de_pro_mod_vts.
Follow the instructions in the howto.txt.
If you need support ask via E-Mail or Webform on our Website.
Please also check for latest version, patches and changelog there.
Best regards
cguenther & jmeyknecht
this mod will bring you a statistical analysis of the visitors of your website.
The mod is depending on the phpOpenTracker (http://www.phpopentracker.de) and is fully embeded in the phpWCMS backend.
This screenshot will give you an impression:
If you like it, leech the mod @ http://www.emediafabrik.de/index.php?de_pro_mod_vts.
Follow the instructions in the howto.txt.
If you need support ask via E-Mail or Webform on our Website.
Please also check for latest version, patches and changelog there.
Best regards
cguenther & jmeyknecht
Last edited by cguenther on Tue 16. Nov 2004, 10:26, edited 2 times in total.
Downloaded & fully Installed & Tested in 15 mins (sorry - slow connection )
very very nice guys. thank you.
I guess I'll go back to flipping burgers in McD's now
EDIT: I get an error...
___Top Operating ystem__________________________________________
phpOpenTracker Error: Access denied for user: '@localhost' to database 'myDatabaseName'
Name Anzahl Prozent
_______________________________________________________________
any ideas?
very very nice guys. thank you.
I guess I'll go back to flipping burgers in McD's now
EDIT: I get an error...
___Top Operating ystem__________________________________________
phpOpenTracker Error: Access denied for user: '@localhost' to database 'myDatabaseName'
Name Anzahl Prozent
_______________________________________________________________
any ideas?
that's a very very dope thing. i will download it now and test it. awesome...
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
i've tested it and it's working great. take only 2 minutes to install and has a great usage... thank you
@oliver g. : seems to be a good solution to implement in sunday upcoming snapshot...
@oliver g. : seems to be a good solution to implement in sunday upcoming snapshot...
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
------------------------------------------------
null212 - Büro für Kommunikation und Design
------------------------------------------------
Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
howto change index.php/id=3... to the article name? just the id # makes no sense!?!
http://www.studmed.dk Portal for doctors and medical students in Denmark
While sleeping tonight i found an answer why the mod maybe wan't work on some systems.
The mod is using the new class and function handling that is build in PHP since version 4.1.x but it is really bugfree since 4.3.x.
So all people using PHP < 4.3.x can get strange error, maybe that is also your case pSouper?
The old way was:
The new way is:
to frold:
the easiest way to include the statistic was to take the url. in our case, the url is depending on id's.
if you use "alias" instead of id, the alias-name will displayed in statistic.
The url in document and referer is also linked (in new window) to the page.
The mod is using the new class and function handling that is build in PHP since version 4.1.x but it is really bugfree since 4.3.x.
So all people using PHP < 4.3.x can get strange error, maybe that is also your case pSouper?
The old way was:
Code: Select all
$var = new class();
$funciton = $var->function();
Code: Select all
class::function();
the easiest way to include the statistic was to take the url. in our case, the url is depending on id's.
if you use "alias" instead of id, the alias-name will displayed in statistic.
The url in document and referer is also linked (in new window) to the page.
pSouper use PHP Version 4.3.4
Last edited by frold on Sat 27. Mar 2004, 09:55, edited 1 time in total.
http://www.studmed.dk Portal for doctors and medical students in Denmark
removed
but he use php 4.3.4 so that need to be changed .. pSouper!!!!!!!!!
but he use php 4.3.4 so that need to be changed .. pSouper!!!!!!!!!
http://www.studmed.dk Portal for doctors and medical students in Denmark
looks nice, but I get an error in my admin section and also within my output
admin:
output:
i have a new install on my system and used the files from the zip-file
my system:
system: Linux zinc.webpack.hosteurope.de 2.6.3 #1 SMP Wed Feb 18 17:11:04 CET 2004 i686
server: Apache/1.3.29 (Unix) FrontPage/5.0.2.2635 PHP/4.3.5
php: v4.3.5
any ideas ? thanks...
admin:
Code: Select all
_chat_focus($do, $p); //Set Focus for chat insert filed forward_to($forward_to_message_center, $phpwcms["site"].$phpwcms["root"]."phpwcms.php?do=messages", 2500); //If new message was sent -> automatic forwarding to message center ?>
Code: Select all
->stop('main'); // echo spacer(5)."
created in ".($timer->get_current('main'))." sec"; // echo "
".spacer(5); ?>
my system:
system: Linux zinc.webpack.hosteurope.de 2.6.3 #1 SMP Wed Feb 18 17:11:04 CET 2004 i686
server: Apache/1.3.29 (Unix) FrontPage/5.0.2.2635 PHP/4.3.5
php: v4.3.5
any ideas ? thanks...