What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Stats Script

Stats Script
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Stats Script
omg all you need for a hit counter is a few lines of code really

<?
$counter = fopen("counter.txt", "r");
$blah = fread($counter, filesize("counter.txt"));
fclose($counter);
$counter = fopen("counter.txt", "w");
$blah++;
fwrite($counter, $blah);
fclose($counter);
echo $blah;
?>

may show up an error first time but shouldnt after that
06-12-2005 12:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Stats Script - by absorbation on 06-12-2005 at 11:36 AM
RE: Stats Script - by Eljay on 06-12-2005 at 11:42 AM
RE: Stats Script - by Dempsey on 06-12-2005 at 11:44 AM
RE: Stats Script - by absorbation on 06-12-2005 at 11:50 AM
RE: Stats Script - by Eljay on 06-12-2005 at 12:00 PM
RE: Stats Script - by absorbation on 06-12-2005 at 12:03 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On