Current location: Hot Scripts Forums » Programming Languages » PHP » Help with counter?


Help with counter?

Reply
  #1 (permalink)  
Old 03-31-04, 04:27 PM
nullbox nullbox is offline
New Member
 
Join Date: Mar 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Help with counter?

I'm trying to add an counter to my site and it does not work, here is the script i'm using,

<?php
$viewss = file("counterlog.txt");
$views = $viewss[0]; $views++;
$fp = fopen("counterlog.txt", "w");
fwrite($fp, $views);
fclose($fp);
print Visitors:$views;
?>
Reply With Quote
  #2 (permalink)  
Old 03-31-04, 05:57 PM
azteck azteck is offline
New Member
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
IS your's counterlog.txt setting 777?
You need this in order to be alble to write in that file
Ftp in your account and type this command
chmod 777 counterlog.txt
$fp = fopen("counterlog.txt", "w");
Reply With Quote
  #3 (permalink)  
Old 03-31-04, 06:00 PM
simone's Avatar
simone simone is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
[edit] ^^ ..lol he got to it first

oh an also ..is your counterlog.txt in the same folder as the file with that code? if not you'll have to change the path to it.

Last edited by simone; 03-31-04 at 06:05 PM.
Reply With Quote
  #4 (permalink)  
Old 03-31-04, 07:31 PM
nullbox nullbox is offline
New Member
 
Join Date: Mar 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks guys
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP counter rogue_the_one PHP 3 02-26-04 12:15 PM
Forum view post counter broken maybe jimcart The Lounge 0 02-23-04 07:25 PM
download counter miki PHP 2 11-21-03 12:52 PM
IP logging error in hit counter melllis ASP 2 10-02-03 06:25 PM
a visit counter darkcarnival General HotScripts Site Discussion 0 07-10-03 03:02 PM


All times are GMT -5. The time now is 10:22 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.