Mate, That was the code I think I searched hunderds of pages, and thousands of replies, my eyes are hurt xD Thanks a lot mate Will try it But.. can't google ban you for it?
From what i understood will display a different page if is using Adblocker, i think should be no problem, didn't tested yet to see exactly how it's working.
Hmm ..... if a person is using Adblocker, he is probably uninterested in ads and we will probably not get any clicks even with anti-adblock enabled. Will get impressions though.
Very nice find thanks for sharing Should ask them that. My understanding is you cant modify the adsense code. This doesnt not modify the adsense code. it simply forces the browser to show the ads. here is quote I like about people blocking ads Although I dont know how this will be of any help. How many schools and offices have AdBlock installed? How many private users that actually use a proxy have AdBlock installed look at there activity these are not people who buy adblocking software. They can disable javascript and see no ads on most sites. To force Javascript on is a option I would prefer.
Hi, I mean, if we use the code, it mostly means we want more clicks... This is wat adsense can think But doesn't matter And yes, no adblocker = more pageviews on google which is better CTR Greetz
Don't worry, man. My Adbrite stats stopped working yesterday, and it is still not working. Today I have lots of impressions but 0.00$ Earnings. It will get fixed and be accurate - I hope!
ye..but what about impression which not counted..now they are 22k.. everytime adbrite cook us excuses..
I just saw you said this and made me go look Seems it went down sometime yesterday. Hopefully they have good system and they are able to recover this data.
Not being rude... but dont submit to my site unless your going to link back. Not fair on the others who have.
Does anyone know if we'll need to create a new ad zone for every of your proxies with adbrite? Thanks.
I would say you do since you put information regarding that site in the description. So for every new zone is a new url and site description.
as long the websites are from the same category should be no problems. i always ask them when i'm unsure about something.
The script won't stop the new ad-blocker , the adblocker blcoker script can only detect if the ad is removed from the page.. The new adblocker one doesn't remove the ads from the page, it hides in by collasping it, the user doesn't notice but its still in the page... great eh? Specially if the ad is CPM someone is paying for a ad there not even seeing.. But this is the script if you want it, it can be modified to search for any html attribute in this case it searches for a iframe named Google_ad_frame if it doens't exist it blocks out the page. Not all iframes have names, but adsense does put assign a name to their frame (I.E <iframe name="google_ad_frame ....> <script> function dieAdBlockPlusDie() { var giframe = document.getElementsByTagName("iframe"); //search for iframe var bod = document.getElementsByTagName("body"); var blocked=1; for (var i = 0; i < giframe.length; i++) { var name = giframe[i].getAttribute("name"); if(name == "google_ads_frame") //name of iframe { var blocked=0; } } if(blocked) { bod[0].innerHTML = '<br> <br><p align="center"><font face="Century Gothic"><b>This page cannot be displayed because ad blocking software has been detected.<br/><a href="index.php">Try Again</a></b></font></p>';} } setTimeout('dieAdBlockPlusDie()', 4000); </script> HTML: Also I put this script on my proxies that a 100 uniques a day and a week later the site died to about 2 visitors. LAMO I guess some schools/workplaces block ads, so they could not use the proxy.
i setup zone for every proxy in case i will sell in future..it's more effort but in that way i can monitor traffic for every proxy.