blackhatx2

Legal ClickJacking Code

Aug 22nd, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. https://blackhatx.com/seo-forum/
  2.  
  3. ***REPLACE "SAMPLE" LINK WITH YOUR AFFILIATE LINK***
  4. ***YOU MAY NEED TO ADJUST HEIGHT AND WIDTH OF PIXELS DEPENDING ON PLACEMENT***
  5. ** PUT THIS BLOCK OF CODE AFTER THE <BODY> TAGS**
  6.  
  7. <div id="open"
  8. onmouseover="document.location='http://www.SAMPLELINK.com';"
  9. style="position:absolute;width:8px;height:7px;back ground:#FFFFFF;border:1px"></div>
  10. <script>
  11. function updatebox(evt) {
  12. mouseX=evt.pageX?evt.pageX:evt.clientX;
  13. mouseY=evt.pageY?evt.pageY:evt.clientY;
  14. document.getElementById('open').style.left=mouseX-2;
  15. document.getElementById('open').style.top=mouseY-2;
  16. }
  17. </script>
  18.  
  19. ***PUT THIS BLOCK OF CODE BELOW THIS LINE ON YOUR PAGE WHERE YOU WANT TO HAVE YOUR LINK. CHANGE THE DOMAIN TO THE DESIRED NAME YOU WANT IT TO SHOW AS. CHANGE "Click Here" TO WHATEVER YOU LIKE ***
  20.  
  21. <a href="http://www.SAMPLELINK.com" onclick="updatebox(event)"><font
  22. style="font-family:arial;font-size:16px">Click Here</font></a>
  23.  
  24. For more information please visit are site...
  25. https://blackhatx.com/seo-forum/
Advertisement
Add Comment
Please, Sign In to add comment