Hiding ads behind images, where does it work?

KillerBee

Junior Member
Apr 24, 2008
160
17
Ok so I'm trying to get the method that Harro told us about. The method that involves hiding the adsense code behind an image. I'm not doing it with adsense, rather bidvertiser but for some reason it doesn't work.
Anyone out there that can help me out here, what I'm I doing wrong or is it that I need another code to get it to work with bidvertiser?
When I leave the "<!-- Begin BidVertis*r code -->" and the end part, it shows the image only, when I take them out and hover the cursor over it, then it turns into the text ad.
Can anyone help out?
Code:
<html>
	<head>
		<style>
			iframe{
				opacity: 0;
				border: 0px none transparent;
				position: absolute;
				top: 0px;
				left: 260px;
				height: 250px;
				width: 300px;
				filter:alpha(opacity=0);
			}
			img{
				position: absolute;
				top: -50px;
				left: 260px;
				height: 250px;
				width: 300px;
			}
		</style>
	</head>
	<body>
		<div>

			<img src="http://www.starfetch.com/keywords/Vida_Guerra/Vida_Guerra_1.jpg"/>
			<!-- Begin BidVertiser code -->
<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=xxxxxxxxxxxxxxx" type="text/javascript"></SCRIPT>
<noscript><a href="http://www.bidvertiser.com">pay per click</a></noscript>
<!-- End BidVertiser code -->
		</div>
	</body>
</html>
 
I'm not sure if this is what you are looking for but look at this page I did as joke:

http://webwizards.us/goggle/

Here is the code for it:

Code:
<script>
<!-- Created By PowerWebTools --- Find out more at http://www.PowerWebTools.biz -->
var width=document.body.clientWidth; var height=document.body.clientHeight; function SlideIt(id,step,timeOut,type){	if(type==0)		var where='top';	if(type==1)		var where='left';	eval('var temp=document.getElementById(id).style.'+where);	temp=parseInt(temp);	if(type==0)		var checkWith=height;	if(type==1)		var checkWith=width;	if(-temp<checkWith)	{		temp-=step;		eval('document.getElementById(id).style.'+where+'=temp;');		setTimeout("SlideIt('"+id+"',"+step+",'"+timeOut+"',"+type+")", timeOut);	}else {		EndGotcha(id);	}} function Fade(id,opacStart,opacEnd,millisec){    var speed = Math.round(millisec / 100);    var timer = 0;    for(i = opacStart; i >= opacEnd; i--)    {       	setTimeout("ChangeOpacity(" + i + ",'" + id + "')",(timer * speed));       	timer++;    }} function ChangeOpacity(opacity,id){    	document.getElementById(id).style.opacity = (opacity / 100);    	document.getElementById(id).style.MozOpacity = (opacity / 100);    	document.getElementById(id).style.filter = "alpha(opacity=" + opacity + ")";    	if (opacity == 0)    		EndGotcha(id);} function StartGotcha(){  	document.getElementById("GotchaDiv").style.display='inline';	document.getElementById("GotchaDiv").style.left='0px';	document.getElementById("GotchaDiv").style.top='0px'; 	if (document.all)	for (var i=0; i<document.all.length; i++) 	{ 		IsSelect = document.all(i); 		if (IsSelect.type == 'select-one' || IsSelect.type == 'select-multiple') 	  		if (IsSelect.style) IsSelect.style.visibility = 'hidden';	}setTimeout('Fade("GotchaDiv",99,0,1500)',1000);} function EndGotcha(id){ 	if (document.all) 	for (var i=0; i<document.all.length; i++) 	{ 		IsSelect = document.all(i); 		if (IsSelect.type == 'select-one' || IsSelect.type == 'select-multiple') 	  		if (IsSelect.style) IsSelect.style.visibility = 'visible';	}	document.getElementById(id).style.display='none';} document.write('<div id="GotchaDiv" border=0 style=" position:absolute;  overflow: hidden; background: #FFFFFF; width: '+width+'px; height: '+height+'px; left:0px; top:0px;  "><DIV align=center><IMG src="http://www.marketingburst.com/UserFiles/1884/Image/images/goggle.gif"></DIV></div>'); StartGotcha();
</script>

I hope this helps....


Thanks a lot for your help, well I was looking for something more like what Harro had explained in a post named "Stealing from Google or altervatives. (100% CTR)"

You know, put the adbrite or bidvertiser javascript snippet behind an image.
 
I also thought about using that technique but do not want to loose my adsense account. I am really thinking now to get some adsense accounts as described in that forum.

Somebody maybe in Harros thread described additionally a way where the ad is always under the mouse cursor (invisible) and moves, much more fun that way, lol.
 
Are you guys talking about something like this

122343ttqk9.png


lol by using these trick you will surely get lots of clicks but don't complain if you get e-mail from adsense support :D
 
Are you guys talking about something like this

122343ttqk9.png


lol by using these trick you will surely get lots of clicks but don't complain if you get e-mail from adsense support :D
Yeah but not assedsense, either adbrite or bidvertiser. How you get their codes behind an image? I'm trying it and it doesn't work.
 
Would adbrite or bidvertiser allow ads to show up on a site that explains how to get a free game?
 
I've seen this before ... but I also think G00gle will catch on quickly and ban your accs .. I'd say better not try it
 
I've seen this before ... but I also think G00gle will catch on quickly and ban your accs .. I'd say better not try it


Yes I know this, but I'm asking if it can be done with Bidvertiser or Adbrite. I want to know if anyone knows the code to hide the ads behind an image using AdBrite or Bidvertiser?? Anyone?
 
I guess you can try this code with adbrite, bidvertiser also. I tried this code on Blogger and it works perfect with adsense.

<table background='http://img186.imageshack.us/img186/9477/adsense11ww9.jpg' border='0' height='325' width='380'>
<tr>
<td><div align='center'>
ADSENSE CODE
</div></td>
</tr>
</table>



If you use this code the 336 * 280 google ad will look like this

122343ttqk9.png
 
I guess you can try this code with adbrite, bidvertiser also. I tried this code on Blogger and it works perfect with adsense.

<table background='http://img186.imageshack.us/img186/9477/adsense11ww9.jpg' border='0' height='325' width='380'>
<tr>
<td><div align='center'>
ADSENSE CODE
</div></td>
</tr>
</table>



If you use this code the 336 * 280 google ad will look like this

122343ttqk9.png

Thanks I'll try that. one question? The size of the ad has to be exactly like the ones of the image?
 
I guess you can try this code with adbrite, bidvertiser also. I tried this code on Blogger and it works perfect with adsense.

<table background='http://img186.imageshack.us/img186/9477/adsense11ww9.jpg' border='0' height='325' width='380'>
<tr>
<td><div align='center'>
ADSENSE CODE
</div></td>
</tr>
</table>



If you use this code the 336 * 280 google ad will look like this

122343ttqk9.png

This is it. I actually bought a HUGE pack of images a while back for doing this exact thing. Most of them were actually run by the AdSense team too to ensure that they were legal. There's a YouTube one that if you use just image ads....well lets just say that the CTR looks a little fishy.
 
This is it. I actually bought a HUGE pack of images a while back for doing this exact thing. Most of them were actually run by the AdSense team too to ensure that they were legal. There's a YouTube one that if you use just image ads....well lets just say that the CTR looks a little fishy.

How can i kill two birds with one stone and have Adsense behind pic and also have a popup saying you need to install this codec to view the vid and then after they done that have a message screen saying sorry this is not available in your area> whats the code for all that step by step?

Cheers
Also whats the code to have the revolving thingy in the middle of the fake vid player so it looks better as if ready to play?
 
Last edited:
DO THIS With bidvertiser and in that page just place that image (to where are you going to send the traffic) and you will get clickrate of about ~20% .
Have done this and it does works ;) -just stay under the radar
 
How can i kill two birds with one stone and have Adsense behind pic and also have a popup saying you need to install this codec to view the vid and then after they done that have a message screen saying sorry this is not available in your area> whats the code for all that step by step?

Cheers
Also whats the code to have the revolving thingy in the middle of the fake vid player so it looks better as if ready to play?

Here you go :)
 

Attachments

  • mc7peg.jpg.gif
    mc7peg.jpg.gif
    11 KB · Views: 248
What if you make another page on another domain that contains the adsense.

Then use something like cakeslice or just blank the referrer and iframe that page on the page with the image that covers the iframe containing the ads.


So when adsense check, they see the refer as the page on the other domain.


Does that make sense? :D
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock