Script ascundere sursa Iframe pentru VIDEO

Mariuselll

Moderator
Membru personal
Moderator
VIP Club
Acest script e pentru cei care folosesc siteuri gen Openload, Streamango etc etc etc...

Link: HIDE IFRAME SOURCE

Scriptul ajuta la ascunderea linkului din iframe:
gen:

Cod:
<iframe src="https://openload.co/embed/M6FXrhYcwLU/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>

Dupa encodare e sa fie de genul:

Cod:
<iframe src="https://hideiframe.com/protect.php?aHR0cHM6Ly9vcGVubG9hZC5jby9lbWJlZC9NNkZYcmhZY3dMVS8=" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>

3359


Pe langa asta mai adaugati si scriptul acesta in header . Scriptul opreste click dreapta pe site


3360

Cod:
<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Roforum.net mods by mariuselll
//For full source code, visit https://roforum.net

var message="Website Verified secure!";

///////////////////////////////////
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>
 
in loc de e link simplu , pune

if (strpos($urlfilm, 'iframe') !== false) { //seteaza ce sa caute $urlfilm fiind variabila
echo "cod pentru iframe "; //afiseaza codul iframe codat
} else {
echo "link simplu"; //afiseaza link-ul simplu codat
}
 
Loading...
Back
Sus