Hello There, Guest!

l Register
Current time: 06-03-2024, 06:28 AM
facebook twitter youtube google+ feedburner
  • http://tricksduniya.com
  • Welcome the world of CRYPTO CURRENCY
  • visit daily
  • For Whatsapp Official Group Contact Our Modrate
  • Mr. Paramjit Singh = 08295205000
  • Mr. Mack = 08295943112


Tricks Duniya -ONLINE SHOPPING GUIDE, MOBILE TRICKS, ANDROID TRICKS, HACKING > COMPUTER ZONE > Publisher & Developer Zone > (webmaster) copy content from a right click disabled website easily >

 Replies: 0    views: 401
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 (webmaster) copy content from a right click disabled website easily
Download App
07-25-2015, 08:12 PM, (This post was last modified: 07-25-2015, 08:13 PM by Mack Doun.)
Offline
Super Moderator
Joined: Mar 2015
Mesajlar : 2,967
Konular:
Rep Puanı: 30

Points: 86.4₹
Points: 86.4₹
#1
(webmaster) copy content from a right click disabled website easily

here tricksduniya with a script to enable right click on a copyright protected site.Dosto aksar apne dekha hoga ke kisi page pe left click pe menu ni aa rha na ctrl fuctions open ni ho rhe to bus page ke html ke shoro me ye javascript dalen or enjoy kren.


PHP Code:

Code:
<script> 
/*function check(e) 

alert(e.keyCode); 
}*/ 
document.onkeydown = function(e) { 
        if (e.ctrlKey && (e.keyCode === 67 || e.keyCode === 86 || e.keyCode === 85 || e.keyCode === 117)) {//Alt+c, Alt+v will also be disabled sadly. 
            alert('not allowed'); 
        } 
        return false; 
}; 
</script> 
<!-- InstanceBeginEditable name="head" --> 
    <!-- InstanceEndEditable --> 
    <script language=JavaScript> 



<!-- 

//Disable right mouse click Script 
//By Mack Doun

var message="Function Disabled!"; 

/////////////////////////////////// 
function clickIE4(){ 
if (event.button==2){ 
alert(message); 
return false; 



function clickNS4(e){ 
if (document.layers||document.getElementById&&!document.all){ 
if (e.which==2||e.which==3){ 
alert(message); 
return false; 




if (document.layers){ 
document.captureEvents(Event.MOUSEDOWN); 
document.onmousedown=clickNS4; 

else if (document.all&&!document.getElementById){ 
document.onmousedown=clickIE4; 


document.oncontextmenu=new Function("alert(message);return false") 

// -->  
</script>  


Possibly Related Threads…
How To Check Backlinks to your Website with Google Webmasters Tools
(This post was last modified: 07-25-2015, 08:13 PM by Mack Doun.)
07-25-2015, 08:12 PM
Reply
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  How To Check Backlinks to your Website with Google Webmasters Tools Avishkar Singh 0 449 11-15-2015, 10:57 AM
Last Post: Avishkar Singh
  UCunion - earn money by appshare easily on internet(tutorial) Mack Doun 48 6,419 10-01-2015, 07:08 AM
Last Post: sawanror
  How to quickly add animated text to your website or blog Red 0 335 09-27-2015, 12:40 PM
Last Post: Red

Forum Jump:

Powered By Mack Doun
© 2015-2024 Paramjit Singh.
TricksDuniya theme TricksDuniya © 2015.