তারপর HTML/javascriptযান
<?php
}
// no selection header - now your content is protected from copy and paste guys
function copyprotect_no_select()
{
?>
<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //For IE
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //For Firefox
target.style.MozUserSelect="none"
else //All other route (For Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
</script>
<?php
}
// no selection footer
function copyprotect_no_select_footer()
{
?>
<script type="text/javascript">
disableSelection(document.body)
</script>
<small>Inspire by <a target="_blank" href="http://www.amarvubon99.blogspot.com//" target="_blank">Pushpi</a>.</small>
<?php
}
// tuning your wp-copyprotect
function copyprotect_options_page()
{
?></?php
}
></?php
}
></?php
}
>
ওপরের কোড paste করুন save করুন, এবার save agreement click করুন ।ব্যস হয়ে গেল copy protected । আমার কোড ব্যবহার করা ব্লগগুলো commentsএ শেয়ার করুন plz ।
0 comments:
Post a Comment