Re: Count visitors on my website
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Mon, 16 Jul 2007 07:05:40 -0400
noidtluom wrote:
On Jul 15, 8:09 pm, Jerry Stuckle <jstuck...@xxxxxxxxxxxxx> wrote:Hadron wrote:Jerry Stuckle <jstuck...@xxxxxxxxxxxxx> writes:Yes, now if you could just get your head out of your arse so you couldHadron wrote:Good. Because that is ALL this is about.Michael Fesser <neti...@xxxxxx> writes:Then you're not understanding what "stateless protocol" means.You are the second one in this thread who obviously didn't read the "notI am reading the "stateless protocol" stuff above and replying to that
logged in" in the original post
in the context of PHP.
.
This is correct.And what does session counting tell you? Sessions can be open for hoursThat's not the issue. Clearly something on a server cant know IF he is
without any user interaction. The user could have died already in front
of his monitor and his session would still be open.
reading the page or not. You can only go on the connections.
understand the rest.
Showing your lack of IQ, again? That's the only reason I can understandJesus H Christ."Currently online" has a meaning - and that is that HIS PC isThere is no way to know if someone si "currently online". All you
connected. The rest is guesswork.
know is he was online when he last requested a page. Anything else is
a guess.
to bring His name into this discussion.
Yes. But he IS connected. The session IS open. Whether he is physicallyNo, he is not. All you know is that he was connected when he made the
sat there is something we can NEVER know.
request. Period. No more. No less.
The session may be open - but that doesn't mean he's doing anything with
your site. All it means is that you haven't bothered to clean up the
mess he left yet.
Only in your mind and that of those otherwise completely lacking inBalderdash.Yep, your concept is absolute tosh.Whatever way you go - it's always just guessing. So why bother at all?Absolute tosh.
understanding about how the Internet works. Fortunately, most of us are
more informed - and more intelligent - than you.
So? You've implemented sessions. Bully for you. It's somethingWhat ARE you talking about? I have implemented session based web sites.Yep, you are totally clueless. You have absolutely no idea how thisWhy show a questionable "information" that is of absolutely no use forAs I said - you are clueless.
the visitor? Just to show how cool and active the "community" is? If you
want that you can use rand() - it's much easier than all others
methods.
works, and think you can pull the wool over experienced programmers'
eyes.
anyone with a second grade education and a computer can do.
It doesn't mean you have any idea what you're talking about. But your
other posts here have proven you don't.
Yep, I agree. You need to get a clue.You can do it to clueless clients. But you can't do it here.Ye gods. Go get a clue.
And I pity those clients.
Suggestion - learn from those in this newsgroup who know more than you.
But I know you won't. Your kind never do.
And unfortunately, you create a bad name for the rest of us who really
do know what's going on. But we do our best to expose your fraud.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@xxxxxxxxxxxxx
==================- Hide quoted text -
- Show quoted text -
Hello there,
Sorry if I have not read the whole topic and this hasn't been answered
before, but here is my technique. It's rather a simple hack.
On a page, I would simply register the IP address and the current time
that the page was pinged in a mysql database. Then whenever somebody
viewed a page, it would check for any records in that database within
so many seconds. If it was within that range, it would say this person
was online. So you would simply have to just give the total number of
records.
Cheers.
As for the HTTP stuff, I seriously don't think it is very related,
this is a practical question, not theory.
Even less reliable. What do you do about corporate users - where everyone shares one (or two) ip addresses (the proxies/gateways)?
Or very large corporations and ISP's (like AOL) which have a whole bunch of proxies, and every request can come from a different IP address?
IP addresses are even less reliable than sessions.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: Count visitors on my website
- From: rf
- Re: Count visitors on my website
- References:
- Count visitors on my website
- From: Ciaran
- Re: Count visitors on my website
- From: Michael Fesser
- Re: Count visitors on my website
- From: Hadron
- Re: Count visitors on my website
- From: Michael Fesser
- Re: Count visitors on my website
- From: Hadron
- Re: Count visitors on my website
- From: Jerry Stuckle
- Re: Count visitors on my website
- From: Hadron
- Re: Count visitors on my website
- From: Jerry Stuckle
- Re: Count visitors on my website
- From: noidtluom
- Count visitors on my website
- Prev by Date: ftp_fget
- Next by Date: Re: Re-opening a file
- Previous by thread: Re: Count visitors on my website
- Next by thread: Re: Count visitors on my website
- Index(es):
Relevant Pages
|