| Author |
Message |
shotokan Worker


Joined: Aug 27, 2006 Posts: 172
|
Posted:
Fri Sep 15, 2006 1:29 pm |
|
The two information about "new hits today" and "total hits yesterday" is not showing any data since I installed the block.
The part where it shows "total views" is ok and showing the number of vitits since the site was impelented but the other two mentioned above is always blank. Is there anything else to change?
Thanks, |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Wed Sep 20, 2006 9:05 pm |
|
What User Info block are you using? |
|
|
|
 |
shotokan Worker


Joined: Aug 27, 2006 Posts: 172
|
Posted:
Wed Sep 20, 2006 9:54 pm |
|
It is a block called Block-User-Info2.php I tried to add the code here but i am not allowed to.
[/quote] |
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Thu Sep 21, 2006 12:05 pm |
|
Did you install the db tables? |
|
|
|
 |
shotokan Worker


Joined: Aug 27, 2006 Posts: 172
|
Posted:
Thu Sep 21, 2006 2:22 pm |
|
Yes i did run the below script but i thinbk it is only for the most online stats and not for the hits.
#
# Tabel structuur voor tabel `nuke_mostonline`
#
CREATE TABLE nuke_mostonline (
total int(10) NOT NULL default '0',
members int(10) NOT NULL default '0',
nonmembers int(10) NOT NULL default '0',
PRIMARY KEY (total)
) TYPE=MyISAM; |
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Thu Sep 21, 2006 7:13 pm |
|
I am using the same user block and it works fine. Maybe you have a corrupted file. I suggest you verify or re-upload the block files. (Just guessing since I am a php-nuke user only, not a programmer) |
|
|
|
 |
|
|
|
|