[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Is there a web visitor counter available in Python ...

wolf_tracks

2/12/2008 3:21:00 AM

.... that is free for use without advertising that I can use on my web pages?
I have no idea is suitable for this. My knowledge of Python is somewhat
minimal at this point. Maybe Java is better choice.

--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
5 Answers

Jon \"Fluffy\" Saul

2/12/2008 4:09:00 AM

0

On Feb 11, 2008 9:21 PM, W. Watson <wolf_tracks@invalid.com> wrote:
> ... that is free for use without advertising that I can use on my web pages?
> I have no idea is suitable for this. My knowledge of Python is somewhat
> minimal at this point. Maybe Java is better choice.
>
> --
> Wayne Watson (Nevada City, CA)
>
> Web Page: <speckledwithStars.net>
> --
> http://mail.python.org/mailman/listinfo/p...
>
PHP would be the best choice.
Simple and advanced PHP hit counters can be found with a search of Google.
"PHP hit counter", etc.

--
Push the envelope. Watch it bend.

Matt Nordhoff

2/12/2008 4:23:00 AM

0

W. Watson wrote:
> ... that is free for use without advertising that I can use on my web pages?
> I have no idea is suitable for this. My knowledge of Python is somewhat
> minimal at this point. Maybe Java is better choice.

You can analyze your web logs. That's more accurate than a hit counter,
though you can't use it for bragging rights.
--

wolf_tracks

2/12/2008 5:37:00 AM

0

PHP. Well, that's a new one on me. Google gave me some idea of what it's
about, and I found some code on how to do it. It requires yet another
"programming language", which means finding the editor, etc.

Jon "Fluffy" Saul wrote:
> On Feb 11, 2008 9:21 PM, W. Watson <wolf_tracks@invalid.com> wrote:
>> ... that is free for use without advertising that I can use on my web pages?
>> I have no idea is suitable for this. My knowledge of Python is somewhat
>> minimal at this point. Maybe Java is better choice.
>>
>> --
>> Wayne Watson (Nevada City, CA)
>>
>> Web Page: <speckledwithStars.net>
>> --
>> http://mail.python.org/mailman/listinfo/p...
>>
> PHP would be the best choice.
> Simple and advanced PHP hit counters can be found with a search of Google.
> "PHP hit counter", etc.
>

--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>

subeen

2/12/2008 8:55:00 PM

0

Well, you don't need to worry about code, you can just copy paste the
code of the hit counters available for free.

In my blog, http://love-python.blo... I am using two type of
hit counters (both are free). You can try them. They generate code
that you just paste in the source code of your website.


Regards,
Subeen.



On Feb 12, 11:37 am, "W. Watson" <wolf_tra...@invalid.com> wrote:
> PHP. Well, that's a new one on me. Google gave me some idea of what it's
> about, and I found some code on how to do it. It requires yet another
> "programming language", which means finding the editor, etc.
>
>
>
> Jon "Fluffy" Saul wrote:
> > On Feb 11, 2008 9:21 PM, W. Watson <wolf_tra...@invalid.com> wrote:
> >> ... that is free for use without advertising that I can use on my web pages?
> >> I have no idea is suitable for this. My knowledge of Python is somewhat
> >> minimal at this point. Maybe Java is better choice.
>
> >> --
> >> Wayne Watson (Nevada City, CA)
>
> >> Web Page: <speckledwithStars.net>
> >> --
> >>http://mail.python.org/mailman/listinfo/p...
>
> > PHP would be the best choice.
> > Simple and advanced PHP hit counters can be found with a search of Google.
> > "PHP hit counter", etc.
>
> --
> Wayne Watson (Nevada City, CA)
>
> Web Page: <speckledwithStars.net>

Dotan Cohen

2/12/2008 9:54:00 PM

0

On 12/02/2008, W. Watson <wolf_tracks@invalid.com> wrote:> PHP. Well, that's a new one on me. Google gave me some idea of what it's> about, and I found some code on how to do it. It requires yet another> "programming language", which means finding the editor, etc.Any text editor will do PHP. I personally use Kate. It's free, doescode highlighting (and folding, though I don't use that) and it hasinternal SSH bookmarks. I've got 10 or so servers bookmarked rightinside Kate.Dotan Cohenhttp://what-is-what.comhttp://gibberish.co.il?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-?-...: Because it messes up the order in which people normally read text.Q: Why is top-posting such a bad thing?