Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Is there a web visitor counter available in Python ...

Reply
Thread Tools

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

 
 
W. Watson
Guest
Posts: n/a
 
      02-12-2008
.... 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>
 
Reply With Quote
 
 
 
 
Jon \Fluffy\ Saul
Guest
Posts: n/a
 
      02-12-2008
On Feb 11, 2008 9:21 PM, 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.
>
> --
> Wayne Watson (Nevada City, CA)
>
> Web Page: <speckledwithStars.net>
> --
> http://mail.python.org/mailman/listinfo/python-list
>

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.
 
Reply With Quote
 
 
 
 
Matt Nordhoff
Guest
Posts: n/a
 
      02-12-2008
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.
--
 
Reply With Quote
 
W. Watson
Guest
Posts: n/a
 
      02-12-2008
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 <> 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/python-list
>>

> 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>
 
Reply With Quote
 
subeen
Guest
Posts: n/a
 
      02-12-2008
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.blogspot.com/ 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/python-list

>
> > 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>


 
Reply With Quote
 
Dotan Cohen
Guest
Posts: n/a
 
      02-12-2008
On 12/02/2008, W. Watson <> 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, does
code highlighting (and folding, though I don't use that) and it has
internal SSH bookmarks. I've got 10 or so servers bookmarked right
inside Kate.

Dotan Cohen

http://what-is-what.com
http://gibberish.co.il
א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-*-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Client wants a visitor counter dorayme HTML 21 03-29-2008 12:23 AM
Page File counter and Private Bytes Counter George2 C++ 1 01-31-2008 09:27 AM
Visitor Counter Filter Samuel Shulman ASP .Net 1 11-26-2006 05:24 PM
Session("counter") vs. ViewState("counter")...a newbie question The Eeediot ASP .Net 3 12-22-2004 09:31 PM
a website opens in my iframe Is there a way to know the address of the link the visitor clicks on ? Mounir Javascript 2 09-20-2003 02:25 AM



Advertisments