Untitled

 avatar
jmanuel
html
2 years ago
76 kB
6
Indexable
<<SCRIPT defer>
var PortalTitle = 'JTM PisoWiFi';
var FooterCode = 'JTM PisoWiFi<br>';

var CodeTypeOnly = 0;
var EnableInfoInCodeType = 1;
var EnableTrialTimeButton = 1;
var HideCodeFreeActivateUI = 0;
var EnableChatMe = 0;
var EnableChristmasLights = 1;

var activateCustomBanner = 0;
var imageBannerName = 'defbanner.png';
var imageBannerHeight = '80';
var imageBannerRadius = '0.3';

var activateCustomBotNotice = 1;
var noticeCapsuleSize = '50';
var noticeCapsuleColor = 'rgb(25,28,37)';
var noticeTextsColor = 'rgb(222,184,135)';
var noticeTexts = ['Welcome','To KurtPiso WiFi','Insert Coin', 
'And Earn Points','5 Pesos = 1 Point','10 Pesos = 2 Points',
'15 Pesos = 3 Points','20 Pesos = 4 Points','Redeem Points','3 Points = 30 Mins',
'5 Points = 1 Hour','10 Points = 3 Hours','15 Points = 5 Hours','Thank You'],
    part,
    i = 0,
    offset = 0,
    len = noticeTexts.length,
    forwards = true,
    skip_count = 0,
    skip_delay = 15,
    speed = 80;

/*= INFO'S =*/
var enableDate = 1;
var enableInterface = 1;
var enableNetStatus = 1;
var enableConStatus = 1;
var enableCode = 1;
var enableID = 1;
var enableMAC = 1;
var enableIPAddress = 1;
var enableUpSpeed = 1;
var enableDownSpeed = 1;
var enableDurationType = 1;
var enableReserveDuration = 1;
var enableUptime = 1;

/*= MOVIE BTN =*/
var EnableMovieButton = 0;
var MovieButtonText = 'Watch Movies';
var MovieButtonTextColor = 'lightgreen';
var MovieButtonBackColor = 'transparent';
var MovieButtonBorderColor = 'black';
var MovieButtonBorderRadius = '50';//0.3 default
var MovieButtonSideRange = '50';
var MovieButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px lightgreen';

/*= EDIT UI =*/
var _defaultBodyBackColor = 'black';
// OR
var UseBackGroundImageStyle = 0;
var backGroundImageName = 'myback.jpg';
var backGroundImagePosX = 'left';
var backGroundImagePosY = 'top';
var backGroundImageColor = 'black';
var backGroundImageRepeat = 'no-repeat';
var backGroundImageSize = 'cover';

var _cardBackColor = 'rgb(25,28,37)';
var _cardBorderColor = 'black';
var _cardBorderSize = '1';
var _cardBorderRadius = '0.3';
var _cardBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';

/*= FIRST BOX =*/
//////////////////////////////////////////////
var PointsLeftText = 'Available Points:';
var PointsLeftTextColor = 'rgb(106, 113, 146)';
var PointsRightColor = 'rgb(222,184,135)';
var PointsBackColor = 'rgb(8,8,8)';

var TextCurrentDurationText = 'Current Duration';
var TextCurrentDurationColor = 'rgb(106, 113, 146)';
var TextTimeColor = 'rgb(1, 210, 91)';

var TextCurTimeBackColor = 'rgb(8,8,8)';
var TextCurTimeBorderColor = 'transparent';
var TextCurTimeBorderSize = '0';
var TextCurTimeBorderRadius = '0.3';
var TextCurTimeBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var FreeButtonText = 'Activate Free Time';
var FreeButtonTextColor = 'rgb(1, 210, 91)';
var FreeButtonBackColor = 'transparent';
var FreeButtonBorderColor = 'black';
var FreeButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(1, 210, 91)';
var FreeButtonBorderRadius = '0.3';

var _codeText = 'Enter Code Here';
var _codeTextColor = 'rgb(217,218,219)';
var _codeBackColor = 'rgb(41,48,56)';
var _codeBorderColor = 'transparent';
var _codeBorderSize = '0';
var _codeBorderRadius = '0.3';
var _codeBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var TextStatusLeft = 'Status:';
var TextStatusColor = 'rgb(106, 113, 146)';
var TextStatusConnectedColor = 'rgb(2, 202, 90)';
var TextStatusPausedColor = 'rgb(248, 167, 0)';
var TextStatusDisconnectedColor = 'rgb(245, 64, 71)';
var TextStatusBackColor = 'rgb(8,8,8)';
//////////////////////////////////////////////
var RedeemButtonTextColor = 'rgb(0,139,139)';
var RedeemButtonBackColor = 'transparent';
var RedeemButtonBorderColor = 'black';
var RedeemButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(0,139,139)';
var RedeemButtonBorderRadius = '0.3';

var PauseResumeButtonTextColor = 'rgb(253,171,4)';
var PauseResumeButtonBackColor = 'transparent';
var PauseResumeButtonBorderColor = 'black';
var PauseResumeButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(253,171,4)';
var PauseResumeButtonBorderRadius = '0.3';

var ConExtendButtonTextColor = 'rgb(142,97,224)';
var ConExtendButtonBackColor = 'transparent';
var ConExtendButtonBorderColor = 'black';
var ConExtendButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(142,97,224)';
var ConExtendButtonBorderRadius = '0.3';

var _codeInfoBackColor = 'rgb(8,8,8)';
var _codeInfoBorderColor = 'transparent';
var _codeInfoBorderSize = '0';
var _codeInfoBorderRadius = '0.3';
var _codeInfoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
/*= END FIRST BOX =*/

/*= SECOND BOX =*/
//////////////////////////////////////////////
var TextSelectedVendoText = 'Selected Vendo';
var TextSelectedVendoColor = 'rgb(106, 113, 146)';

var VendoTextColor = 'rgb(5,207,92)';
var VendoBackColor = 'transparent';
var VendoBorderColor = 'black';
var VendoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 1px 0px 0px rgb(106, 113, 146)';
var VendoBorderRadius = '0.3';

var VendoDropDownMenuListTextColor = 'rgb(255,255,255)';
var VendoDropDownMenuBackColor = 'rgb(25, 28, 37)';
var VendoDropDownMenuBorderColor = 'rgb(44, 44, 51)';
var VendoDropDownMenuBorderSize = '1';
var VendoDropDownMenuBorderRadius = '0.3';

var _VendoBoxBackColor = 'rgb(8,8,8)';
var _VendoBoxBorderColor = 'transparent';
var _VendoBoxBorderSize = '0';
var _VendoBoxBorderRadius = '0.3';
var _VendoBoxBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var InfoText = 'Client Info';
var InfoTextColor = 'rgb(217,218,219)';
var InfoBackColor = 'transparent';
var InfoBorderColor = 'black';
var InfoBorderRadius = '0.3';
var InfoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 -1px 0px 0px rgb(106, 113, 146)';

var RateText = 'Wifi Rate';
var RateTextColor = 'rgb(217,218,219)';
var RateBackColor = 'transparent';
var RateBorderColor = 'black';
var RateBorderRadius = '0.3';
var RateBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 -1px 0px 0px rgb(106, 113, 146)';

var _InfoRateBackColor = 'rgb(8,8,8)';
var _InfoRateBorderColor = 'transparent';
var _InfoRateBorderSize = '0';
var _InfoRateBorderRadius = '0.3';
var _InfoRateBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var InsertCoinButtonTextColor = 'rgb(253,171,4)';
var InsertCoinButtonBackColor = 'transparent';
var InsertCoinButtonBorderColor = 'black';
var InsertCoinButtonBorderSize = '1';
var InsertCoinButtonBoxShadow = 'inset 0 0 2px 1px rgb(253,171,4),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 1px 1px 8px hsla(0,0%,0%,.5),inset 0 0 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2)';

//////////////////////////////////////////////
/*= MODAL =*/
var _modal_contentBackColor = 'rgba(25,28,37,255)';
var _modal_contentBorderColor = 'black';
var _modal_contentBorderSize = '1';
var _modal_contentBorderRadius = '0.3';
var _modal_contentBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';

var _modal_contentTitleColor = 'rgb(255,255,255)';
var _modal_contentBodyBackColor = 'rgba(1,3,8,0.95)';
var _modal_contentBodyBorderRadius = '0.3';
var _modal_contentBodyBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';

//Redeem//////////////////
var _mredeemSubTitleColor = '#a6a6a6';
var _mredeemDurTextColor = 'rgb(18,192,94)';
var _mredeemTypeTextColor = 'white';
var _mredeemPointsTextColor = 'white';

var _mredeemButtonTextColor = 'rgb(0,139,139)';
var _mredeemButtonBackColor = 'transparent';
var _mredeemButtonBorderColor = 'black';
var _mredeemButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(0,139,139)';
var _mredeemButtonBorderRadius = '0.3';

var _mredeemCloseTextColor = 'rgb(18,192,94)';
var _mredeemCloseBackColor = 'transparent';
var _mredeemCloseBorderColor = 'black';
var _mredeemCloseBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(18,192,94)';
var _mredeemCloseBorderRadius = '0.3';
//////////////////
//Insert Coin//////////////
var _minsertCreditColor = 'rgb(18,192,94)';
var _minsertTotalCreditColor = 'rgb(108,114,145)';
var _minsertDurationColor = 'rgb(108,114,145)';
var _minsertprogressbarColor = 'rgb(253,171,4)';

var _minsertCloseTextColor = 'rgb(253,171,4)';
var _minsertCloseBackColor = 'transparent';
var _minsertCloseBorderColor = 'black';
var _minsertCloseBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(253,171,4)';
var _minsertCloseBorderRadius = '0.3';

var _minsertDoneTextColor = 'rgb(2, 202, 90)';
var _minsertDoneBackColor = 'transparent';
var _minsertDoneBorderColor = 'black';
var _minsertDoneBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(2, 202, 90)';
var _minsertDoneBorderRadius = '0.3';
//////////////////
//Client Info
var _minfoLeftTextColor = 'rgb(18,192,94)';
var _minfoRightTextColor = 'white';

var _minfoCloseTextColor = 'rgb(18,192,94)';
var _minfoCloseBackColor = 'transparent';
var _minfoCloseBorderColor = 'black';
var _minfoCloseBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(18,192,94)';
var _minfoCloseBorderRadius = '0.3';
//////////////////////////////
//Wifi Rate
var _mrateSubTitleColor = '#a6a6a6';
var _mrateAmountTextColor = 'rgb(18,192,94)';
var _mrateTimeTextColor = 'white';
var _mrateDiscTextColor = 'white';

