how to prevent copying of content using CTRL C
Wow. I never realised this was possible. Lets see hows its done.
Ok lets start.
The source (well they cant stop that, thank www, or thank-you to the W3C! )
script language="javascript" type="text/javascript" src="http://195.224.227.39/protection.js" /script
title Property Auctions-Gateway to the UK property auction market
meta name="description" Content="Gateway to the UK property auction market. Database of properties available at auction with guide prices, results, and catalogue request facilities"
/meta meta name="keywords" Content="propertyauctions, auction, auctions, auctioneer, property, properties, property auction,realestate, real estate, land, flats, apartment, apartments, offices, shops, catalogue, house, database, uk, london, commercial, residential, investment, allsop, jones lang lasalle, nelson bakewell, healey baker, fpdsavills, harman healy, live, venue, faxwise, lot, lots, bid, bidders, bidding, estate agent, request, guide price, results, news, retail, industrial, ground rent, banks, vacant, freehold, leasehold, site, tenant, tenancy, surveyor, maisonette, sold prior, feuhold, development, vendor, catalogue, public, repossession, garage, european, portfolio, shopping centre"
/meta /head
frameset ROWS="62,*" FRAMEBORDER="0" FRAMESPACING="0" BORDER="0"
frame SRC="banner.htm" NAME="banner" NORESIZE MARGINHEIGHT="0" MARGINWIDTH="0" SCROLLING="NO"
/frame frame SRC="home_frame.htm" NAME="main" NORESIZE MARGINHEIGHT="0" MARGINWIDTH="0" SCROLLING="AUTO"
noframes
body onCopy="dc()" onDragEnter="dd()" onKeyDown="dkp()"
This Website uses frames
/body
/noframes
/frame /frameset
/html
so whats this protection.js?
hmm.
CTRL C “http://195.224.227.39/protection.js” enter into the location bar.
ok here it is:
window.status='Propertyauctions.com';
var message="Function Disabled!";
function clickIE()
{
}
function clickNS(e)
{
}
if (document.layers)
{
}
else
{
}
document.oncontextmenu=new Function("return false")
function dc()
{ window.clipboardData.clearData(); event.returnValue = false; }function dkp()
{
}
function dd()
{ var strMoveType = window.event.dataTransfer; strMoveType.effectAllowed = “none”; event.returnValue = false; strMoveType.clearData(); event.returnValue = false; window.clipboardData.clearData(); event.returnValue = false; }Cheeky bastards!!
Oh well looks like I will have to do CTRL PRINTSCREEN or cURL




