If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Daily Counter is not working!!!  XML
Forum Index » Support Forum
Author Message
sikter
Newbie

Joined: 07/02/2002 18:08:48
Messages: 2
Offline

Hi there,
My counter only shows visits for today but not total visits. :(
I tried changing permissions from 666 to 777 but this didn't help. I'm using text file version, not mySQL.

Any suggestions.

Thanks.
Anonymous



Go to your Config.inc.php, then go to the "Textfile Settings" change the system path which is pointing to all the text files.

The path will be like this /home/username/dphpcounter/iptext.txt


Good luck
Anonymous



I just did it and it still has no effect on total visitors.
Here's the link http://www.raja-do-jaja.com/demo.php

Anything else I could look into?

Thanks.


Tony wrote:
Go to your Config.inc.php, then go to the "Textfile Settings" change the system path which is pointing to all the text files.

The path will be like this /home/username/dphpcounter/iptext.txt


Good luck
Anonymous



Take my advice, delete all the files, and then upload them again, keep all the files in the dcountphp folder, then open the config.inc.php, go down to this section:

/* textfile settings */
$COUNT_CFG["logfile"] = "/home/username/public_html/dcountphp/ip.txt";
$COUNT_CFG["counter"] = "/home/username/public_html/dcountphp/total_visits.txt";
$COUNT_CFG["daylog"] = "/home/username/public_html/dcountphp/daily.txt";

The path may be varied depending on your server.

Then change the permission of these files: ip.txt, total_visits.txt, daily.txt in to 666

Finally, run the demo.php and see it works

good luck!
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum