FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » excluding an ip from count
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: excluding an ip from count [message #183273 is a reply to message #183265] Fri, 18 October 2013 18:29 Go to previous messageGo to previous message
Tobiah is currently offline  Tobiah
Messages: 30
Registered: April 2011
Karma:
Member
On 10/16/2013 03:40 PM, Scott Johnson wrote:
> On 10/16/2013 12:38 PM, richard wrote:
>> On Wed, 16 Oct 2013 09:44:51 -0700, Tobiah wrote:
>>
>>> On 10/15/2013 04:38 PM, richard wrote:
>>>> What are some ways of not countng hits from one IP?
>>>> I now have a counter for my songs and want to exclude my IP from being
>>>> included in the hit counter.
>>>>
>>>
>>> Check out the values in the $_SERVER variable in the manual:
>>>
>>> 'REMOTE_ADDR'
>>> The IP address from which the user is viewing the current page.
>>>
>>> so,
>>>
>>> if($_SERVER['REMOTE_ADDR'] != $my_ip_address){
>>> increment_count();
>>> }
>>
>> That could work. thanks.
>>
>
> Unless you have a shared IP.

Yeah, but in this case he wants to differentiate between
himself and the cloud users, so it's probably
ok, although he'd have to glean his IP from the PHP server rather than
checking the setting on his local box.

Tobiah
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Help with app Crash
Next Topic: Populating list 2 from list 1
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 03:37:59 GMT 2024

Total time taken to generate the page: 0.50098 seconds