Friday, December 30, 2011

Trick them with css (Copy past preventing)

Hello dudes i will show you how you can fool someone if he try to copy past your email address or any text in your lovely page

Step 1

Add this (css) code in to your page (internal or external its upon you)

PHP Code:
<style type="text/css">

.
fooling{
  
float:right;
  
font-size:.001px;
  
color:transparent;
  
display:inline-block;
  
width:0px;
  }
style
Step 2:

In the body i will give you an example what you could add (editable)

PHP Code:
my<span cl***="fooling">spam-span>email@yahoo<span cl***="fooling">removedspan>.com 
How it looks like in your page?
It will looks like that..

myemail@yahoo.com


Now after he copy past your email he will got this:

myspam-email@yahooremoved.com

DuDe Click on the image to see full Size Greetings ALBoRaaQ-TeAm As you can see copy past is not possible anymore its copying wrong text & because i know how evil you are... you can simple trick him with your fake (Phishing page link) DuDe Click on the image to see full Size Greetings ALBoRaaQ-TeAm

Newer Post Older Post Home

0 comments:

Post a Comment