var _mrateCloseTextColor = 'rgb(18,192,94)';
var _mrateCloseBackColor = 'transparent';
var _mrateCloseBorderColor = 'black';
var _mrateCloseBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 2px 1px rgb(18,192,94)';
var _mrateCloseBorderRadius = '0.3';

//////////////////////////////
//Others
var _tablestripedBackColor = 'rgba(1,6,16,0.30)';
var _ratescardbordercolor = 'black';
var _ratescardbordersize = '1';
var _tableBackColor = 'transparent';
var _textsuccess = 'forestgreen';//ChatIconColor

var _footerBackColor = 'rgb(0,0,0)';
var _footerBoxShadow = '0 0 0 0';
var _textfooter = 'rgb(2, 202, 90)';
var _textlinkfooter = 'rgb(108, 114, 148)';
var _textboldfooter = '500';

/*============ NO NEED TO EDIT BELOW  ==================*/
var _0x486c74=_0x1284;(function(b,c){for(var d=_0x1284,e=b();;)try{if(parseInt(d(610))/1+-parseInt(d(661))/2+parseInt(d(730))/3+-parseInt(d(518))/4+parseInt(d(613))/5+-parseInt(d(473))/6+-parseInt(d(586))/7*(-parseInt(d(621))/8)===c)break;else e.push(e.shift())}catch(f){e.push(e.shift())}})(_0x3b41,221695);var _0x462ff1=_0x462ff1||{};_0x462ff1[_0x486c74(604)]={};
_0x462ff1[_0x486c74(558)]=function(b){var c=0;return function(){var d=_0x1284,e={};return e[d(766)]=!0,c<b[d(477)]?{done:!1,value:b[c++]}:e}};_0x462ff1.arrayIterator=function(b){return{next:_0x462ff1.arrayIteratorImpl(b)}};_0x462ff1[_0x486c74(810)]=function(b){var c=_0x486c74,d=c(618)!=typeof Symbol&&Symbol[c(479)]&&b[Symbol[c(479)]];if(d)return d.call(b);if(c(509)==typeof b[c(477)])return _0x462ff1[c(785)](b);throw Error(String(b)+c(426));};1===CodeTypeOnly&&$(_0x486c74(796))[_0x486c74(440)]()[_0x486c74(806)]();
$("body")[_0x486c74(500)]();
var _0x3d157c,_0x3aa13c=!1,_0x15b21b=!1,_0x187628="",_0x5c5fca="",_0x1be08b=0,_0x24d028="0",_0xb676db="0",_0x45364b,_0x5cfaaa,_0x39432a,_0x509451,_0x57e0c3,_0x3fb5fc,_0x2286f6,_0x120a50,_0x2906c8=!1,_0x1c517e,_0x20166d=_0x486c74(759),_0x26311c="+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)",_0x2c0986=_0x486c74(417),_0x11e89c=_0x486c74(471),_0x50ab30=_0x486c74(549),_0x3751b6=_0x486c74(651),_0x2f79c2="+dgvy7t{vdd*0Hnt{~ryc0)",_0x59a212=_0x486c74(803),_0x3ffaf9=_0x486c74(784);
try{_0x53bf32=function(){},_0x59416c=function(){}}catch(b){}var _0x41398b=_0x486c74(619).split(" ");function _0x45531c(b){var c=function(){var d=!0;return function(e,f){var h=d?function(){if(f){var g=f.apply(e,arguments);return f=null,g}}:function(){};return d=!1,h}}()(this,function(){var d=_0x1284;return c[d(680)]()[d(465)](d(601)).toString()[d(776)](c)[d(465)]("(((.+)+)+)+$")});return c(),atob(_0x41398b[b])}
function _0x3b41(){var b=[";\t\tborder:",'<div id="yd-client-status"></div>','</td><td style="text-transform: capitalize; color: ',"#yd-client-ip","}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: ",'px;">\t\t\t\t<div style="display: flex; justify-content: end;">\t\t\t\t\t<button id="yd-movie" type="button" class="btn btn-movie" style="font-size: 16px; font-weight:500; \t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 100%; border-radius: ',
"}.btn-redeem:not(.btn-light):not(.btn-secondary){color:","Stop","value","}.btn-PauseResume:hover{box-shadow: ","}\t\t.btn-movie{box-shadow: ","#yd-info-data",'<div style="display: flex; width: 100%; justify-content: flex-end;"><button style="margin: auto; width: 45%; color:',"\u007fcz{","}\t\t.btn-vendolist{box-shadow: ","}.btn-PauseResume:not(.btn-light):not(.btn-secondary):hover, .btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{color:",
'</span>\t\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t\t\t<button type="button" id="select-box-dropdown" class="btn btn-vendolist dropdown-toggle" data-toggle="dropdown" \t\t\t\t\t\t\t\t\t\t\t\taria-haspopup="true" aria-expanded="false" style="font-size: 14px; font-weight:500; display: block; border-radius: ',
"mac","}.btn-redeem:not(.btn-light):not(.btn-secondary):hover, .btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{color:","head",'<div id="yd-client-ip"></div>',"}.btn-rate:not(:disabled):not(.disabled):active:focus,.btn-rate:not(:disabled):not(.disabled).active:focus,.show>.btn-rate.dropdown-toggle:focus{box-shadow: ","arrayIteratorImpl","rem; text-align: center; box-shadow: ","Error",";border:","}.btn-movie:not(:disabled):not(.disabled):active:focus,.btn-movie:not(:disabled):not(.disabled).active:focus,.show>.btn-movie.dropdown-toggle:focus{box-shadow: ",
"sort",'" class="btn btn-redeem btn-sm" style="font-size: 12px; height: 25px; color:',"#barvalue-d",' !important;" id="yd-info-data";></div>\t\t\t\t\t</div>\t\t\t\t',"currentTime","x:x:x:x:x:x","#chatmod","Consumable","border-radius","<td></td>","#progress","}.btn-freebtn:focus,.btn-freebtn.focus{box-shadow: ",";\t\tbackground-color:","replace","address","Uptime:","css","; border-color: ",";border-radius:","}.btn-freebtn:not(.btn-light):not(.btn-secondary):hover, .btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{color:",
'\t\t\t\t\t<div class="input-group" style="margin-top: 10px;">\t\t\t\t\t\t\t\t<button id="yd_freebtn" class="btn btn-freebtn" type="button" style="display: none; font-size: 16px; font-weight:500; border-radius: ',"attr","rem;padding:0rem}\t\t.dropdown-header{color:","2520kHoJHd",'.00</td><td style="color: ',"#yd_con_points_txt"," !important}\t\t.toast {font-size: 14px;padding: 4px;}\t\t",'<button type="button" name="',"?page=media","/html/","#yd_freebtn",";}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: ",
'\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div class="snowflake">\u2745</div>\t\t\t<div style="display: flex; justify-content: center; padding-bottom: 30px">\t\t\t\t<div class="lightrope">\t\t\t\t\t<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>\t\t\t\t</div>\t\t\t</div>\t\t\t',
"insertclosebtn",";\t\t\t\t\t\t\t\tcolor: ",";}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: ","#ydvrates-tbody","#yd_vinfos","(((.+)+)+)+$",' !important" >',"#yd-insert1","scope","prop","#yd_loginout","insertban","; box-shadow:",'\t\t.snowflake {  color: #fff;  font-size: 1em;  font-family: Arial;  text-shadow: 0 0 1px #000;}@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}\t\t.lightrope {\t\t  text-align: center;\t\t  white-space: nowrap;\t\t  overflow: hidden;\t\t  position: absolute;\t\t  z-index: 1;\t\t  margin: -25px 0 0 0;\t\t  padding: 0;\t\t  pointer-events: none;\t\t  width: 100%;\t\t}\t\t.lightrope li {\t\t  position: relative;\t\t  -webkit-animation-fill-mode: both;\t\t\t\t  animation-fill-mode: both;\t\t  -webkit-animation-iteration-count: infinite;\t\t\t\t  animation-iteration-count: infinite;\t\t  list-style: none;\t\t  margin: 0;\t\t  padding: 0;\t\t  display: block;\t\t  width: 8px;\t\t  height: 12px;\t\t  border-radius: 50%;\t\t  margin: 20px;\t\t  display: inline-block;\t\t  background: #00f7a5;\t\t  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;\t\t  -webkit-animation-name: flash-1;\t\t\t\t  animation-name: flash-1;\t\t  -webkit-animation-duration: 2s;\t\t\t\t  animation-duration: 2s;\t\t}\t\t.lightrope li:nth-child(2n+1) {\t\t  background: aqua;\t\t  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);\t\t  -webkit-animation-name: flash-2;\t\t\t\t  animation-name: flash-2;\t\t  -webkit-animation-duration: 0.4s;\t\t\t\t  animation-duration: 0.4s;\t\t}\t\t.lightrope li:nth-child(4n+2) {\t\t  background: #f70094;\t\t  box-shadow: 0px 4.6666666667px 24px 3px #f70094;\t\t  -webkit-animation-name: flash-3;\t\t\t\t  animation-name: flash-3;\t\t  -webkit-animation-duration: 1.1s;\t\t\t\t  animation-duration: 1.1s;\t\t}\t\t.lightrope li:nth-child(odd) {\t\t  -webkit-animation-duration: 1.8s;\t\t\t\t  animation-duration: 1.8s;\t\t}\t\t.lightrope li:nth-child(3n+1) {\t\t  -webkit-animation-duration: 1.4s;\t\t\t\t  animation-duration: 1.4s;\t\t}\t\t.lightrope li:before {\t\t  content: "";\t\t  position: absolute;\t\t  background: #222;\t\t  width: 10px;\t\t  height: 9.3333333333px;\t\t  border-radius: 3px;\t\t  top: -4.6666666667px;\t\t  left: -1px;\t\t}\t\t.lightrope li:after {\t\t  content: "";\t\t  top: -16px;\t\t  left: 0px;\t\t  position: absolute;\t\t  width: 52px;\t\t  height: 18.6666666667px;\t\t  border-bottom: solid #222 2px;\t\t  border-radius: 50%;\t\t}\t\t.lightrope li:last-child:after {\t\t  content: none;\t\t}\t\t.lightrope li:first-child {\t\t  margin-left: -40px;\t\t}\t\t@-webkit-keyframes flash-1 {\t\t  0%, 100% {\t\t\tbackground: #00f7a5;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #00f7a5;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 247, 165, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);\t\t  }\t\t}\t\t@keyframes flash-1 {\t\t  0%, 100% {\t\t\tbackground: #00f7a5;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #00f7a5;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 247, 165, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);\t\t  }\t\t}\t\t@-webkit-keyframes flash-2 {\t\t  0%, 100% {\t\t\tbackground: aqua;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px aqua;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 255, 255, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);\t\t  }\t\t}\t\t@keyframes flash-2 {\t\t  0%, 100% {\t\t\tbackground: aqua;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px aqua;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 255, 255, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);\t\t  }\t\t}\t\t@-webkit-keyframes flash-3 {\t\t  0%, 100% {\t\t\tbackground: #f70094;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #f70094;\t\t  }\t\t  50% {\t\t\tbackground: rgba(247, 0, 148, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);\t\t  }\t\t}\t\t@keyframes flash-3 {\t\t  0%, 100% {\t\t\tbackground: #f70094;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #f70094;\t\t  }\t\t  50% {\t\t\tbackground: rgba(247, 0, 148, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);\t\t  }\t\t}\t\t.navbar{border-bottom: 1px solid rgba(0,0,0,0.80)}\t\t.content-wrapper{',
"277604mOrffk","#ydm1","#insert-display","2053100njKmoH",'<div id="yd-uptime"></div>','rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 114px;"><span>Redeem</span></button>\t\t\t\t\t\t\t<button id="yd_loginout" type="button" class="btn btn-PauseResume" style="margin-top: 10px; font-size: 16px; font-weight:500; border-radius: ',"}.btn-movie:not(.btn-light):not(.btn-secondary):hover, .btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{color:",
';">Checking</span>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t',"undefined","I3lkLWNsaWVudC1pbnNlcnQtY29pbg== Z2V0S2V5cw== ZW1pdA== I3lkLWNsaWVudC1kdXJhdGlvbg== dWJv ZGlzcGxheQ== cmVtb3Zl hwv412ja= bm9uZQ== Z2F3bw== Y2h1cGFrYQ== dWxvbA== YmxvY2s= cGFreXU= YmFrbGFrYQ== LnRleHQtY2Zvb3Rlcg== Ll95Y2xpZW50 aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTEwMDA5MDIwOTQ4NDMxMA== aHJlZg== dGFyZ2V0 X2JsYW5r X3l1ZGVu Zm9vdGVy Ll95dWRlbg==","vendo","5176JxZqOC","114px","#yd_vrates","rem;box-shadow:",
"}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{box-shadow:","round","}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: ",'<div style="display: flex; width: 100%; justify-content: flex-end;">\t\t\t\t\t\t\t<button style="margin: auto; width: 45%; color:',"append",";color: ",'">\t\t\t\t\t\t\t</div>\t\t\t\t',"}.btn-vendolist:hover{box-shadow: ","toUpperCase","pleasewait","paused","disconnected","}\t\t.btn-redeem{box-shadow: ",'<style type="text/css"></style>',"amount","}.btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{box-shadow: ",
"prepend",";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: ",';">Type</th><th style="color:','&nbsp;&nbsp;<span style="color: ',"version","}.btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{box-shadow: ","minute","fadeOut",'; border-left: 8px solid transparent; border-right: 8px solid transparent;">\t\t\t\t\t\t\t<div id="yd_con_status_txt" style="display: flex; justify-content: center; margin-bottom: -32px; margin-top: 6px; color: ',
'<div style="font-size: 14.5px; min-height: 10px; border-radius:',"4txyycryc","div","width","px solid ","title",'\t\t\t<div style="margin-top: 10px; margin-left: ',';}</style><span style="width:100%; height: 32px; display: flex; justify-content: center;">\t<div class="word animate-character" style="    border-left: ','rem;" type="button" \t\t\t\tdata-dismiss="modal" class="btn btn-PauseResume">Close</button></div>',"href","#select-box-dropdown","553860NbyAem","yd_infos","}.btn-freebtn:hover{box-shadow: ",
"play",' !important;">','<tr><td style="color: ',"floor","#inserted-coin-d","-13px",'rem;" id="insert-close-d" type="button" class="btn btn-PauseResume">Close</button>\t\t\t\t\t\t\t<button style="margin: auto; width: 45%; color:',"}.btn-vouchextend:not(:disabled):not(.disabled):active:focus,.btn-vouchextend:not(:disabled):not(.disabled).active:focus,.show>.btn-vouchextend.dropdown-toggle:focus{box-shadow: ","}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:","d-inline-block text-center blink",
"#yd_vouchcodein","span","Resume","success","Connected",';">Time</th><th style="color:',"toString","}.btn-cinfo:not(.btn-light):not(.btn-secondary):hover, .btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{color:","#insert-done-d","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):hover, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{color:","#yd_con_status_txt",
'<div style="font-weight:500; border-radius: ',"name",'<div style="display: flex; width: 100%; justify-content: flex-end;"><button \t\t\ttype="button" data-dismiss="modal" class="btn btn-redeem" style="margin: auto; width: 45%; color:',' !important;" class="form-control" placeholder="','; font-size:20px; font-weight:500; margin-left:10px; margin-right:10px;" id="yd-client-duration">Checking</span>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t\t<div style="display: grid; align-content: center;">\t\t\t\t\t\t\t<button id="yd-redeem" type="button" class="btn btn-redeem" style="font-size: 16px; font-weight:500; border-radius: ',
'; border-left: 8px solid transparent; border-right: 8px solid transparent;">\t\t\t\t\t\t\t<div id="yd_con_points_txt" style="display: flex; justify-content: center; margin-top: -28px; color: ',"#yd-redeem","}.btn-vendolist:not(.btn-light):not(.btn-secondary):hover, .btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{color:","; \t\t\t\t\t\t\t\t\tmargin-top: 10px; background:","&#8369; ","-16px","vendoset",'rem;">Close</button></div>',
"off","Redeem",'</button>\t\t\t\t\t\t\t\t<input id="yd_vouchcodein" type="text" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:',"Login ban","#col-row",":first","rtype","#yd-client-system-internet","warning","}.btn-rate:hover{box-shadow: ","#yd_cstatus_t",'<div id="yd-res-duration"></div>','">\t\t\t\t\t\t\t<div style="display: flex; align-items: center; flex-direction: column; padding: 6px;">\t\t\t\t\t\t\t\t\t<div class="row" style="margin-bottom:12px; margin-top:8px;">\t\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start">\t\t\t\t\t\t\t\t\t\t\t<div id="inserted-coin-d" style="color: ',
"#total-d-display","}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: ",";}\t\t.text-cfooter{color: ","Insufficient Credit","parse","#yd-res-duration","; \t\t\t\t\t\t\t\tborder:","countdown",' !important;" id="yd-info-data";></div></div>',' !important;">\t\t\t\t\t',"duration","Connect","#yd-res-durtype","}.btn-insertcirclecoin:hover{box-shadow:","margin-left","indexOf",'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 114px;"><span>Checking</span></button>\t\t\t\t',
"; border-radius: ","autologin","807693NLvHUL","Download:","text",';">\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<span style="color:',' !important"></div></div>',"</button>\t\t\t\t</div>\t\t\t</div>\t\t\t",';    border-radius: 50px;">&nbsp;<span></span>&nbsp;</div></span>','<div id="yd-client-system-internet"></div>',"rem; height:","none","rem; margin-top: 10px; font-size: 14px; box-shadow: ",
"interface","type","}.btn-vouchextend:not(.btn-light):not(.btn-secondary):hover, .btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{color:","fadeIn","Code:","}.btn-freebtn:not(.btn-light):not(.btn-secondary){color:",'<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img id="mbanner" src="html/',"Success","/client/theme/mp3/insert_ban.mp3",":last","; color:",".word","}.btn-movie:hover{box-shadow: ",
"}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: ","children","Duration: ","Down","0.0.0","+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)","; border:",'</button>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t<div id="insert-btn-parent" style="display: grid; align-items: center;">\t\t\t\t\t\t\t\t<button id="yd-client-insert-coin" class="btn btn-insertcirclecoin" style="height: fit-content;">\t\t\t\t\t\t\t\t\t<span id="yd-insert1" class="d-inline-block text-center" style="margin: auto; font-size: 18px; font-weight: bold;"><span>INSERT COIN</span></span>\t\t\t\t\t\t\t\t</button>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t',
"dlimit",'<div id="yd-client-id"></div>',"}\t\t.modal-content{background-color:",'rem;\t\t\t\t\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; min-width: 114px;" disabled>Selecting</button>\t\t\t\t\t\t\t\t\t\t\t\t<div id="select-dropdown-options" style="max-height: 500px; overflow: auto;" class="dropdown-menu" aria-labelledby="select-box-dropdown"></div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t<div style="height:32px; display: flex; justify-content: center; align-items: center; box-shadow: ',
"done",'\t\t\t\t\t<div style="width: 100%; background:',"}\t\t.table thead th, .jsgrid .jsgrid-table thead th{border-bottom-width:0px;}\t\t.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td{border-top:0px}\t\t.table-striped tbody tr:nth-of-type(odd){background-color:","}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: ","status","No Vendo Selected.","yd_rpoints","Insert Coin Timeout.<br>Please Try Again After: ",
";}\t\t#rates-card th, #rates-card td {border: ","}.btn-rate:not(.btn-light):not(.btn-secondary):hover, .btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{color:","constructor",'<div style="display: flex;"><div style="margin-right: 10px; color: ','px;"></img></span>',"height","}.btn-rate{box-shadow: ","click","after",' !important; font-size:22px;">&#8369; 0.00</div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div id="insert-display" style="font-size: 15px; color: ',
"+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)","arrayIterator",' !important;">Duration: 00:00:00</div>\t\t\t\t\t\t\t\t\t<div id="progressbar-d" style="width: calc(100% - 20px); position: absolute; left: 10px; bottom: 10px;">\t\t\t\t\t\t\t\t\t\t<div class="progress pink">\t\t\t\t\t\t\t\t\t\t\t<div class="progress-bar" id="barpersent-d" style="background:',"modal",";}.btn-freebtn.disabled,.btn-freebtn:disabled{box-shadow: ","message","; background-color: "," !important;\t\t}\t\t._yuden {padding: 20px 1rem;transition: all 0.25s ease;-moz-transition: all 0.25s ease;}\t\t._yuden a {color: ",
"</td></tr>","rates","val","fromCharCode","#credit","toFixed",'rem;">Redeem</button>',"; box-shadow: ","}\t\t.table, .jsgrid .jsgrid-table{background:","#yd-client-status","Upload:","+v7\u007ferq*00)Zvsr7un7NbSry7\u00be7%'%$","Offline",";}\t\t.modal-header{color:","remove","show","; width:","}.btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{box-shadow: ","makeIterator",'\t\t\t\t<div class="card" style="min-height: 87px; margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm2" style="display: flex; justify-content: end;">\t\t\t\t\t\t\t<div style="width: 100%; margin-right: 10px;">\t\t\t\t\t\t\t\t<div style="height:70px; display: grid; justify-content: center; align-items: center; \t\t\t\t\t\t\t\tbackground:',
'\t\t<div class="row g-4">\t\t\t<div class="col-lg-4 grid-margin stretch-card">\t\t\t\t<div class="card">\t\t\t\t\t<div class="card-body">',"}\t\t.text-success{color: ","}.btn-rate:focus,.btn-rate.focus{box-shadow: ",".00",'<div id="yd-date"></div>',"Disconnected",'<div id="yd-client-mac"></div>',"push",";border-color:",'rem;">',";}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{box-shadow:",";border-bottom: 0px solid transparent;margin-bottom: -5px;}\t\t.modal-footer{border-top:0px;padding: 0px;margin-top: 5px; margin-bottom: 10px;}\t\t.dropdown-menu{color:",
"IP Address:","}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: ","disabled","resduration","9qxxcre","}.btn-freebtn:not(:disabled):not(.disabled):active:focus,.btn-freebtn:not(:disabled):not(.disabled).active:focus,.show>.btn-freebtn.dropdown-toggle:focus{box-shadow: ","#yd-client-mac","insertcoin","consumable","ulimit","credit","Insert Coin",'\t\t\t<div class="card" style="min-height: 87px;">\t\t\t\t<div class="card-body">\t\t\t\t\t<div id="ydm1" style="display: flex; justify-content: end;">\t\t\t\t\t\t<div style="width: 100%; margin-right: 10px;">\t\t\t\t\t\t\t<div id="yd_cstatus_t" style="height: 82px; display: grid; justify-content: center; align-items: center; padding: 10px;\t\t\t\t\t\t\tbackground:',
" is not an iterable or ArrayLike",'<div id="yd-client-code"></div>',"Status:","}.btn-cinfo:not(:disabled):not(.disabled):active:focus,.btn-cinfo:not(:disabled):not(.disabled).active:focus,.show>.btn-cinfo.dropdown-toggle:focus{box-shadow: ","toLowerCase","#insert-close-d",'</button>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<button id="yd_vrates" type="button" class="btn btn-rate btn-sm" style="margin-top: 1px; font-size: 14px; font-weight:500; border-radius: ',
"font-size","}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:",";background-size: ",";    border-right: ","#yd-client-interface",'rem;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<button id="yd_vinfos" type="button" class="btn btn-cinfo btn-sm" style="margin-top: 1px; font-size: 14px; font-weight:500; border-radius: ','; font-size:12px; font-weight:500;">',"parent","}.btn-cinfo:not(.btn-light):not(.btn-secondary){color:",
"0/0/0 0:0 xx","}.btn-redeem:focus,.btn-redeem.focus{box-shadow: ","</div>\t\t\t\t</div>\t\t\t</div>\t\t</div>\t\t","info","; background-color:","#yd-client-id","#yd-uptime","rate",'%;"></div>\t\t\t\t\t\t\t\t\t\t\t<div id="barvalue-d" style="z-index: 9999; margin-top: -7px; margin-left: -16px;" >','</span>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<span style="color:',
'" class="table-responsive">\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"Pause","reload","Date:","match","}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: ",'"><div style="padding: 6px; color: ',"}.btn-rate:not(.btn-light):not(.btn-secondary){color:","px; margin-right: ","0 bps",'; font-size: 14px; font-weight: 500;">\t\t\t\t\t\t\t\t',"code","No Internet Connection.<br>Please Report To The Owner.",
"search","bps",'<div style="font-size: 14px; border-radius: ',"#tbody-yd_rpoints",'" class="table-responsive">\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"imgmp3","9Hnbsry79Hnt{~ryc","#spinner","2344422NBSsmg","Pausable",";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow:",'<div id="yd-res-durtype"></div>',"length","}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: ",
"iterator","color","html","#modal-body-yd_infos","Extend","#chati","substr","Duration Extended","background: ","#yd_vouchcodebtn","point","#yd-movie","Press the Connect button.","now",";background-color:",'rem;" id="insert-done-d" type="button" class="btn btn-PauseResume">Done</button>\t\t\t\t\t\t\t</div>',"Code Activation Timeout","error",'\t\t<div class="row g-4" style="margin-top: -5px;">\t\t\t<div class="col-lg-4 grid-margin stretch-card" style="justify-content: center;">\t\t\t\t',"0.00","incoin",
"hide","next",'\t\t\t\t\t<div style="display: flex; justify-content: center; margin-top: 10px; margin-bottom: -10px">\t\t\t\t\t\t<div style="width: 100%; border-bottom: 32px solid ','rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 114px;"><span>Checking</span></button>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t',"/client/theme/mp3/please_wait.mp3","uptime","</div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>",
"coin","}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: ","number","}.btn-vouchextend:hover{box-shadow: ","ID:","rem; box-shadow: ","trial","}\t\t.btn-freebtn{box-shadow: ",";color:","}.btn-cinfo:focus,.btn-cinfo.focus{box-shadow: ","Duration Resumed","1204052nOhXPb","discription","?version=","50%","}.btn-redeem:hover{box-shadow: ","}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:",';">Points</th></tr></thead><tbody id="tbody-yd_rpoints"></tbody></table></div>',
"}.btn-movie:focus,.btn-movie.focus{box-shadow: ","internet","pause","}.btn-vendolist:focus,.btn-vendolist.focus{box-shadow: ","Interface:","#yd-downspeed","}.btn-redeem:not(:disabled):not(.disabled):active:focus,.btn-redeem:not(:disabled):not(.disabled).active:focus,.show>.btn-redeem.dropdown-toggle:focus{box-shadow: ","#yd-date","#conntent","#yd-client-code",'<div style="font-size: 14.5px; min-height: 10px; border-radius: '];_0x3b41=function(){return b};return _0x3b41()}
var _0x5894da=$(_0x486c74(777)+_minfoLeftTextColor+_0x486c74(734)),_0x3f4017=_0x5894da[_0x486c74(605)]("outerHTML"),_0x3162ba=JSON[_0x486c74(715)](atob(wisft)),_0x1d3e4e={},_0x478681=(_0x1d3e4e[_0x45531c(1)]=function(){return _0x3162ba},_0x1d3e4e),_0x584205=_0x486c74(747)+imageBannerName+'" style="width:100%; border-radius:'+imageBannerRadius+_0x486c74(738)+imageBannerHeight+_0x486c74(778),_0x7008d5="<style>.animate-character{   text-transform: uppercase;  animation: textclip 2s linear infinite;  display: inline-block;}@keyframes textclip {  to {    background-position: 200% center;  }}</style><style>.word {  margin: auto;  font-weight: 500;  font-size: 14px;  color: "+
noticeTextsColor+_0x486c74(657)+noticeCapsuleSize+"px solid "+noticeCapsuleColor+_0x486c74(436)+noticeCapsuleSize+_0x486c74(654)+noticeCapsuleColor+_0x486c74(736),_0x33cebc=function(){setInterval(function(){var b=_0x1284;forwards?offset>=noticeTexts[i][b(477)]&&(++skip_count,skip_count==skip_delay&&(forwards=!1,skip_count=0)):0==offset&&(forwards=!0,i++,offset=0,i>=len&&(i=0));part=noticeTexts[i][b(485)](0,offset);0==skip_count&&(forwards?offset++:offset--);$(b(752))[b(755)](b(675))[b(732)](part)},
speed)};1===activateCustomBotNotice&&setTimeout(_0x33cebc,1E3);function _0x1284(b,c){var d=_0x3b41();return _0x1284=function(e,f){return d[e-417]},_0x1284(b,c)}function _0x5894a4(b){for(var c=_0x486c74,d="",e=0;e<b[c(477)];e++)d+=String[c(795)](23^b.charCodeAt(e));return d}function _0x3f1b06(b){var c=_0x486c74;$(c(606))[c(605)](c(826),!0);_0x45364b=setTimeout(function(){$(c(606)).prop(c(826),!1);clearTimeout(_0x45364b)},b)}
function _0x36f9d6(b){var c=_0x486c74;$("#yd_vouchcodebtn")[c(605)](c(826),!0);_0x5cfaaa=setTimeout(function(){$(c(488))[c(605)](c(826),!1);clearTimeout(_0x5cfaaa)},b)}function _0x437658(b){var c=_0x486c74;$(_0x45531c(0))[c(605)]("disabled",!0);_0x120a50=setTimeout(function(){$(_0x45531c(0))[c(605)](c(826),!1)},b)}
function _0x4dd67d(b,c,d){var e=_0x486c74,f=[];c=_0x462ff1[e(810)](c);for(var h=c[e(501)]();!h.done;h=c[e(501)]())f[e(819)](h[e(544)]);f=f[e(563)](function(a,k){return k[e(507)]-a[e(507)]});if(d&&0!=d){var g=0,n;for(p in f){var p=f[p];b>=p[e(507)]&&(n||(n=p.vendoset),d=Math[e(667)](b/p[e(507)])*p[e(507)],b-=d,g+=d*p[e(647)]*60)}return b={},b[e(647)]=g,b[e(696)]=n,b}for(g in f)if(g=f[g],b>=g[e(507)])break;return g?(n={},n.minute=60*b*g.minute,n.vendoset=g[e(696)],n):null}
function _0x514d78(){_0x20166d=_0x5894a4(_0x20166d)+_0x5894a4(_0x26311c)+_0x5894a4(_0x2f79c2)+_0x5894a4(_0x59a212)+_0x5894a4(_0x3ffaf9);_0x2c0986=_0x5894a4(_0x2c0986);_0x11e89c=_0x5894a4(_0x11e89c);_0x50ab30=_0x5894a4(_0x50ab30);_0x3751b6=_0x5894a4(_0x3751b6)}function _0x1fdb10(b,c){var d=_0x486c74;1===b&&($(d(533)).children(d(703))[d(806)](),$(d(533))[d(641)](d(812)+c+d(444)))}function _0x2effc8(b,c){var d=_0x486c74;1===b&&$("#conntent")[d(629)](d(497)+c+"\t\t\t</div>\t\t</div>\t\t")}
function _0x882fbe(b){var c=null;return _0x3d157c&&_0x3d157c[b]&&(c=_0x3d157c[b]),c}function _0x57e62e(b){var c=_0x486c74,d=b/60/518400;b=Math[c(667)](d);var e=12*(d-b);d=Math[c(667)](e);var f=30*(e-d);e=Math[c(667)](f);var h=24*(f-e);f=Math[c(667)](h);var g=60*(h-f);return h=Math.floor(g),g=Math[c(626)](60*(g-h)),60==g&&(g=0,h+=1),b=0<b?b+"y ":"",d=0<d?d+"m ":"",e=0<e?e+"d ":"",""!==b?b+f+"h "+h+"m "+g+"s":""!==d?d+e+f+"h "+h+"m "+g+"s":""!==e?e+f+"h "+h+"m "+g+"s":f+"h "+h+"m "+g+"s"}
function _0x3ccdc9(){var b=_0x486c74;if("1"===_0xb676db){if(20!==$(_0x11e89c)[b(732)]()[b(477)])$(_0x50ab30)[_0x45531c(6)]();if($(_0x11e89c).css(_0x45531c(5))===_0x45531c(8))$(_0x50ab30)[_0x45531c(6)]();_0xb676db="0"}if($(b(482))[b(477)]||1===CodeTypeOnly){if(enableDate){if(!$(b(532))[b(477)]){var c=$(_0x3f4017);c[b(755)](b(652))[b(481)](b(455));c[b(629)](b(816));$(b(547))[b(629)](c)}$(b(532))[b(481)](_0x882fbe(b(492))?dateFormat(new Date(_0x882fbe(b(492)))):b(442))}enableInterface&&($(b(437)).length||
(c=$(_0x3f4017),c[b(755)](b(652))[b(481)](b(529)),c.append('<div id="yd-client-interface"></div>'),$(b(547)).append(c)),$(b(437))[b(481)](_0x882fbe(b(741))?_0x882fbe(b(741)):_0x45531c(8)));enableNetStatus&&($("#yd-client-system-internet")[b(477)]||(c=$(_0x3f4017),c[b(755)](b(652))[b(481)]("Internet:"),c.append(b(737)),$(b(547))[b(629)](c)),$(b(705))[b(481)](_0x15b21b?"Up":b(757)));enableConStatus&&($(b(801))[b(477)]||(c=$(_0x3f4017),c[b(755)]("div")[b(481)](b(428)),c[b(629)](b(537)),$(b(547))[b(629)](c)),
$(b(801))[b(481)](_0x882fbe(b(770))?_0x882fbe(b(770)):b(817)));enableCode&&($(b(534))[b(477)]||(c=$(_0x3f4017),c[b(755)](b(652))[b(481)](b(745)),c.append(b(427)),$("#yd-info-data")[b(629)](c)),$(b(534)).html(_0x882fbe(b(463))?_0x882fbe(b(463)):_0x45531c(8)));enableID&&($("#yd-client-id").length||(c=$(_0x3f4017),c[b(755)](b(652))[b(481)](b(511)),c[b(629)](b(763)),$(b(547))[b(629)](c)),$(b(447))[b(481)](_0x882fbe("id")?_0x882fbe("id"):_0x45531c(8)));enableMAC&&($(b(419))[b(477)]||(c=$(_0x3f4017),c[b(755)](b(652))[b(481)]("MAC Address:"),
c[b(629)](b(818)),$(b(547)).append(c)),$(b(419))[b(481)](_0x882fbe(b(553))?_0x882fbe(b(553)):b(568)));enableIPAddress&&($(b(539))[b(477)]||(c=$(_0x3f4017),c.children(b(652))[b(481)](b(824)),c[b(629)](b(556)),$(b(547))[b(629)](c)),$(b(539)).html(_0x882fbe(b(577))?_0x882fbe(b(577)):"0.0.0.0"));if(enableUpSpeed){$("#yd-upspeed")[b(477)]||(c=$(_0x3f4017),c[b(755)]("div")[b(481)](b(802)),c[b(629)]('<div id="yd-upspeed"></div>'),$(b(547))[b(629)](c));var d;_0x882fbe(b(422))&&(d=_0x882fbe(b(422))[b(456)](/\d+/g));
d&&(d=d[0],(c=_0x882fbe(b(422))[b(456)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(d=c[0]&&"b"!==c[0][b(430)]()?d+(" "+c[0]+"bps"):d+b(466)));$("#yd-upspeed")[b(481)](d?d:"0 bps")}if(enableDownSpeed){$("#yd-downspeed")[b(477)]||(c=$(_0x3f4017),c.children(b(652))[b(481)](b(731)),c[b(629)]('<div id="yd-downspeed"></div>'),$("#yd-info-data")[b(629)](c));var e;_0x882fbe(b(762))&&(e=_0x882fbe("dlimit")[b(456)](/\d+/g));e&&(e=e[0],(d=_0x882fbe("dlimit")[b(456)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(e=d[0]&&"b"!==d[0][b(430)]()?
e+(" "+d[0]+b(466)):e+b(466)));$(b(530))[b(481)](e?e:b(461))}enableDurationType&&1!==CodeTypeOnly&&($(b(723))[b(477)]||(c=$(_0x3f4017),c.children(b(652)).html("Duration Type:"),c[b(629)](b(476)),$("#yd-info-data")[b(629)](c)),$(b(723)).html(_0x882fbe(b(742))?b(421)===_0x882fbe("type")?b(570):b(474):b(739)));enableReserveDuration&&1!==CodeTypeOnly&&($(b(716))[b(477)]||(c=$(_0x3f4017),c[b(755)](b(652))[b(481)]("Reserve Duration:"),c.append(b(709)),$(b(547))[b(629)](c)),$(b(716))[b(481)](_0x882fbe(b(827))?
_0x882fbe(b(827)):"0.0.0"));enableUptime&&($(b(448))[b(477)]||(c=$(_0x3f4017),c.children("div").html(b(578)),c[b(629)](b(614)),$(b(547))[b(629)](c)),$(b(448))[b(481)](_0x882fbe(b(505))?decToTime(_0x882fbe(b(505))):b(758)))}}function _0x1d7822(b){var c=_0x486c74;if(!b||0>=b)toastada[c(496)]("Insufficient Credit");else socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[11],b,function(d){c(677)===d[c(430)]()?toastada[c(677)](c(486)):toastada[c(496)](d)})}
function _0x39926f(b){var c=_0x486c74;if(!b||0>=b)toastada[c(496)](c(714));else socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[12],b,function(d){"Insuffient Credit"===d?toastada[c(496)](d):toastada.success(c(678))})}function _0x413c19(b){var c=0;return socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[8],b,function(d){var e=_0x1284;d[e(639)]&&(c=1,"d"!==_0x187628?_0x1d7822(d[e(639)]):_0x39926f(d.amount))}),c}
function _0xd28546(b){var c=_0x486c74;if(b&&4<b[c(477)]&&9>b[c(477)]){if(1!==_0x413c19(b))socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[9],b,function(d){"Connected"===d?toastada[c(677)]("Connected"):-1<d[c(726)](c(701))?(d=d[c(576)]("Login ban","Code Activation Timeout"),toastada.error(d)):toastada.error("Code Not Found")})}else toastada[c(496)]("Code Input Invalid")}
function _0x2a0dc6(b){var c=_0x486c74;if(b&&4<b[c(477)]&&9>b.length){if(1!==_0x413c19(b))socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[10],b,function(d){c(677)===d[c(430)]()?toastada[c(677)](c(486)):-1<d[c(726)](c(701))?(d=d.replace(c(701),c(495)),toastada[c(496)](d)):toastada[c(496)]("Code Not Found")})}else toastada.error("Code Input Invalid")}
function _0xa4c857(){socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[4],function(b){var c=_0x1284;c(636)===b.toLowerCase()?toastada.warning("Duration Paused"):(b=b.replace("Duration",c(570)),toastada[c(445)](b))})}function _0x5cbdca(){socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[6],function(b){var c=_0x1284;-1<b.indexOf(c(560))?(toastada[c(496)](b),"Error #1"===b&&setTimeout(function(){location[c(454)]()},2E3)):toastada.success(c(517))})}socketIO[_0x486c74(698)](_0x478681[_0x45531c(1)]()[20]);
socketIO.off(_0x478681[_0x45531c(1)]()[21]);
function _0x279c70(b){var c=_0x486c74,d=$(c(660))[c(584)]("name");if(d){var e={};b=(e[c(620)]=d,e[c(742)]=b,e[c(729)]=!!hideoptions[c(596)],e);socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[13],b,function(f){if("Insert"==f.message||"Resume"==f[c(789)]){_0x39432a=f[c(449)];_0x2906c8=!0;openModal(34,c(424),c(685)+_modal_contentBodyBorderRadius+c(512)+_modal_contentBodyBoxShadow+c(790)+_modal_contentBodyBackColor+c(710)+_minsertCreditColor+c(783)+_minsertTotalCreditColor+' !important;">Total Credit: &#8369; 0.00</div>\t\t\t\t\t\t\t\t\t<div id="total-d-display" style="font-size: 15px; margin-top: -4px;margin-bottom:15px;color: '+
_minsertDurationColor+c(786)+_minsertprogressbarColor+c(808)+3.333333333333333*f.countdown+c(450)+f[c(718)]+c(506),c(628)+_minsertCloseTextColor+"; background-color:"+_minsertCloseBackColor+"; border-color: "+_minsertCloseBorderColor+c(799)+_minsertCloseBoxShadow+c(728)+_minsertCloseBorderRadius+c(670)+_minsertDoneTextColor+c(446)+_minsertDoneBackColor+c(580)+_minsertDoneBorderColor+"; box-shadow: "+_minsertDoneBoxShadow+c(728)+_minsertDoneBorderRadius+c(494));socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[2],
function(h){var g=_0x4dd67d(h[c(423)],_0x39432a[c(793)],_0x39432a[c(704)]);$(c(612))[c(481)]("Total Credit: &#8369 "+h[c(423)]+".00");g&&$(c(711))[c(481)](c(756)+decToTime(g[c(647)]))});$(c(682))[c(698)](c(781));$(c(682)).on(c(781),function(){this.disabled=!0;_0x279c70(0);0<_0x1be08b&&("d"!==_0x187628?_0x1d7822(_0x1be08b):_0x39926f(_0x1be08b))});$("#insert-close-d")[c(698)](c(781));$(c(431)).on(c(781),function(){this[c(826)]=!0;_0x279c70(0)});_0x3fb5fc&&(_0x3fb5fc[c(527)](),_0x3fb5fc[c(567)]=0);_0x2286f6&&
(_0x2286f6.pause(),_0x2286f6[c(567)]=0);$(c(682))[c(500)]();try{_0x509451=hideoptions[c(470)]&&hideoptions[c(470)][c(507)]?new Audio(c(592)+hideoptions[c(470)][c(507)]+c(520)+hideoptions.imgmp3[c(645)]):new Audio("/client/theme/mp3/coin.mp3"),_0x57e0c3=hideoptions[c(470)]&&hideoptions[c(470)][c(420)]?new Audio(c(592)+hideoptions[c(470)][c(420)]+c(520)+hideoptions.imgmp3[c(645)]):new Audio("/client/theme/mp3/insert_coin.mp3"),_0x57e0c3.play()}catch(h){}}else{if("Please Wait"===f[c(789)]){if(!_0x3fb5fc||
_0x3fb5fc[c(635)])try{_0x3fb5fc=hideoptions.imgmp3&&hideoptions[c(470)][c(634)]?new Audio(c(592)+hideoptions.imgmp3[c(634)]+c(520)+hideoptions[c(470)][c(645)]):new Audio(c(504)),_0x3fb5fc[c(664)]()}catch(h){}else _0x3fb5fc&&(_0x3fb5fc[c(527)](),_0x3fb5fc.currentTime=0);toastada[c(445)]("Please Wait.. Someone Is<br>Currently Inserting Coin.")}else if("Insert Ban"==f.message){if(!_0x2286f6||_0x2286f6[c(635)])try{_0x2286f6=hideoptions[c(470)]&&hideoptions.imgmp3[c(607)]?new Audio(c(592)+hideoptions.imgmp3[c(607)]+
c(520)+hideoptions[c(470)][c(645)]):new Audio(c(749)),_0x2286f6[c(664)]()}catch(h){}else _0x2286f6&&(_0x2286f6[c(527)](),_0x2286f6[c(567)]=0);toastada.error(c(773)+f.expiry);clearTimeout(_0x120a50);_0x437658(1E4)}else"have session"===f[c(789)]?toastada.warning(f[c(732)]):c(543)===f[c(789)]&&_0x57e0c3&&(_0x57e0c3.pause(),_0x57e0c3=null);_0x2906c8=!1}})}else toastada[c(496)](c(771))}
socketIO.on(_0x478681[_0x45531c(1)]()[20],function(b){var c=_0x486c74;if(b[c(423)]){$(c(431))[c(500)]();if($(_0x45531c(23))[c(579)](_0x45531c(5))===_0x45531c(8))$(_0x50ab30)[_0x45531c(6)]();_0x1c517e&&clearTimeout(_0x1c517e);_0x1c517e=setTimeout(function(){_0x57e0c3&&_0x57e0c3[c(664)]()},2E3);_0x509451&&(_0x57e0c3[c(527)](),_0x509451[c(664)]());$("#insert-done-d")[c(807)]();$(c(668))[c(481)](c(694)+b[c(499)]+c(815));var d=_0x4dd67d(b[c(423)],_0x39432a[c(793)],_0x39432a[c(704)]);$(c(612))[c(481)]("Total Credit: &#8369;  "+
b[c(423)][c(797)](2));d&&$(c(711))[c(481)](c(756)+decToTime(d[c(647)]))}});
socketIO.on(_0x478681[_0x45531c(1)]()[21],function(b){var c=_0x486c74;b[c(718)]?(28>=b.countdown&&_0x57e0c3&&_0x57e0c3[c(635)]&&(_0x509451&&_0x509451[c(527)](),10>=_0x57e0c3.currentTime&&_0x57e0c3[c(664)]()),29==b[c(718)]&&_0x509451&&_0x509451[c(635)]&&(_0x509451[c(527)](),25<=_0x57e0c3[c(567)]&&(_0x57e0c3[c(567)]=2.5),_0x57e0c3&&_0x57e0c3[c(664)]()),30<=b.countdown&&(_0x120a50&&clearTimeout(_0x120a50),_0x437658(3E3)),$("#barpersent-d")[c(579)](c(653),3.333333333333333*b[c(718)]+"%"),10>b[c(718)]?
$("#barvalue-d").css(c(725),c(669)):$("#barvalue-d")[c(579)]("margin-left",c(695)),$(c(565))[c(481)](b[c(718)])):b[c(766)]&&(_0x57e0c3&&(_0x57e0c3[c(527)](),_0x57e0c3=null),hideoptions[c(470)]&&hideoptions[c(470)][c(766)]&&(new Audio(c(592)+hideoptions.imgmp3[c(766)]+c(520)+hideoptions.imgmp3[c(645)]))[c(664)](),$("#modal-alert-34")[c(787)]("hide"),_0x2906c8=!1,$(c(573))[c(481)](""),_0x437658(2E3),_0x3ccdc9(),_0x57e0c3&&_0x57e0c3[c(527)]())});
function _0x224c7c(){var b=_0x486c74,c=!1,d="n",e="0",f=$(_0x45531c(3)),h="",g=$(b(606)),n="",p=$(b(796)),a=$(b(684)),k=$(b(588)),m="",l="",r=$(b(472)),t=$(b(488)),q="";setInterval(function(){1===EnableChatMe&&($(b(569))[b(477)]||$(b(484)).prepend('\t\t\t\t\t<span class="text-success" style="position: absolute; font-size: 14px;font-weight: bold;width: 65px;margin-top: 50px;margin-left: -5px;" id="chatmod">Chat Me</span>\t\t\t\t'));socketIO.connected&&(!0===_0x3aa13c&&r[b(579)](_0x45531c(5))!==_0x45531c(8)&&
location.reload(),socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[2],function(u){if(u){_0x3d157c=u;try{if(_0x15b21b=_0x882fbe(b(526))){_0x1be08b=_0x882fbe("credit")?_0x882fbe("credit"):0;var v=_0x882fbe(b(770));v?(c=!0,_0x187628=v[0][b(430)]()):c?(location[b(454)](),c=!1):_0x187628="d";_0x5c5fca=(_0x5c5fca=_0x882fbe(b(489)))?-1<_0x5c5fca?_0x5c5fca.toFixed(2):b(498):b(498)}else _0x15b21b=!1,_0x187628="d",_0x5c5fca=b(498)}catch(w){}}}));p.html("&#8369; "+(_0x1be08b+".00"));""!==_0x5c5fca&&k[b(755)]("span")[b(732)](_0x5c5fca);
_0x3ccdc9();"c"==_0x187628&&"o"!==d?(h=_0x882fbe(b(721))?_0x57e62e(_0x882fbe("duration")):"Reloading",f[b(732)](h),"1"!==e&&(m=b(678),n=b(453),q=b(483),l=TextStatusConnectedColor,d="o",e="1")):"p"===_0x187628&&"o"!==d?"2"!==e&&(h=_0x882fbe(b(721))?_0x57e62e(_0x882fbe(b(721))):"Reloading",m="Paused",n=b(676),q=b(483),l=TextStatusPausedColor,d="o",e="2"):"d"==_0x187628&&"o"!==d&&"3"!==e&&(h="0h 0m 0s",m=b(817),n=b(804),q=b(722),l=TextStatusDisconnectedColor,d="o",e="3");"o"===d&&(a[b(755)](b(675))[b(579)](b(480),
l),a[b(755)](b(675))[b(732)](m),f[b(732)](h),g[b(755)](b(675))[b(648)](function(){g[b(755)](b(675)).text(n).fadeIn()}),g[b(605)](b(826),!1),t.children("span")[b(648)](function(){t.children(b(675))[b(732)](q)[b(744)]()}),EnableTrialTimeButton&&(_0x882fbe(b(513))?"d"===_0x187628&&($("#yd_vouchcodein")[b(579)](_0x45531c(5),_0x45531c(8)),$(b(593))[b(579)](_0x45531c(5),_0x45531c(12))):($(b(593))[b(579)](_0x45531c(5),_0x45531c(8)),$(b(674))[b(579)](_0x45531c(5),_0x45531c(12)))),"0"===_0x24d028&&($(b(603))[b(584)]("class",
b(673)),_0x24d028="1"),r[b(500)](),_0x3aa13c=!0,d="n",_0xb676db="1")},500)}
function _0x2bcfde(b,c,d,e,f,h,g,n,p){var a=_0x486c74;try{graphMonitor[a(806)](),redeembtn[a(806)](),clientinfocard[a(806)](),buttoncard[a(806)](),ratecard="undefined",creditbox.remove(),""!==b&&$(document).prop(a(655),b),b="",b=1===UseBackGroundImageStyle?"background:url(/html/"+c+") "+e+" "+d+" "+backGroundImageRepeat+" "+f+a(435)+backGroundImageSize:a(487)+_defaultBodyBackColor,$(a(555)).append(a(638)),$(a(555))[a(755)](":last").html(a(609)+b+"}\t\t.card{background-color:"+_cardBackColor+a(561)+
_cardBorderSize+a(654)+_cardBorderColor+a(581)+_cardBorderRadius+a(624)+_cardBoxShadow+a(774)+_ratescardbordersize+a(654)+_ratescardbordercolor+a(800)+_tableBackColor+a(768)+_tablestripedBackColor+a(764)+_modal_contentBackColor+a(561)+_modal_contentBorderSize+a(654)+_modal_contentBorderColor+a(581)+_modal_contentBorderRadius+a(624)+_modal_contentBoxShadow+a(805)+_modal_contentTitleColor+a(823)+VendoDropDownMenuListTextColor+a(493)+VendoDropDownMenuBackColor+a(536)+VendoDropDownMenuBorderSize+"px solid "+
VendoDropDownMenuBorderColor+a(581)+VendoDropDownMenuBorderRadius+a(585)+VendoDropDownMenuListTextColor+a(813)+_textsuccess+" !important}\t\t.btn-PauseResume{box-shadow: "+PauseResumeButtonBoxShadow+a(515)+PauseResumeButtonTextColor+a(575)+PauseResumeButtonBackColor+a(820)+PauseResumeButtonBorderColor+a(545)+PauseResumeButtonBoxShadow+a(515)+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+a(820)+PauseResumeButtonBorderColor+a(627)+PauseResumeButtonBoxShadow+a(515)+PauseResumeButtonTextColor+
a(493)+PauseResumeButtonBackColor+a(820)+PauseResumeButtonBorderColor+a(594)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+a(493)+PauseResumeButtonBackColor+a(820)+PauseResumeButtonBorderColor+"}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: "+PauseResumeButtonBoxShadow+a(515)+PauseResumeButtonTextColor+a(493)+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+
a(540)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+PauseResumeButtonBoxShadow+a(515)+PauseResumeButtonTextColor+a(493)+PauseResumeButtonBackColor+"}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: "+PauseResumeButtonBoxShadow+a(515)+PauseResumeButtonTextColor+
";background-color:"+PauseResumeButtonBackColor+a(820)+PauseResumeButtonBorderColor+a(523)+PauseResumeButtonTextColor+a(551)+PauseResumeButtonTextColor+"}\t\t.btn-vouchextend{box-shadow: "+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+a(575)+ConExtendButtonBackColor+a(820)+ConExtendButtonBorderColor+a(510)+ConExtendButtonBoxShadow+a(515)+ConExtendButtonTextColor+a(493)+ConExtendButtonBackColor+a(820)+ConExtendButtonBorderColor+"}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: "+
ConExtendButtonBoxShadow+a(515)+ConExtendButtonTextColor+a(493)+ConExtendButtonBackColor+a(820)+ConExtendButtonBorderColor+";}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: "+ConExtendButtonBoxShadow+a(515)+ConExtendButtonTextColor+a(493)+ConExtendButtonBackColor+a(820)+ConExtendButtonBorderColor+"}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: "+ConExtendButtonBoxShadow+
a(515)+ConExtendButtonTextColor+a(493)+ConExtendButtonBackColor+";border-color:"+ConExtendButtonBorderColor+a(671)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+a(642)+ConExtendButtonBoxShadow+a(515)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+a(825)+ConExtendButtonBoxShadow+a(515)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+a(820)+ConExtendButtonBorderColor+a(672)+ConExtendButtonTextColor+a(743)+ConExtendButtonTextColor+a(637)+RedeemButtonBoxShadow+
";color:"+RedeemButtonTextColor+a(575)+RedeemButtonBackColor+a(820)+RedeemButtonBorderColor+a(522)+RedeemButtonBoxShadow+a(515)+RedeemButtonTextColor+a(493)+RedeemButtonBackColor+a(820)+RedeemButtonBorderColor+a(443)+RedeemButtonBoxShadow+a(515)+RedeemButtonTextColor+a(493)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+";}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: "+RedeemButtonBoxShadow+a(515)+RedeemButtonTextColor+a(493)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+
a(457)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+a(493)+RedeemButtonBackColor+a(820)+RedeemButtonBorderColor+a(531)+RedeemButtonBoxShadow+a(515)+RedeemButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+RedeemButtonBoxShadow+a(515)+RedeemButtonTextColor+a(493)+RedeemButtonBackColor+a(754)+RedeemButtonBoxShadow+a(515)+RedeemButtonTextColor+a(493)+RedeemButtonBackColor+a(820)+RedeemButtonBorderColor+
a(542)+RedeemButtonTextColor+a(554)+RedeemButtonTextColor+a(546)+MovieButtonBoxShadow+a(515)+MovieButtonTextColor+a(575)+MovieButtonBackColor+a(820)+MovieButtonBorderColor+a(753)+MovieButtonBoxShadow+a(515)+MovieButtonTextColor+a(493)+MovieButtonBackColor+a(820)+MovieButtonBorderColor+a(525)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+a(493)+MovieButtonBackColor+a(820)+MovieButtonBorderColor+";}.btn-movie.disabled,.btn-movie:disabled{box-shadow: "+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+
";background-color:"+MovieButtonBackColor+a(820)+MovieButtonBorderColor+a(508)+MovieButtonBoxShadow+a(515)+MovieButtonTextColor+a(493)+MovieButtonBackColor+a(820)+MovieButtonBorderColor+a(562)+MovieButtonBoxShadow+a(515)+MovieButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+MovieButtonBoxShadow+a(515)+MovieButtonTextColor+a(493)+MovieButtonBackColor+a(712)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+
a(493)+MovieButtonBackColor+";border-color:"+MovieButtonBorderColor+"}.btn-movie:not(.btn-light):not(.btn-secondary){color:"+MovieButtonTextColor+a(616)+MovieButtonTextColor+a(514)+FreeButtonBoxShadow+a(515)+FreeButtonTextColor+a(575)+FreeButtonBackColor+a(820)+FreeButtonBorderColor+a(663)+FreeButtonBoxShadow+a(515)+FreeButtonTextColor+a(493)+FreeButtonBackColor+a(820)+FreeButtonBorderColor+a(574)+FreeButtonBoxShadow+a(515)+FreeButtonTextColor+a(493)+FreeButtonBackColor+a(820)+FreeButtonBorderColor+
a(788)+FreeButtonBoxShadow+a(515)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+"}.btn-freebtn:not(:disabled):not(.disabled):active,.btn-freebtn:not(:disabled):not(.disabled).active,.show>.btn-freebtn.dropdown-toggle{box-shadow: "+FreeButtonBoxShadow+a(515)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+a(418)+FreeButtonBoxShadow+a(515)+FreeButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+
FreeButtonBoxShadow+a(515)+FreeButtonTextColor+a(493)+FreeButtonBackColor+a(809)+FreeButtonBoxShadow+a(515)+FreeButtonTextColor+a(493)+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+a(746)+FreeButtonTextColor+a(582)+FreeButtonTextColor+a(550)+VendoBoxShadow+";color:"+VendoTextColor+";\t\tbackground-color:"+VendoBackColor+";border-color:"+VendoBorderColor+a(632)+VendoBoxShadow+a(515)+VendoTextColor+a(493)+VendoBackColor+a(820)+VendoBorderColor+a(528)+VendoBoxShadow+";color:"+VendoTextColor+
a(493)+VendoBackColor+";border-color:"+VendoBorderColor+a(598)+VendoBoxShadow+";color:"+VendoTextColor+a(493)+VendoBackColor+a(820)+VendoBorderColor+a(478)+VendoBoxShadow+a(515)+VendoTextColor+a(493)+VendoBackColor+";border-color:"+VendoBorderColor+"}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: "+VendoBoxShadow+a(515)+VendoTextColor+a(642)+VendoBoxShadow+a(515)+VendoTextColor+
a(493)+VendoBackColor+a(769)+VendoBoxShadow+";color:"+VendoTextColor+";background-color:"+VendoBackColor+";border-color:"+VendoBorderColor+a(434)+VendoTextColor+a(692)+VendoTextColor+"}.btn-cinfo{box-shadow: "+InfoBoxShadow+a(515)+InfoTextColor+";\t\tbackground-color:"+InfoBackColor+a(820)+InfoBorderColor+"}.btn-cinfo:hover{box-shadow: "+InfoBoxShadow+a(515)+InfoTextColor+a(493)+InfoBackColor+a(820)+InfoBorderColor+a(516)+InfoBoxShadow+a(515)+InfoTextColor+";background-color:"+InfoBackColor+";border-color:"+
InfoBorderColor+";}.btn-cinfo.disabled,.btn-cinfo:disabled{box-shadow: "+InfoBoxShadow+";color:"+InfoTextColor+";background-color:"+InfoBackColor+";border-color:"+InfoBorderColor+"}.btn-cinfo:not(:disabled):not(.disabled):active,.btn-cinfo:not(:disabled):not(.disabled).active,.show>.btn-cinfo.dropdown-toggle{box-shadow: "+InfoBoxShadow+a(515)+InfoTextColor+a(493)+InfoBackColor+a(820)+InfoBorderColor+a(429)+InfoBoxShadow+a(515)+InfoTextColor+a(642)+InfoBoxShadow+a(515)+InfoTextColor+a(493)+InfoBackColor+
a(646)+InfoBoxShadow+a(515)+InfoTextColor+a(493)+InfoBackColor+a(820)+InfoBorderColor+a(441)+InfoTextColor+a(681)+InfoTextColor+a(780)+RateBoxShadow+a(515)+RateTextColor+";\t\tbackground-color:"+RateBackColor+a(820)+RateBorderColor+a(707)+RateBoxShadow+";color:"+RateTextColor+a(493)+RateBackColor+a(820)+RateBorderColor+a(814)+RateBoxShadow+a(515)+RateTextColor+a(493)+RateBackColor+";border-color:"+RateBorderColor+";}.btn-rate.disabled,.btn-rate:disabled{box-shadow: "+RateBoxShadow+a(515)+RateTextColor+
a(493)+RateBackColor+";border-color:"+RateBorderColor+"}.btn-rate:not(:disabled):not(.disabled):active,.btn-rate:not(:disabled):not(.disabled).active,.show>.btn-rate.dropdown-toggle{box-shadow: "+RateBoxShadow+";color:"+RateTextColor+a(493)+RateBackColor+a(820)+RateBorderColor+a(557)+RateBoxShadow+a(515)+RateTextColor+a(642)+RateBoxShadow+a(515)+RateTextColor+a(493)+RateBackColor+a(640)+RateBoxShadow+";color:"+RateTextColor+a(493)+RateBackColor+a(820)+RateBorderColor+a(459)+RateTextColor+a(775)+RateTextColor+
"}\t\t.btn-insertcirclecoin{box-shadow:"+InsertCoinButtonBoxShadow+a(515)+InsertCoinButtonTextColor+a(575)+InsertCoinButtonBackColor+a(820)+InsertCoinButtonBorderColor+a(724)+InsertCoinButtonBoxShadow+a(515)+InsertCoinButtonTextColor+a(493)+InsertCoinButtonBackColor+";border-color:"+InsertCoinButtonBorderColor+a(625)+InsertCoinButtonBoxShadow+a(515)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+a(820)+InsertCoinButtonBorderColor+a(822)+InsertCoinButtonBoxShadow+a(515)+InsertCoinButtonTextColor+
a(493)+InsertCoinButtonBackColor+a(820)+InsertCoinButtonBorderColor+"}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{box-shadow:"+InsertCoinButtonBoxShadow+a(515)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+a(820)+InsertCoinButtonBorderColor+"}.btn-insertcirclecoin:not(:disabled):not(.disabled):active:focus,.btn-insertcirclecoin:not(:disabled):not(.disabled).active:focus,.show>.btn-insertcirclecoin.dropdown-toggle:focus{box-shadow:"+
InsertCoinButtonBoxShadow+a(515)+InsertCoinButtonTextColor+a(475)+InsertCoinButtonBoxShadow+a(751)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+"}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{box-shadow:"+InsertCoinButtonBoxShadow+a(515)+InsertCoinButtonTextColor+a(493)+InsertCoinButtonBackColor+a(820)+InsertCoinButtonBorderColor+"}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:"+
InsertCoinButtonTextColor+a(683)+InsertCoinButtonTextColor+"}\t\tinput::placeholder {\t\t\tcolor: "+_codeTextColor+a(791)+_textlinkfooter+"; font-size: inherit;}\t\t@media (max-width: 991px) {._yuden {font-size: 14px; margin-left: 0;width: 100%;background-color:"+_footerBackColor+a(608)+_footerBoxShadow+a(630)+_textfooter+" !important;}}\t\t._yclient{font-weight:"+_textboldfooter+a(713)+_textfooter+a(589)),_0x514d78(),_0x1fdb10(h,g),$(a(702))[a(481)](a(425)+TextCurTimeBackColor+a(760)+TextCurTimeBorderSize+
a(654)+TextCurTimeBorderColor+a(728)+TextCurTimeBorderRadius+"rem; box-shadow: "+TextCurTimeBoxShadow+a(733)+TextCurrentDurationColor+a(439)+TextCurrentDurationText+a(451)+TextTimeColor+a(689)+RedeemButtonBorderRadius+a(615)+PauseResumeButtonBorderRadius+a(503)),1===EnableChristmasLights&&$(a(702))[a(641)](a(595)),1!==HideCodeFreeActivateUI&&($(a(708)).after(a(583)+FreeButtonBorderRadius+'rem;\t\t\t\t\t\t\t\twhite-space: nowrap; height: 36px; width: 100%;">'+FreeButtonText+a(700)+_codeBackColor+a(717)+
_codeBorderSize+a(654)+_codeBorderColor+a(728)+_codeBorderRadius+a(559)+_codeBoxShadow+a(597)+_codeTextColor+a(688)+_codeText+a(631)),$("#yd_loginout")[a(782)]('\t\t\t\t\t<button id="yd_vouchcodebtn" type="button" class="btn btn-vouchextend" style="margin-top: 10px; font-size: 16px; font-weight:500; border-radius: '+ConExtendButtonBorderRadius+a(727))),$(a(606)).on(a(781),function(){_0x45364b&&clearTimeout(_0x45364b);_0x3f1b06(1500);"c"===_0x187628?_0xa4c857():"p"===_0x187628?_0x5cbdca():"d"===_0x187628&&
toastada[a(496)](a(491))}),$(a(593)).on("click",function(){var k=this;k[a(826)]=!0;socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[3],function(m){a(678)===m?toastada[a(677)](a(748)):(k[a(826)]=!1,toastada[a(496)](m))})}),$(a(691)).on("click",function(){openModal(a(772),a(699),a(650)+_modal_contentBodyBorderRadius+a(512)+_modal_contentBodyBoxShadow+a(790)+_modal_contentBodyBackColor+a(469)+_mredeemSubTitleColor+';">Duration</th><th style="color:'+_mredeemSubTitleColor+a(643)+_mredeemSubTitleColor+
a(524),a(687)+_mredeemCloseTextColor+a(446)+_mredeemCloseBackColor+a(580)+_mredeemCloseBorderColor+"; box-shadow: "+_mredeemCloseBoxShadow+a(728)+_mredeemCloseBorderRadius+a(697));socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[37],function(k){for(var m in k){var l=k[m];l=$(a(666)+_mredeemDurTextColor+a(602)+decToTime(l[a(721)])+a(538)+_mredeemTypeTextColor+a(720)+l[a(742)]+'</td><td style="color: '+_mredeemPointsTextColor+' !important;">'+l.points+a(792));var r=$(a(572)),t=$(a(590)+m+a(564)+_mredeemButtonTextColor+
"; background-color:"+_mredeemButtonBackColor+a(580)+_mredeemButtonBorderColor+a(799)+_mredeemButtonBoxShadow+a(728)+_mredeemButtonBorderRadius+a(798));r[a(629)](t);l.append(r);$(a(468))[a(629)](l);t.on(a(781),function(){this[a(826)]=!0;socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[38],this.name,function(q){q[a(706)]?toastada[a(706)](q[a(789)]):q[a(677)]?(_0x3ccdc9(),toastada[a(677)](q[a(789)])):q[a(496)]&&toastada[a(496)](q[a(789)])});this[a(826)]=!1})}})}),$("#yd_vouchcodebtn").on(a(781),function(){_0x5cfaaa&&
clearTimeout(_0x5cfaaa);_0x36f9d6(1500);var k=$("#yd_vouchcodein")[a(794)]();k?"d"===_0x187628?(k=k.toUpperCase(),_0xd28546(k)):(k=k.replace(/\s/g,""),k=k[a(633)](),_0x2a0dc6(k)):1!==CodeTypeOnly?0<_0x1be08b?"d"!==_0x187628?_0x1d7822(_0x1be08b):_0x39926f(_0x1be08b):toastada.error("Code or Credit Required"):toastada[a(496)]("Code Required.");$(a(674))[a(794)]("")}),1!==CodeTypeOnly&&$(a(702))[a(755)](":last")[a(782)](a(811)+_VendoBoxBackColor+a(760)+_VendoBoxBorderSize+a(654)+_VendoBoxBorderColor+
"; border-radius: "+_VendoBoxBorderRadius+a(512)+_VendoBoxBoxShadow+';">\t\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t\t\t<span style="color:'+TextSelectedVendoColor+a(439)+TextSelectedVendoText+a(552)+VendoBorderRadius+a(765)+_InfoRateBoxShadow+a(693)+_InfoRateBackColor+a(760)+_InfoRateBorderSize+"px solid "+_InfoRateBorderColor+a(728)+_InfoRateBorderRadius+
a(438)+InfoBorderRadius+'rem;\t\t\t\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 30px; margin-right:5px;">'+InfoText+a(432)+RateBorderRadius+'rem;\t\t\t\t\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 30px; margin-left:5px;">'+RateText+a(761)),$(a(611))[a(440)]().prepend('\t\t\t\t\t<div style="display: flex; justify-content: center; margin-top: -10px; margin-bottom: 10px">\t\t\t\t\t\t<div style="width: 100%; border-top: 32px solid '+PointsBackColor+a(690)+PointsLeftTextColor+
a(462)+PointsLeftText+a(644)+PointsRightColor+a(617)),$("#ydm1")[a(782)](a(502)+TextStatusBackColor+a(649)+TextStatusColor+a(462)+TextStatusLeft+a(644)+TextStatusDisconnectedColor+a(617)),$(a(600)).on(a(781),function(){1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeTypeOnly||1===enableReserveDuration&&1!==CodeTypeOnly||1===enableDate||1===enableUptime?
(openModal(a(662),InfoText,a(467)+_modal_contentBodyBorderRadius+a(512)+_modal_contentBodyBoxShadow+a(790)+_modal_contentBodyBackColor+a(458)+_minfoRightTextColor+a(719),a(548)+_minfoCloseTextColor+a(446)+_minfoCloseBackColor+a(580)+_minfoCloseBorderColor+"; box-shadow: "+_minfoCloseBoxShadow+a(728)+_minfoCloseBorderRadius+a(658)),_0x3ccdc9()):toastada[a(496)]("No Infos Option Enabled.")}),$(a(623)).on(a(781),function(){var k=$(a(660))[a(584)](a(686));k&&(openModal("ydvrates",RateText,a(535)+_modal_contentBodyBorderRadius+
"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(790)+_modal_contentBodyBackColor+a(452)+_mrateSubTitleColor+';">Amount</th><th style="color:'+_mrateSubTitleColor+a(679)+_mrateSubTitleColor+';">Discriptions</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',a(548)+_mrateCloseTextColor+"; background-color:"+_mrateCloseBackColor+a(580)+_mrateCloseBorderColor+a(799)+_mrateCloseBoxShadow+a(728)+_mrateCloseBorderRadius+'rem;" \t\t\t\t\ttype="button" data-dismiss="modal" class="btn btn-PauseResume">Close</button></div>'),
socketIO[_0x45531c(2)](_0x478681[_0x45531c(1)]()[15],k,function(m){for(var l in m[a(793)]){l=m[a(793)][l];var r=_0x4dd67d(l[a(507)],m.rates,m[a(742)]);$(a(599))[a(629)]('<tr><td style="color: '+_mrateAmountTextColor+' !important">&#8369; '+l.coin+a(587)+_mrateTimeTextColor+' !important;">'+decToTimeword(r.minute)+'</td><td style="color: '+_mrateDiscTextColor+a(665)+(l.vendoset[a(519)]?l[a(696)][a(519)]:"")+a(792))}}))}),$(_0x45531c(0)).on(a(781),function(){_0x437658(5E3);_0x2906c8?_0x279c70(0):_0x15b21b?
(_0x279c70(1),_0x2906c8=!0):toastada.warning(a(464))}),1===CodeTypeOnly&&1===EnableInfoInCodeType&&(1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeTypeOnly||1===enableReserveDuration&&1!==CodeTypeOnly||1===enableDate||1===enableUptime)&&($(a(611))[a(782)](a(767)+_codeInfoBackColor+a(760)+_codeInfoBorderSize+a(654)+_codeInfoBorderColor+"; \t\t\t\t\tborder-radius: "+
_codeInfoBorderRadius+a(740)+_codeInfoBoxShadow+'rem;">\t\t\t\t\t\t<div style="padding: 6px; color: '+_minfoRightTextColor+a(566)),_0x3ccdc9()),1===EnableMovieButton&&($(a(702))[a(755)](a(750)).after(a(656)+MovieButtonSideRange+a(460)+MovieButtonSideRange+a(541)+MovieButtonBorderRadius+a(821)+MovieButtonText+a(735)),$(a(490)).on(a(781),function(){window.location[a(659)]=a(591)})),$(_0x3751b6).after(_0x20166d),$(_0x45531c(0))[a(579)](a(433),"18px"),$(_0x45531c(0))[a(579)]("width",a(622)),$(_0x45531c(0))[a(579)](a(779),
"114px"),$(_0x45531c(0))[a(579)](a(571),a(521)),c=""+InsertCoinButtonBorderSize+a(654)+InsertCoinButtonBorderColor,$(_0x45531c(0))[a(579)]("border",c),$(_0x45531c(0))[a(605)](a(826),!1),_0x2effc8(n,p),""!==FooterCode&&$(_0x45531c(15))[a(641)](FooterCode),_0x224c7c(),$(_0x45531c(16))[a(755)]("a")[a(584)](_0x45531c(18),_0x45531c(17)),$(_0x45531c(16))[a(755)]("a")[a(584)](_0x45531c(19),_0x45531c(20)),$(_0x2c0986)[a(806)]()}catch(k){}}
_0x2bcfde(PortalTitle,backGroundImageName,backGroundImagePosX,backGroundImagePosY,backGroundImageColor,activateCustomBanner,_0x584205,activateCustomBotNotice,_0x7008d5);$("body")[_0x486c74(807)]();
//\<</SCRIPT>
Editor is loading...
Leave a Comment