Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,441,123
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 04-20-24 08:28 AM
Guest: Register | Login

0 users currently in General Chat | 3 guests

Main - General Chat - Avoiding view count on my pages New thread | New reply


Trax
Posted on 07-15-09 08:57 AM Link | Quote | ID: 110557


Yellow Stalfos
Level: 71

Posts: 854/1145
EXP: 3034287
Next: 132827

Since: 07-06-07
From: Québec

Last post: 3621 days
Last view: 2873 days
Okay, the title may be a little confusing, I just didn't know how to formulate it succinctly. I set view counters (visible or not) in most of my pages, but naturally I visit the pages very often myself for testing purposes or updating, etc. What kind of mechanism would you suggest to make the counter NOT go up by 1 when I am visiting my own page?

NightKev
Posted on 07-15-09 10:16 AM Link | Quote | ID: 110558


Cape Luigi
Level: 131

Posts: 3713/4792
EXP: 26217229
Next: 207391

Since: 03-15-07

Last post: 3728 days
Last view: 3640 days
This would be one (the simplest?) way:
$trax = '1.2.3.4'; // Replace "1.2.3.4" with your own IP
$ip = $_SERVER['REMOTE_ADDR'];
if ($ip != $trax) {
$views += 1;
}


____________________

Trax
Posted on 07-17-09 06:14 PM Link | Quote | ID: 110784


Yellow Stalfos
Level: 71

Posts: 855/1145
EXP: 3034287
Next: 132827

Since: 07-06-07
From: Québec

Last post: 3621 days
Last view: 2873 days
Seems good, thanks. Although I must check if my IP changes, since it's dynamically attributed...

Kawa
Posted on 07-17-09 06:25 PM Link | Quote | ID: 110785


CHIKKN NI A BAAZZKIT!!!
80's Cheerilee is best pony
Level: 138

Posts: 2089/5344
EXP: 30929819
Next: 733162

Since: 02-20-07
From: The Netherlands

Last post: 4492 days
Last view: 2627 days
If you run your own development server, you can check for 127.0.0.1 too. Just an extra note.

____________________
Wife make lunch - Shampoo
Opera - give it a spin
Spare some of your free time?
<GreyMaria> I walked around the Lake so many goddamn times that my sex drive was brutally murdered
Kawa rocks — byuu

chungy
Posted on 07-17-09 11:01 PM Link | Quote | ID: 110792


Rex
Level: 51

Posts: 404/533
EXP: 959838
Next: 54100

Since: 08-23-07
From: Las Vegas

Last post: 4438 days
Last view: 4240 days
Or ::1

Arbe
Posted on 07-18-09 07:43 PM Link | Quote | ID: 110826

go away
Level: 86

Posts: 1681/1788
EXP: 5984427
Next: 157680

Since: 02-23-07

Last post: 4963 days
Last view: 1532 days
Posted by chungy
Or ::1


You are such a joker

Main - General Chat - Avoiding view count on my pages New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.017 seconds. (323KB of memory used)
MySQL - queries: 52, rows: 66/67, time: 0.013 seconds.