Page 3 of 7

Posted: Wed 11. Aug 2004, 20:59
by Jari
And is it possible to hide the last 2 or 3 numbers in the IP-number on the Top Host ?

Posted: Fri 13. Aug 2004, 18:45
by Jari
I haven't found out how I should do yet, can someone give me some help ?

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

Posted: Thu 19. Aug 2004, 20:47
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.

Posted: Mon 23. Aug 2004, 20:06
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

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

Posted: Tue 24. Aug 2004, 22:22
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~

Posted: Wed 25. Aug 2004, 09:07
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.

Posted: Wed 25. Aug 2004, 09:27
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.

Posted: Wed 25. Aug 2004, 13:40
by derD
well. i am trying now their email feedback form on their homepage... vamos a ver...

Posted: Fri 27. Aug 2004, 08:31
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:

Posted: Fri 27. Aug 2004, 12:38
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:

Posted: Mon 30. Aug 2004, 08:36
by jkn
:oops:

Hab noch ein Problem

Posted: Tue 21. Sep 2004, 09:25
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

Posted: Thu 23. Sep 2004, 07:21
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...

Re: Hab noch ein Problem

Posted: Thu 23. Sep 2004, 07:27
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

Re: Hab noch ein Problem

Posted: Mon 27. Sep 2004, 18:50
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!