বাই কেমন আসেন ? আমি ভাল আছি । অনেক কষ্ট করে লেখ বিষয় যদি অন্যের হয়ে
যায় তবে কেমন লাগে বলুন । না আর চুরি হতে দেবনা, চুরির দিন শেষ। ।এখানে গিয়ে দেখুন আপনি কোন লেখা সিলেক্ট করতে পারবেন না ঠিক এই রকম আপনার ব্লগ টাও copy protected হয়ে যাবে তার জন্য যা করতে হবেপ্রথমে ব্লগে যান , Layout option এ যান
তারপর 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 ।
:user: vai
Translate
Wednesday, June 7, 2017
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment