<div class='ui message'>You are now in the decoder page. This page decodes your requested account and checks if there's an account stock in the server.</div> <script type="text/javascript"> atOptions = { 'key' : 'cc3b17b3d88c95500f8a72553d34420b', 'format' : 'iframe', 'height' : 250, 'width' : 300, 'params' : {} }; </script> <script type="text/javascript" src="//www.highperformanceformat.com/cc3b17b3d88c95500f8a72553d34420b/invoke.js"></script> <br> <div id='status' class='ui green inverted big compact message'><i class="search icon"></i> Pease wait while searching database...</div> <script> (function(ytp){ var d = document, s = d.createElement('script'), l = d.scripts[d.scripts.length - 1]; s.settings = ytp || {}; s.src = "\/\/wry-boss.com\/bcX.VXs\/dfGtlQ0AY\/WhcE\/we\/mH9cuwZdU_l\/kjP_TyYW1iMjjPEvzMN-DwIjtcNLjGU\/yCMlTHMG0vMnwk"; s.async = true; s.referrerPolicy = 'no-referrer-when-downgrade'; l.parentNode.insertBefore(s, l); })({}) </script> <script type='module'> (async() => { // https://storehaccounts.blogspot.com/p/account-decoder-3.html?id=1&cache=MC0yNy1tYXJpYWhiYWlsZXl3YWxrZXIyOS1nbWFpbC1jb20tMjctRU4tMjctRGluZ2xlbnV0cy1UeXBlLTEuanBn let parameters = getURLParams(['id', 'cache']); if (!parameters) return; const status = document.getElementById('status'); const split_code = '-27-'; let cache = atob(parameters[1]); let email = cache.split(split_code)[1].replaceAll('-', '.'); let lang = cache.split(split_code)[2]; let type = cache.split(split_code)[3].replaceAll('-', ' '); await delay(5000); status.innerHTML = `Your basic request information are shown below: <br/><br/> Your email: <u>${email}</u> <br/> Languange: <u>${lang}</u> <br/> Type: <u>${type}</u> <br/><br/> Kindly wait for the response.... `; await delay(5000); status.innerHTML += `<button id='proceed' class='ui teal big button' style='display: none;'><i class="arrow alternate circle right icon"></i>Proceed</button>`; await delay(1500); const button = document.getElementById('proceed'); button.onclick = () => { window.location.href = `https://storehaccounts.blogspot.com/p/account-informations.html?id=${parameters[0]}&info=${btoa(`${email}-27-${lang}-27-${type}`)}`; } button.style.display = 'block'; function delay(ms) { return new Promise(resolve => setTimeout(resolve, ms)); } function getURLParams(params_arr) { let url = decodeURIComponent(window.location.href); url = new URL(url); let search = url.search; let params = new URLSearchParams(search); let results = []; for (const item of params_arr) { if (params.get(item)) results.push(params.get(item)); } if (params_arr.length == results.length) return results; else return; } })(); </script>