Stealing from Google or altervatives. (100% CTR)

Status
Not open for further replies.
used this a while back, put in the chat window of Adultfriendfinder in an iFRAME and putting the click area of Ad*sense iFrame behind it, put a make up article of how to score chics online, once clicked have the frames open up 2 windows, 1 from the AFF, 1 from the Ad*sense and have the ads behind rotate a few times because of the big 40-50% CTR [days where the click area was still a box]. I basically installed an IP ROTATOR and a Refresher HTML file which loads Google and have my ranked page clicked and visit the site to make the Pageviews go up to avoid detection. I freelance the VB script somewhere. in all this refresher file is automated

the bad thing is the site has been banned by ad*sense, not my account, the site itself. because it talk too much about sex and with a lot of those japanese panties all floating around the face of the user....

those days earned me well enough $800 per month from the 3 sites that do this
 
Last edited:
HaRRo, Hopefully you can answer a few questions for me.
1.What precautions do I need to take out side of creating a layer?
2.Can you use bidvertiser? And what other PPC advertisors would this be safe with?
3.I want to hire someone on the forum to create my Idea as I am a newbie and can not do this myself? What Are the pre-requisites for me hiring someone here?

Sorry for so many questions but Since I don't know how to do this myself I am willing to pay for someone to do it for me. You don't always have to be smart when you can hire smart people to do things for you.

Thanks.
 
Anyone gotten banned yet? Or actually tried it?
 
so uhm forgive me for being so dumb...and i know this is an old post but if i can just get this work i could make soooo much money off this.

but my problem tho.. i cant seem to get this to work with bidvertiser... and i cant get an adsense account because im pretty sure you have to already have a running site to get one. or am i wrong?

anyone want to help me?

pretty much my question is how do you put your PPC code in this to make it work? im sure some of you guys are familiar with Bidvertiser and there code so if anyone can do a walk around for me that would be great. ill even paypal you 5$ if i have to.
 
Hmmm, this interested me so much I actually bookmarked this thread. How about this. Make a adult video site (you know with the 10-15 second porno clips). Except when they click the on the video it actually clicks an ad.

I was thinking the same thing. Should work with both movie and thumbnail galleries too. Very similar to blind linking...
 
Sure it basically can work with anything clickable and can work hidden especially the followmouse example :D
 
Hello all, this sounds like a great method :)
I've tried this with ad8r1t3 but the ad code keeps coming to the front of the page. Anyone else had this issue with ad code other than g00g13?
 
Why is everyone scared of Google i could rip them off big time if i wanted and get away with it.

Theres loads of methods of this. But i wouldnt go 100% CTR lol, id use a rotator to show some content, say in a 1 in something ratio it shows a page with adsense behind a layer and one of those youtube PLAY images you know like this

Play.jpg


What you can do is use a layer ever you adsense ads with this. (Im drunk and i know im not making sense but hey youll get me soon enough)

Anyway basically what it does is covers the adsense, gives the visitor an illusion that when they click it it plays the movie since people love this, (works great on stumbleupon) but you do need to rotate it on the same url so you dont get 100%CTR.

Live example being : http://www.sirdarckcat.net/asdfg.html

Hit view source to take the code and change it as you please

ONLY USE A YOUTUBE IMAGE with the play video, like above.

Rotate it so you get a good CTR that does not look suspicious

So people think they are clicking to play a video, yet its a fake picture, yet when they click it clicks a google ad behind the layer.


BUT BEWARE DO USE SOMETHING TO ROTATE OR YOU WILL HAVE 100% CTR and google will get suspicious.

Feed traffic with stumbleupon, also load some nice title, meta tags, and some writing at least on the page, so it grabs good keywords.


THIS CAN BE USED WITH ANY ADSENSE ALTERNATIVE OR ANYTHING THAT CLICKS.

You can also combine this with http://makecash.org/100ctr/followmouse.html for even more money!

Also be aware if you use a 300x300 adsense ad, use a 300x300 picture. You get me even know i am drunk as a skunk.

