[nflug] Web Counter
Justin Bennett
Justin.Bennett at Dynabrade.com
Wed Jul 19 09:35:52 EDT 2006
Thanks, I'm about half way through writting my own, I'll look at your
might give me some ideas! I'll be sure to give you credit if I snip any
code.
I was looking at some free hosting places, but figured it was easy to
have something reside locally, not sure if that's how the google one worked.
I seem to have misplaced my frontpage copy..
Jesse Jarzynka wrote:
> Justin Bennett wrote:
>> Good Morning,
>>
>> I was hoping someone could recommend a free web counter I could
>> install on one of our sites. I'm looking for something simple,
>> installs in a directory and keeps track of multiple pages, not
>> something I need to put in every folder. Maybe just an image tag on
>> the pages to show the counter. I'm not looking to have something with
>> a mysql database or anything, just a simple counter probably with
>> just a text file to store a current count.
>>
>>
>> Thanks
>> Justin
>>
>> _______________________________________________
>> nflug mailing list
>> nflug at nflug.org
>> http://www.nflug.org/mailman/listinfo/nflug
>>
> I have one I use made with PHP. you can find it here:
> http://jessejoe.com/~jesse/counter/
>
> count.php is the file you include on the page you want which will keep
> a total in count.txt. So if you want to know how many hits your
> index.php gets, do:
>
> <?php include("count.php"); ?> somewhere in index.php
>
> and that will increase the plain text file count.txt everytime
> index.php is accessed. If you want to see the total, just look at the
> count.txt, or the total.php, which is just a nice page i made that
> includes the text file for a client we have.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Justin.Bennett.vcf
Type: text/x-vcard
Size: 291 bytes
Desc: not available
Url : http://www.nflug.org/pipermail/nflug/attachments/20070525/f8f73190/Justin.Bennett.bin
-------------- next part --------------
_______________________________________________
nflug mailing list
nflug at nflug.org
http://www.nflug.org/mailman/listinfo/nflug
More information about the nflug
mailing list