How to Make an Auto Safelink Converter Update

How to Make an Auto Safelink Converter Update
Previous admin has provided a way to make safelink version 1 , but for version 2 it is quite different from the previous version. Here the admin changes all its appearance to make it more responsive and elegant.


HOW TO MAKE AUTO SAFELINK CONVERTER


First, you first login to Blogger > select the Theme menu > then, click Edit HTML > and add CSS below right above the code ]]></b:skin> or </style>
/* Timer by sayemtutorial.blogspot.com */
.countdown{display:block;text-align:center;font-size:16px;font-weight:300;color:#888;border-radius:50%;border:2px solid #888;width:100px;height:100px;padding:29px 0 0;margin:0 auto;line-height:18px}.countdown .timer{font-size:25px}.background{display:block;text-align:center;background:#f5f5f5;border-radius:6px;width:100%;margin:0 auto}#nextbutton{display:inline-block;cursor:pointer;text-align:center;font-size:18px;font-weight:500;background-color:#5cb85c;color:#fff;border:1px solid transparent;border-radius:6px;border-color:#4cae4c;padding:10px 16px;margin:0;line-height:1.3333333}
Click Save Theme , then select Pages > create New Page and add the script below to HTML (not Compose)
<div class="background">
<div class="adspost">
<!-- top box ad slot -->
</div>
<span class="countdown" id="countdown"><span class="timer" id="timer">0</span>
Seconds</span><button id="nextbutton" style="display: none;">Get Link</button>
<div class="adspost">
<!-- bottom box ad slot -->
</div>
</div>
<script type="text/javascript">
if($.urlParam=function(n){var t=new RegExp("[?&]"+n+"=([^&#]*)").exec(window.location.href);return null==t?null:decodeURI(t[1])||0},null!=$.urlParam("mengarah")){var countdown=$("#countdown"),nextbutton=$("#nextbutton"),time=10;function CountDown(){document.getElementById("timer").innerHTML=time,(time-=1)<0?countdown.fadeOut("slow",function(){nextbutton.fadeIn()}):window.setTimeout("CountDown()",1e3)}CountDown(),nextbutton.on("click",function(){var n=aesCrypto.decrypt(convertstr($.urlParam("mengarah")),convertstr("root"));window.location.href=n})}
$("#menu").addClass('hide');
</script>
<script type="text/javascript" src='https://raw.githack.com/worteldzgn/safelink/master/crypto.js'></script>
<script src="https://raw.githack.com/worteldzgn/safelink/master/pengaturan.js" type="text/javascript"></script>
Note: Change 10 with the time you want
Then Publish , then select Layout > Add Gadget > HTML / Javascript > copy the code below and place it in it or add the code above </body>
<script type="text/javascript">
var pengaturan = {
laman : "/p/redirect.html",
kecualitampil : true,
kecualiuntuk : "google.com,twitter.com,facebook.com,youtube.com",
path : "?mengarah=" }; </script> <script type="text/javascript" src='https://raw.githack.com/worteldzgn/safelink/master/crypto.js'></script> <script src="https://raw.githack.com/worteldzgn/safelink/master/pengaturan.js" type="text/javascript"></script>
Edit the marked code.
ScoreInformation
the pageFill in the page you just created
except displayFor auto convert
except forFill in the Url that you want to exclude
Save and see the results.

So until this is the tutorial about making the latest safelink converter - don't forget to comment if you have trouble installing it.

1 Comments

  1. hello I know I'm doing wrong, I follow the steps and it doesn't work
    I don't know what I'm doing wrong. can you give me a hand to make it work. Thank you

    ReplyDelete

Post a Comment

Post a Comment

Previous Post Next Post