How to Make Your Own Using Blogger Safelink



How to Make Your Own Safelink Using Bloggers

Membuat Safelink sendiri menggunakan platform blogspot
Safelink. Who is not familiar with the Safelink, almost everyone who has a blog / website familiar with the Safelink. In this tutorial I will give Tips / Strategy in making Safelink own use Platform blogspot .

want Safelink Qualified? Click Here .

Dan these days there is a habit of bloggers who started developing , including making and using Safelink homemade, Safelink is usually used by people who have a themed blog Download .


Safelink Screenshot


process Safelink this: Url Safelink Safelink Loading Link Original

Attracted To make Safelink own?
  1. create new Blog for Safelink
  2. template Download Safelink below

    There are two options Safelink templates, select one template:

    template Shorte.st : Demo Download

    Template BaseEncode: Demo Download

  3. Then Upload Theme Safelink to Blog
  4. in the Template File it, not just XML template only, but there are Javascript must be changed and then on Upload in yourjavascript.com and scripts that must be put in Posts and Pages.
  5. Enter “Code to Page “in the new Pages Mode HTML
  6. Mode HTML

    Feedback” code for posting “in post new Mode HTML

  7. Inside” code for Page “and” Code for posting “there Javascript.
    Example:

  8. Copy the script below and place it in Notepad, and save on Form js
    Example:
    safelinkpost.js

    $ _GET var = {}; document.location.search.replace (/  ?? (?: ([^ =]  +) = ([^ &]  *) &?) / g, function () {function decode (s) {return decodeURIComponent (s.split ( "+"). join ( ""));} $ _ GET [decode (arguments [ 1] )] = decode (arguments [2] );}); var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(e){var t = ""; var n, r, i, s, o, u, a; var f=0;e=Base64._utf8_encode(e);while(f>2;o=(n&3)<<4|r>>4;u=(r&15)<<2|i>>6;a=i&63;if(isNaN(r)){u=a=64}else if(isNaN(i)){a=64}t=t+this._keyStr.charAt(s)+this._keyStr.charAt(o)+this._keyStr.charAt(u)+this._keyStr.charAt(a)}return t}, decode: function (e) {var t = ""; var n, r, i; var s, o, u, a; var f=0;e=e.replace(/[^A-Za-z0-9+/=] /g,"");while(f>4;r=(o&15)<<4|u>>2;i=(u&3)<<6|a;t=t+String.fromCharCode(n);if(u!=64){t=t+String.fromCharCode(r)}if(a!=64){t=t+String.fromCharCode(i)}}t=Base64._utf8_decode(t);return t}, _ utf8_encode: function (e) {e = e.replace (/  r  n / g, " n"); var t = ""; for (var n = 0; n 127&&r<2048){t+=String.fromCharCode(r>>6|192);t+=String.fromCharCode(r&63|128)}else{t+=String.fromCharCode(r>>12|224);t+=String.fromCharCode(r>>6&63|128);t+=String.fromCharCode(r&63|128)}}return t}, _ utf8_decode: function (e) {var t = ""; var n = 0; var r=c1=c2=0;while(n191&&r<224){c2=e.charCodeAt(n+1);t+=String.fromCharCode((r&31)<<6|c2&63);n+=2}else{c2=e.charCodeAt(n+1);c3=e.charCodeAt(n+2);t+=String.fromCharCode((r&15)<<12|(c2&63)<<6|c3&63);n+=3}}return t}} var string = $ _ GET [ 'url']; var goout = $ _ GET [ 'go']; var encodedString=Base64.encode(string);console.log(encodedString);document.write("http://YOUR-LINK.blogspot.com/p/YOUR-PAGE.html?url="+encodedString) var decodedString = Base64.decode (goout); console.log (decodedString); document.write ( "Your decoded URL:" + decodedString) 

    Note: Replace YOUR-LINK.blogspot.com/p/YOUR-PAGE.html with a link to your blog. This script is if it is already in the upload, input javascript links in the post.

  9. Copy the script below and place it in Notepad and save on Form js
    Example: savelinklaman.js

     var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(input){var output = ""; var chr1, chr2, chr3, enc1, enc2, enc3, enc4; var i=0;input=Base64._utf8_encode(input);while(i>2;enc2=((chr1&3)<<4)|(chr2>>4);enc3=((chr2&15)<<2)|(chr3>>6);enc4=chr3&63;if(isNaN(chr2)){enc3=enc4=64;}else if (Isnan (chr3)) {enc4 = 64;} output = output + this._keyStr.charAt (enc1) + this._keyStr.charAt (enc2) + this._keyStr.charAt (enc3) + this._keyStr.charAt (enc4 );} return output;}, decode: function (input) {var output = ""; var chr1, chr2, chr3; var enc1, enc2, enc3, enc4; var i=0;input=input.replace(/[^A-Za-z0-9+/=] /g,"");while(i>4);chr2=((enc2&15)<<4)|(enc3>>2);chr3=((enc3&3)<<6)|enc4;output=output+ String.fromCharCode (chr1); if (enc3! = 64) {output = output + String.fromCharCode (chr2);} if (enc4! = 64) {output = output + String.fromCharCode (chr3);}} output = Base64. _utf8_decode (output); return output;} _ utf8_encode: function (string) {string = String.Replace (/  r  n / g, " n"); var utftext = ""; for (var n = 0; n 127)&&(c<2048)){utftext+=String.fromCharCode((c>>6)|192);utftext+=String.fromCharCode((c&63)|128);} else{utftext+=String.fromCharCode((c>>12)|224);utftext+=String.fromCharCode(((c>>6)&63)|128);utftext+=String.fromCharCode((c&63)|128);}} utftext return;} _ utf8_decode: function (utftext) {var string = ""; var i = 0; var c=c1=c2=0;while(i191)&&(c<224)){c2=utftext.charCodeAt(i+ 1); string + = String.fromCharCode (((c & 31) << 6) | (c2 & 63)); i + = 2;} else {c2 = utftext.charCodeAt (i + 1); c3 = utftext.charCodeAt (i + 2); String.fromCharCode string + = (((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63)); i + = 3;}} return string;}} var encode=document.getElementById('encode'),decode=document.getElementById('decode'),output=document.getElementById('output'),input=document.getElementById('input');var User_id = ""; var protected_links = ""; var a_to_va = 0; var a_to_vb = 0; var a_to_vc = ""; auto_safelink function () {auto_safeconvert ();} function auto_safeconvert () {var a_to_vd=window.location.hostname;if(protected_links!=""&&!protected_links.match(a_to_vd)){protected_links+=", "+ A_to_vd;} else if (protected_links ==" ") {protected_links = a_to_vd;} var a_to_ve =" "; var a_to_vf = new Array (); var a_to_vg=0;a_to_ve=document.getElementsByTagName("a");a_to_va=a_to_ve.length;a_to_vf=a_to_fa();a_to_vg=a_to_vf.length;var a_to_vh = false; var j = 0; var a_to_vi = ""; for (var i = 0; i YOUR-LINK.blogspot.com/p/YOUR-PAGE.html?url="+ encryptedUrl; a_to_ve [i]  .rel = "nofollow"; a_to_vb ++; a_to_vc + = i + ":::" + a_to_ve [i]  .href + " n";}} var a_to_vj = document.getElementById ( "anonyminized"); var a_to_vk = document.getElementById ( "found_links"); if (a_to_vj) {a_to_vj.innerHTML + = a_to_vb;} if (a_to_vk) {a_to_vk.innerHTML + = a_to_va;}} function a_to_fa () {var a_to_vf = new Array (); protected_links = protected_links.replace ( "", ""); a_to_vf = protected_links.split ( ","); return a_to_vf;}

    Note: Replace YOUR-LINK.blogspot.com/p/YOUR-PAGE.html with a link to your blog. this script is if it is already in the upload, input javascript links in the page.

  10. After 2 Script was already in Edit. Further additions 2 Javascript that in hosting or in yourjavascript.com
  11. Check your email. Then take javascriptnya link.
    Remember do not get them mixed up
    savelinkpost.js to posting and savelinklaman.js for the page.
    Hosting Blanter Javascript


  12. Put savelinkpost.js on Javascript in post and save it.
  13. Put savelinklaman.js on Javascript in Page then Save.
If you use a different domain than the .blogspot.com remove this code located under the code :


Attention: We are done carefully, because this tutorial is a bit tough .

hope Tutorial “ Make your Own Safelink ” this is helpful for you .. 🙂

Special Thanks For: Taufik Hidayat

Recent search terms:

  • safelink blogger template
  • Safelink Blogger
loading...

Leave a Reply

Your email address will not be published. Required fields are marked *

Translate »