How to make a redirect template when removing credit with Base64




This method is to protect the template credit link with Auto Redirect to our Website when someone deletes, changes, changes the copyright in the copyright, even when the </div> wrapper is removed all at once .
For those of you who often share your own Premium Templates, you should use this method. So that users of your Premium Templates cannot be deleted, changed, or replaced.

The method that I share this time is using base64 and a simple way in which we hide the code so that Premium Template users may be mistaken which code is the effect of the redirect. Actually Base64 can also be used to hide CSS, Java Script, HTML, and Image code; JPG, GIF, PNG etc. and XML Image.

By using the script that I share this time, maybe it can help and make it safe on the template that you share. But you also have to be smart in hiding this code, so that template users can't find out and can't be deleted and replaced via Java Script.



First step :
1. Open Blogger - Then login
2. Dashboard - Templates
3. Edit HTML


How to make a redirect template when removing credit in a simple way
Making process :

1-Make sure you make Footer Structures first.
2- Copy & Paste the following Code, and Place it under your @Copyright.


<my-copyright id="nqnia-id">

<a id="nqnia-link" href="http://netridere.blogspot.com/">NetRidere</a>

</my-copyright>


3. Please change the URL of my blog address with the URL of your blog address.
4. Find the </body> code
5. Copy & Paste the following code, and place it above the </body> code


<script type='text/javascript'>

$(document).ready(function(){

//Let's first setup the redirect

function redirect(){

window.location.assign('http://netridere.blogspot.com/');

}

//which things we got to check

function check(){

if($('#nqnia-id').length === 0){

redirect();

}

else if($('#nqnia-link').length === 0){

redirect();

}

if($('my-copyright').length === 0){

redirect();

}

else if($('#nqnia-link').length === 0){

redirect();

}

else if($("#nqnia-link").attr("href") !== "http://netridere.blogspot.com/"){

redirect();

}

else if($('#nqnia-link').text() !== "NetRidere"){

redirect();

}

}

//execute the function on page load

check();

//excute the function at the intervals of 5 seconds.

setInterval(function () {check()}, 5000);

});

</script>



6. Save the Template.


Method Two:  How to Create a Redirect Template When Removing Credit with Base64

If you create an open script like that, then your Premium Template users can easily remove the copyright on your template. For that it is recommended to Hide and Disguise the script so that it cannot be known and when your template user looks for the code (CTRL + F) then the code does not exist.

First step : 

1. Visit the Page:  https://thanhtuan.host/p/encrypt-script.htmlClick Here!
If earlier you have installed the code above right above </body> Please copy & paste the code into notepad, then delete the code as below.
2. Then delete the following code.

<script type='text/javascript'>



</script>


3. So that the code will be like this:

<!-- thanhtuan.host -->
document.write(unescape('%3C%73%63%72%69%70%74%20%74%79%70%65%3D%27%74%65%78%74%2F%6A%61%76%61%73%63%72%69%70%74%27%3E%0A%0A%24%28%64%6F%63%75%6D%65%6E%74%29%2E%72%65%61%64%79%28%66%75%6E%63%74%69%6F%6E%28%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%4C%65%74%27%73%20%66%69%72%73%74%20%73%65%74%75%70%20%74%68%65%20%72%65%64%69%72%65%63%74%0A%0A%20%20%20%20%20%20%20%20%66%75%6E%63%74%69%6F%6E%20%72%65%64%69%72%65%63%74%28%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%77%69%6E%64%6F%77%2E%6C%6F%63%61%74%69%6F%6E%2E%61%73%73%69%67%6E%28%27%68%74%74%70%3A%2F%2F%6E%65%74%72%69%64%65%72%65%2E%62%6C%6F%67%73%70%6F%74%2E%63%6F%6D%2F%27%29%3B%0A%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%77%68%69%63%68%20%74%68%69%6E%67%73%20%77%65%20%67%6F%74%20%74%6F%20%63%68%65%63%6B%0A%0A%20%20%20%20%20%20%20%20%66%75%6E%63%74%69%6F%6E%20%63%68%65%63%6B%28%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%69%66%28%24%28%27%23%6E%71%6E%69%61%2D%69%64%27%29%2E%6C%65%6E%67%74%68%20%3D%3D%3D%20%30%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%72%65%64%69%72%65%63%74%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%65%6C%73%65%20%69%66%28%24%28%27%23%6E%71%6E%69%61%2D%6C%69%6E%6B%27%29%2E%6C%65%6E%67%74%68%20%3D%3D%3D%20%30%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%72%65%64%69%72%65%63%74%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%69%66%28%24%28%27%6D%79%2D%63%6F%70%79%72%69%67%68%74%27%29%2E%6C%65%6E%67%74%68%20%3D%3D%3D%20%30%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%72%65%64%69%72%65%63%74%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%65%6C%73%65%20%69%66%28%24%28%27%23%6E%71%6E%69%61%2D%6C%69%6E%6B%27%29%2E%6C%65%6E%67%74%68%20%3D%3D%3D%20%30%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%72%65%64%69%72%65%63%74%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%65%6C%73%65%20%69%66%28%24%28%22%23%6E%71%6E%69%61%2D%6C%69%6E%6B%22%29%2E%61%74%74%72%28%22%68%72%65%66%22%29%20%21%3D%3D%20%22%68%74%74%70%3A%2F%2F%6E%65%74%72%69%64%65%72%65%2E%62%6C%6F%67%73%70%6F%74%2E%63%6F%6D%2F%22%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%72%65%64%69%72%65%63%74%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%65%6C%73%65%20%69%66%28%24%28%27%23%6E%71%6E%69%61%2D%6C%69%6E%6B%27%29%2E%74%65%78%74%28%29%20%21%3D%3D%20%22%4E%65%74%52%69%64%65%72%65%22%29%7B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%72%65%64%69%72%65%63%74%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%2F%2F%65%78%65%63%75%74%65%20%74%68%65%20%66%75%6E%63%74%69%6F%6E%20%6F%6E%20%70%61%67%65%20%6C%6F%61%64%0A%0A%20%20%20%20%20%20%20%20%63%68%65%63%6B%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%2F%2F%65%78%63%75%74%65%20%74%68%65%20%66%75%6E%63%74%69%6F%6E%20%61%74%20%74%68%65%20%69%6E%74%65%72%76%61%6C%73%20%6F%66%20%35%20%73%65%63%6F%6E%64%73%2E%0A%0A%20%20%20%20%20%20%20%20%73%65%74%49%6E%74%65%72%76%61%6C%28%66%75%6E%63%74%69%6F%6E%20%28%29%20%7B%63%68%65%63%6B%28%29%7D%2C%20%35%30%30%30%29%3B%0A%0A%20%20%20%20%20%20%20%20%7D%29%3B%0A%0A%3C%2F%73%63%72%69%70%74%3E'));


Must Read:
Please change the URL of my blog address with the URL of your blog address .

4. Copy & paste the code earlier that was removed from the <script type='text/javascript'> and </script> sections 

5. Then go to the website:  https://thanhtuan.host/p/encrypt-script.html  - Click Here!




6. Then you press the Encode button on the Base64
7. So it becomes like this:



8. Save the code, which is on the base64 into notepad.
9. Then copy all the code in Notepad earlier, then the following code is combined.

Mới hơn Cũ hơn

Mới nhất