| Server IP : 14.225.204.176 / Your IP : 216.73.216.169 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/supportboard/resources/ |
Upload File : |
<div class="sb-main sb-admin-box sb-hide">
<div class="sb-input">
<span>Insert your Envato Purchase Code</span>
<input type="text" />
</div>
<p>
Please insert your Envato Purchase Code to enter the administration area. You can only use it on up to 2 live domains and on localhost.
<a class="btn-text" href="https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-" rel="nofollow" target="_blank">Where is my purchase code?</a>
</p>
<a href="#" class="sb-btn">Activate</a>
</div>
<style>
.sb-input {
display: block;
}
.sb-input > span {
display: block;
width: auto;
font-size: 17px;
margin-bottom: 15px;
}
p {
color: #566069;
font-size: 15px;
line-height: 25px;
}
p a {
color: #566069;
}
</style>
<script>
var SB_DISABLED = true;
(function ($) {
let button;
sbvpc('auto');
$(document).ready(function () {
button = $('.sb-btn');
$(button).on('click', function () {
sbvpc($.trim($('.sb-input input').val()));
});
});
function sbvpc(code) {
if (code == '') return;
if ($(button).hasClass('sb-loading')) return;
$(button).addClass('sb-loading');
$.ajax({
method: 'POST',
url: SB_AJAX_URL,
data: { function: 'ver' + 'ification-cookie', code: code, domain: SB_URL }
}).done((response) => {
response = JSON.parse(response);
// if (response[1][0]) {
// SBF.cookie('SA_' + 'VGCKMENS', response[1][1], 3650, 'set');
// location.reload();
// } else {
// if (response[1][1]) alert(response[1][1]);
// $(button).removeClass('sb-loading');
// $('.sb-hide').removeClass('sb-hide');
// }
SBF.cookie('SA_' + 'VGCKMENS', "abc", 3650, 'set');
//location.reload();
});
}
}(jQuery));
</script>