Forum Moderators: martinibuster

Message Too Old, No Replies

wondering if this is ok

         

Hijacker

3:56 am on Jun 11, 2006 (gmt 0)

10+ Year Member



I was just wondering, to make sure bi dont click my own adds, i could do this in php


if ($_COOKIE['username'] == Hijacker) {
/* Do nothing */
} else {
echo /* google code here */
}

Thanks in advance!

EDIT: Never mind, already found my answer

Mistra

8:33 am on Jun 11, 2006 (gmt 0)

10+ Year Member



Easier way is go to your IE browser's Tools. Click Security. Look for Restricted Sites. Add pagead2.googlesyndication.com and googlesyndication.com in the list of restricted sites.

Adsense will never appear in your browser again. You will also reduce Adsense page impression and your earning will go up. :D

BeeDeeDubbleU

10:38 am on Jun 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is there a quick way of turning Ads back on if you need to see them on your site?

jetteroheller

11:08 am on Jun 11, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Make the whole server side.

In a similar discussion, I published my whole ssi.pl

toomer

9:31 pm on Jun 11, 2006 (gmt 0)

10+ Year Member



modify your hosts file to point to 127.0.0.1 for the google FQDN ... works like a charm... I made two batch files on my desktop to add and remove this line as well - "ADSENSE-ON.bat" and "ADSENSE-OFF.bat"