<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d8706175888370614921\x26blogName\x3dKemoopi%E2%98%85Chokko\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://kemoopi-chokko.blogspot.com/search\x26blogLocale\x3des\x26v\x3d2\x26homepageUrl\x3dhttp://kemoopi-chokko.blogspot.com/\x26vt\x3d-3850535731323060989', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
magic ~

Welcome to the intergalatic world. This is the place where you will find endless resources to make your blog look more beautiful(?). Enjoy your stay in this magical place.

Coments
Enjoy the happiness.
Visit these sites.
          *Queda cerrado este lugar¿?*

Choice your way

Tutorial 2°-Protects your blog
written on viernes, 12 de abril de 2013 @ 13:44 ✈

Nihao!~En este tutorial les mostrare como pueden proteger sus blog de aquellas artimañas(?) que solo piensan en copiar,e de advertir que funciona en plantilla blogskin pero no estoy segura si funcione en plantilla blogger-Comencemos-

Primero presionamos "Ctrl+F", buscamos el siguiente código:
</style>
Segundo,abajo del código de arriba,colocamos el siguiente código:

//form tags to omit in NS6+:
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}

Después,buscamos <body> y colocamos el siguiente código en lugar de <body>,
<body oncontextmenu='return false;' onkeydown='return false;'>
Y finalmente,buscamos </body> y arriba de este código copiamos el siguiente código:

<script language=JavaScript>
                <!--
             
                //Disable right click script III- By Renigade (renigade@mediaone.net)
                //For full source code, visit http://www.dynamicdrive.com
             
                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 type='text/javascript' language='Javascript'>
      function s_toggleDisplay(his, me, show, hide) {
        if (his.style.display != 'none') {
          his.style.display = 'none';
          me.innerHTML = show;
        } else {
          his.style.display = 'block';
          me.innerHTML = hide;
        }
      }
      </script>

Si tienen alguna duda o corrección enviarme un correo a color-world@hotmail.com
Don't copy! Be original ~
Material original de Kemoopi~Chokko
-Respeta mi trabajo & esfuerzo-

Etiquetas:


2 cat[s]



newer post older post



© 2014 - Kemoopi Chokko.
This isn't the end, it's just the beginning.