Anyway happy earning
Hope i atleast made sense to someone

I've already did this 1yr before... And I can't forget that moment because there was $2250+ in my adsense account...!!! Yeah that's true!!! And that figure was reached in a WEEK!!! It's also true! BUT BUT BUT!!! Somehow Google Came to know about it and BANNED my account! But I used this tactic with a slightly different tactic... Again But... :( At that time I was unable to find the way of rotating ads...... (Yes that was the situation)

You all can see this pic which I've attached ...
 

Attachments

  • $413.98 In One Day.PNG
    $413.98 In One Day.PNG
    125.2 KB · Views: 507
Last edited:
I've used this method but it was back in 2005...
the only problem, is that I didn't know what is the CTR that
raised the red flag... and in the same time I couldn't stop myself from
raising the CTR (it was damn good money). :D
 
I've used this method but it was back in 2005...
the only problem, is that I didn't know what is the CTR that
raised the red flag... and in the same time I couldn't stop myself from
raising the CTR (it was damn good money). :D

did you get paid?

did you get banned?
 
Any 2008/2009 versions of this method to avoid detection? Couldn't google visit the referring page themselves and refresh it a few time and see the trick?
 
I set everything up. Including the sophisticated content rotation script which rotates content based on the referring URL, so if a bot or anyone else from Google visits my page they will see a regular site with regular ads. The page with covered ads will show only for visitors who come from a specified URL(s). The same method is used to keep the CTR low and that is by sending the feeder traffic to a 'clean' page only.

My only question is, does the Adsense code has the ability to scan the page and thus to see that I'm using iframes to cover their ads? Because the iframe is positioned at exactly the same location as the adsense ad is.
 
Any 2008/2009 versions of this method to avoid detection? Couldn't google visit the referring page themselves and refresh it a few time and see the trick?

Well, 1 Precaution you could take which would NOT show your secret image is wen googlecrawls your site,

PHP:
<?php
if(strpos($_SERVER['HTTP_USER_AGENT'], 'Googlebot') !== false)
{
DONT SHOW ADD CODE
} else {
CONTINUE ROTATION
}
?>

This will stop google checking the CACHE of your site incase they thought "Hmm, maybe he used a script a few days ago but removed it now, let me check the cache"
As for the rest, Unless you knew the google staffs pc ip/secret user agent you may not be able to hide it from them.
 
This code creates an invisible iframe on your page and puts the Adsense code inside. But since the only thing inside this iframe is the Adsense code itself, how will Google know which ads to show on your page?

Here's the code:

Code:
		<style>
			iframe{
				opacity: 0;
				border: 0px none transparent;
				position: absolute;
				top: 0px;
				left: 0px;
				height: 300px;
				width: 250px;
				filter:alpha(opacity=0);
			}
			img{
				position: absolute;
				top: -50px;
				left: 0px;
				height: 300px;
				width: 250px;
			}
		</style>
	</head>
	<body>
		<div>

			<img src="http://healthcenter.uoregon.edu/images/continue.gif"/>
			<script type="text/javascript"><!--
			google_ad_client = "pub-1234567890123456";
			google_ad_width = 300;
			google_ad_height = 250;
			google_ad_format = "300x250_as";
			google_ad_type = "image";
			google_ad_channel = "4479800422";
			//--></script>

			<script type="text/javascript"
			  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script>
		</div>
	</body>
 
can't you just setup like 7 iframes on the page, all targeting different faked windows, then just load the ad in each, so it's like 1:7 ratio automatically? just a thought...
 
Loading ads in multiple iframes will not lower the CTR because they will still load from the same IP.
 
Last edited:
I've had this thread bookmarked forever and glad it's active again, especially since Gen's formulation isn't available at this time. I finally got around to getting a couple of extra Adsense accounts under different information so I now have a disposable account to give this a try. Gonna have to test the rotator, vid, iframe out pretty well before going live with Adsense behind it.

I'll probably go with 2 Girls 1 Cup as the video or Mister Hands.......lol.
 
Status
Not open for further replies.
Back
Top