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 #183265 is a reply to message #183264] Wed, 16 October 2013 22:40 Go to previous messageGo to previous message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma:
Senior Member
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.
[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: Sat Nov 30 23:07:48 GMT 2024

Total time taken to generate the page: 0.05504 seconds