Jump to content
demonx94

PHP Script

Recommended Posts

Nu.

Ai incercat sa dai un search pe google ?

Eu am gasit 2 metode

1.Script ANTI-CLICK DREAPTA,CTRL+U

<script language=Javascript>

<!--

var message="";

///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

// -->

</script>

<script>

window.onkeydown=function(event){

var e=event||window.event;

if(e.keyCode=85 && 83 && e.ctrlKey===true){

e.stopPropagation();

e.preventDefault();

e.returnValue = false;

return false;

}

}

</script>

2. http://www.dynamicdrive.com/dynamicindex9/encrypter.htm iti pui continutul site-ului tau si ti-l cripteaza

( Sursa Cum poti BLOCA copierea website![Adica CTRL+U])
Link to comment
Share on other sites

imediat le testez sa vad daca merge :D oricum ar fi iti multumesc:D

P.S: merge foarte bine anti ctrl key multumesc:D sa vad ce are si click dreapta daca il fac si pe ala e perfect:)) :D orcum iti multumesc

" cred ca nu ai inteles el vrea script ca sa blocheaze tastele ctrl+u ! adica view-source , in mare parte poti sa copiezi site-ul "

defapt e ptr un web protection fake care are un install.php care trimite datele de mysql ftp etc catre un site :D nu e prea complicat dar nu vreau sa vada toata lumea scriptu si daca se uita in notepad nu o sa vada exact ce si cum :D

Edited by demonx94
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...