KLAVYECİLER - KORG-YAMAHA-ROLAND

KLAVYECİLER - KORG-YAMAHA-ROLAND (http://www.klavyeciler.com/index.php)
-   vBulletin Script Sistem (http://www.klavyeciler.com/forumdisplay.php?f=1436)
-   -   VBCODE | Script Ctrl + c Koruması (http://www.klavyeciler.com/showthread.php?t=13773)

Derbeder 29-06-2019 10:56

VBCODE | Script Ctrl + c Koruması
 
3.8.X değil tüm sürümlerde kullanabilirsiniz.
Footer şablonunu açın en altına ekleyin. Tabi bu misafirlere göredir.

Seçim ve Sağ Tık Engelleme:

Kod:

<if condition="$show['guest']"><script language=JavaScript>
<!--
if ( window.Event )
document.captureEvents( Event.MOUSEUP );

function nocontextmenu()
{
event.cancelBubble = true, event.returnValue = false;
return false;
}

function norightclick( e )
{
if ( window.Event )
{
if ( e.which == 2 || e.which == 3 )
return false;
}
else if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true, event.returnValue = false;
return false;
}
}

if ( document.layers )
document.captureEvents( Event.MOUSEDOWN );

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;

function notaccept(e)
{
return false;
}

document.onmousedown = notaccept;
document.onselectstart = new Function( "return false" );
// -->
</script></if>

Ctrl + c Engelleme :

Kod:

<if condition="$show['guest']"><script>
function ctrlCEngelle(e) {
olay = document.all ? window.event : e;
tus = document.all ? olay.keyCode : olay.which;
if(olay.ctrlKey&&(tus==99||tus==67)) {
if(document.all) { olay.returnValue = false; } else { olay.preventDefault(); }
}
}
</script></if>



Şu Anki Saat: 02:46

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.

Site Optimizasyon Alani
Ritim, Set, Ses, Sampler, korg, korg türkiye, yamaha, ketron roland, gem, md, karaoke, alt yapı, korg ritim set, yamaha pack, ritim set, pa800set, pa3xset,pa4xset,pa700set,pa1000set.pa600set, a3000,set indir, Ritim, Set, Ses, Sampler, korg, korg türkiye, yamaha, ketron roland, gem, md, karaoke, alt yapı, korg ritim set, yamaha pack, ritim set, pa800set, pa3xset,pa4xset,pa700set,pa1000set.pa600set, a3000,set indir,

www.klavyeciler.com