ald3.js
unknown
javascript
7 months ago
113 kB
1
Indexable
Never
//NOTE: Unselect All Options in Client Html, //Chat is Optional for a smoother portal. var DefColor1 = 'rgb(19,122,99)'; // default color 1 var DefColor2 = 'rgb(90,161,127)'; // default color 2 var PortalTitle = 'ECNET PISOWIFI'; var RemoveFooterSection = 0; var FooterSectionCode = 'ECNET PISOWIFI © 2024'; var EnablePoints = 1; var SelectableVendo = 1;//1=CanSelectVendo var CodeInputType = 1;//0=Hidden,1=Visible var CodeStyleOnly = 0; var EnableInfoInCodeStyle = 1; var EnableTrialTimeButton = 0; var EnableChatMe = 0; var HideInsertCloseBtnWhenCoinInserted = 0; var EnableSnowBall = 0; var EnableChristmasLights = 0; var DataUpdateSpeed = 500; var EnableBackMusic = 0;//1 Click/Tap To Play var BackMusicFile = 'r.mp3';//Mp3 in Files var EnableRateButton = 0; var EnableRateDesc = 1;//ShowRateDescription var EnableCustomRate = 0;//1=CreateYourOwnRate var CustomRateData = [ ["1.00","20 Minutes","Consumable, 3Mbps"], ["5.00","2 Hours","1 Point, Pausable, 3.5Mbps"], ["10.00","5 Hours","2 Points, Pausable, 4Mbps"], ["15.00","8 Hours","3 Points, Pausable, 4.5Mbps"], ["20.00","12 Hours","4 Points, Pausable, 5Mbps"] // no comma in last ]; var activateCustomBanner = 1;//1=CustomBannerWithBox var imageBannerName = 'Alden.jpg'; var imageBannerHeight = '120'; var imageBannerRadius = '0.3'; var activateCustomTopCode = 1; var TopCodeText = 'JOIN NA SA SPIN THE WHEEL PROMO!!<br> pwedi nyo mada-ugan ang JACKPOT PRIZE na BLUETOOTH SPEAKER.<br>kaya INSERT COIN na! para maka ipon ug COINS na pwedi iduwa sa SPIN THE WHEEL '; var TopCodeTextsDefaultColor = 'snow'; var CustomTopCode = '\ <style>\ .text-animation {\ text-align: center;\ background-image: \ linear-gradient(to right, snow, snow, snow, snow, '+DefColor1+', snow, snow, snow, snow); \ -webkit-background-clip: text;\ -webkit-text-fill-color: transparent; \ animation: t-animation 500s linear infinite;\ }\ @keyframes t-animation {\ to {\ background-position: 4500vh;\ }\ }\ </style>\ <span style="color: '+TopCodeTextsDefaultColor+'; font-size: 14px; font-weight: bold; width:100%; min-height: 20px; display: flex; justify-content: center;">\ <div class="text-animation">'+TopCodeText+'</div>\ </span>\ '; var activateCustomBotCode = 1;//AnimatedBottomBoxText var BotCodeTextsColor = 'snow'; var BotCodeTexts = ['Welcome','To ECNET PISOWIFI','Insert Coin', 'And Earn Points','5 Pesos = 1 Point','10 Pesos = 2 Points', '15 Pesos = 3 Points','20 Pesos = 4 Points','Redeem Points','1 Points = 2 Mins', '5 Points = 10 Mins','10 Points = 25 Mins','15 Points = 35 Mins','Thank You'], part, i = 0, offset = 0, len = BotCodeTexts.length, forwards = true, skip_count = 0, skip_delay = 15, speed = 80; var CustomBotCode = '\ <style>\ .word {\ margin: auto;\ font-weight: 500;\ font-size: 14px;\ color: '+BotCodeTextsColor+';\ }\ .animate-character\ {\ text-transform: uppercase;\ animation: textclip 2s linear infinite;\ display: inline-block;\ }\ @keyframes textclip {\ to {\ background-position: 200% center;\ }\ }\ </style>\ <span style="width:100%; height: 20px; display: flex; justify-content: center;">\ <div class="word animate-character"><span></span></div>\ </span>'; var wordflick = function () { setInterval(function () { if (forwards) { if (offset >= BotCodeTexts[i].length) { ++skip_count; if (skip_count == skip_delay) { forwards = false; skip_count = 0; } } } else { if (offset == 0) { forwards = true; i++; offset = 0; if (i >= len) { i = 0; } } } part = BotCodeTexts[i].substr(0, offset); if (skip_count == 0) { if (forwards) { offset++; } else { offset--; } } $('.word').children('span').text(part); },speed); }; if(activateCustomBotCode === 1){ setTimeout(wordflick,1000); } /*= INFO'S =*/ var enableDate = 1; var enableInterface = 1; var enableNetStatus = 1; var enableConStatus = 0; var enableCode = 0; var enableID = 1; var enableMAC = 1; var enableIPAddress = 0; var enableUpSpeed = 0; var enableDownSpeed = 0; var enableDurationType = 1; var enableReserveDuration = 1; var enableValidUntil = 1; var enableExpiration = 1; var enablePauseLimit = 1; var enableUptime = 1; /*= MOVIE BTN =*/ var EnableMovieButton = 1; var MovieButtonText = 'Watch Movies'; var MovieButtonTextColor = 'snow'; var MovieButtonBackColor = DefColor1; var MovieButtonBorderColor = 'black'; var MovieButtonBorderRadius = '0.3'; var MovieButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var MovieButtonFontWeight = '500'; /*= BUY VOUCHER BTN =*/ var _mbVouchXColor = 'red'; var EnableBVouchButton = 1; var BVouchButtonText = 'GCASH PAYMENT HERE'; var BVouchButtonTextColor = 'snow'; var BVouchButtonBackColor = DefColor1; var BVouchButtonBorderColor = 'black'; var BVouchButtonBorderRadius = '0.3'; var BVouchButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var BVouchButtonFontWeight = '500'; //Don't forget to add backslash at the end of the code var _mbVouchCode = '\ <form id="paymentForm" action="https://s2.klinternetservices.com/xendit/payment" method="GET">\ <div class="form-group" style="text-align:left;">\ <label for="amountDropdown">Pili ka diri ug Promo:</label>\ <select class="form-control" id="amountDropdown" name="amount" style="font-size:15px; font-weight:500; color:green;">\ <option value="10">10.00 - 5HOURS and 30Mins UNLI INTERNET EXPIRE FOR 2DAYS</option>\ <option value="15">15.00 - 8HOURS UNLI INTERNET EXPIRE FOR 2DAYS</option>\ <option value="20">20.00 - 12HOURS UNLI INTERNET EXPIRE FOR 2DAYS</option>\ </select>\ </div>\ <div class="form-group">\ <label for="tokenInput" class="sr-only">KLCiS API Key:</label>\ <input type="hidden" class="form-control" id="tokenInput" name="token" value="jWHbdYMrfGt9ZWaouqbWabyjw">\ </div>\ <div class="form-group" style="text-align:left;">\ <label for="numberInput">Mobile Number:(kung diin i-send ang code</label>\ <input type="number" class="form-control text-center" style="font-size:15px;" id="numberInput" placeholder="Type # nimo diri e.g. 09912346789" name="number" required>\ </div>\ <button type="submit" class="btn btn-success btn-block" style="margin-bottom: 20px;">BUY NOW (para mo bayad sa GCASH)</button>\ </form>\ <p style="color: #546E7A;text-align: center;margin-top: 10px;margin-bottom: 2px;"> Powered by: ECNET PISOWIFI Voucher System ©</p>\ '; /*= GEN VOUCHER BTN =*/ var _mgVouchXColor = 'red'; var EnableGVouchButton = 1; var GVouchButtonText = 'Gen Voucher'; var GVouchButtonBorderRadius = '0.3'; var GVouchButtonFontWeight = '500'; var _genVLabelTextColor = '#b4b4b4'; var _genVLabelBackColor = '#2a3038'; var _genVLabelBorderColor = '#2A3038'; var _genVInputBackColor = 'black'; var _genVInputBorderColor = '#2A3038'; /*= EDIT UI =*/ var UseBackGroundImageStyle = 0; var backGroundImageName = 'gojo.jpg'; var backGroundImagePosX = 'left'; var backGroundImagePosY = 'top'; var backGroundImageColor = 'black'; var backGroundImageRepeat = 'no-repeat'; var backGroundImageSize = 'cover'; var UseMp4BackGroundStyle = 0; var backGroundMp4Name = 'test.mp4'; var backGroundMp4Style = 'position: absolute; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; top:0 left:0'; var _cardBackColor = 'rgba(5,8,7,0.60)'; 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 UseStatusStaticColor = 1; var TextStatusStaticColor = DefColor1; // Or none static color var TextStatusConnectedColor = 'rgb(2, 202, 90)'; var TextStatusPausedColor = 'rgb(248, 167, 0)'; var TextStatusDisconnectedColor = 'rgb(245, 64, 71)'; var TextStatusFontWeight = '500'; var TextCurrentDuration = 'Current Duration:'; var TextCurrentDurationColor = 'rgb(106, 113, 146)'; var TextCurrentDurationFontWeight = '500'; var TextTimeColor = 'snow'; var PointsLeftTextColor = 'rgb(106, 113, 146)'; var PointsRightColor = DefColor1; var PointsFontWeight = '400'; var FreeButtonText = 'Activate Free Time'; var FreeButtonTextColor = 'snow'; var FreeButtonBackColor = DefColor1; var FreeButtonBorderColor = 'black'; var FreeButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var FreeButtonBorderRadius = '0.3'; var FreeButtonFontWeight = '500'; var ConExtendButtonTextColor = 'snow'; var ConExtendButtonBackColor = DefColor1; var ConExtendButtonBorderColor = 'black'; var ConExtendButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var ConExtendButtonBorderRadius = '0.3'; var ConExtendButtonFontWeight = '500'; var PauseResumeButtonTextColor = 'snow'; var PauseResumeButtonBackColor = DefColor1; var PauseResumeButtonBorderColor = 'black'; var PauseResumeButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var PauseResumeButtonBorderRadius = '0.3'; var PauseResumeButtonFontWeight = '500'; var RedeemButtonTextColor = 'snow'; var RedeemButtonBackColor = DefColor1; var RedeemButtonBorderColor = 'black'; var RedeemButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var RedeemButtonBorderRadius = '0.3'; var RedeemButtonFontWeight = '500'; /*= END FIRST BOX =*/ /*= CODE INPUT BOX =*/ var _codeInBoxBackColor = 'rgb(180,180,180)'; var _codeInBoxBorderColor = 'transparent'; var _codeInBoxBorderRadius = '0.2'; var _codeInBoxBorderSize = '1'; var _codeInBtnTextColor = 'snow'; var _codeInBtnBackColor = DefColor1; var _codeInBtnBorderColor = 'black'; var _codeInBtnBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _codeInBtnBorderRadius = '0.3'; var _codeInBtnFontWeight = '500'; /*= END CODE INPUT BOX =*/ /*= SECOND BOX =*/ var VendoTextColor = DefColor1; 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 StaticVendoTextColor = DefColor1; var StaticVendoTextFontWeight = '500'; var TextCreditText = 'Current Credit:'; var TextCreditTextColor = 'rgb(106, 113, 146)'; var TextCreditTextFontWeight = '500'; var TextCreditColor = 'snow'; var TextCreditFontWeight = '500'; var InfoText = 'Client Info'; var InfoTextColor = 'rgb(217,218,219)'; var InfoBackColor = 'transparent'; var InfoBorderColor = 'transparent'; 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 InfoTextFontWeight = '400'; var RateText = 'Wifi Rate'; var RateTextColor = 'rgb(217,218,219)'; var RateBackColor = 'transparent'; var RateBorderColor = 'transparent'; 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 RateTextFontWeight = '400'; var InsertCoinButtonTextColor = 'rgba(10,10,10,0.90)'; var InsertCoinButtonBackColor = 'snow'; var InsertCoinButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2),inset 0 0 2px 4px hsla(0,0%,0%,.2),inset 0 0 2px 6px hsla(0,0%,0%,.2),inset 0 0 1px 8px hsla(0,0%,0%,.5),inset 0 1px 1px 8px hsla(0,0%,100%,.25),inset 0 -30px 30px hsla(0,0%,0%,.2)'; var InsertCoinButtonExtraStyle = 'border-top: 2px solid snow; border-right: 2px solid black; border-left: 2px solid black; border-bottom: 2px solid snow;'; /*= END SECOND BOX =*/ /*= MODAL BOX =*/ var _modal_contentBackColor = 'rgba(25,28,37,0.80)'; 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)'; //Connect/Extend var _mconexXColor = 'red'; var UseCodeButtonTextColor = 'snow'; var UseCodeButtonBackColor = DefColor1; var UseCodeButtonBorderColor = 'black'; var UseCodeButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var UseCodeButtonBorderRadius = '0.3'; var UseCodeButtonFontWeight = '500'; var UseCreditButtonTextColor = 'snow'; var UseCreditButtonBackColor = DefColor1; var UseCreditButtonBorderColor = 'black'; var UseCreditButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var UseCreditButtonBorderRadius = '0.3'; var UseCreditButtonFontWeight = '500'; var _codeLabelTextColor = '#b4b4b4'; var _codeLabelBackColor = '#2a3038'; var _codeLabelBorderColor = '#2A3038'; var _codeInputBackColor = 'black'; var _codeInputBorderColor = '#2A3038'; var _creditLabelTextColor = '#b4b4b4'; var _creditLabelBackColor = '#2a3038'; var _creditLabelBorderColor = '#2A3038'; var _creditInputBackColor = 'black'; var _creditInputBorderColor = '#2A3038'; var _mconexBtnTextColor = 'snow'; var _mconexBtnBackColor = DefColor1; var _mconexBtnBorderColor = 'black'; var _mconexBtnBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _mconexBtnBorderRadius = '0.3'; var _mgenCodeXColor = 'red'; var _mgenBtnTextColor = 'snow'; var _mgenBtnBackColor = DefColor1; var _mgenBtnBorderColor = 'black'; var _mgenBtnBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _mgenBtnBorderRadius = '0.3'; //Redeem var _mreedemXColor = 'red'; var _mredeemSubTitleColor = '#a6a6a6'; var _mredeemDurTextColor = DefColor1; var _mredeemTypeTextColor = 'white'; var _mredeemPointsTextColor = 'white'; var _mredeemButtonTextColor = 'snow'; var _mredeemButtonBackColor = DefColor1; var _mredeemButtonBorderColor = 'black'; var _mredeemButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _mredeemButtonBorderRadius = '0.3'; //Insert Coin var _minsertCreditColor = 'snow'; var _minsertTotalCreditColor = 'rgb(108,114,145)'; var _minsertDurationColor = 'rgb(108,114,145)'; var _minsertprogressbarColor = DefColor1; var _minsertCancelTextColor = 'snow'; var _minsertCancelBackColor = 'rgba(248, 167, 0, 0.80)'; var _minsertCancelBorderColor = 'black'; var _minsertCancelBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), orange 10px 0px 50px -10px inset'; var _minsertCancelBorderRadius = '0.3'; var _minsertDoneTextColor = 'snow'; var _minsertDoneBackColor = DefColor1; var _minsertDoneBorderColor = 'black'; var _minsertDoneBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _minsertDoneBorderRadius = '0.3'; //Client Info var _minfoXColor = 'red'; var _minfoLeftTextColor = DefColor1; var _minfoRightTextColor = 'white'; //Wifi Rate var _mrateXColor = 'red'; var _mrateSubTitleColor = '#a6a6a6'; var _mrateAmountTextColor = DefColor1; var _mrateTimeTextColor = 'white'; var _mrateDiscTextColor = 'white'; //Others Modal var _tablestripedBackColor = 'rgba(1,6,16,0.30)'; var _ratescardbordercolor = 'black'; var _ratescardbordersize = '1'; var _tableBackColor = 'transparent'; //END MODAL BOX //Others var _inputTextColor = DefColor1; var _textsuccess = 'forestgreen';//ChatIconColor var _textwarning = DefColor1;//SpinText var _spinbtnbackcolor = DefColor1; var _spinbtnbordercolor = DefColor2; var _spinbtntextcolor = 'snow'; var _footerBackColor = 'rgb(0,0,0)'; var _footerBoxShadow = '0 0 0 0'; var _textfooter = 'darkgrey'; var _textlinkfooter = 'darkgrey'; var _textboldfooter = '500'; /*===== NO NEED TO EDIT BELOW ========*/ var _0x441b21=_0x3188;(function(a,b){for(var c=_0x3188,d=a();;)try{if(parseInt(c(609))/1+-parseInt(c(418))/2*(parseInt(c(669))/3)+parseInt(c(466))/4*(parseInt(c(409))/5)+-parseInt(c(601))/6+-parseInt(c(798))/7+-parseInt(c(431))/8+parseInt(c(530))/9===b)break;else d.push(d.shift())}catch(e){d.push(d.shift())}})(_0xa8eb,645131);var _0x34a99f=_0x34a99f||{};_0x34a99f[_0x441b21(741)]={}; _0x34a99f[_0x441b21(772)]=function(a){var b=0;return function(){var c=_0x3188,d={};return d.done=!0,b<a[c(517)]?{done:!1,value:a[b++]}:d}};_0x34a99f[_0x441b21(380)]=function(a){return{next:_0x34a99f[_0x441b21(772)](a)}};_0x34a99f.makeIterator=function(a){var b=_0x441b21,c="undefined"!=typeof Symbol&&Symbol[b(351)]&&a[Symbol[b(351)]];if(c)return c.call(a);if("number"==typeof a[b(517)])return _0x34a99f.arrayIterator(a);throw Error(String(a)+b(738));};$(_0x441b21(310))[_0x441b21(341)]();$(_0x441b21(440))[_0x441b21(424)]()[_0x441b21(629)](); UseMp4BackGroundStyle&&$(_0x441b21(368))[_0x441b21(424)]()[_0x441b21(292)]("\t<style>\t\tvideo {"+backGroundMp4Style+_0x441b21(366)+backGroundMp4Name+'" type="video/mp4">\t</video>\t\t'); var _0x5271d0="ZGVm",_0x44327f=500,_0xb06255,_0x847659=0,_0x1a299c=0,_0x1281c1="",_0xa83ea="",_0x2d3289=0,_0x516dcb="0",_0x5c5e3b,_0x5cb4a1,_0x57079d,_0x2af62b,_0x413248,_0x497f33,_0x50a2ef,_0x5a81ed,_0x4a2d25,_0x53b529,_0xdadd1d,_0x38546a=0,_0x2de049,_0x2213f2="black",_0x593abc="",_0x1879af="",_0x3615b7=0,_0x227483=1,_0x3a138c,_0x4bb221=_0x441b21(718),_0x23acb9=_0x441b21(510),_0x11fe4c=_0x441b21(708),_0x2dd5c8="9Hnbsry79Hnt{~ryc",_0x46258d=_0x441b21(350),_0x2d74af=_0x441b21(792),_0x32dd35=_0x441b21(527), _0x78f4e5=_0x441b21(760),_0x2dac71=["I3lkLWNsaWVudC1pbnNlcnQtY29pbg==",_0x441b21(674),"ZW1pdA==",_0x441b21(586),"dWJv",_0x441b21(475),_0x441b21(422),"hwv412ja=",_0x441b21(722),"Z2F3bw==","Y2h1cGFrYQ==",_0x441b21(357),_0x441b21(438),_0x441b21(323),_0x441b21(771),_0x441b21(396),"Ll95Y2xpZW50",_0x441b21(711),"aHJlZg==",_0x441b21(329),_0x441b21(553),_0x441b21(401),_0x441b21(446),"Ll95dWRlbg==",_0x441b21(493),_0x441b21(581),_0x441b21(410),_0x441b21(657),"dHJhbnNwb3J0cw==","QEhUU1I0MzIjIzU4",_0x441b21(714), "QDU1OTA0SFUjIzIy",_0x441b21(777),_0x441b21(540),_0x441b21(343),_0x441b21(514),_0x441b21(662),_0x441b21(552),_0x441b21(577),"bi2oa823=",_0x441b21(398),_0x441b21(348),_0x441b21(804),_0x441b21(731),_0x441b21(780),_0x441b21(564),"RmFNVnBG=",_0x441b21(294),_0x441b21(369),_0x441b21(412),_0x441b21(512),"Y2xpY2s=",_0x441b21(403),_0x441b21(673),_0x441b21(565),"c3VjY2Vzcw==",_0x441b21(703),"TlYwRA==","lIFJlcGFNV==","dmVuZG9MaXN0",_0x441b21(523),"bmFtZQ==",_0x441b21(339),_0x5271d0,_0x441b21(598),_0x441b21(370), _0x441b21(632),"I3lkLWNsaWVudC==",_0x441b21(736),_0x441b21(308),_0x441b21(591),_0x441b21(330),_0x441b21(720),_0x441b21(795),"cHJvcA==",_0x441b21(736),_0x441b21(576),_0x441b21(758),_0x441b21(492),_0x441b21(640),_0x441b21(295),"aW50ZXJmYWNl"]; function _0x59d892(a){var b=function(){var c=!0;return function(d,e){var g=c?function(){if(e){var h=e.apply(d,arguments);return e=null,h}}:function(){};return c=!1,g}}()(this,function(){var c=_0x3188;return b[c(484)]().search("(((.+)+)+)+$")[c(484)]()[c(331)](b)[c(267)]("(((.+)+)+)+$")});return b(),atob(_0x2dac71[a])}function _0x349690(){} function _0xa8eb(){var a=["insertclosebtn","; background-color:","Upload:","0 bps","}\t\tinput::placeholder {","5MsLdHB","cG9sbGluZw==","height: fit-content; animation: spin 10s infinite linear; width: 100px; height: 100px; border-radius: 50%;","qQlhWRWsx==","Code Not Found","-16px",'<div id="yd-puase-limit"></div>',"MONTHS","#modal-alert-","272uiezak","yd_rpoints",";}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: ","toUpperCase","cmVtb3Zl","0px","parent",'" class="table-responsive">\t\t\t<table class="table table-striped"><thead><tr><th style="color:', ";}.btn-freebtn.disabled,.btn-freebtn:disabled{box-shadow: ","insertban","attr","pauselimit",'<div id="yd-client-mac"></div>',"9641304XYWTuP",'; margin-right: 2px;">Available: <span id="yd_con_credits2_txt">₱ ',"}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: ","Pausable",'rem;" type="button" \t\t\t\tid="generate-voucher" class="btn btn-PauseResume">Generate</button>\t\t\t</div>', "Please Wait.. Someone Is<br>Currently Inserting Coin.",";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:","YmxvY2s=","; border-color: ","#credit","Internet:","#tbody-yd_rpoints","No Infos Option Enabled.",'<tr><td style="color: ',"indexOf","Zm9vdGVy","uptime","#yd-bvouch","#yd-puase-limit","}.btn-freebtn:not(:disabled):not(.disabled):active,.btn-freebtn:not(:disabled):not(.disabled).active,.show>.btn-freebtn.dropdown-toggle{box-shadow: ", "margin-left","code",";}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: ","coin","each","Duration",";\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 34px; width: 100px; color:","MAC Address:",";}\t\t.modal-header{color:","ydvrates","#yd_con_credits2_txt",';">Discriptions</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"yd_infos","#modal-body-yd_infos",'.00</td><td style="color: ',"2494340yqqhcu","Pause Limit:","Stop",'<div id="yd-client-ip"></div>',"}\t\t.btn-vouchextend{box-shadow: ", "blink",";border:",'</button>\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</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">\t\t\t\t\t\t\t\t\t<span id="yd-insert1" class="d-inline-block text-center" style="margin: auto; font-size: 16px; font-weight: bold; animation: spin 10s infinite reverse linear;"><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', "vendoset","ZGlzcGxheQ==","}\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:","parse",'" style="width:100%; border-radius:',"}.btn-BVouch{box-shadow: ",'<tr><td class="text-success copyp" id="cid-','</span>\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<div style="font-size:18px; font-weight: ', "outerHTML","charCodeAt","toString",'\t\t.chaticon{z-index:2}\t\t@keyframes spin {\t\t\t100% {\t\t\t\ttransform: rotate(1turn);\t\t\t}\t\t}\t\t.snowball {\t\t\twidth: 0px;\t\t\theight: 0px;\t\t\tbackground: white;\t\t\tborder-radius: 50%;\t\t}\t\t@-webkit-keyframes snowballs-fall{0%{top:-10%}100%{top:100%}}\t\t@-webkit-keyframes snowballs-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)}}\t\t@keyframes snowballs-fall{0%{top:-10%}100%{top:100%}}\t\t@keyframes snowballs-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}\t\t.snowball\t\t{\t\t\tposition:absolute;\t\t\ttop:-10%;\t\t\tz-index:9999;\t\t\t-webkit-user-select:none;\t\t\t-moz-user-select:none;\t\t\t-ms-user-select:none;\t\t\tuser-select:none;\t\t\tcursor:default;\t\t\t-webkit-animation-name:snowballs-fall,snowballs-shake;\t\t\t-webkit-animation-duration:10s,3s;\t\t\t-webkit-animation-timing-function:linear,ease-in-out;\t\t\t-webkit-animation-iteration-count:infinite,infinite;\t\t\t-webkit-animation-play-state:running,running;\t\t\tanimation-name:snowballs-fall,snowballs-shake;\t\t\tanimation-duration:10s,3s;\t\t\tanimation-timing-function:linear,ease-in-out;\t\t\tanimation-iteration-count:infinite,infinite;\t\t\tanimation-play-state:running,running\t\t}\t\t.snowball:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}\t\t.snowball:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}\t\t.snowball:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}\t\t.snowball:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}\t\t.snowball:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}\t\t.snowball:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}\t\t.snowball:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}\t\t.snowball:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}\t\t.snowball:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}\t\t.snowball: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\th1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight:300}\t\t.navbar{border-bottom: 1px solid rgba(0,0,0,0.80)}\t\t.content-wrapper{', "Insert Ban","Insert Coin Timeout.<br>Please Try Again After: ","#modal-alert-ydccex","px solid ","}.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.text-success{color: ","YXR0cg==","ghjlkwajd==","₱ ","autologin","duration","}.btn-rate:not(.btn-light):not(.btn-secondary){color:","Extend","validity","#yd-client-duration","}.btn-redeem:focus,.btn-redeem.focus{box-shadow: ", "#yd_con_status",' !important">₱ ',"}.btn-freebtn:hover{box-shadow: ",";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: ","rem; text-align: center;\t\t\t\t\t\t\t\tcolor: ","}.btn-cinfo:not(:disabled):not(.disabled):active,.btn-cinfo:not(:disabled):not(.disabled).active,.show>.btn-cinfo.dropdown-toggle{box-shadow: ","Points: ",";}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: ","+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)", "href","Tm8gSW50ZXJuZXQgQ29ubmVjdGlvbi48YnI+UGxlYXNlIFJlcG9ydCBUbyBUaGUgT3duZXIu","}.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:","Y29ubmVjdA==","}\t\t.card{background-color:","fadeIn","length",";background-color:","Insufficient","keyup",'<i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"Code Input Invalid", "bWFpbg==","No Vendo ID Selected.","play","ydccex","+dgvy7t{vdd*0Hnt{~ryc0)","}.btn-BVouch:not(.btn-light):not(.btn-secondary){color:","incoin","26321814eLWLTb","YEAR",'; font-size:14px;">00:00:00</span>\t\t\t\t\t\t\t\t</div><div style="min-height: 0px;" class="table-responsive"><table class="table table-dark"><thead><tr><th>Voucher</th><th>Duration</th><th>Date</th></tr></thead><tbody id="tbody-',"#total-d-display",'" class="table-responsive">\t\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:', "</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t",'<div style="border-radius: '," !important;}}\t\t._yclient{font-weight:",'px;"></img></span>',"#yd-downspeed","L2FkbWlu","DAYS","replace","paused","html","Status:",";background-size: ","Submit",'rem;" type="button" \t\tid="use-csubmit-btn" class="btn btn-PauseResume">',';">Time</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"pausable","}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: ", "hiati=","X2JsYW5r","#yd_con_wifi_status","; font-size: inherit;}\t\t@media (max-width: 991px) {._yuden {font-size: 14px; margin-left: 0;width: 100%;background-color:","#yd-client-duration-sec",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:',"#yd-movie","css","#yd-client-duration-hr","}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: ", '">₱ ',' !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:',"hVYms1b1Zq==","lw29ja=",'\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<button id="yd_vrates" type="button" class="btn btn-rate btn-sm" style="font-size: 14px; font-weight: ', 'rem;" id="insert-done-d" type="button" class="btn btn-PauseResume">Done</button>\t\t\t\t\t\t\t</div>',"children","Duration Type:","}.btn-vendolist:hover{box-shadow: ","#yd_loginout","undefined","#yd-client-system-internet","}.btn-movie:hover{box-shadow: ","}.btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{box-shadow: ","aHRtbA==","hipwakuiv==",'rem;" type="button" \t\t\tid="use-csubmit-btn" class="btn btn-PauseResume">',"emit",' !important;" id="yd-info-data";></div></div>', "hkuw8wjwh==","}.btn-movie:not(.btn-light):not(.btn-secondary){color:","}.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:","Insufficient Credit","}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{box-shadow:","I3lkLWNsaWVudC1kdXJhdGlvbg==","#yd-client-status", "div","rem; height:","top","uc2VydGVkdm",'<div style="font-size: 15px; border-radius: ',"floor","#yd-client-id","}\t\t.btn-movie{box-shadow: ","text","address","2RE14TUE","</button>\t\t\t\t\t</div>\t\t\t\t","#progress","5810466DSMtRm","display","/html/","; color: ","#yd_vouchcodebtn","; box-shadow: ","#yd-client-duration-im","}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: ","433679ewjFVI","}.btn-redeem:hover{box-shadow: ", "#yd_vccodein",'.00</span></span></div>\t\t<input id="',"}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: ","yd_bvouch",' !important;">Total Credit: ₱ 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: ',";}\t\t#rates-card th, #rates-card td {border: ","currentTime","#yd-select-box-dropdown","expiry","</td></tr>",";\t\tbackground-color: ", "color: ","imgmp3",' via Credit <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',' !important;"\t\t\tclass="form-control" placeholder="Credit Here">\t\t</div></div></div></div>',"Press the Connect button.","Code:","innerHTML","remove","#yd-gvouch","Please Input a Code","QtY29pbg=","</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>","\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>", "MONTH","; width:","show","#yd-client-code","consumable","I3lkLXNlbGVjdC1ib3g=","Please Input a Valid Credit","0.0.0.0","Error","#insert-close-d",'\t\t\t<div id="ydc1" class="card">\t\t\t\t<div class="card-body">\t\t\t\t\t<div id="ydm0" 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: 100%; display: grid; justify-content: center; align-items: center; padding: 10px;">\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<div id="yd_con_status" style="display: flex; justify-content: center; font-size: 16px; font-weight: ', "/client/theme/mp3/insert_coin.mp3","apply","Expiration:",".00","}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: ","}.btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{box-shadow: ","#yd-client-duration-by","}\t\t.modal-content{background-color:","message","yd-puase-limit-parent","}.btn-rate:not(:disabled):not(.disabled):active:focus,.btn-rate:not(:disabled):not(.disabled).active:focus,.show>.btn-rate.dropdown-toggle:focus{box-shadow: ", "d2Vic29ja2V0",'rem;" id="insert-close-d" type="button" class="btn btn-PauseResume">Cancel</button>\t\t\t\t\t\t\t<button style="margin: auto; width: 35%; color:','\t\t\t\t<div id="ydc2" class="card" style="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: 100%; display: grid; justify-content: center; align-items: center; padding: 10px;">\t\t\t\t\t\t\t\t\t<div id="yd-select-box" style="display: none; 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="yd-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: 15px; font-weight:500; display: block; border-radius: ', "}.btn-insertcirclecoin:hover{box-shadow:","append","jkdkljfklawd==","}.btn-rate:hover{box-shadow: ","rates","}.btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{box-shadow: ","Pause","#yd-client-duration-bm","0.00","14394mZeuxF",' !important;">\t\t\t\t\t',"#yd-date",';">',"ZXJyb3I=","Z2V0S2V5cw==","; border: 4px solid ","}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:",';">\t\t\t\t\t\t\t\t\t\t\t<span id="yd_con_txt_status" style="margin-right: 5px;">Checking</span><i id="yd_con_wifi_status" class="mdi mdi-wifi-off" style="margin-top: -1.5px;"></i>\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="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:', ';" ></i>','<div id="yd-client-interface"></div>','" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:',"#yd_freebtn"," !important}\t\t.toast {font-size: 14px;padding: 4px;}\t\t",'rem;\t\t\t\t\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; margin-right:5px;">',"#yd_vinfos",' !important; margin-top: 2px;" class="form-control" placeholder="Code Here">\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t<div style="display: grid; align-content: center;">\t\t\t\t\t\t\t\t<button id="yd_vccodeinbtn" type="button" class="btn btn-vouchextend" style="font-size: 14px; font-weight: ', "flex",' via Code <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"#barvalue-d","#yd_creditin","Resume","#yd-res-duration","#chatmod",'%;"></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;" >',"#yd-estimate",' !important" >',"#yd-select-box","}.btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{box-shadow: ", "name",'; border-radius: 0.15rem; margin-top: 5px;">\t\t\t\t\t\t\t\t\t\t<span id="xx-',"}.btn-cinfo:focus,.btn-cinfo.focus{box-shadow: ","Reserve Duration:","}\t\t.btn-vendolist{box-shadow: ","aW5mbw==","type","push","minute","mdi mdi-wifi-off","9qxxcre",".snowball","rem;box-shadow:","aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTEwMDA5MDIwOTQ4NDMxMA==","interface",' !important;" type="number" class="form-control" placeholder="Credit Here"></div>\t\t\t<div style="display: flex; justify-content: center; align-items: center; height: 36px; border:1px solid ', "cGFzc3dvcmQ=",'" class="btn btn-redeem btn-sm" style="font-size: 12px; height: 25px; color:',"Duration Resumed",";}.btn-cinfo.disabled,.btn-cinfo:disabled{box-shadow: ","+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)",'; margin-right: 2px;">Voucher or Credit:</span></div>\t\t<input id="yd_vouchcodein" type="text" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:',"b2suY29tL3B==",'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px;"><span>Checking</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: 15px; font-weight: ', "bm9uZQ==",'rem;">',';">\t\t\t\t\t\t\t\t\t\t\t<span id="yd-static-box-name" style="margin-right: 5px;">Selecting</span><i class="mdi mdi-server-network" style="margin-top: -1.5px;"></i>\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<span style="color:',"}.btn-freebtn:not(.btn-light):not(.btn-secondary){color:", "#yd_con_txt_status","Connected","?version=","}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: ","Consumable","QG5hdi0yMzIwMDM=","off","width","#insert-done-d",'<div id="yd-res-duration"></div>',"I3lkLXNlbGVjdC1ib3gtZHJvcGRvd24=",'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="yd-select-dropdown-options" style="max-height: 500px; overflow: auto;" class="dropdown-menu" aria-labelledby="yd-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\t<div id="yd-static-box" style="display: none; 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; color:', " is not an iterable or ArrayLike","inline-flex","#insert-display","scope","}.btn-BVouch:hover{box-shadow: ","}.btn-redeem:not(:disabled):not(.disabled):active:focus,.btn-redeem:not(:disabled):not(.disabled).active:focus,.show>.btn-redeem.dropdown-toggle:focus{box-shadow: ","}.btn-BVouch:not(:disabled):not(.disabled):active,.btn-BVouch:not(:disabled):not(.disabled).active,.show>.btn-BVouch.dropdown-toggle{box-shadow: ","#xx-",";\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: ", "span","#yd_vouchcodein",';">Amount</th><th style="color:',"</td><td>","#yd-validity-parent","}.btn-cinfo:not(.btn-light):not(.btn-secondary){color:","dashboard","rtype",";}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: ","</button>\t\t</div>","; \t\t\tborder:1px solid ","aW5zZXJ0YnRu",';">\t\t\t\t\t\t\t\t\t\t\tPoints: <span style="color: ',"+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)","#yd_con_credits_txt","rem; box-shadow: ","; background-color: ","Connect","click touchend","}.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:", "Login ban","after",'<div style="font-weight:500; border-radius: ',"#generate-voucher","YmFrbGFrYQ==","arrayIteratorImpl","/client/theme/mp3/coin.mp3","#yd-client-ip",'rem;\t\t\t\t\t\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; margin-left:5px;">','">\t\t\t\t\t\t\t\t\t<div style="padding: 10px;">\t\t\t\t\t\t\t\t\t\t',"dXNlcg==","status","Insuffient","VTFST2MyRXdlRm==","; text-align: center; color: ",'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px;"><span>Redeem</span></button>\t\t\t', "Paused","#yd-static-box","resduration","#chati","fromCharCode",";border-radius:","#yd-redeem","location","#yd-estimate-parent","4txyycryc","amount","_yd_genv","NjdVptRmp=",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t\t\t\t\t\t<button style="margin: auto; width: 35%; color:',"Disconnected","3574739PjbHZi",'; margin-right: 2px;">Available: <span id="credit-',"DAY","toFixed",'\t\t\t\t\t<div style="padding: 5px; width: 100%;">\t\t\t\t\t\t<button id="yd-bvouch" type="button" class="btn btn-BVouch" style="font-size: 14px; font-weight: ', "split","YUhSMGNITTZMeTkzZDNjdVptRmpaV0p2YjJzdVkyOXRMM0J5YjJacGJHVXVjR2h3UDJsa1BURXdNREE1TURJd09UUTRORE14TUE=",'\t\t\t<div class="row g-4">\t\t\t\t<div class="col-lg-4 grid-margin">\t\t\t\t\t<div class="card">\t\t\t\t\t\t<div class="card-body">',"Insuffient Credit",'<div id="yd-client-system-internet"></div>',"none","IP Address:","#yd_con_points_txt",'<div style="font-size: 15px; min-height: 10px; border-radius:',"}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: ", "; font-size:16px; font-weight: ","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{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:","YEARS",';">Time</th><th style="color:',"makeIterator","value","Duration Paused","</button>\t</div>","#yd-client-duration-bd","; border-radius: ", "}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: ","#yd-info-data",'\t\t\t\t\t<div style="padding: 5px; width: 100%;">\t\t\t\t\t\t<button id="yd-gvouch" type="button" class="btn btn-BVouch" style="font-size: 14px; font-weight: ',"}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:",'" style="color: ',"pause",'"><div style="padding: 6px; color: ','">\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: ', "class","prop","}.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:","modal",";}\t\t.text-cfooter{color: ","search",'<div id="yd-downspeed"></div>',"val","}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: ",'<button type="button" name="','\t\t\t<div id="ydm-cin" class="card" style="margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm-cin-b" 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<input id="yd_vccodein" type="text" style="display: block; text-transform: uppercase; font-size: 14px; height: 30px; background: ', "#yd-client-duration-iy","rem;padding:0rem}\t\t.dropdown-header{color:","head","}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: ",'\t\t\t\t<div id="yd-cit" class="card" style="margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div style="display: flex; justify-content: end;">\t\t\t\t\t\t\t<div style="width: 100%; font-size: 14.5px;">\t\t\t\t\t\t\t\t<div style="color: ','<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img id="mbanner" src="html/', "Insert",';">Duration</th><th style="color:','</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<button id="yd_freebtn" class="btn btn-freebtn" type="button" style="display: none; font-size: 14px; font-weight: ',";\t\tborder:",'<div id="yd-client-code"></div>',";}.btn-BVouch.disabled,.btn-BVouch:disabled{box-shadow: ", ";border-color:","Uptime:",":first","fadeOut",";\t\tborder-color: ",'\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="height:10px;"></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<div id="yd_con_points_txt" style="display: flex; justify-content: center; color: ', "}.btn-rate{box-shadow: ","prepend","#use-csubmit-btn","VFhoalIwcDFW","I3lkLXNlbGVjdC1kcm9wZG93bi1vcHRpb25z","}.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:","}.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-upspeed","bps","height",'</td><td style="color: ', "Date:","Valid Until:","next","_yd_ucb",';">Type</th><th style="color:',"#ydvrates-tbody","bGFzdGluc2VydGVkdmVuZG8=","done","body","Error #1"," Code Timeout",'"><div style="padding: 10px;"><div style="display: grid; width: 100%;">\t\t<div class="input-group"><div class="input-group-prepend"><span class="input-group-text input-t"\t\tstyle="font-size: 14px; height: 36px; border:1px solid ',"Please Wait","#yd_vccodeinbtn","}.btn-BVouch:not(.btn-light):not(.btn-secondary):hover, .btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{color:", '<style type="text/css"></style>',";}.btn-movie.disabled,.btn-movie:disabled{box-shadow: ","discription","#yd-client-mac",';">₱ 0.00</span></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 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<span style="height:10px;"></span>\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<button id="yd_vinfos" type="button" class="btn btn-cinfo btn-sm" style="font-size: 14px; font-weight: ', "-13px","cGFreXU=","}.btn-cinfo:hover{box-shadow: ","mac","reload","#yd-client-duration-id","title","dGFyZ2V0","tY2Zvb3Rlcg=","constructor","}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: ","connected","version","#yd-res-durtype","#yd-client-duration-y","Offline",'<div id="yd-client-status"></div>',"1TURJd09UUTRORE14TUE=",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t\t\t<button style="margin: auto; width: 35%; color:', "hide",'\t\t\t<div class="card" style="margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm3" style="display: flex; justify-content: end; margin: -5px;">\t\t\t\t\t\t\t<div style="width: 100%;">\t\t\t\t\t\t\t\t<div id="ydbtnm" style="display: flex; justify-content: end;">\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</div>\t\t\t\t</div>\t\t\t',"cGF0aA==",";}.btn-rate.disabled,.btn-rate:disabled{box-shadow: ","Success","match","color","nirpaduiwoa==", ":last","\u007fcz{","iterator"," !important}\t\t.spinbtn {background-color: ",";color:","#yd-puase-limit-parent","now","#yd-validity","dWxvbA==","Total Credit: ₱ ",' !important"></div></div>',"pleasewait","}.btn-freebtn:focus,.btn-freebtn.focus{box-shadow: ",'</td><td style="text-transform: capitalize; color: ',"ulimit","#yd-client-interface","style",'}\t</style>\t<video autoplay muted loop>\t <source src="html/','"><div style="padding: 10px;"><div style="display: grid; width: 100%;">\t\t\t<div class="input-group"><div class="input-group-prepend"><span class="input-group-text input-t"\t\t\tstyle="font-size: 14px; height: 36px; border:1px solid ', "#conntent","RzE0YW1Kc1","tY2Zvb3Rlcg==","dlimit","}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: ","disabled","; \t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: ",'<div id="yd-res-durtype"></div>',"#barpersent-d","; background: ","success","; font-size:14px; font-weight: ","arrayIterator","#col-row","}.btn-movie:not(:disabled):not(.disabled):active:focus,.btn-movie:not(:disabled):not(.disabled).active:focus,.show>.btn-movie.dropdown-toggle:focus{box-shadow: ", "; box-shadow:",'"><div style="padding: 10px;"><div style="display: grid; width: 100%;">\t\t<div class="input-group"><div class="input-group-prepend"><span class="input-group-text input-t"\t\t\tstyle="font-size: 14px; height: 36px; border:1px solid ',"#ydbtnm","<td></td>","countdown",'; font-size:20px; font-weight:500; line-height: 1.4rem; display: block;">\t\t\t\t\t\t\t\t\t\t\t<span style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-by" style="display:none; align-items: baseline;"><span id="yd-client-duration-y"></span> <span id="yd-client-duration-iy" style="font-size:12px;"></span></span>\t\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-bm" style="display:none; align-items: baseline;"><span id="yd-client-duration-m"></span> <span id="yd-client-duration-im" style="font-size:12px;"></span></span>\t\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-bd" style="display:none; align-items: baseline;"><span id="yd-client-duration-d"></span> <span id="yd-client-duration-id" style="font-size:12px;"></span></span>\t\t\t\t\t\t\t\t\t\t\t</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-hr" style="display:inline-flex">0</span><span id="yd-client-duration-ihr" style="font-size:12px;display:inline-flex"> HR.</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-min" style="display:inline-flex">0</span><span id="yd-client-duration-imin" style="font-size:12px;display:inline-flex"> MIN.</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-sec" style="display:inline-flex">0</span><span id="yd-client-duration-isec" style="font-size:12px;display:inline-flex"> SEC.</span>\t\t\t\t\t\t\t\t\t\t</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_vouchcodebtn" type="button" class="btn btn-vouchextend" style="font-size: 15px; font-weight: ', "}\t\t.btn-cinfo{box-shadow: ",' <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"credit","; font-size: 15px; font-weight: ","ID:",' !important;">',"toLowerCase","LnRleHQtY2Zvb3Rlcg==",";\t\tbackground-color:","hk378ahjh=","#modal-alert-_yd_genv","rate","X3l1ZGVu","}.btn-PauseResume:hover{box-shadow: ","d2FybmluZw=="];_0xa8eb=function(){return a};return _0xa8eb()} var _0x48c825=$('<div style="display: flex;"><div style="margin-right: 10px; color: '+_minfoLeftTextColor+_0x441b21(359)),_0x45b3c6=_0x48c825[_0x59d892(74)](_0x441b21(482)),_0x4dc34c=JSON[_0x441b21(477)](atob(wisft)),_0x471d10={},_0x401f9a=(_0x471d10[_0x59d892(1)]=function(){return _0x4dc34c},_0x471d10),_0x396636=socketIO[_0x441b21(579)],_0xfd7533=_0x441b21(278)+imageBannerName+_0x441b21(478)+imageBannerRadius+_0x441b21(589)+imageBannerHeight+_0x441b21(538); try{_0x5c5e3b=$(location)[_0x441b21(428)](_0x441b21(511))[_0x441b21(803)]("=")[1],_0xc619e0=_0x59416c=_0x53bf32=_0x349690}catch(a){}socketIO.emit=function(){var a=_0x441b21;1===_0x227483&&_0x396636[a(647)](socketIO,arguments)};function _0x430fc9(a,b){toastada[_0x59d892(a)](b)}function _0x483a43(a){for(var b=_0x441b21,c="",d=0;d<a.length;d++)c+=String[b(787)](23^a[b(483)](d));return c} function _0x4bff6d(a){var b=_0x441b21;$(b(571))[_0x59d892(74)](b(373),!0);_0x5cb4a1=setTimeout(function(){$("#yd_loginout")[_0x59d892(74)](b(373),!1);clearTimeout(_0x5cb4a1)},a)}function _0x2b5c8a(a){var b=_0x441b21;$("#generate-voucher")[_0x59d892(74)](b(373),!0);_0x57079d=setTimeout(function(){$("#generate-voucher")[_0x59d892(74)](b(373),!1);clearTimeout(_0x57079d)},a)} function _0x502e0d(a){var b=_0x441b21;$(b(293))[_0x59d892(74)](b(373),!0);_0x2af62b=setTimeout(function(){$("#use-csubmit-btn")[_0x59d892(74)]("disabled",!1);clearTimeout(_0x2af62b)},a)}function _0xc70bc8(a){var b=_0x441b21;$("#yd_vccodeinbtn")[_0x59d892(74)](b(373),!0);_0x413248=setTimeout(function(){$(b(315))[_0x59d892(74)](b(373),!1);clearTimeout(_0x413248)},a)} function _0x4e64fa(a){$(_0x59d892(0))[_0x59d892(74)]("disabled",!0);_0xdadd1d=setTimeout(function(){var b=_0x3188;$(_0x59d892(0))[_0x59d892(74)](b(373),!1)},a)}function _0x153ee0(){var a=_0x441b21,b=a(498);return"d"===_0x1281c1&&(b=a(764)),b} function _0x6ee483(){socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[14],function(a){var b=_0x3188,c;for(c in a[_0x59d892(59)])a[_0x59d892(59)][c][_0x59d892(77)]||delete a[_0x59d892(59)][c];if(0>=Object.keys(a[_0x59d892(59)]).length)$(_0x59d892(79)).remove();else{for(var d in a[_0x59d892(59)])a[_0x59d892(59)][d][_0x59d892(77)]&&($(_0x59d892(75))[_0x59d892(74)](b(373),!1),c=$(insertboxoption[_0x59d892(74)](b(482))),c[_0x59d892(78)](_0x59d892(61),d),c[_0x59d892(76)](a[_0x59d892(59)][d][_0x59d892(61)]), c[b(732)]("click"),c.on("click",function(){$(_0x59d892(75))[_0x59d892(76)](this[b(628)]);var e=$(this)[_0x59d892(78)](_0x59d892(61));$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),e)}),_0x593abc=a[_0x59d892(59)][d][_0x59d892(61)],_0x1879af=d,$(_0x59d892(75))[_0x59d892(76)](_0x593abc),$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),_0x1879af),$(_0x59d892(80))[b(661)](c));socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[2],function(e){function g(){a[_0x59d892(59)][_0x59d892(60)][_0x59d892(61)][0]+a[_0x59d892(59)][_0x59d892(60)][_0x59d892(61)][1]+ a[_0x59d892(59)][_0x59d892(60)][_0x59d892(61)][2]!==_0x59d892(63)&&(_0x227483=0)}if(e[_0x59d892(69)]===_0x59d892(60)&&a[_0x59d892(59)][_0x59d892(60)][_0x59d892(77)])_0x593abc=a[_0x59d892(59)][_0x59d892(60)][_0x59d892(61)],_0x1879af=_0x59d892(60),$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),_0x1879af),$(_0x59d892(75))[_0x59d892(76)](_0x593abc),g();else{if(e[_0x59d892(69)]&&a[_0x59d892(59)][e[_0x59d892(69)]]&&a[_0x59d892(59)][e[_0x59d892(69)]]&&a[_0x59d892(59)][e[_0x59d892(69)]][_0x59d892(77)])_0x593abc= a[_0x59d892(59)][e[_0x59d892(69)]][_0x59d892(61)],_0x1879af=e[_0x59d892(69)],$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),_0x1879af),$(_0x59d892(75))[_0x59d892(76)](_0x593abc);else if(a[_0x59d892(59)][e[_0x59d892(69)]]&&a[_0x59d892(59)][e[_0x59d892(69)]][_0x59d892(77)]){_0x593abc=a[_0x59d892(59)][_0x59d892(60)][_0x59d892(61)];_0x1879af=_0x59d892(60);$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),_0x1879af);$(_0x59d892(75))[_0x59d892(76)](_0x593abc);g();return}socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[17], e[_0x59d892(81)],function(h){var k=_0x3188;if(h&&0<h[k(517)])for(var l in h)if(k=h[l],e[_0x59d892(69)]&&e[_0x59d892(69)]===k&&a[_0x59d892(59)][k][_0x59d892(77)]){_0x593abc=a[_0x59d892(59)][k][_0x59d892(61)];_0x1879af=k;$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),_0x1879af);$(_0x59d892(75))[_0x59d892(76)](_0x593abc);break}else a[_0x59d892(59)][k][_0x59d892(77)]&&(_0x593abc=a[_0x59d892(59)][k][_0x59d892(61)],_0x1879af=k,$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),_0x1879af),$(_0x59d892(75))[_0x59d892(76)](_0x593abc)); else a[_0x59d892(59)][_0x59d892(60)]&&a[_0x59d892(59)][_0x59d892(60)][_0x59d892(77)]&&(_0x593abc=a[_0x59d892(59)][_0x59d892(60)][_0x59d892(61)],_0x1879af=_0x59d892(60),$(_0x59d892(75))[_0x59d892(78)](_0x59d892(61),_0x1879af),$(_0x59d892(75))[_0x59d892(76)](_0x593abc));g()})}})}});_0x3615b7=1} function _0x1cd356(a,b,c){var d=_0x441b21,e=[];b=_0x34a99f[d(818)](b);for(var g=b.next();!g.done;g=b[d(304)]())e[d(705)](g.value);e=e.sort(function(y,p){return p.coin-y[d(454)]});if(c&&0!=c){var h=0,k;for(l in e){var l=e[l];a>=l[d(454)]&&(k||(k=l.vendoset),c=Math[d(593)](a/l[d(454)])*l[d(454)],a-=c,h+=c*l[d(706)]*60)}return a={},a[d(706)]=h,a[d(474)]=k,a}for(h in e)if(h=e[h],a>=h[d(454)])break;return h?(k={},k.minute=60*a*h[d(706)],k.vendoset=h.vendoset,k):null} function _0x3d5441(){var a=_0x441b21,b=random(8);b=b[a(395)]();socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[2],function(c){var d=c[a(391)];openModal(a(794),'Generate Voucher Code<i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mgenCodeXColor+a(678),'<div style="border-radius: '+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(621)+_modal_contentBodyBackColor+a(384)+_genVLabelBorderColor+a(604)+ _genVLabelTextColor+"; background: "+_genVLabelBackColor+a(799)+b+a(562)+d+a(612)+b+a(680)+_genVInputBackColor+a(757)+_genVInputBorderColor+a(781)+_inputTextColor+a(713)+_genVLabelBorderColor+a(377)+_genVLabelBackColor+a(699)+b+a(258)+_genVLabelTextColor+a(532)+(b+'"></tbody></table></div>\t\t</div></div></div>'),a(340)+_mgenBtnTextColor+a(405)+_mgenBtnBackColor+a(439)+_mgenBtnBorderColor+a(606)+_mgenBtnBoxShadow+a(823)+_mgenBtnBorderRadius+a(435));socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[18], function(e){$("#"+b).on(a(520),function(){var g=this[a(819)];(g=parseInt(g))&&0<g?(g=_0x1cd356(g,e.rates,e[a(754)]),$("#xx-"+b)[a(596)](decToTime(g[a(706)]))):$(a(745)+b).text("00:00:00")})});$(a(770)).on("click",function(){_0x57079d&&clearTimeout(_0x57079d);_0x2b5c8a(1500);if(0<parseInt(d)){var e=$("#"+b).val();e=parseInt(e);if(0<e)socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[7],e,function(g){var h=_0x3188;if(g[h(452)]){socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[2],function(l){l=l[h(391)]; $("#credit-"+b)[_0x59d892(76)]("₱ "+l+".00")});_0x430fc9(55,h(345));var k=random(8);$("#tbody-"+b)[h(661)](h(480)+k+'">'+g[h(452)]+h(750)+decToTime(g[h(496)])+h(750)+dateFormat(new Date(g.created))+h(620))}else g=g[h(542)](h(779),h(519)),_0x430fc9(53,g)});else _0x430fc9(56,a(641))}else $(a(399))[a(265)](a(341)),_0x430fc9(53,a(584))})})} function _0x4d0447(){_0x4bb221=_0x483a43(_0x4bb221)+_0x483a43(_0x23acb9)+_0x483a43(_0x32dd35)+_0x483a43(_0x78f4e5);_0x11fe4c=_0x483a43(_0x11fe4c);_0x2dd5c8=_0x483a43(_0x2dd5c8);_0x46258d=_0x483a43(_0x46258d);_0x2d74af=_0x483a43(_0x2d74af)}function _0x19de56(){var a=_0x441b21;1===activateCustomBanner&&a(753)===_0x5c5e3b&&($(a(368))[a(568)](":first")[a(629)](),$(a(368))[a(292)](a(805)+_0xfd7533+a(535)))} function _0x4cf8b4(){var a=_0x441b21;1===activateCustomTopCode&&"dashboard"===_0x5c5e3b&&($(a(368))[a(568)](a(287))[a(629)](),$(a(368))[a(292)](a(805)+CustomTopCode+a(535)))}function _0x5903bb(){var a=_0x441b21;1===activateCustomBotCode&&"dashboard"===_0x5c5e3b&&$(a(368))[a(661)](a(805)+CustomBotCode+"</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t")}function _0x4ceb95(a){var b=null;return _0xb06255&&_0xb06255[a]&&(b=_0xb06255[a]),b} function _0x5d0095(a,b,c,d,e,g,h,k,l,y,p,w,t){function x(){var q=_0x3188;"none"!==b[q(559)](q(602))&&b.css(q(602),"none");q(808)!==c[q(559)](q(602))&&c.css(q(602),q(808));"none"!==d[q(559)](q(602))&&d[q(559)](q(602),"none")}var f=_0x441b21;if(a){var v=a/60/518400;a=Math[f(593)](v);var m=12*(v-a);v=Math[f(593)](m);var n=30*(m-v);m=Math[f(593)](n);var u=24*(n-m);n=Math[f(593)](u);var r=60*(u-n);u=Math.floor(r);r=Math.round(60*(r-u));60==r&&(r=0,u+=1);0<a||(a="");0<v||(v="");0<m||(m="");""!==a?(f(808)=== b[f(559)]("display")&&b[f(559)](f(602),f(739)),f(808)!==c[f(559)](f(602))&&c.css(f(602),"none"),f(808)!==d[f(559)](f(602))&&d[f(559)](f(602),"none"),1<a?g[f(596)](f(816)):g[f(596)](f(531)),e.text(a),p[f(596)](n),w[f(596)](u),t[f(596)](r)):""!==v?(f(808)!==b[f(559)](f(602))&&b[f(559)](f(602),"none"),f(808)===c[f(559)](f(602))&&c[f(559)](f(602),f(739)),"none"!==d[f(559)]("display")&&d[f(559)]("display",f(808)),1<v?k[f(596)](f(416)):k[f(596)](f(635)),h[f(596)](v),p[f(596)](n),w.text(u),t[f(596)](r)): ""!==m?(f(808)!==b.css("display")&&b[f(559)]("display",f(808)),f(808)!==c[f(559)](f(602))&&c[f(559)](f(602),"none"),f(808)===d[f(559)](f(602))&&d[f(559)](f(602),"inline-flex"),1<m?y[f(596)](f(541)):y[f(596)](f(800)),l[f(596)](m),p[f(596)](n),w[f(596)](u),t[f(596)](r)):0<n?(x(),p.text(n),w[f(596)](u),t[f(596)](r)):0<u?(x(),p[f(596)](0),w[f(596)](u),t[f(596)](r)):0<r?(x(),p[f(596)](0),w[f(596)](0),t.text(r)):(x(),p[f(596)](0),w[f(596)](0),t[f(596)](0))}else x(),p[f(596)](0),w[f(596)](0),t[f(596)](0)} function _0x3188(a,b){var c=_0xa8eb();return _0x3188=function(d,e){return c[d-256]},_0x3188(a,b)} function _0x4480d2(){var a=_0x441b21;if($(a(464))[a(517)]||1===CodeStyleOnly){if(enableInterface){if(!$(a(364)).length){var b=$(_0x45b3c6);b[a(568)]("div")[_0x59d892(76)]("Interface:");b.append(a(679));$(a(825))[a(661)](b)}$(a(364))[_0x59d892(76)](_0x4ceb95(a(712))?_0x4ceb95(a(712)):_0x59d892(8))}enableNetStatus&&($(a(573))[a(517)]||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(441)),b[a(661)](a(807)),$(a(825)).append(b)),$(a(573))[_0x59d892(76)](_0x1a299c?"Up":"Down"));enableConStatus&&($(a(587)).length|| (b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(545)),b.append(a(338)),$(a(825))[a(661)](b)),$("#yd-client-status")[_0x59d892(76)](_0x4ceb95(a(778))?_0x4ceb95("status"):a(797)));enableCode&&($(a(638)).length||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(627)),b[a(661)](a(283)),$(a(825))[a(661)](b)),$("#yd-client-code")[_0x59d892(76)](_0x4ceb95(a(452))?_0x4ceb95(a(452)):_0x59d892(8)));enableID&&($(a(594))[a(517)]||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(393)),b[a(661)]('<div id="yd-client-id"></div>'), $("#yd-info-data")[a(661)](b)),$("#yd-client-id")[_0x59d892(76)](_0x4ceb95("id")?_0x4ceb95("id"):_0x59d892(8)));enableMAC&&($(a(320))[a(517)]||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(458)),b[a(661)](a(430)),$(a(825))[a(661)](b)),$(a(320))[_0x59d892(76)](_0x4ceb95(a(325))?_0x4ceb95(a(325)):"x:x:x:x:x:x"));enableIPAddress&&($(a(774))[a(517)]||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(809)),b[a(661)](a(469)),$(a(825))[a(661)](b)),$(a(774))[_0x59d892(76)](_0x4ceb95(a(597))?_0x4ceb95(a(597)): a(642)));if(enableUpSpeed){$(a(298))[a(517)]||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(406)),b[a(661)]('<div id="yd-upspeed"></div>'),$(a(825))[a(661)](b));var c;_0x4ceb95("ulimit")&&(c=_0x4ceb95(a(363))[a(346)](/\d+/g));c&&(c=c[0],(b=_0x4ceb95(a(363)).match(/(B|b|K|k|M|m|G|g|T|t)/g))&&(c=b[0]&&"b"!==b[0][a(395)]()?c+(" "+b[0]+"bps"):c+"bps"));$(a(298))[_0x59d892(76)](c?c:a(407))}if(enableDownSpeed){$(a(539)).length||(b=$(_0x45b3c6),b[a(568)]("div")[_0x59d892(76)]("Download:"),b.append(a(268)), $("#yd-info-data")[a(661)](b));var d;_0x4ceb95(a(371))&&(d=_0x4ceb95(a(371))[a(346)](/\d+/g));d&&(d=d[0],(c=_0x4ceb95(a(371))[a(346)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(d=c[0]&&"b"!==c[0].toLowerCase()?d+(" "+c[0]+a(299)):d+a(299)));$(a(539))[_0x59d892(76)](d?d:"0 bps")}enableReserveDuration&&1!==CodeStyleOnly&&($(a(691))[a(517)]||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(701)),b[a(661)](a(735)),$(a(825)).append(b)),$(a(691))[_0x59d892(76)](_0x4ceb95(a(785))?_0x4ceb95("resduration"):"0.0.0")); enableDurationType&&1!==CodeStyleOnly&&($(a(335)).length||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(569)),b.append(a(375)),$(a(825))[a(661)](b)),$(a(335))[_0x59d892(76)](_0x4ceb95(a(704))?a(639)===_0x4ceb95("type")?a(730):a(434):"none"));enableValidUntil&&($(a(356))[a(517)]||!_0x4ceb95(a(499))&&a(639)!==_0x4ceb95("type")?_0x4ceb95(a(499))||a(639)===_0x4ceb95(a(704))||$(a(751))[a(629)]():(b=$(_0x45b3c6),b[a(263)]("id","yd-validity-parent"),b[a(568)](a(588))[_0x59d892(76)](a(303)),b[a(661)]('<div id="yd-validity"></div>'), $(a(825))[a(661)](b)));enableExpiration&&!$(a(694))[a(517)]&&"pausable"===_0x4ceb95("type")?(b=$(_0x45b3c6),b[a(263)]("id","yd-estimate-parent"),b.children(a(588))[a(544)](a(648)),b[a(661)]('<div id="yd-estimate"></div>'),$(a(825))[a(661)](b),$(a(694))[a(544)](dateFormat(new Date(_0x4ceb95(a(355))+1E3*_0x4ceb95("duration"))))):a(550)!==_0x4ceb95(a(704))&&$(a(791))[a(629)]();enablePauseLimit&&!$(a(449))[a(517)]&&0<=_0x4ceb95(a(429))?(b=$(_0x45b3c6),b[a(263)]("id",a(655)),b[a(568)](a(588))[a(544)](a(467)), b.append(a(415)),$(a(825))[a(661)](b)):(0>_0x4ceb95(a(429))||void 0===_0x4ceb95("pauselimit"))&&$(a(354)).remove();0!==enableValidUntil&&a(639)===_0x4ceb95("type")&&$(a(356))[a(544)](dateFormat(new Date(_0x4ceb95("expiration"))));0!==enableValidUntil&&_0x4ceb95(a(499))&&$(a(356))[a(544)](dateFormat(new Date(_0x4ceb95("validity"))));0!==enablePauseLimit&&0<=_0x4ceb95(a(429))&&$(a(449))[a(544)](_0x4ceb95(a(429))?_0x4ceb95(a(429)):"none");enableDate&&($(a(671))[a(517)]||(b=$(_0x45b3c6),b[a(568)](a(588))[_0x59d892(76)](a(302)), b[a(661)]('<div id="yd-date"></div>'),$("#yd-info-data")[a(661)](b)),$(a(671))[_0x59d892(76)](_0x4ceb95(a(355))?dateFormat(new Date(_0x4ceb95(a(355)))):"0/0/0 0:0 xx"));enableUptime&&($("#yd-uptime")[a(517)]||(b=$(_0x45b3c6),b.children("div")[_0x59d892(76)](a(286)),b[a(661)]('<div id="yd-uptime"></div>'),$("#yd-info-data")[a(661)](b)),$("#yd-uptime")[_0x59d892(76)](_0x4ceb95(a(447))?decToTime(_0x4ceb95("uptime")):"0.0.0"))}} function _0x2462d0(a,b,c){var d=_0x441b21;a=parseInt(a);if(0<a)if("d"===_0x1281c1)socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[12],a,function(e){var g=_0x3188;g(806)===e?(e=e[g(542)](g(779),g(519)),_0x430fc9(53,e)):(b&&$(g(417)+c)[g(265)]("hide"),_0x430fc9(55,g(727)))});else socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[11],a,function(e){var g=_0x3188;g(378)===e.toLowerCase()?(b&&$(g(417)+c)[g(265)](g(341)),_0x430fc9(55,"Duration Extended")):(e=e[g(542)](g(779),g(519)),_0x430fc9(53,e))});else _0x430fc9(53, d(584))}function _0x2e0074(a,b,c){var d=0;return socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[8],a,function(e){var g=_0x3188;e.amount&&(d=1,_0x2462d0(e[g(793)],b,c))}),d} function _0x4e0b31(a,b,c,d){var e=_0x441b21;if(a&&4<a.length&&15>a[e(517)]){if(1!==_0x2e0074(a,b,c))if("d"===_0x1281c1)socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[9],a,function(g){"Connected"===g?(b&&$(e(417)+c)[e(265)](e(341)),_0x430fc9(55,e(727))):-1<g.indexOf(e(767))?(g=g[e(542)](e(767),d+" Code Timeout"),_0x430fc9(53,g)):_0x430fc9(53,e(413))});else socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[10],a,function(g){e(378)===g.toLowerCase()?(b&&$("#modal-alert-"+c)[e(265)](e(341)),_0x430fc9(55, "Duration Extended")):-1<g.indexOf(e(767))?(g=g[e(542)]("Login ban",d+e(312)),_0x430fc9(53,g)):_0x430fc9(53,e(413))})}else _0x430fc9(53,e(522))}function _0x4614d1(){socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[4],function(a){var b=_0x3188;"disconnected"===a[b(395)]()?_0x430fc9(52,b(820)):(a=a.replace(b(456),b(730)),_0x430fc9(56,a))})} function _0x307561(){socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[6],function(a){var b=_0x3188;-1<a[b(445)](b(643))?(_0x430fc9(53,a),b(311)===a&&setTimeout(function(){location.reload()},2E3)):_0x430fc9(55,b(716))})} function _0x1583f4(){var a=_0x441b21,b=_0x153ee0();openModal(a(305),b+a(687)+_mconexXColor+a(678),a(536)+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(763)+_modal_contentBodyBackColor+a(313)+_codeLabelBorderColor+"; color: "+_codeLabelTextColor+a(377)+_codeLabelBackColor+a(719)+_codeInputBackColor+a(757)+_codeInputBorderColor+"; text-align: center; color: "+_inputTextColor+' !important;"\t\t\tclass="form-control" placeholder="Code Here">\t\t</div></div></div></div>','<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:'+ _mconexBtnTextColor+a(405)+_mconexBtnBackColor+a(439)+_mconexBtnBorderColor+"; box-shadow: "+_mconexBtnBoxShadow+a(823)+_mconexBtnBorderRadius+a(578)+b+a(821));$("#use-csubmit-btn").on(_0x59d892(51),function(){_0x2af62b&&clearTimeout(_0x2af62b);_0x502e0d(1500);var c=$(a(748))[a(269)]();c?(c=c[a(542)](/\s/g,""),c=c[a(421)](),_0x4e0b31(c,!0,a(305),b+" via")):_0x430fc9(53,a(631));$(a(748))[a(269)]("")})} function _0xa0853e(){var a=_0x441b21,b=_0x153ee0();openModal("_yd_ucb",b+a(624)+_mconexXColor+a(678),a(536)+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(621)+_modal_contentBodyBackColor+a(367)+_creditLabelBorderColor+a(604)+_creditLabelTextColor+a(377)+_creditLabelBackColor+a(432)+_0x2d3289+'.00</span></span></div>\t\t\t<input id="yd_creditin" type="number" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:'+_creditInputBackColor+"; \t\t\tborder:1px solid "+ _creditInputBorderColor+a(781)+_inputTextColor+a(625),a(557)+_mconexBtnTextColor+a(405)+_mconexBtnBackColor+a(289)+_mconexBtnBorderColor+"; box-shadow: "+_mconexBtnBoxShadow+a(823)+_mconexBtnBorderRadius+a(548)+b+a(756));$(a(293)).on(_0x59d892(51),function(){_0x2af62b&&clearTimeout(_0x2af62b);_0x502e0d(1500);if(0<parseInt(_0x2d3289)){var c=$(a(689))[a(269)]();c=parseInt(c);0<c?_0x2462d0(c,!0,"_yd_ucb"):_0x430fc9(53,"Please Input a Valid Credit");$(a(689))[a(269)]("")}else $("#modal-alert-_yd_ucb").modal("hide"), _0x430fc9(53,a(584))})}socketIO[_0x441b21(732)](_0x401f9a[_0x59d892(1)]()[20]);socketIO[_0x441b21(732)](_0x401f9a[_0x59d892(1)]()[21]); function _0x2b7594(a){var b=_0x441b21;1===SelectableVendo&&(_0x1879af=$(b(618))[b(428)](b(698)));if(""===_0x1879af)_0x430fc9(53,b(524));else{var c={};a=(c.vendo=_0x1879af,c[b(704)]=a,c[b(495)]=!!hideoptions[b(404)],c);socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[13],a,function(d){if(b(279)==d[b(654)]||b(690)==d[b(654)]){_0x497f33=d[b(400)];_0x38546a=1;openModal(34,"Insert Coin",b(769)+_modal_contentBodyBorderRadius+b(762)+_modal_contentBodyBoxShadow+b(763)+_modal_contentBodyBackColor+b(261)+_minsertCreditColor+ ' !important; font-size:22px;">₱ 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: '+_minsertTotalCreditColor+b(615)+_minsertDurationColor+b(563)+_minsertprogressbarColor+b(636)+3.333333333333333*d[b(387)]+b(693)+d[b(387)]+b(633),b(796)+_minsertCancelTextColor+b(405)+_minsertCancelBackColor+"; border-color: "+_minsertCancelBorderColor+b(606)+_minsertCancelBoxShadow+b(823)+_minsertCancelBorderRadius+b(658)+_minsertDoneTextColor+ b(405)+_minsertDoneBackColor+b(439)+_minsertDoneBorderColor+"; box-shadow: "+_minsertDoneBoxShadow+b(823)+_minsertDoneBorderRadius+b(567));socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[2],function(e){var g=_0x1cd356(e[b(391)],_0x497f33.rates,_0x497f33.rtype);$("#insert-display")[_0x59d892(76)]("Total Credit: ₱ "+e[b(391)]+b(649));if(g)$(b(533))[_0x59d892(76)]("Duration: "+decToTime(g[b(706)]))});$("#insert-done-d").off(_0x59d892(51));$(b(734)).on(_0x59d892(51),function(){this[b(373)]=!0;_0x2b7594(0); 0<parseInt(_0x2d3289)&&_0x2462d0(_0x2d3289,!1,"")});$(b(644))[b(732)](_0x59d892(51));$(b(644)).on(_0x59d892(51),function(){this.disabled=!0;_0x2b7594(0)});_0x4a2d25&&(_0x4a2d25.pause(),_0x4a2d25[b(617)]=0);_0x53b529&&(_0x53b529[b(259)](),_0x53b529[b(617)]=0);$(b(734)).hide();try{_0x50a2ef=hideoptions[b(623)]&&hideoptions[b(623)][b(454)]?new Audio("/html/"+hideoptions[b(623)][b(454)]+"?version="+hideoptions[b(623)][b(334)]):new Audio(b(773)),_0x5a81ed=hideoptions[b(623)]&&hideoptions[b(623)].insertcoin? new Audio("/html/"+hideoptions[b(623)].insertcoin+"?version="+hideoptions[b(623)].version):new Audio(b(646)),_0x5a81ed[b(525)]()}catch(e){}}else{if(b(314)===d[b(654)]){if(!_0x4a2d25||_0x4a2d25[b(543)])try{_0x4a2d25=hideoptions[b(623)]&&hideoptions[b(623)][b(360)]?new Audio("/html/"+hideoptions[b(623)][b(360)]+"?version="+hideoptions[b(623)][b(334)]):new Audio("/client/theme/mp3/please_wait.mp3"),_0x4a2d25.play()}catch(e){}else _0x4a2d25&&(_0x4a2d25.pause(),_0x4a2d25[b(617)]=0);_0x430fc9(56,b(436))}else if(b(486)== d[b(654)]){if(!_0x53b529||_0x53b529[b(543)])try{_0x53b529=hideoptions.imgmp3&&hideoptions.imgmp3[b(427)]?new Audio(b(603)+hideoptions.imgmp3.insertban+b(728)+hideoptions[b(623)][b(334)]):new Audio("/client/theme/mp3/insert_ban.mp3"),_0x53b529.play()}catch(e){}else _0x53b529&&(_0x53b529.pause(),_0x53b529[b(617)]=0);_0x430fc9(53,b(487)+d[b(619)]);clearTimeout(_0xdadd1d);_0x4e64fa(1E4)}else"have session"===d[b(654)]?_0x430fc9(52,d[b(596)]):b(468)===d[b(654)]&&_0x5a81ed&&(_0x5a81ed[b(259)](),_0x5a81ed= null);_0x38546a=0}})}} socketIO.on(_0x401f9a[_0x59d892(1)]()[20],function(a){var b=_0x441b21;if(a[b(391)]){1===HideInsertCloseBtnWhenCoinInserted&&$(b(644))[b(341)]();_0x2de049&&clearTimeout(_0x2de049);_0x2de049=setTimeout(function(){_0x5a81ed&&_0x5a81ed[b(525)]()},2E3);_0x50a2ef&&(_0x5a81ed[b(259)](),_0x50a2ef[b(525)]());$(b(734))[_0x59d892(76)](_0x153ee0());$(b(734)).show();$("#inserted-coin-d")[_0x59d892(76)](b(494)+a[b(529)]+".00");var c=_0x1cd356(a.credit,_0x497f33.rates,_0x497f33.rtype);$(b(740))[_0x59d892(76)](b(358)+a[b(391)][b(801)](2)); if(c)$(b(533))[_0x59d892(76)]("Duration: "+decToTime(c[b(706)]))}}); socketIO.on(_0x401f9a[_0x59d892(1)]()[21],function(a){var b=_0x441b21;a[b(387)]?(28>=a[b(387)]&&_0x5a81ed&&_0x5a81ed[b(543)]&&(_0x50a2ef&&_0x50a2ef.pause(),10>=_0x5a81ed[b(617)]&&_0x5a81ed[b(525)]()),29==a[b(387)]&&_0x50a2ef&&_0x50a2ef[b(543)]&&(_0x50a2ef[b(259)](),25<=_0x5a81ed.currentTime&&(_0x5a81ed[b(617)]=2.5),_0x5a81ed&&_0x5a81ed.play()),30<=a[b(387)]&&(_0xdadd1d&&clearTimeout(_0xdadd1d),_0x4e64fa(3E3)),$(b(376))[b(559)](b(733),3.333333333333333*a[b(387)]+"%"),10>a[b(387)]?$(b(688))[b(559)](b(451), b(322)):$(b(688))[b(559)](b(451),b(414)),$(b(688))[_0x59d892(76)](a[b(387)])):a[b(309)]&&(_0x5a81ed&&(_0x5a81ed.pause(),_0x5a81ed=null),hideoptions[b(623)]&&hideoptions.imgmp3[b(309)]&&(new Audio(b(603)+hideoptions[b(623)].done+"?version="+hideoptions[b(623)][b(334)]))[b(525)](),$("#modal-alert-34")[b(265)](b(341)),_0x38546a=0,$(b(600))[_0x59d892(76)](""),_0x4e64fa(2E3),_0x4480d2(),"Vendo is offline"===a[b(654)]&&_0x430fc9(53,a[b(654)]),_0x5a81ed&&_0x5a81ed[b(259)]())}); function _0x3e8139(){var a=_0x441b21,b=0,c="n",d="0",e=$("#yd_loginout"),g="",h=$(a(761)),k=$(a(502)),l=$(a(554)),y=$(a(726)),p="",w=$(a(810)),t="",x="",f=$("#spinner"),v=$("#yd_vouchcodebtn"),m="",n=$(a(315)),u=$(a(652)),r=$(a(667)),q=$(a(822)),C=$(a(336)),D=$(a(273)),E=$("#yd-client-duration-m"),F=$(a(607)),G=$("#yd-client-duration-d"),H=$(a(327)),I=$(a(560)),J=$("#yd-client-duration-min"),K=$(a(556)),L=setInterval(function(){1===EnableBackMusic&&_0x3a138c&&(_0x53b529&&0<_0x53b529[a(617)]?(_0x3a138c.pause(), _0x53b529[a(543)]&&(_0x53b529[a(259)](),_0x53b529[a(617)]=0)):_0x4a2d25&&0<_0x4a2d25[a(617)]?(_0x3a138c[a(259)](),_0x4a2d25[a(543)]&&(_0x4a2d25[a(259)](),_0x4a2d25.currentTime=0)):_0x5a81ed&&0<_0x5a81ed[a(617)]?(_0x3a138c[a(259)](),_0x5a81ed[a(543)]&&(_0x5a81ed[a(259)](),_0x5a81ed[a(617)]=0)):_0x3a138c.paused&&_0x3a138c.play());1===EnableSnowBall&&$(a(709))[a(455)](function(){var B=parseInt($(this)[a(559)](a(590)));if(a(423)===$(this)[a(559)](a(733))){var z=Math[a(593)](6*Math.random())+1;$(this)[a(559)]("width", z+"px");$(this)[a(559)]("height",z+"px")}-30>B&&($(this)[a(559)](a(733),a(423)),$(this).css(a(300),a(423)))});1===EnableChatMe&&($(a(692))[a(517)]||$(a(786))[a(292)]('\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[a(333)]&&(1===_0x847659&&f[a(559)](_0x59d892(5))!==_0x59d892(8)&&location[a(326)](),socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[2],function(B){if(B){_0xb06255= B;try{if(0===_0x3615b7&&_0x6ee483(),_0x1a299c=_0x4ceb95("internet")){_0x2d3289=_0x4ceb95(a(391))?_0x4ceb95(a(391)):0;var z=_0x4ceb95(a(778));z?(b=1,_0x1281c1=z[0][a(395)]()):1===b?(location[a(326)](),b=0):_0x1281c1="d";_0xa83ea=(_0xa83ea=_0x4ceb95("point"))?-1<_0xa83ea?_0xa83ea[a(801)](2):"0.00":a(668)}else _0x1a299c=0,_0x1281c1="d",_0xa83ea="0.00"}catch(M){}}}));h[_0x59d892(76)](a(494)+(_0x2d3289+a(649)));var A=$(a(461));if(A[a(517)])A[_0x59d892(76)](a(494)+(_0x2d3289+a(649)));if(""!==_0xa83ea&& (w[a(568)](a(747))[a(596)](_0xa83ea),A=$("#spinwheel-points"),A.length&&!1===wheelSpinning))A[_0x59d892(76)](a(508)+_0xa83ea);_0x4480d2();"c"==_0x1281c1&&"o"!==c?(_0x5d0095(_0x4ceb95(a(496)),u,r,q,C,D,E,F,G,H,I,J,K),"1"!==d&&(t="Connected",g=a(666),m=a(498),p="mdi mdi-wifi",x=TextStatusConnectedColor,c="o",d="1")):"p"===_0x1281c1&&"o"!==c?"2"!==d&&(_0x5d0095(_0x4ceb95(a(496)),u,r,q,C,D,E,F,G,H,I,J,K),t=a(783),g=a(690),m=a(498),p="mdi mdi-wifi",x=TextStatusPausedColor,c="o",d="2"):"d"==_0x1281c1&& "o"!==c&&"3"!==d&&(t="Disconnected",g=a(337),p=a(707),m=a(764),x=TextStatusDisconnectedColor,c="o",d="3");"o"===c&&(1!==UseStatusStaticColor&&k[a(559)](a(347),x),l[_0x59d892(78)](a(262),p),y[_0x59d892(76)](t),"u"===t[2]?$(a(500)).attr(a(262),a(471)):$(a(500))[a(428)](a(262),""),g[1]!==e[a(568)](a(747)).text()[1]&&e[a(568)](a(747))[a(288)](200,function(){e[a(568)](a(747))[a(596)](g)[a(516)](200)}),0===CodeStyleOnly?(v[a(568)](a(747))[a(596)]()[1]!==m[1]&&v[a(568)](a(747))[a(288)](200,function(){v[a(568)](a(747))[a(596)](m)[a(516)](200)}), "h"===n.children("span")[a(596)]()[1]&&n[a(568)](a(747))[a(288)](200,function(){n[a(568)](a(747))[a(596)](a(547))[a(516)](200)})):n.children(a(747))[a(596)]()[1]!==m[1]&&n[a(568)](a(747))[a(288)](200,function(){n.children(a(747))[a(596)](m)[a(516)](200)}),EnableTrialTimeButton&&(_0x4ceb95("trial")?"d"===_0x1281c1&&($(a(500))[a(559)](_0x59d892(5),_0x59d892(8)),$(a(681))[a(559)](_0x59d892(5),_0x59d892(12))):($(a(681))[a(559)](_0x59d892(5),_0x59d892(8)),$(a(500))[a(559)](_0x59d892(5),_0x59d892(12)))), f[a(341)](),"0"===_0x516dcb&&(_0x44327f=DataUpdateSpeed,clearInterval(L),_0x516dcb="1",_0x3e8139()),0===SelectableVendo&&$("#yd-static-box-name")[a(596)](_0x593abc),c="n",_0x847659=1)},_0x44327f)} try{graphMonitor[_0x441b21(629)]();redeembtn[_0x441b21(629)]();clientinfocard[_0x441b21(629)]();buttoncard.remove();ratecard=_0x441b21(572);creditbox[_0x441b21(629)]();""!==PortalTitle&&$(document)[_0x441b21(263)](_0x441b21(328),PortalTitle);var _0x4a547b="";1!==UseMp4BackGroundStyle&&(_0x4a547b=1===UseBackGroundImageStyle?"background:url(/html/"+backGroundImageName+") "+backGroundImagePosY+" "+backGroundImagePosX+" "+backGroundImageRepeat+" "+backGroundImageColor+_0x441b21(546)+backGroundImageSize: "background: linear-gradient(45deg, hsla(0,0%,0%,.25) 25%, transparent 25%, transparent 75%, hsla(0,0%,0%,.25) 75%, hsla(0,0%,0%,.25)), linear-gradient(45deg, hsla(0,0%,0%,.25) 25%, transparent 25%, transparent 75%, hsla(0,0%,0%,.25) 75%, hsla(0,0%,0%,.25)) rgba(53,56,65,255); background-position:0 0, 2px 2px; background-size:4px 4px;");var _0x33184b="";_0x441b21(753)===_0x5c5e3b&&(_0x33184b=_0x441b21(622)+_inputTextColor+" !important;");$(_0x441b21(275))[_0x441b21(661)](_0x441b21(317));$(_0x441b21(275)).children(":last")[_0x441b21(544)](_0x441b21(485)+ _0x4a547b+_0x441b21(515)+_cardBackColor+_0x441b21(472)+_cardBorderSize+_0x441b21(489)+_cardBorderColor+";border-radius:"+_cardBorderRadius+_0x441b21(710)+_cardBoxShadow+_0x441b21(616)+_ratescardbordersize+"px solid "+_ratescardbordercolor+"}\t\t.table, .jsgrid .jsgrid-table{background:"+_tableBackColor+_0x441b21(476)+_tablestripedBackColor+_0x441b21(653)+_modal_contentBackColor+_0x441b21(472)+_modal_contentBorderSize+_0x441b21(489)+_modal_contentBorderColor+";border-radius:"+_modal_contentBorderRadius+ _0x441b21(710)+_modal_contentBoxShadow+_0x441b21(459)+_modal_contentTitleColor+";border-bottom: 0px solid transparent;margin-bottom: -5px;}\t\t.modal-footer{border-top:0px;padding: 0px;margin-top: 0px; margin-bottom: 0px;}\t\t.dropdown-menu{color:"+VendoDropDownMenuListTextColor+_0x441b21(518)+VendoDropDownMenuBackColor+_0x441b21(282)+VendoDropDownMenuBorderSize+_0x441b21(489)+VendoDropDownMenuBorderColor+_0x441b21(788)+VendoDropDownMenuBorderRadius+_0x441b21(274)+VendoDropDownMenuListTextColor+_0x441b21(491)+ _textsuccess+" !important}\t\t.text-warning{color: "+_textwarning+_0x441b21(352)+_spinbtnbackcolor+_0x441b21(604)+_spinbtntextcolor+_0x441b21(675)+_spinbtnbordercolor+";}\t\t.btn-PauseResume{box-shadow: "+PauseResumeButtonBoxShadow+_0x441b21(353)+PauseResumeButtonTextColor+";\t\tbackground-color:"+PauseResumeButtonBackColor+_0x441b21(285)+PauseResumeButtonBorderColor+_0x441b21(402)+PauseResumeButtonBoxShadow+_0x441b21(353)+PauseResumeButtonTextColor+_0x441b21(518)+PauseResumeButtonBackColor+";border-color:"+ PauseResumeButtonBorderColor+_0x441b21(650)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x441b21(518)+PauseResumeButtonBackColor+_0x441b21(285)+PauseResumeButtonBorderColor+_0x441b21(420)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x441b21(518)+PauseResumeButtonBackColor+_0x441b21(285)+PauseResumeButtonBorderColor+_0x441b21(812)+PauseResumeButtonBoxShadow+_0x441b21(353)+PauseResumeButtonTextColor+_0x441b21(518)+PauseResumeButtonBackColor+";border-color:"+ PauseResumeButtonBorderColor+_0x441b21(551)+PauseResumeButtonBoxShadow+_0x441b21(353)+PauseResumeButtonTextColor+_0x441b21(505)+PauseResumeButtonBoxShadow+_0x441b21(353)+PauseResumeButtonTextColor+_0x441b21(518)+PauseResumeButtonBackColor+_0x441b21(729)+PauseResumeButtonBoxShadow+_0x441b21(353)+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+"}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:"+PauseResumeButtonTextColor+ _0x441b21(815)+PauseResumeButtonTextColor+_0x441b21(470)+ConExtendButtonBoxShadow+_0x441b21(353)+ConExtendButtonTextColor+_0x441b21(397)+ConExtendButtonBackColor+";border-color:"+ConExtendButtonBorderColor+"}.btn-vouchextend:hover{box-shadow: "+ConExtendButtonBoxShadow+_0x441b21(353)+ConExtendButtonTextColor+_0x441b21(518)+ConExtendButtonBackColor+_0x441b21(285)+ConExtendButtonBorderColor+_0x441b21(276)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+ ";border-color:"+ConExtendButtonBorderColor+_0x441b21(453)+ConExtendButtonBoxShadow+_0x441b21(353)+ConExtendButtonTextColor+_0x441b21(518)+ConExtendButtonBackColor+_0x441b21(285)+ConExtendButtonBorderColor+_0x441b21(372)+ConExtendButtonBoxShadow+_0x441b21(353)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x441b21(285)+ConExtendButtonBorderColor+"}.btn-vouchextend:not(:disabled):not(.disabled):active:focus,.btn-vouchextend:not(:disabled):not(.disabled).active:focus,.show>.btn-vouchextend.dropdown-toggle:focus{box-shadow: "+ ConExtendButtonBoxShadow+_0x441b21(353)+ConExtendButtonTextColor+";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: "+ConExtendButtonBoxShadow+_0x441b21(353)+ConExtendButtonTextColor+_0x441b21(518)+ConExtendButtonBackColor+_0x441b21(332)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x441b21(518)+ConExtendButtonBackColor+_0x441b21(285)+ConExtendButtonBorderColor+"}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:"+ ConExtendButtonTextColor+_0x441b21(583)+ConExtendButtonTextColor+"}\t\t.btn-redeem{box-shadow: "+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+_0x441b21(397)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+_0x441b21(610)+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+_0x441b21(518)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+_0x441b21(501)+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+_0x441b21(518)+RedeemButtonBackColor+";border-color:"+ RedeemButtonBorderColor+_0x441b21(509)+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+_0x441b21(285)+RedeemButtonBorderColor+_0x441b21(613)+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+_0x441b21(518)+RedeemButtonBackColor+_0x441b21(285)+RedeemButtonBorderColor+_0x441b21(743)+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+_0x441b21(505)+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+_0x441b21(518)+RedeemButtonBackColor+ _0x441b21(270)+RedeemButtonBoxShadow+_0x441b21(353)+RedeemButtonTextColor+_0x441b21(518)+RedeemButtonBackColor+_0x441b21(285)+RedeemButtonBorderColor+"}.btn-redeem:not(.btn-light):not(.btn-secondary){color:"+RedeemButtonTextColor+_0x441b21(766)+RedeemButtonTextColor+_0x441b21(595)+MovieButtonBoxShadow+_0x441b21(353)+MovieButtonTextColor+_0x441b21(397)+MovieButtonBackColor+_0x441b21(285)+MovieButtonBorderColor+_0x441b21(574)+MovieButtonBoxShadow+_0x441b21(353)+MovieButtonTextColor+_0x441b21(518)+MovieButtonBackColor+ _0x441b21(285)+MovieButtonBorderColor+"}.btn-movie:focus,.btn-movie.focus{box-shadow: "+MovieButtonBoxShadow+_0x441b21(353)+MovieButtonTextColor+_0x441b21(518)+MovieButtonBackColor+";border-color:"+MovieButtonBorderColor+_0x441b21(318)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+_0x441b21(518)+MovieButtonBackColor+_0x441b21(285)+MovieButtonBorderColor+_0x441b21(561)+MovieButtonBoxShadow+_0x441b21(353)+MovieButtonTextColor+_0x441b21(518)+MovieButtonBackColor+_0x441b21(285)+MovieButtonBorderColor+ _0x441b21(382)+MovieButtonBoxShadow+_0x441b21(353)+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+";color:"+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+_0x441b21(824)+MovieButtonBoxShadow+_0x441b21(353)+MovieButtonTextColor+_0x441b21(518)+MovieButtonBackColor+_0x441b21(285)+MovieButtonBorderColor+_0x441b21(582)+MovieButtonTextColor+_0x441b21(296)+ MovieButtonTextColor+_0x441b21(479)+BVouchButtonBoxShadow+_0x441b21(353)+BVouchButtonTextColor+_0x441b21(397)+BVouchButtonBackColor+";border-color:"+BVouchButtonBorderColor+_0x441b21(742)+BVouchButtonBoxShadow+_0x441b21(353)+BVouchButtonTextColor+_0x441b21(518)+BVouchButtonBackColor+_0x441b21(285)+BVouchButtonBorderColor+"}.btn-BVouch:focus,.btn-BVouch.focus{box-shadow: "+BVouchButtonBoxShadow+_0x441b21(353)+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x441b21(285)+BVouchButtonBorderColor+ _0x441b21(284)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x441b21(285)+BVouchButtonBorderColor+_0x441b21(744)+BVouchButtonBoxShadow+_0x441b21(353)+BVouchButtonTextColor+_0x441b21(518)+BVouchButtonBackColor+_0x441b21(285)+BVouchButtonBorderColor+"}.btn-BVouch:not(:disabled):not(.disabled):active:focus,.btn-BVouch:not(:disabled):not(.disabled).active:focus,.show>.btn-BVouch.dropdown-toggle:focus{box-shadow: "+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+ _0x441b21(505)+BVouchButtonBoxShadow+_0x441b21(353)+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x441b21(651)+BVouchButtonBoxShadow+_0x441b21(353)+BVouchButtonTextColor+_0x441b21(518)+BVouchButtonBackColor+_0x441b21(285)+BVouchButtonBorderColor+_0x441b21(528)+BVouchButtonTextColor+_0x441b21(316)+BVouchButtonTextColor+"}\t\t.btn-freebtn{box-shadow: "+FreeButtonBoxShadow+_0x441b21(353)+FreeButtonTextColor+_0x441b21(397)+FreeButtonBackColor+_0x441b21(285)+FreeButtonBorderColor+ _0x441b21(504)+FreeButtonBoxShadow+_0x441b21(353)+FreeButtonTextColor+_0x441b21(518)+FreeButtonBackColor+_0x441b21(285)+FreeButtonBorderColor+_0x441b21(361)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x441b21(518)+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+_0x441b21(426)+FreeButtonBoxShadow+_0x441b21(353)+FreeButtonTextColor+_0x441b21(518)+FreeButtonBackColor+_0x441b21(285)+FreeButtonBorderColor+_0x441b21(450)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x441b21(518)+ FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+_0x441b21(297)+FreeButtonBoxShadow+_0x441b21(353)+FreeButtonTextColor+_0x441b21(505)+FreeButtonBoxShadow+_0x441b21(353)+FreeButtonTextColor+_0x441b21(518)+FreeButtonBackColor+_0x441b21(575)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+_0x441b21(725)+FreeButtonTextColor+_0x441b21(513)+FreeButtonTextColor+_0x441b21(702)+VendoBoxShadow+_0x441b21(353)+VendoTextColor+ _0x441b21(397)+VendoBackColor+";border-color:"+VendoBorderColor+_0x441b21(570)+VendoBoxShadow+_0x441b21(353)+VendoTextColor+_0x441b21(518)+VendoBackColor+_0x441b21(285)+VendoBorderColor+"}.btn-vendolist:focus,.btn-vendolist.focus{box-shadow: "+VendoBoxShadow+_0x441b21(353)+VendoTextColor+";background-color:"+VendoBackColor+_0x441b21(285)+VendoBorderColor+_0x441b21(755)+VendoBoxShadow+";color:"+VendoTextColor+";background-color:"+VendoBackColor+_0x441b21(285)+VendoBorderColor+_0x441b21(608)+VendoBoxShadow+ _0x441b21(353)+VendoTextColor+_0x441b21(518)+VendoBackColor+_0x441b21(285)+VendoBorderColor+_0x441b21(433)+VendoBoxShadow+";color:"+VendoTextColor+_0x441b21(505)+VendoBoxShadow+";color:"+VendoTextColor+_0x441b21(518)+VendoBackColor+"}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: "+VendoBoxShadow+_0x441b21(353)+VendoTextColor+_0x441b21(518)+VendoBackColor+_0x441b21(285)+VendoBorderColor+_0x441b21(676)+VendoTextColor+ _0x441b21(490)+VendoTextColor+_0x441b21(389)+InfoBoxShadow+_0x441b21(353)+InfoTextColor+";\t\tbackground-color:"+InfoBackColor+";border-color:"+InfoBorderColor+_0x441b21(324)+InfoBoxShadow+";color:"+InfoTextColor+_0x441b21(518)+InfoBackColor+_0x441b21(285)+InfoBorderColor+_0x441b21(700)+InfoBoxShadow+_0x441b21(353)+InfoTextColor+_0x441b21(518)+InfoBackColor+";border-color:"+InfoBorderColor+_0x441b21(717)+InfoBoxShadow+_0x441b21(353)+InfoTextColor+_0x441b21(518)+InfoBackColor+_0x441b21(285)+InfoBorderColor+ _0x441b21(507)+InfoBoxShadow+_0x441b21(353)+InfoTextColor+_0x441b21(518)+InfoBackColor+_0x441b21(285)+InfoBorderColor+"}.btn-cinfo:not(:disabled):not(.disabled):active:focus,.btn-cinfo:not(:disabled):not(.disabled).active:focus,.show>.btn-cinfo.dropdown-toggle:focus{box-shadow: "+InfoBoxShadow+_0x441b21(353)+InfoTextColor+";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: "+InfoBoxShadow+";color:"+InfoTextColor+ ";background-color:"+InfoBackColor+_0x441b21(697)+InfoBoxShadow+_0x441b21(353)+InfoTextColor+_0x441b21(518)+InfoBackColor+_0x441b21(285)+InfoBorderColor+_0x441b21(752)+InfoTextColor+"}.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:"+InfoTextColor+_0x441b21(291)+RateBoxShadow+_0x441b21(353)+RateTextColor+";\t\tbackground-color:"+RateBackColor+_0x441b21(285)+RateBorderColor+_0x441b21(663)+ RateBoxShadow+_0x441b21(353)+RateTextColor+_0x441b21(518)+RateBackColor+";border-color:"+RateBorderColor+"}.btn-rate:focus,.btn-rate.focus{box-shadow: "+RateBoxShadow+_0x441b21(353)+RateTextColor+_0x441b21(518)+RateBackColor+_0x441b21(285)+RateBorderColor+_0x441b21(344)+RateBoxShadow+_0x441b21(353)+RateTextColor+_0x441b21(518)+RateBackColor+_0x441b21(285)+RateBorderColor+"}.btn-rate:not(:disabled):not(.disabled):active,.btn-rate:not(:disabled):not(.disabled).active,.show>.btn-rate.dropdown-toggle{box-shadow: "+ RateBoxShadow+_0x441b21(353)+RateTextColor+_0x441b21(518)+RateBackColor+_0x441b21(285)+RateBorderColor+_0x441b21(656)+RateBoxShadow+_0x441b21(353)+RateTextColor+_0x441b21(505)+RateBoxShadow+_0x441b21(353)+RateTextColor+";background-color:"+RateBackColor+_0x441b21(665)+RateBoxShadow+_0x441b21(353)+RateTextColor+_0x441b21(518)+RateBackColor+_0x441b21(285)+RateBorderColor+_0x441b21(497)+RateTextColor+_0x441b21(264)+RateTextColor+"}\t\t.btn-insertcirclecoin{box-shadow:"+InsertCoinButtonBoxShadow+_0x441b21(353)+ InsertCoinButtonTextColor+_0x441b21(397)+InsertCoinButtonBackColor+_0x441b21(285)+_0x2213f2+_0x441b21(660)+InsertCoinButtonBoxShadow+_0x441b21(353)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x441b21(285)+_0x2213f2+"}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{box-shadow:"+InsertCoinButtonBoxShadow+_0x441b21(353)+InsertCoinButtonTextColor+_0x441b21(518)+InsertCoinButtonBackColor+_0x441b21(285)+_0x2213f2+";}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{box-shadow:"+ InsertCoinButtonBoxShadow+_0x441b21(353)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x441b21(285)+_0x2213f2+_0x441b21(585)+InsertCoinButtonBoxShadow+_0x441b21(353)+InsertCoinButtonTextColor+_0x441b21(518)+InsertCoinButtonBackColor+_0x441b21(285)+_0x2213f2+"}.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+ _0x441b21(353)+InsertCoinButtonTextColor+_0x441b21(437)+InsertCoinButtonBoxShadow+"; color:"+InsertCoinButtonTextColor+_0x441b21(518)+InsertCoinButtonBackColor+_0x441b21(814)+InsertCoinButtonBoxShadow+_0x441b21(353)+InsertCoinButtonTextColor+_0x441b21(518)+InsertCoinButtonBackColor+_0x441b21(285)+_0x2213f2+_0x441b21(257)+InsertCoinButtonTextColor+"}.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:"+ InsertCoinButtonTextColor+_0x441b21(408)+_0x33184b+"}\t\t._yuden {padding: 20px 1rem;transition: all 0.25s ease;-moz-transition: all 0.25s ease; z-index: 1;}\t\t._yuden a {color: "+_textlinkfooter+_0x441b21(555)+_footerBackColor+_0x441b21(383)+_footerBoxShadow+";color: "+_textfooter+_0x441b21(537)+_textboldfooter+_0x441b21(266)+_textfooter+_0x441b21(682));_0x4d0447();_0x19de56();_0x4cf8b4();1===UseStatusStaticColor&&(TextStatusDisconnectedColor=TextStatusStaticColor);$("#col-row").html(_0x441b21(645)+ TextStatusFontWeight+_0x441b21(604)+TextStatusDisconnectedColor+_0x441b21(677)+TextCurrentDurationColor+_0x441b21(379)+TextCurrentDurationFontWeight+_0x441b21(672)+TextCurrentDuration+_0x441b21(281)+FreeButtonFontWeight+_0x441b21(823)+FreeButtonBorderRadius+'rem;\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; width: 100%;">'+FreeButtonText+'</button>\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration" style="color:'+TextTimeColor+_0x441b21(388)+ConExtendButtonFontWeight+_0x441b21(823)+ConExtendButtonBorderRadius+ _0x441b21(721)+PauseResumeButtonFontWeight+_0x441b21(823)+PauseResumeButtonBorderRadius+'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px;"><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');1===EnablePoints&&($("#yd_cstatus_t")[_0x441b21(568)](_0x441b21(349))[_0x441b21(768)](_0x441b21(290)+PointsLeftTextColor+_0x441b21(392)+PointsFontWeight+_0x441b21(759)+PointsRightColor+';">Checking</span>\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'), $(_0x441b21(571)).after('\t\t\t\t<button id="yd-redeem" type="button" class="btn btn-redeem" style="margin-top: 10px; font-size: 15px; font-weight: '+RedeemButtonFontWeight+_0x441b21(823)+RedeemButtonBorderRadius+_0x441b21(782)));1===EnableChristmasLights&&$(_0x441b21(381))[_0x441b21(292)]('\t\t\t\t<div style="display: flex; justify-content: center; padding-bottom: 30px">\t\t\t\t\t<div class="lightrope">\t\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\t</div>\t\t\t\t</div>\t\t\t'); 1===EnableSnowBall&&$(_0x441b21(381)).prepend('\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t\t<div class="snowball"></div>\t\t\t');$("#yd_loginout").on(_0x59d892(51),function(){var a=_0x441b21;_0x5cb4a1&&clearTimeout(_0x5cb4a1); _0x4bff6d(1500);"c"===_0x1281c1?_0x4614d1():"p"===_0x1281c1?_0x307561():"d"===_0x1281c1&&_0x430fc9(56,a(626))});$(_0x441b21(681)).on(_0x59d892(51),function(){var a=_0x441b21,b=this;b[a(373)]=!0;socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[3],function(c){"Connected"===c?_0x430fc9(55,a(345)):(b[a(373)]=!1,_0x430fc9(53,c))})});$(_0x441b21(789)).on(_0x59d892(51),function(){var a=_0x441b21;openModal(a(419),'Redeem <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+ _mreedemXColor+a(678),a(811)+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(763)+_modal_contentBodyBackColor+a(425)+_mredeemSubTitleColor+a(280)+_mredeemSubTitleColor+a(306)+_mredeemSubTitleColor+';">Points</th></tr></thead><tbody id="tbody-yd_rpoints"></tbody></table></div>',"");socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[37],function(b){for(var c in b){var d=b[c];d=$(a(444)+_mredeemDurTextColor+a(695)+decToTime(d.duration)+a(362)+_mredeemTypeTextColor+a(670)+d[a(704)]+ a(301)+_mredeemPointsTextColor+a(394)+d.points+a(620));var e=$(a(386)),g=$(a(271)+c+a(715)+_mredeemButtonTextColor+a(405)+_mredeemButtonBackColor+a(439)+_mredeemButtonBorderColor+a(606)+_mredeemButtonBoxShadow+a(823)+_mredeemButtonBorderRadius+'rem;">Redeem</button>');e.append(g);d.append(e);$(a(442))[a(661)](d);g.on(_0x59d892(51),function(){this[a(373)]=!0;socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[38],this[_0x59d892(61)],function(h){h[_0x59d892(52)]?_0x430fc9(52,h.message):h[_0x59d892(55)]? (_0x4480d2(),_0x430fc9(55,h[a(654)])):h[_0x59d892(53)]&&_0x430fc9(53,h[a(654)])});this[a(373)]=!1})}})});$("#yd_vouchcodebtn").on(_0x59d892(51),function(){var a=_0x441b21;if(1!==CodeStyleOnly)if(1!==CodeInputType){var b=_0x153ee0();openModal(a(526),b+a(390)+_mconexXColor+a(678),'<div style="border-radius: '+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(763)+_modal_contentBodyBackColor+'"><div style="padding: 10px;"><div style="display: flex; width: 100%;">\t\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: '+ UseCodeButtonFontWeight+"; margin: auto; width: 100%; height: 38px; color:"+UseCodeButtonTextColor+a(405)+UseCodeButtonBackColor+"; border-color: "+UseCodeButtonBorderColor+"; box-shadow: "+UseCodeButtonBoxShadow+"; border-radius: "+UseCodeButtonBorderRadius+'rem;" id="use-code-btn" type="button" class="btn btn-PauseResume">Via Code</button>\t\t\t\t\t\t\t\t\t<span style="width: 25px;"></span>\t\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: '+UseCreditButtonFontWeight+"; margin: auto; width: 100%; height: 38px; color:"+ UseCreditButtonTextColor+a(405)+UseCreditButtonBackColor+"; border-color: "+UseCreditButtonBorderColor+"; box-shadow: "+UseCreditButtonBoxShadow+a(823)+UseCreditButtonBorderRadius+'rem;" id="use-credit-btn" type="button" class="btn btn-PauseResume">Via Credit</button>\t\t\t\t\t\t\t\t</div></div></div>',"");$("#use-code-btn").on(_0x59d892(51),function(){this.disabled=!0;$(a(488))[a(265)](a(341));_0x1583f4()});$("#use-credit-btn").on(_0x59d892(51),function(){this[a(373)]=!0;$("#modal-alert-ydccex")[a(265)](a(341)); _0xa0853e()})}else _0xa0853e();else _0x1583f4()});1===CodeStyleOnly&&($(_0x441b21(605))[_0x441b21(629)](),$(_0x441b21(571))[_0x441b21(559)]("margin-top",_0x441b21(423)),CodeInputType=1);1===CodeInputType&&($(_0x441b21(381))[_0x441b21(568)](_0x441b21(349))[_0x441b21(768)](_0x441b21(272)+_codeInBoxBackColor+"; \t\t\t\t\t\t\t\tborder:"+_codeInBoxBorderSize+_0x441b21(489)+_codeInBoxBorderColor+_0x441b21(823)+_codeInBoxBorderRadius+_0x441b21(506)+_inputTextColor+_0x441b21(685)+_codeInBtnFontWeight+_0x441b21(457)+ _codeInBtnTextColor+_0x441b21(405)+_codeInBtnBackColor+_0x441b21(439)+_codeInBtnBorderColor+"; box-shadow: "+_codeInBtnBoxShadow+"; border-radius: "+_codeInBtnBorderRadius+'rem;"><span>Checking</span></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'),$(_0x441b21(315)).on(_0x59d892(51),function(){var a=_0x441b21;_0x413248&&clearTimeout(_0x413248);_0xc70bc8(1500);var b=$(a(611))[a(269)]();if(b){b=b[a(542)](/\s/g,"");b=b[a(421)]();var c=$(a(315))[a(568)](a(747))[a(596)](); _0x4e0b31(b,!1,"",c)}else _0x430fc9(53,a(631));$(a(611))[a(269)]("")}));1!==CodeStyleOnly&&$("#col-row")[_0x441b21(568)](_0x441b21(349)).after(_0x441b21(659)+VendoBorderRadius+_0x441b21(737)+StaticVendoTextColor+_0x441b21(813)+StaticVendoTextFontWeight+_0x441b21(724)+TextCreditTextColor+"; font-size:14px; font-weight: "+TextCreditTextFontWeight+';">'+TextCreditText+_0x441b21(481)+TextCreditFontWeight+';"><span id="yd_con_credits_txt" style="color: '+TextCreditColor+_0x441b21(321)+InfoTextFontWeight+ _0x441b21(823)+InfoBorderRadius+_0x441b21(683)+InfoText+_0x441b21(473));1===SelectableVendo?$(_0x441b21(696))[_0x441b21(559)](_0x441b21(602),_0x441b21(686)):$(_0x441b21(784))[_0x441b21(559)]("display",_0x441b21(686));1===EnableRateButton&&$(_0x441b21(684))[_0x441b21(424)]()[_0x441b21(768)](_0x441b21(566)+RateTextFontWeight+_0x441b21(823)+RateBorderRadius+_0x441b21(775)+RateText+"</button>\t\t\t\t\t\t\t\t\t\t</div>\t\t");$("#yd_vinfos").on(_0x59d892(51),function(){var a=_0x441b21;1===enableNetStatus|| 1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeStyleOnly||1===enableReserveDuration&&1!==CodeStyleOnly||1===enableDate||1===enableUptime||1===enableValidUntil||1===enableExpiration||1===enablePauseLimit?(openModal(a(463),InfoText+a(521)+_minfoXColor+a(678),'<div style="font-size: 14.5px; border-radius: '+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+ "; background-color: "+_modal_contentBodyBackColor+a(260)+_minfoRightTextColor+a(580),""),_0x4480d2()):_0x430fc9(53,a(443))});$("#yd_vrates").on(_0x59d892(51),function(){var a=_0x441b21;1===SelectableVendo&&(_0x1879af=$("#yd-select-box-dropdown")[a(428)](a(698)));if(""!==_0x1879af)if(1===EnableRateDesc){var b='<div style="font-size: 15px; min-height: 10px; border-radius: '+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(763)+_modal_contentBodyBackColor+a(534)+_mrateSubTitleColor+ a(749)+_mrateSubTitleColor+a(817)+_mrateSubTitleColor+a(462);openModal(a(460),RateText+a(390)+_mrateXColor+a(678),b,"");if(0!==EnableCustomRate)for(b=0;b<CustomRateData[a(517)];b++)$("#ydvrates-tbody")[a(661)]('<tr><td style="color: '+_mrateAmountTextColor+a(503)+CustomRateData[b][0]+a(301)+_mrateTimeTextColor+a(394)+CustomRateData[b][1]+a(301)+_mrateDiscTextColor+a(394)+CustomRateData[b][2]+a(620));else socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[15],_0x1879af,function(c){for(var d in c[a(664)]){d= c[a(664)][d];var e=_0x1cd356(d.coin,c[a(664)],c[a(704)]);$(a(307))[a(661)](a(444)+_mrateAmountTextColor+a(503)+d.coin+a(465)+_mrateTimeTextColor+' !important;">'+decToTimeword(e.minute)+a(301)+_mrateDiscTextColor+' !important;">'+(d.vendoset[a(319)]?d.vendoset.discription:"")+"</td></tr>")}})}else if(b='<div style="font-size: 15px; min-height: 10px; border-radius: '+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(763)+_modal_contentBodyBackColor+'" class="table-responsive">\t\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:'+ _mrateSubTitleColor+';">Amount</th><th style="color:'+_mrateSubTitleColor+a(549),openModal(a(460),RateText+a(390)+_mrateXColor+a(678),b,""),0!==EnableCustomRate)for(b=0;b<CustomRateData.length;b++)$(a(307))[a(661)]('<tr><td style="color: '+_mrateAmountTextColor+a(503)+CustomRateData[b][0]+'</td><td style="color: '+_mrateTimeTextColor+a(394)+CustomRateData[b][1]+a(620));else socketIO[_0x59d892(2)](_0x401f9a[_0x59d892(1)]()[15],_0x1879af,function(c){for(var d in c[a(664)]){d=c[a(664)][d];var e=_0x1cd356(d[a(454)], c[a(664)],c[a(704)]);$(a(307))[a(661)](a(444)+_mrateAmountTextColor+a(503)+d.coin+a(465)+_mrateTimeTextColor+a(394)+decToTimeword(e[a(706)])+"</td></tr>")}});else _0x430fc9(53,"No Vendo ID Selected.")});$(_0x59d892(0)).on(_0x59d892(51),function(){_0x4e64fa(5E3);0===_0x38546a?0===_0x1a299c?_0x430fc9(52,_0x59d892(50)):(_0x2b7594(1),_0x38546a=1):_0x2b7594(0)});1===CodeStyleOnly&&1===EnableInfoInCodeStyle&&(1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1=== enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeStyleOnly||1===enableReserveDuration&&1!==CodeStyleOnly||1===enableDate||1===enableUptime||1===enableValidUntil||1===enableExpiration||1===enablePauseLimit)&&($(_0x441b21(381))[_0x441b21(568)](_0x441b21(349)).after(_0x441b21(277)+_minfoRightTextColor+' !important;" id="yd-info-data";></div>\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\t'),_0x4480d2());1===CodeStyleOnly&& (EnableGVouchButton=0);if(1===EnableMovieButton||1===EnableBVouchButton||1===EnableGVouchButton)$("#col-row").children(_0x441b21(349))[_0x441b21(768)](_0x441b21(342)),1===EnableMovieButton&&($(_0x441b21(385)).append('\t\t\t\t\t<div style="padding: 5px; width: 100%;">\t\t\t\t\t\t<button id="yd-movie" type="button" class="btn btn-movie" style="font-size: 14px; font-weight: '+MovieButtonFontWeight+_0x441b21(746)+MovieButtonBorderRadius+_0x441b21(723)+MovieButtonText+_0x441b21(599)),$(_0x441b21(558)).on(_0x59d892(51), function(){var a=_0x441b21;window[a(790)][a(511)]="?page=media"})),1===EnableBVouchButton?($(_0x441b21(385))[_0x441b21(661)](_0x441b21(802)+BVouchButtonFontWeight+_0x441b21(374)+BVouchButtonBorderRadius+_0x441b21(723)+BVouchButtonText+_0x441b21(599)),$(_0x441b21(448)).on(_0x59d892(51),function(){var a=_0x441b21;openModal(a(614),BVouchButtonText+a(390)+_mbVouchXColor+';" ></i>',a(592)+_modal_contentBodyBorderRadius+a(762)+_modal_contentBodyBoxShadow+a(763)+_modal_contentBodyBackColor+a(776)+_mbVouchCode+ a(634),"")})):1===EnableGVouchButton&&($(_0x441b21(385)).append(_0x441b21(256)+GVouchButtonFontWeight+"; \t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: "+GVouchButtonBorderRadius+_0x441b21(723)+GVouchButtonText+"</button>\t\t\t\t\t</div>\t\t\t\t"),$(_0x441b21(630)).on(_0x59d892(51),function(){_0x3d5441()}));$(_0x2d74af)[_0x441b21(768)](_0x4bb221);$(_0x59d892(0)).attr(_0x441b21(365),_0x441b21(411)+InsertCoinButtonExtraStyle);$(_0x59d892(0))[_0x59d892(74)](_0x441b21(373), !1);_0x5903bb();""!==FooterSectionCode&&$(_0x59d892(15))[_0x441b21(292)](FooterSectionCode);_0x3e8139();$(_0x59d892(16))[_0x441b21(568)]("a")[_0x441b21(428)](_0x59d892(18),_0x59d892(17));$(_0x59d892(16))[_0x441b21(568)]("a")[_0x441b21(428)](_0x59d892(19),_0x59d892(20));if(_0x441b21(753)===_0x5c5e3b&&EnableBackMusic)$(document).on(_0x441b21(765),function(a){a=_0x441b21;_0x3a138c||(_0x3a138c=new Audio(a(603)+BackMusicFile));_0x3a138c&&0===_0x3a138c.currentTime&&_0x3a138c.play()});$(_0x11fe4c).remove()}catch(a){}$("body")[_0x441b21(637)](); 1===RemoveFooterSection&&$("._yuden")[_0x441b21(629)]();
Leave a Comment