Page 1 of 7

Statistic for Visitor, Host, OS etc.

Posted: Fri 26. Mar 2004, 13:50
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

Posted: Fri 26. Mar 2004, 14:26
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?

Posted: Fri 26. Mar 2004, 16:04
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

Posted: Fri 26. Mar 2004, 17:08
by cguenther
Hmm.. we found some parts missing in translation.

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

regards
cguenther

Posted: Fri 26. Mar 2004, 17:14
by pSouper
thanks CG

Posted: Fri 26. Mar 2004, 21:30
by Jan212
that's a very very dope thing. i will download it now and test it. awesome...

Posted: Fri 26. Mar 2004, 23:04
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...

Posted: Sat 27. Mar 2004, 08:56
by frold
howto change index.php/id=3... to the article name? just the id # makes no sense!?!

Posted: Sat 27. Mar 2004, 09:27
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.

Posted: Sat 27. Mar 2004, 09:51
by frold
pSouper use PHP Version 4.3.4

Posted: Sat 27. Mar 2004, 09:54
by cguenther
the link: 403 - Vorbidden

my system:WinXPpro | IIS 5.1 | php 4.2.4 | localhost server.

Posted: Sat 27. Mar 2004, 09:55
by frold
removed :wink:

but he use php 4.3.4 so that need to be changed :D .. pSouper!!!!!!!!!

Posted: Thu 1. Apr 2004, 00:07
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... ;)

Posted: Mon 12. Jul 2004, 13:25
by cguenther
New version 1.3.0-RC1 released.

Changes:
- added SVG support for drawing charts
- updated phpOpenTracker engine

Posted: Mon 12. Jul 2004, 13:44
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