[advanced search]
 

Go Back   NamePros.com > Discussion > Community > Free Resources

Free Resources Helpful free resources, downloads and tools -- No advertising.


Closed Thread
 
LinkBack Thread Tools
Old 12-10-2005, 02:44 AM   #1 (permalink)
Senior Member
 
dotcommakers's Avatar
 
Join Date: Oct 2003
Location: world wide web
Posts: 2,022
1,279.01 NP$ (Donate)

dotcommakers is a splendid one to beholddotcommakers is a splendid one to beholddotcommakers is a splendid one to beholddotcommakers is a splendid one to beholddotcommakers is a splendid one to beholddotcommakers is a splendid one to beholddotcommakers is a splendid one to beholddotcommakers is a splendid one to behold


Thumbs up free unique counter script

enjoy this script .. rep. always appriciated

copy paste this in a file and save it as .php.. thats it upload and enjoy

PHP Code:
<?php

/*THIS SCRIPT IS FREE TO USE
PLEASE DONT REMOVE THIS NOTICE
Distributed by dotcommakers.com*/


$file = "count.txt";
if (
is_file( $file )==false )
{
touch($file);
$open = fopen($file, "w");
fwrite($open, "0");
fclose($open);
}
$open = fopen($file, "r");
$size = filesize($file);
$count = fread($open, $size);
fclose($open);
if (!isset(
$_COOKIE['mycounter'])) {
$open = fopen($file, "w");
$count++;
fwrite($open, $count);
fclose($open);
setcookie("mycounter","Checked",time()+86400);
}
print
$count;
?>
dotcommakers is offline  
Old 12-10-2005, 03:33 AM   #2 (permalink)
NamePros Regular
 
Join Date: Oct 2005
Location: Midlands, England
Posts: 340
136.50 NP$ (Donate)

.:Mammoth261:. will become famous soon enough.:Mammoth261:. will become famous soon enough


hehe cool, nice script. I might use this on my new site.
.:Mammoth261:. is offline  
Old 12-12-2005, 08:07 PM   #3 (permalink)
Senior Member
 
allabout42's Avatar
 
Join Date: May 2005
Location: Bay Area
Posts: 1,530
473.47 NP$ (Donate)

allabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud ofallabout42 has much to be proud of

Wildlife
Thanks dotcommakers, I can use this....
allabout42 is offline  
Closed Thread


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

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Great Scripts for Sale With Resale Rights! Zeeble Scripts For Sale 20 01-04-2006 01:39 AM
H-Sphere/SiteStudio/EasyApp - Free Domain - Linux, Windows & CF starting at $3.95/mo Royalty Hosting Web Hosting Offers 0 09-22-2005 04:16 PM
Buy 1 month get 1 month FREE or get a FREE domain + 2 months FREE, as low as $3.95/mo Royalty Hosting Web Hosting Offers 3 07-05-2005 06:37 PM
60.000 Templates, scripts, fonts, banners etc. $9.95 atkims Web Development Wanted 19 11-16-2004 09:48 AM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 06:01 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85