[nflug] Web Counter

Frank Kumro fkumro at gmail.com
Wed Jul 19 09:37:56 EDT 2006


The google one works with a snip-it of javascript, the code resides on
their servers. So far I have been happy, but sometimes the wait for
the script to load from their servers takes a bit.

On 7/19/06, Justin Bennett <Justin.Bennett at dynabrade.com> wrote:
> 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.
> >
>
>
> _______________________________________________
> nflug mailing list
> nflug at nflug.org
> http://www.nflug.org/mailman/listinfo/nflug
>
>
>
>


-- 
Frank
Shenanigans!!
http://www.syncoder.com
_______________________________________________
nflug mailing list
nflug at nflug.org
http://www.nflug.org/mailman/listinfo/nflug



More information about the nflug mailing list