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.
Post Reply
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Statistic for Visitor, Host, OS etc.

Post by cguenther »

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

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.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

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: :oops: I get an error...
___Top Operating ystem__________________________________________
phpOpenTracker Error: Access denied for user: '@localhost' to database 'myDatabaseName'
Name Anzahl Prozent
_______________________________________________________________
any ideas?
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

hmm ..

all other values are displayed?

if yes, that seems not to be a problem from the opentracker. all values coming from one function. If one works all should work.

sorry
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

Hmm.. we found some parts missing in translation.

The repack will fix that parts. The file is still the same.

regards
cguenther
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

thanks CG
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post by Jan212 »

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.
------------------------------------------------
Jan212
Posts: 859
Joined: Wed 28. Jan 2004, 21:38
Location: Solingen
Contact:

Post by Jan212 »

i've tested it and it's working great. take only 2 minutes to install and has a great usage... thank you
:idea: @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.
------------------------------------------------
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

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
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

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

Code: Select all

$var = new class();
$funciton = $var->function();
The new way is:

Code: Select all

class::function();
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.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

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
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

the link: 403 - Vorbidden

my system:WinXPpro | IIS 5.1 | php 4.2.4 | localhost server.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

removed :wink:

but he use php 4.3.4 so that need to be changed :D .. pSouper!!!!!!!!!
http://www.studmed.dk Portal for doctors and medical students in Denmark
Jenpet
Posts: 74
Joined: Fri 6. Feb 2004, 15:43

Post by Jenpet »

looks nice, but I get an error in my admin section and also within my output

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

Code: Select all

->stop('main'); // echo spacer(5)."
 created in ".($timer->get_current('main'))." sec"; // echo "
".spacer(5); ?>
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... ;)
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post by cguenther »

New version 1.3.0-RC1 released.

Changes:
- added SVG support for drawing charts
- updated phpOpenTracker engine
aschenk
Posts: 10
Joined: Wed 7. Jul 2004, 11:19

Post by aschenk »

Hi,

die neue Version funktioniert wunderbar *thanks* :-)

Frage:
ist es möglich die Statistik für jeden Benutzer zugänglich zu machen? also dass man diese irgendwie übers Hauptmenü im Frontend aufrufen könnte?


Gruß,
Andi
Post Reply