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.
Jari
Posts: 107
Joined: Thu 15. Apr 2004, 11:31
Location: Sweden
Contact:

Post by Jari »

And is it possible to hide the last 2 or 3 numbers in the IP-number on the Top Host ?
Jari
Posts: 107
Joined: Thu 15. Apr 2004, 11:31
Location: Sweden
Contact:

Post by Jari »

I haven't found out how I should do yet, can someone give me some help ?
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Problem mit Version MOD phpWCMS VTS-v1.3.4-RC1

Post by derD »

Hallo

Ich habe mir die VTS version für mein Version vom 22.06. heruntergeladen und nach dem HOWTO installiert.

Wenn ich jetzt im Adminbereich das VTS aufrufe, bekomme ich die Meldung:

Code: Select all

phpOpenTracker Error: Table 'phpwcms.pot_accesslog' doesn't exist
Ich habe dann auch mal meine Seiten aufgerufen und bekam unter der Seite die Fehlermeldung:

Code: Select all

phpOpenTracker Error: Table 'phpwcms.pot_visitors' doesn't exist (oder so ähnlich)
Nach einem Refresh der Seite war sie dann weg und danach kam die erstgenannte Fehlermeldung (accesslog), die dann aber nach einem Refresh auch wieder weg war.

Im Adminbereich tat sich nach einem Refresh nichts. Die Fehlermeldung bleibt.
Die Tabellen sind alle in der Datenbank vorhanden.

Zum probieren bitte auf meine Homepage gehen.

Vielen Dank.
Ich sagte doch: ich geh nie wieder in den Bau.
jkn
Posts: 58
Joined: Mon 23. Aug 2004, 20:00

Post by jkn »

i've got the same problem:
Visitors
one time -265 unique 47
returning 312 online 0
383
/ Visitors 4.26
Visits
total 90
return 355

Top Operating System
Name Total Percents
phpOpenTracker Error: Keine Zugriffsberechtigung für Benutzer: 'blabla@%' für Datenbank 'blabla'.
i'm use php 4.3.3 on freebsd 5.2.1 & vts 1.3.4 !

thx for your answer & any solution!

by
jkn
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: Problem mit Version MOD phpWCMS VTS-v1.3.4-RC1

Post by DeXXus »

derD wrote:

Code: Select all

phpOpenTracker Error: Table 'phpwcms.pot_accesslog' doesn't exist

Code: Select all

phpOpenTracker Error: Table 'phpwcms.pot_visitors' doesn't exist (oder so ähnlich)
Did you read "howtow.txt" and follow the directions???
#
#-----[ Run this SQL eg. in phpmyadmin ]------------------------------------------
#
#
#
#

CREATE TABLE `pot_accesslog` (
`accesslog_id` int(11) NOT NULL default '0',
`timestamp` int(10) unsigned NOT NULL default '0',
`weekday` tinyint(1) unsigned NOT NULL default '0',
`hour` tinyint(2) unsigned NOT NULL default '0',
`document_id` int(11) NOT NULL default '0',
`exit_target_id` int(11) NOT NULL default '0',
`entry_document` tinyint(1) unsigned NOT NULL default '0',
KEY `accesslog_id` (`accesslog_id`),
KEY `timestamp` (`timestamp`),
KEY `document_id` (`document_id`),
KEY `exit_target_id` (`exit_target_id`)
) TYPE=MyISAM;

~SNIP~

CREATE TABLE `pot_visitors` (
`accesslog_id` int(11) NOT NULL default '0',
`visitor_id` int(11) NOT NULL default '0',
`client_id` int(10) unsigned NOT NULL default '0',
`operating_system_id` int(11) NOT NULL default '0',
`user_agent_id` int(11) NOT NULL default '0',
`host_id` int(11) NOT NULL default '0',
`referer_id` int(11) NOT NULL default '0',
`timestamp` int(10) unsigned NOT NULL default '0',
`weekday` tinyint(1) unsigned NOT NULL default '0',
`hour` tinyint(2) unsigned NOT NULL default '0',
`returning_visitor` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`accesslog_id`),
KEY `client_time` (`client_id`,`timestamp`)
) TYPE=MyISAM;

~SNIP~
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post by derD »

yes. of course. i used my phpMyAdmin to run all the sql queries on my database. after that, i saw all tables im my structure.

then i did all the changes in the files and uploaded them.
Ich sagte doch: ich geh nie wieder in den Bau.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

I noticed this, have you tried your luck there?
http://www.phpwcms.de/forum/viewtopic.php?p=7333#7333
Follow the instructions in the howto.txt.

If you need support ask via E-Mail or Webform on our Website.
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post by derD »

well. i am trying now their email feedback form on their homepage... vamos a ver...
Ich sagte doch: ich geh nie wieder in den Bau.
jkn
Posts: 58
Joined: Mon 23. Aug 2004, 20:00

Post by jkn »

If you need support ask via E-Mail or Webform on our Website.[/quote][/quote]

but this will not realy help other users...

:lol:
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

jkn wrote:but this will not realy help other users...

:lol:
No ~other~ choice... if the author(s) of this "hack" do not monitor this thread and ~answer~ these type of questions.

I ~could~ have said -->"you posted this in the wrong section of the forum, it should be in hacks & enhancements Support section" :wink:
jkn
Posts: 58
Joined: Mon 23. Aug 2004, 20:00

Post by jkn »

:oops:
schani
Posts: 60
Joined: Mon 20. Sep 2004, 15:17

Hab noch ein Problem

Post by schani »

Nach der Installation habe ich die Meldung auf jeder Seite:

Code: Select all

Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/phpwcmsschani/phpwcms_template/inc_script/frontend_init/sample.php:4) in /home/www/web1/html/phpwcmsschani/index.php on line 201
Ich habe schon gesucht wo der Fehler sein könnte, hab aber nichts gefunden.

Habt Ihr einen Tipp für mich.

Christian
brans

Post by brans »

hacks & enhancements support Forum bitte... dort sollten alle Fragen zu den Hacks gepostet werden..

please post questions about the hacks in the hacks & enhancements support forum...
Pappnase

Re: Hab noch ein Problem

Post by Pappnase »

schani wrote:Nach der Installation habe ich die Meldung auf jeder Seite:

Code: Select all

Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/phpwcmsschani/phpwcms_template/inc_script/frontend_init/sample.php:4) in /home/www/web1/html/phpwcmsschani/index.php on line 201
Ich habe schon gesucht wo der Fehler sein könnte, hab aber nichts gefunden.

Habt Ihr einen Tipp für mich.

Christian
hallo

brnas hat ja schon was dazu gesagt! :wink:

http://docu.fhss.de/1.162.0.0.1.0.phtml
User avatar
cyppher.nl
Posts: 138
Joined: Wed 19. May 2004, 18:38
Location: Hilversum, Netherlands

Re: Hab noch ein Problem

Post by cyppher.nl »

I installed the latest VTS hack, like I supposed to do (following the howto.txt file)
but I cannot see any changes in the backend.
How do I see the statistics and why is there no link in the modules page?

Please, help me out. Thankx!
How do you do? And how do you do your wife?
Post Reply