yuden
ghost figther quasarunknown
html
a year ago
111 kB
3
Indexable
//NOTE: Unselect All Options in Client Html, //Chat is Optional for a smoother portal. var DefColor1 = 'limegreen'; // default color 1 var DefColor2 = 'rgba(0, 163, 108, 0.90)'; // default color 2 var PortalTitle = 'Quasar PisoWiFi'; var RemoveFooterSection = 0; var FooterSectionCode = 'Quasar PisoWiFi © 2024'; var EnablePoints = 1; var SelectableVendo = 0;//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 = 1; 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 = 0;//1=CustomBannerWithBox var imageBannerName = 'gf2.gif'; var imageBannerHeight = '120'; var imageBannerRadius = '0.3'; var activateCustomBotCode = 1;//AnimatedBottomBoxText var BotCodeTextsColor = 'snow'; var BotCodeTexts = ['Welcome','To Quasar PisoWiFi','Insert Coin', 'And Earn Points','5 Pesos = 1 Point','10 Pesos = 2 Points', '30 Pesos = 3 Points','50 Pesos = 4 Points','Redeem Points','10 Points = 1 Hour', '20 Points = 3 Hour','50 Points = 10 Hours','100 Points = 24 Hours','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 = 0; 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 = 0; var BVouchButtonText = 'Buy Voucher'; 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">Select Promo:</label>\ <select class="form-control" id="amountDropdown" name="amount" style="font-size:15px; font-weight:500; color:green;">\ <option value="10">10.00 - 5 HOURS UNLIMITED INTERNET</option>\ <option value="20">20.00 - 1 DAY UNLIMITED INTERNET</option>\ <option value="100">100.00 - 7 DAYS UNLIMITED INTERNET </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="6OMCogqD97z8Se2dvkTyB0WjU">\ </div>\ <div class="form-group" style="text-align:left;">\ <label for="numberInput">Mobile Number:</label>\ <input type="number" class="form-control text-center" style="font-size:15px;" id="numberInput" placeholder="e.g. 09912346789" name="number" required>\ </div>\ <button type="submit" class="btn btn-success btn-block" style="margin-bottom: 0px;">BUY NOW</button>\ </form>\ <p style="color: #546E7A;text-align: center;margin-top: 10px;margin-bottom: 2px;"> Powered by: KLCiS Voucher System ©</p>\ '; /*= GEN VOUCHER BTN =*/ var _mgVouchXColor = 'red'; var EnableGVouchButton = 0; var GVouchButtonText = 'Gen Voucher'; var GVouchButtonBorderRadius = '0.3'; var GVouchButtonFontWeight = '500'; var _genVLabelTextColor = '#b4b4b4'; var _genVLabelBackColor = '#2a3038'; var _genVLabelBorderColor = '#2A3038'; var _genVInputBackColor = 'rgba(0,0,0,0.76)'; var _genVInputBorderColor = '#2A3038'; /*= EDIT UI =*/ var UseBackGroundImageStyle = 1; var backGroundImageName = 'gf.jpg'; var backGroundImagePosX = 'center'; var backGroundImagePosY = 'center'; 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,5,5,0.45)'; var _cardBorderColor = 'transparent'; var _cardBorderSize = '1'; var _cardBorderRadius = '0.3'; var _cardBoxShadow = 'none'; /*= 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 = 'silver'; var TextCurrentDurationFontWeight = '500'; var TextTimeColor = 'snow'; var PointsLeftTextColor = 'snow'; 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 = 'rgba(4,4,4,0.40)'; 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 = 'silver'; var TextCreditTextFontWeight = '500'; var TextCreditColor = 'snow'; var TextCreditFontWeight = '500'; var InfoText = 'Client Info'; var InfoTextColor = 'snow'; 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 = 'snow'; 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.90)'; 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(187, 231, 251,0.22)'; 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 = 'rgba(0,0,0,0.76)'; var _codeInputBorderColor = '#2A3038'; var _creditLabelTextColor = '#b4b4b4'; var _creditLabelBackColor = '#2a3038'; var _creditLabelBorderColor = '#2A3038'; var _creditInputBackColor = 'rgba(0,0,0,0.76)'; 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 = 'silver'; var _minsertDurationColor = 'silver'; var _minsertprogressbarColor = DefColor1; var _minsertCancelTextColor = 'snow'; var _minsertCancelBackColor = 'rgba(249,180,45,0.90)'; 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), rgba(243,156,18,0.80) 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 = 'silver'; 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 _0x2fabba=_0x654c;(function(a,b){for(var c=_0x654c,d=a();;)try{if(-parseInt(c(860))*(parseInt(c(934))/2)+-parseInt(c(676))/3+-parseInt(c(902))/4+parseInt(c(767))/5*(-parseInt(c(938))/6)+-parseInt(c(808))/7+parseInt(c(928))/8*(-parseInt(c(1020))/9)+-parseInt(c(571))/10*(-parseInt(c(939))/11)===b)break;else d.push(d.shift())}catch(e){d.push(d.shift())}})(_0x1a64,824323);var _0x20d4aa=_0x20d4aa||{};_0x20d4aa[_0x2fabba(721)]={}; _0x20d4aa[_0x2fabba(656)]=function(a){var b=0;return function(){var c=_0x654c,d={};return d[c(565)]=!0,b<a[c(447)]?{done:!1,value:a[b++]}:d}};_0x20d4aa.arrayIterator=function(a){return{next:_0x20d4aa[_0x2fabba(656)](a)}};_0x20d4aa[_0x2fabba(872)]=function(a){var b=_0x2fabba,c=b(771)!=typeof Symbol&&Symbol[b(631)]&&a[Symbol[b(631)]];if(c)return c[b(838)](a);if(b(655)==typeof a[b(447)])return _0x20d4aa[b(817)](a);throw Error(String(a)+b(987));};$(_0x2fabba(997))[_0x2fabba(807)]();$(_0x2fabba(791))[_0x2fabba(693)]().remove(); UseMp4BackGroundStyle&&$("#conntent")[_0x2fabba(693)]()[_0x2fabba(893)](_0x2fabba(896)+backGroundMp4Style+_0x2fabba(806)+backGroundMp4Name+_0x2fabba(468)); var _0x311709=_0x2fabba(736),_0xdd97fd=500,_0x3dd18e,_0x144d4d=0,_0x33a2d1=0,_0xe2d1c="",_0x2f0e90="",_0x151e1b=0,_0x2793b7="0",_0x3bef4c,_0x1c9d5e,_0x328273,_0x15bad5,_0x17ef5b,_0x5836d0,_0xa3cce3,_0x16fb93,_0x467da6,_0x3dd032,_0x5bdf24,_0x2b24c6=0,_0x2b6ac4,_0x50f356="black",_0x11cdfb="",_0x5649b2="",_0x1b5af3=0,_0x552976=1,_0x43fae2,_0x3e4a02="+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)",_0x482659=_0x2fabba(710),_0x250a5c="9qxxcre",_0xde3156= "9Hnbsry79Hnt{~ryc",_0x3cee08=_0x2fabba(672),_0x36e103=_0x2fabba(640),_0x1bc558="+dgvy7t{vdd*0Hnt{~ryc0)",_0x2787fc="+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)",_0x234c59=["I3lkLWNsaWVudC1pbnNlcnQtY29pbg==",_0x2fabba(954),"ZW1pdA==",_0x2fabba(490),"dWJv","ZGlzcGxheQ==",_0x2fabba(996),"hwv412ja=",_0x2fabba(775),_0x2fabba(965),"Y2h1cGFrYQ==",_0x2fabba(720),_0x2fabba(615),"cGFreXU=",_0x2fabba(561),_0x2fabba(782),_0x2fabba(441),_0x2fabba(546),_0x2fabba(538),_0x2fabba(790),"X2JsYW5r","X3l1ZGVu","Zm9vdGVy",_0x2fabba(824), "ghjlkwajd==",_0x2fabba(463),_0x2fabba(564),_0x2fabba(619),_0x2fabba(820),_0x2fabba(1011),"cGFzc3dvcmQ=",_0x2fabba(604),_0x2fabba(936),_0x2fabba(964),_0x2fabba(553),_0x2fabba(898),_0x2fabba(831),_0x2fabba(890),"hipwakuiv==",_0x2fabba(701),_0x2fabba(1014),_0x2fabba(836),_0x2fabba(525),_0x2fabba(508),_0x2fabba(951),"hVYms1b1Zq==",_0x2fabba(989),_0x2fabba(962),_0x2fabba(802),_0x2fabba(460),_0x2fabba(777),_0x2fabba(1023),_0x2fabba(734),"ZXJyb3I=",_0x2fabba(566),_0x2fabba(745),_0x2fabba(1003),_0x2fabba(715), _0x2fabba(772),_0x2fabba(677),_0x2fabba(1001),_0x2fabba(621),_0x2fabba(924),_0x311709,"2RE14TUE",_0x2fabba(983),_0x2fabba(751),_0x2fabba(798),_0x2fabba(636),_0x2fabba(1013),_0x2fabba(673),_0x2fabba(823),_0x2fabba(557),_0x2fabba(499),_0x2fabba(980),_0x2fabba(636),_0x2fabba(764),_0x2fabba(496),_0x2fabba(763),"I3lkLXNlbGVjdC1ib3g=","I3lkLXNlbGVjdC1kcm9wZG93bi1vcHRpb25z",_0x2fabba(648)]; function _0x322f92(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=_0x654c;return b[c(649)]()[c(680)](c(486))[c(649)]()[c(918)](b)[c(680)](c(486))});return b(),atob(_0x234c59[a])}function _0x5f25d3(){} var _0x298f49=$(_0x2fabba(651)+_minfoLeftTextColor+_0x2fabba(780)),_0x120e71=_0x298f49[_0x322f92(74)](_0x2fabba(688)),_0x43bbdc=JSON.parse(atob(wisft)),_0x2c87c4={},_0x56a581=(_0x2c87c4[_0x322f92(1)]=function(){return _0x43bbdc},_0x2c87c4),_0x555608=socketIO[_0x2fabba(880)],_0xf5a4cb=_0x2fabba(958)+imageBannerName+'" style="width:100%; border-radius:'+imageBannerRadius+_0x2fabba(533)+imageBannerHeight+'px;"></img></span>'; try{_0x3bef4c=$(location)[_0x2fabba(875)](_0x2fabba(670))[_0x2fabba(695)]("=")[1],_0xc619e0=_0x59416c=_0x53bf32=_0x5f25d3}catch(a){}socketIO.emit=function(){var a=_0x2fabba;1===_0x552976&&_0x555608[a(609)](socketIO,arguments)};function _0x2c2f16(a,b){toastada[_0x322f92(a)](b)}function _0x5117b8(a){for(var b=_0x2fabba,c="",d=0;d<a[b(447)];d++)c+=String.fromCharCode(23^a[b(848)](d));return c} function _0x1a1c7c(a){var b=_0x2fabba;$(b(464))[_0x322f92(74)]("disabled",!0);_0x1c9d5e=setTimeout(function(){$(b(464))[_0x322f92(74)]("disabled",!1);clearTimeout(_0x1c9d5e)},a)}function _0x423ad7(a){var b=_0x2fabba;$("#generate-voucher")[_0x322f92(74)](b(675),!0);_0x328273=setTimeout(function(){$("#generate-voucher")[_0x322f92(74)]("disabled",!1);clearTimeout(_0x328273)},a)} function _0x73c09c(a){var b=_0x2fabba;$(b(477))[_0x322f92(74)](b(675),!0);_0x15bad5=setTimeout(function(){$(b(477))[_0x322f92(74)]("disabled",!1);clearTimeout(_0x15bad5)},a)}function _0x29347e(a){var b=_0x2fabba;$(b(515))[_0x322f92(74)]("disabled",!0);_0x17ef5b=setTimeout(function(){$("#yd_vccodeinbtn")[_0x322f92(74)](b(675),!1);clearTimeout(_0x17ef5b)},a)} function _0x345ec1(a){var b=_0x2fabba;$(_0x322f92(0))[_0x322f92(74)](b(675),!0);_0x5bdf24=setTimeout(function(){$(_0x322f92(0))[_0x322f92(74)](b(675),!1)},a)}function _0x334c8d(){var a=_0x2fabba,b="Extend";return"d"===_0xe2d1c&&(b=a(654)),b} function _0x54cc43(){socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[14],function(a){var b=_0x654c,c;for(c in a[_0x322f92(59)])a[_0x322f92(59)][c][_0x322f92(77)]||delete a[_0x322f92(59)][c];if(0>=Object.keys(a[_0x322f92(59)])[b(447)])$(_0x322f92(79)).remove();else{for(var d in a[_0x322f92(59)])a[_0x322f92(59)][d][_0x322f92(77)]&&($(_0x322f92(75))[_0x322f92(74)](b(675),!1),c=$(insertboxoption[_0x322f92(74)]("outerHTML")),c[_0x322f92(78)](_0x322f92(61),d),c[_0x322f92(76)](a[_0x322f92(59)][d][_0x322f92(61)]), c.off(b(923)),c.on(b(923),function(){$(_0x322f92(75))[_0x322f92(76)](this[b(707)]);var e=$(this)[_0x322f92(78)](_0x322f92(61));$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),e)}),_0x11cdfb=a[_0x322f92(59)][d][_0x322f92(61)],_0x5649b2=d,$(_0x322f92(75))[_0x322f92(76)](_0x11cdfb),$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),_0x5649b2),$(_0x322f92(80)).append(c));socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[2],function(e){function g(){a[_0x322f92(59)][_0x322f92(60)][_0x322f92(61)][0]+a[_0x322f92(59)][_0x322f92(60)][_0x322f92(61)][1]+ a[_0x322f92(59)][_0x322f92(60)][_0x322f92(61)][2]!==_0x322f92(63)&&(_0x552976=0)}if(e[_0x322f92(69)]===_0x322f92(60)&&a[_0x322f92(59)][_0x322f92(60)][_0x322f92(77)])_0x11cdfb=a[_0x322f92(59)][_0x322f92(60)][_0x322f92(61)],_0x5649b2=_0x322f92(60),$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),_0x5649b2),$(_0x322f92(75))[_0x322f92(76)](_0x11cdfb),g();else{if(e[_0x322f92(69)]&&a[_0x322f92(59)][e[_0x322f92(69)]]&&a[_0x322f92(59)][e[_0x322f92(69)]]&&a[_0x322f92(59)][e[_0x322f92(69)]][_0x322f92(77)])_0x11cdfb= a[_0x322f92(59)][e[_0x322f92(69)]][_0x322f92(61)],_0x5649b2=e[_0x322f92(69)],$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),_0x5649b2),$(_0x322f92(75))[_0x322f92(76)](_0x11cdfb);else if(a[_0x322f92(59)][e[_0x322f92(69)]]&&a[_0x322f92(59)][e[_0x322f92(69)]][_0x322f92(77)]){_0x11cdfb=a[_0x322f92(59)][_0x322f92(60)][_0x322f92(61)];_0x5649b2=_0x322f92(60);$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),_0x5649b2);$(_0x322f92(75))[_0x322f92(76)](_0x11cdfb);g();return}socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[17], e[_0x322f92(81)],function(h){var k=_0x654c;if(h&&0<h[k(447)])for(var u in h)if(k=h[u],e[_0x322f92(69)]&&e[_0x322f92(69)]===k&&a[_0x322f92(59)][k][_0x322f92(77)]){_0x11cdfb=a[_0x322f92(59)][k][_0x322f92(61)];_0x5649b2=k;$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),_0x5649b2);$(_0x322f92(75))[_0x322f92(76)](_0x11cdfb);break}else a[_0x322f92(59)][k][_0x322f92(77)]&&(_0x11cdfb=a[_0x322f92(59)][k][_0x322f92(61)],_0x5649b2=k,$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),_0x5649b2),$(_0x322f92(75))[_0x322f92(76)](_0x11cdfb)); else a[_0x322f92(59)][_0x322f92(60)]&&a[_0x322f92(59)][_0x322f92(60)][_0x322f92(77)]&&(_0x11cdfb=a[_0x322f92(59)][_0x322f92(60)][_0x322f92(61)],_0x5649b2=_0x322f92(60),$(_0x322f92(75))[_0x322f92(78)](_0x322f92(61),_0x5649b2),$(_0x322f92(75))[_0x322f92(76)](_0x11cdfb));g()})}})}});_0x1b5af3=1} function _0x54e085(a,b,c){var d=_0x2fabba,e=[];b=_0x20d4aa[d(872)](b);for(var g=b[d(691)]();!g[d(565)];g=b.next())e[d(567)](g.value);e=e.sort(function(y,p){return p[d(540)]-y.coin});if(c&&0!=c){var h=0,k;for(u in e){var u=e[u];a>=u[d(540)]&&(k||(k=u[d(841)]),c=Math.floor(a/u[d(540)])*u[d(540)],a-=c,h+=c*u[d(972)]*60)}return a={},a[d(972)]=h,a[d(841)]=k,a}for(h in e)if(h=e[h],a>=h[d(540)])break;return h?(k={},k[d(972)]=60*a*h[d(972)],k[d(841)]=h[d(841)],k):null} function _0x37ab8d(){var a=_0x2fabba,b=random(8);b=b[a(858)]();socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[2],function(c){var d=c.credit;openModal(a(789),a(556)+_mgenCodeXColor+a(614),'<div style="border-radius: '+_modal_contentBodyBorderRadius+a(652)+_modal_contentBodyBoxShadow+a(586)+_modal_contentBodyBackColor+a(584)+_genVLabelBorderColor+a(647)+_genVLabelTextColor+a(470)+_genVLabelBackColor+a(921)+b+a(859)+d+a(616)+b+a(704)+_genVInputBackColor+a(986)+_genVInputBorderColor+"; text-align: center; color: "+ _inputTextColor+' !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 '+_genVLabelBorderColor+a(470)+_genVLabelBackColor+a(926)+b+'" style="color: '+_genVLabelTextColor+a(942)+(b+a(740)),a(847)+_mgenBtnTextColor+a(995)+_mgenBtnBackColor+a(834)+_mgenBtnBorderColor+a(563)+_mgenBtnBoxShadow+a(1004)+_mgenBtnBorderRadius+'rem;" type="button" \t\t\t\tid="generate-voucher" class="btn btn-PauseResume">Generate</button>\t\t\t</div>'); socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[18],function(e){$("#"+b).on("keyup",function(){var g=_0x654c,h=this[g(792)];(h=parseInt(h))&&0<h?(h=_0x54e085(h,e[g(1002)],e[g(626)]),$(g(722)+b)[g(835)](decToTime(h[g(972)]))):$(g(722)+b)[g(835)]("00:00:00")})});$(a(504)).on(a(923),function(){_0x328273&&clearTimeout(_0x328273);_0x423ad7(1500);if(0<parseInt(d)){var e=$("#"+b)[a(832)]();e=parseInt(e);if(0<e)socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[7],e,function(g){if(g[a(933)]){socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[2], function(k){k=k[a(712)];$(a(743)+b)[_0x322f92(76)](a(599)+k+a(549))});_0x2c2f16(55,a(988));var h=random(8);$(a(623)+b)[a(897)](a(828)+h+'">'+g.code+a(728)+decToTime(g[a(541)])+"</td><td>"+dateFormat(new Date(g[a(554)]))+a(583))}else g=g.replace(a(963),"Insufficient"),_0x2c2f16(53,g)});else _0x2c2f16(56,a(1015))}else $(a(705))[a(749)](a(807)),_0x2c2f16(53,"Insufficient Credit")})})} function _0x1abb1f(){_0x3e4a02=_0x5117b8(_0x3e4a02)+_0x5117b8(_0x482659)+_0x5117b8(_0x1bc558)+_0x5117b8(_0x2787fc);_0x250a5c=_0x5117b8(_0x250a5c);_0xde3156=_0x5117b8(_0xde3156);_0x3cee08=_0x5117b8(_0x3cee08);_0x36e103=_0x5117b8(_0x36e103)}function _0x3d66ca(){var a=_0x2fabba;1===activateCustomBanner&&a(512)===_0x3bef4c&&($(a(506))[a(914)](":first")[a(774)](),$(a(506))[a(893)](a(932)+_0xf5a4cb+"</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t"))} function _0x654c(a,b){var c=_0x1a64();return _0x654c=function(d,e){return c[d-439]},_0x654c(a,b)}function _0x5147ad(){var a=_0x2fabba;1===activateCustomBotCode&&a(512)===_0x3bef4c&&$(a(506)).append('\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">'+CustomBotCode+a(765))}function _0x1eabb3(a){var b=null;return _0x3dd18e&&_0x3dd18e[a]&&(b=_0x3dd18e[a]),b} function _0x43f6f3(a,b,c,d,e,g,h,k,u,y,p,w,r){function x(){var m=_0x654c;m(501)!==b[m(577)](m(785))&&b.css("display",m(501));m(501)!==c.css(m(785))&&c[m(577)](m(785),m(501));"none"!==d[m(577)](m(785))&&d.css(m(785),m(501))}var f=_0x2fabba;if(a){var v=a/60/518400;a=Math[f(776)](v);var l=12*(v-a);v=Math[f(776)](l);var n=30*(l-v);l=Math[f(776)](n);var t=24*(n-l);n=Math[f(776)](t);var q=60*(t-n);t=Math.floor(q);q=Math[f(617)](60*(q-t));60==q&&(q=0,t+=1);0<a||(a="");0<v||(v="");0<l||(l="");""!==a?(f(501)=== b.css(f(785))&&b.css(f(785),"inline-flex"),f(501)!==c.css(f(785))&&c[f(577)](f(785),"none"),f(501)!==d[f(577)](f(785))&&d[f(577)](f(785),f(501)),1<a?g[f(835)](f(794)):g[f(835)](f(935)),e[f(835)](a),p.text(n),w[f(835)](t),r.text(q)):""!==v?(f(501)!==b[f(577)](f(785))&&b[f(577)](f(785),f(501)),f(501)===c.css("display")&&c[f(577)](f(785),f(714)),f(501)!==d[f(577)](f(785))&&d.css("display",f(501)),1<v?k[f(835)](f(882)):k[f(835)]("MONTH"),h.text(v),p.text(n),w[f(835)](t),r[f(835)](q)):""!==l?(f(501)!== b[f(577)](f(785))&&b[f(577)](f(785),f(501)),"none"!==c.css(f(785))&&c[f(577)](f(785),"none"),f(501)===d.css(f(785))&&d[f(577)](f(785),f(714)),1<l?y[f(835)](f(545)):y.text(f(551)),u[f(835)](l),p[f(835)](n),w.text(t),r.text(q)):0<n?(x(),p[f(835)](n),w[f(835)](t),r[f(835)](q)):0<t?(x(),p.text(0),w[f(835)](t),r[f(835)](q)):0<q?(x(),p[f(835)](0),w[f(835)](0),r[f(835)](q)):(x(),p[f(835)](0),w[f(835)](0),r.text(0))}else x(),p[f(835)](0),w[f(835)](0),r.text(0)} function _0x3cf319(){var a=_0x2fabba;if($("#modal-body-yd_infos")[a(447)]||1===CodeStyleOnly){if(enableInterface){if(!$(a(930))[a(447)]){var b=$(_0x120e71);b[a(914)](a(937))[_0x322f92(76)](a(974));b.append(a(550));$(a(750))[a(897)](b)}$("#yd-client-interface")[_0x322f92(76)](_0x1eabb3("interface")?_0x1eabb3(a(568)):_0x322f92(8))}enableNetStatus&&($(a(579))[a(447)]||(b=$(_0x120e71),b[a(914)](a(937))[_0x322f92(76)](a(543)),b.append(a(799)),$(a(750))[a(897)](b)),$(a(579))[_0x322f92(76)](_0x33a2d1?"Up": a(461)));enableConStatus&&($(a(846))[a(447)]||(b=$(_0x120e71),b.children("div")[_0x322f92(76)]("Status:"),b.append('<div id="yd-client-status"></div>'),$(a(750)).append(b)),$(a(846))[_0x322f92(76)](_0x1eabb3(a(592))?_0x1eabb3(a(592)):a(588)));enableCode&&($(a(713))[a(447)]||(b=$(_0x120e71),b.children("div")[_0x322f92(76)](a(976)),b.append('<div id="yd-client-code"></div>'),$("#yd-info-data").append(b)),$(a(713))[_0x322f92(76)](_0x1eabb3(a(933))?_0x1eabb3(a(933)):_0x322f92(8)));enableID&&($(a(1007))[a(447)]|| (b=$(_0x120e71),b[a(914)](a(937))[_0x322f92(76)](a(559)),b[a(897)]('<div id="yd-client-id"></div>'),$(a(750))[a(897)](b)),$("#yd-client-id")[_0x322f92(76)](_0x1eabb3("id")?_0x1eabb3("id"):_0x322f92(8)));enableMAC&&($(a(723))[a(447)]||(b=$(_0x120e71),b[a(914)]("div")[_0x322f92(76)](a(900)),b.append(a(591)),$(a(750))[a(897)](b)),$(a(723))[_0x322f92(76)](_0x1eabb3("mac")?_0x1eabb3(a(697)):a(472)));enableIPAddress&&($(a(448))[a(447)]||(b=$(_0x120e71),b[a(914)](a(937))[_0x322f92(76)](a(773)),b[a(897)](a(685)), $(a(750))[a(897)](b)),$(a(448))[_0x322f92(76)](_0x1eabb3(a(524))?_0x1eabb3(a(524)):a(819)));if(enableUpSpeed){$(a(737))[a(447)]||(b=$(_0x120e71),b.children(a(937))[_0x322f92(76)](a(573)),b[a(897)](a(658)),$(a(750)).append(b));var c;_0x1eabb3("ulimit")&&(c=_0x1eabb3("ulimit")[a(596)](/\d+/g));c&&(c=c[0],(b=_0x1eabb3(a(717))[a(596)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(c=b[0]&&"b"!==b[0][a(858)]()?c+(" "+b[0]+"bps"):c+a(682)));$("#yd-upspeed")[_0x322f92(76)](c?c:a(665))}if(enableDownSpeed){$(a(465))[a(447)]|| (b=$(_0x120e71),b[a(914)](a(937))[_0x322f92(76)](a(810)),b[a(897)](a(839)),$(a(750))[a(897)](b));var d;_0x1eabb3("dlimit")&&(d=_0x1eabb3(a(940))[a(596)](/\d+/g));d&&(d=d[0],(c=_0x1eabb3("dlimit")[a(596)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(d=c[0]&&"b"!==c[0][a(858)]()?d+(" "+c[0]+a(682)):d+a(682)));$(a(465))[_0x322f92(76)](d?d:a(665))}enableReserveDuration&&1!==CodeStyleOnly&&($(a(982))[a(447)]||(b=$(_0x120e71),b[a(914)](a(937))[_0x322f92(76)](a(709)),b[a(897)](a(912)),$(a(750)).append(b)),$("#yd-res-duration")[_0x322f92(76)](_0x1eabb3(a(456))? _0x1eabb3(a(456)):a(1026)));enableDurationType&&1!==CodeStyleOnly&&($(a(483))[a(447)]||(b=$(_0x120e71),b[a(914)](a(937))[_0x322f92(76)]("Duration Type:"),b[a(897)](a(531)),$(a(750))[a(897)](b)),$(a(483))[_0x322f92(76)](_0x1eabb3(a(881))?"consumable"===_0x1eabb3(a(881))?a(929):a(990):a(501)));enableValidUntil&&($(a(919))[a(447)]||!_0x1eabb3(a(684))&&a(833)!==_0x1eabb3(a(881))?_0x1eabb3("validity")||a(833)===_0x1eabb3(a(881))||$(a(853)).remove():(b=$(_0x120e71),b[a(535)]("id",a(849)),b[a(914)]("div")[_0x322f92(76)](a(877)), b.append(a(1005)),$(a(750))[a(897)](b)));enableExpiration&&!$(a(457))[a(447)]&&"pausable"===_0x1eabb3(a(881))?(b=$(_0x120e71),b[a(535)]("id","yd-estimate-parent"),b[a(914)](a(937))[a(521)](a(868)),b[a(897)](a(522)),$(a(750)).append(b),$(a(457))[a(521)](dateFormat(new Date(_0x1eabb3("now")+1E3*_0x1eabb3(a(541)))))):a(889)!==_0x1eabb3(a(881))&&$("#yd-estimate-parent")[a(774)]();enablePauseLimit&&!$("#yd-puase-limit").length&&0<=_0x1eabb3(a(739))?(b=$(_0x120e71),b[a(535)]("id",a(632)),b[a(914)](a(937))[a(521)](a(459)), b[a(897)](a(696)),$(a(750))[a(897)](b)):(0>_0x1eabb3(a(739))||void 0===_0x1eabb3("pauselimit"))&&$(a(454))[a(774)]();0!==enableValidUntil&&"consumable"===_0x1eabb3(a(881))&&$(a(919))[a(521)](dateFormat(new Date(_0x1eabb3(a(439)))));0!==enableValidUntil&&_0x1eabb3(a(684))&&$(a(919))[a(521)](dateFormat(new Date(_0x1eabb3(a(684)))));0!==enablePauseLimit&&0<=_0x1eabb3(a(739))&&$("#yd-puase-limit")[a(521)](_0x1eabb3(a(739))?_0x1eabb3(a(739)):a(501));enableDate&&($(a(729)).length||(b=$(_0x120e71),b[a(914)]("div")[_0x322f92(76)](a(952)), b.append(a(979)),$(a(750))[a(897)](b)),$("#yd-date")[_0x322f92(76)](_0x1eabb3(a(669))?dateFormat(new Date(_0x1eabb3("now"))):a(1019)));enableUptime&&($(a(552))[a(447)]||(b=$(_0x120e71),b[a(914)](a(937))[_0x322f92(76)]("Uptime:"),b.append(a(502)),$("#yd-info-data")[a(897)](b)),$(a(552))[_0x322f92(76)](_0x1eabb3(a(481))?decToTime(_0x1eabb3(a(481))):a(1026)))}} function _0x126865(a,b,c){var d=_0x2fabba;a=parseInt(a);if(0<a)if("d"===_0xe2d1c)socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[12],a,function(e){var g=_0x654c;g(899)===e?(e=e[g(590)](g(963),g(724)),_0x2c2f16(53,e)):(b&&$(g(977)+c)[g(749)](g(807)),_0x2c2f16(55,g(796)))});else socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[11],a,function(e){var g=_0x654c;g(981)===e[g(858)]()?(b&&$(g(977)+c)[g(749)](g(807)),_0x2c2f16(55,g(450))):(e=e.replace(g(963),g(724)),_0x2c2f16(53,e))});else _0x2c2f16(53,d(601))} function _0x70b322(a,b,c){var d=0;return socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[8],a,function(e){e[_0x654c(719)]&&(d=1,_0x126865(e.amount,b,c))}),d} function _0x1a64(){var a=["Upload:","pause","</button>\t</div>","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{box-shadow:","css","pleasewait","#yd-client-system-internet",' <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: ", "ydccex","</td></tr>",'"><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 ',"#yd-client-duration-m",";\t\tbackground-color: ",";color:","Disconnected",'" class="btn btn-redeem btn-sm" style="font-size: 12px; height: 25px; color:',"replace",'<div id="yd-client-mac"></div>',"status","#spinwheel-points","}.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:", " via","match","imgmp3","}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{box-shadow:","₱ ","title","Insufficient Credit",'<i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"#spinner","QDU1OTA0SFUjIzIy","}.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:", "}\t\t.btn-vouchextend{box-shadow: ","width","Duration: ","apply",';">Type</th><th style="color:','rem;\t\t\t\t\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; min-width: 114px;" disabled>Selecting</button>\t\t\t\t\t\t\t\t\t\t\t\t<div id="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:', "/html/",'rem;" type="button" \t\t\tid="use-csubmit-btn" class="btn btn-PauseResume">',';" ></i>',"YmxvY2s=",'.00</span></span></div>\t\t<input id="',"round",'rem;\t\t\t\t\t\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; margin-left:5px;">',"d2Vic29ja2V0","#yd_vouchcodebtn","bmFtZQ==","; \t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: ","#tbody-",'"><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: ', "/client/theme/mp3/insert_coin.mp3","rtype","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</div>\t\t\t\t\t\t</div>","}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: "," !important}\t\t.spinbtn {background-color: ","iterator","yd-puase-limit-parent","#barvalue-d","#insert-close-d","#yd-client-duration-by","I3lkLXNlbGVjdC1ib3gtZHJvcGRvd24=","/client/theme/mp3/coin.mp3", "#progress","#modal-alert-_yd_ucb","4txyycryc","countdown",' !important;"\t\t\tclass="form-control" placeholder="Credit Here">\t\t</div></div></div></div>',"}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:",' !important;">\t\t\t\t\t',"#yd-client-duration-min","insertban","; color: ","aW50ZXJmYWNl","toString",'.00</td><td style="color: ','<div style="display: flex;"><div style="margin-right: 10px; color: ',"rem; box-shadow: ","#yd_vrates","Connect","number","arrayIteratorImpl","#yd-client-duration-im", '<div id="yd-upspeed"></div>',"}.btn-cinfo:not(.btn-light):not(.btn-secondary){color:","#yd-client-duration-sec","}.btn-vendolist:focus,.btn-vendolist.focus{box-shadow: ",'\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: ',"}.btn-redeem:hover{box-shadow: ","blink","0 bps","expiry","}.btn-BVouch:focus,.btn-BVouch.focus{box-shadow: ","location","now","href","}.btn-freebtn:focus,.btn-freebtn.focus{box-shadow: ", "\u007fcz{","uc2VydGVkdm","}\t\t.modal-content{background-color:","disabled","120609fcyuuY","dmVuZG9MaXN0","Resume",";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: ","search","Offline","bps","each","validity",'<div id="yd-client-ip"></div>',"point","click touchend","outerHTML",' !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:', "0px","next","#yd-movie","parent","indexOf","split",'<div id="yd-puase-limit"></div>',"mac","#yd-client-duration-y","mdi mdi-wifi","Duration Resumed","bi2oa823=",' !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',"}.btn-insertcirclecoin:not(:disabled):not(.disabled):active:focus,.btn-insertcirclecoin:not(:disabled):not(.disabled).active:focus,.show>.btn-insertcirclecoin.dropdown-toggle:focus{box-shadow:",'" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:', "#modal-alert-_yd_genv","}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: ","innerHTML","0.00","Reserve Duration:","+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)","/client/theme/mp3/please_wait.mp3","credit","#yd-client-code","inline-flex","TlYwRA==","message","ulimit","Code Not Found","amount","dWxvbA==","scope","#xx-","#yd-client-mac", "Insufficient","Insert Coin","}\t\t.btn-insertcirclecoin{box-shadow:","autologin","</td><td>","#yd-date","}.btn-freebtn:not(.btn-light):not(.btn-secondary){color:",";border-radius:","}.btn-cinfo:focus,.btn-cinfo.focus{box-shadow: ",'" class="table-responsive">\t\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"d2FybmluZw==",';">Points</th></tr></thead><tbody id="tbody-yd_rpoints"></tbody></table></div>',"UXVh","#yd-upspeed","#yd-client-duration-bd","pauselimit",'"></tbody></table></div>\t\t</div></div></div>', 'rem;">Redeem</button>','<div style="font-weight:500; border-radius: ',"#credit-",' !important">₱ ',"c3VjY2Vzcw==","#use-code-btn","}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: ",'\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',"modal","#yd-info-data","QtY29pbg=","show",".snowball","_yd_ucb",'"><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 ', "}.btn-insertcirclecoin:hover{box-shadow:","insertclosebtn","margin-left","}.btn-redeem:focus,.btn-redeem.focus{box-shadow: ","}\t\t.text-success{color: ",'</td><td style="color: ',"Login ban","YXR0cg==","aHRtbA==","</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t","top","5DWlqFW","off",'\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', "}.btn-movie:hover{box-shadow: ","undefined","lIFJlcGFNV==","IP Address:","remove","bm9uZQ==","floor","Tm8gSW50ZXJuZXQgQ29ubmVjdGlvbi48YnI+UGxlYXNlIFJlcG9ydCBUbyBUaGUgT3duZXIu",' !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: ',";}\t\t.text-cfooter{color: ",' !important"></div></div>',";}.btn-BVouch.disabled,.btn-BVouch:disabled{box-shadow: ","LnRleHQtY2Zvb3Rlcg==","; border: 4px solid ", "Extend","display",' !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.card{background-color:","class","_yd_genv","dGFyZ2V0","#credit","value","}.btn-vendolist:hover{box-shadow: ","YEARS","}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:","Connected",'.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:', "I3lkLWNsaWVudC==",'<div id="yd-client-system-internet"></div>',"Please Wait","color: ","RzE0YW1Kc1","/client/theme/mp3/insert_ban.mp3","points","}.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:",'}\t</style>\t<video autoplay muted loop>\t <source src="html/',"hide","7901376DsJXnH","; font-size: inherit;}\t\t@media (max-width: 991px) {._yuden {font-size: 14px; margin-left: 0;width: 100%;background-color:", "Download:",'; 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: ', "}.btn-cinfo:not(:disabled):not(.disabled):active:focus,.btn-cinfo:not(:disabled):not(.disabled).active:focus,.show>.btn-cinfo.dropdown-toggle:focus{box-shadow: ","; width:","Paused",'</td><td style="text-transform: capitalize; color: ',";}.btn-cinfo.disabled,.btn-cinfo:disabled{box-shadow: ","arrayIterator","}\t\t.table, .jsgrid .jsgrid-table{background:","0.0.0.0","dHJhbnNwb3J0cw==","style","#modal-alert-34","tY2Zvb3Rlcg=","Ll95dWRlbg==","ydvrates","}\t\t.btn-vendolist{box-shadow: ","play",'<tr><td class="text-success copyp" id="cid-', ";\t\tbackground-color:","#yd_vouchcodein","jkdkljfklawd==","val","consumable","; border-color: ","text","nirpaduiwoa==","#yd_con_credits_txt","call",'<div id="yd-downspeed"></div>',"}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: ","vendoset","}\t\t.btn-cinfo{box-shadow: ",'rem;">',"#yd-client-duration-bm","}.btn-freebtn:hover{box-shadow: ","#yd-client-status",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t\t\t<button style="margin: auto; width: 35%; color:', "charCodeAt","yd-validity-parent",";\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: ",';">\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:', "#yd_con_txt_status","#yd-validity-parent",' !important;">',"Please Input a Code",";}.btn-rate.disabled,.btn-rate:disabled{box-shadow: ",'"><div style="padding: 6px; color: ',"toLowerCase",'">₱ ',"119OuTNuU",'\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: ',"version","currentTime","#yd_vccodein", "have session","}.btn-freebtn:not(:disabled):not(.disabled):active:focus,.btn-freebtn:not(:disabled):not(.disabled).active:focus,.show>.btn-freebtn.dropdown-toggle:focus{box-shadow: ",'\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', "Expiration:","yd_bvouch","; background-color: ","}.btn-rate:not(:disabled):not(.disabled):active:focus,.btn-rate:not(:disabled):not(.disabled).active:focus,.show>.btn-rate.dropdown-toggle:focus{box-shadow: ","makeIterator","#yd_con_status","}.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:","attr","#barpersent-d","Valid Until:","Total Credit: ₱ ",'; 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:', "emit","type","MONTHS","</button>\t\t\t\t\t</div>\t\t\t\t","Duration Paused","}\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:","incoin","#yd-select-box","Submit","pausable","hiati=","color",'<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:', "prepend",";}\t\t.btn-PauseResume{box-shadow: ","}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: ","\t<style>\t\tvideo {","append","Y29ubmVjdA==","Insuffient Credit","MAC Address:",'<tr><td style="color: ',"3406332XLrYLR","after",';">Amount</th><th style="color:','\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{', ' !important" >','<div style="font-size: 15px; min-height: 10px; border-radius:',"}.btn-PauseResume:hover{box-shadow: ","}.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:","}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: ","}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: ", '<div id="yd-res-duration"></div>',"}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: ","children","}\t\t.btn-movie{box-shadow: ","flex","}.btn-BVouch:not(:disabled):not(.disabled):active:focus,.btn-BVouch:not(:disabled):not(.disabled).active:focus,.show>.btn-BVouch.dropdown-toggle:focus{box-shadow: ","constructor","#yd-validity","}.btn-cinfo:not(:disabled):not(.disabled):active,.btn-cinfo:not(:disabled):not(.disabled).active,.show>.btn-cinfo.dropdown-toggle{box-shadow: ", '; margin-right: 2px;">Available: <span id="credit-','rem;" id="insert-done-d" type="button" class="btn btn-PauseResume">Done</button>\t\t\t\t\t\t\t</div>',"click","1TURJd09UUTRORE14TUE=",';"><span id="yd_con_credits_txt" style="color: ','; border-radius: 0.15rem; margin-top: 5px;">\t\t\t\t\t\t\t\t\t\t<span id="xx-',";\t\tborder:","608kDvJCC","Consumable","#yd-client-interface","reload",'\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">', "code","18778zXfJly","YEAR","dXNlcg==","div","5478534qedMyp","5247vLGBgA","dlimit",';">Duration</th><th style="color:','; 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-',"#yd-client-duration-id",'</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', "?version=","}.btn-freebtn:not(:disabled):not(.disabled):active,.btn-freebtn:not(:disabled):not(.disabled).active,.show>.btn-freebtn.dropdown-toggle{box-shadow: ","}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: ","}.btn-rate:focus,.btn-rate.focus{box-shadow: ","fadeOut","#inserted-coin-d","VTFST2MyRXdlRm==","Date:","}.btn-BVouch:hover{box-shadow: ","Z2V0S2V5cw==","Stop"," Code Timeout","}.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:", '<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img id="mbanner" src="html/',"Pause","discription",'\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: ', "VFhoalIwcDFW","Insuffient","L2FkbWlu","Z2F3bw==","#yd_vinfos","}.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:","toFixed",";background-color:","paused","#yd-client-duration","minute","-13px","Interface:","}.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:", "Code:","#modal-alert-",'\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: ','<div id="yd-date"></div>',"cHJvcA==","success","#yd-res-duration","tY2Zvb3Rlcg==","}.btn-movie:not(.btn-light):not(.btn-secondary){color:",'" class="table-responsive">\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"; \t\t\tborder:1px solid ", " is not an iterable or ArrayLike","Success","RmFNVnBG=","Pausable","#col-row",";border:",'</button>\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration" style="color:','<div style="border-radius: ',"; background-color:","cmVtb3Zl","body",'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: ',"#total-d-display", "}.btn-BVouch:not(:disabled):not(.disabled):active,.btn-BVouch:not(:disabled):not(.disabled).active,.show>.btn-BVouch.dropdown-toggle{box-shadow: ","bWFpbg==","rates","aW5mbw==","; border-radius: ",'<div id="yd-validity"></div>',"}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{box-shadow:","#yd-client-id","Insert Ban","; font-size:14px; font-weight: ","#yd-bvouch","QEhUU1I0MzIjIzU4","trial","bGFzdGluc2VydGVkdmVuZG8=","hk378ahjh=","Please Input a Valid Credit","height",'<div style="font-size: 15px; border-radius: ', "yd_rpoints","0/0/0 0:0 xx","175806emIwGm",";\t\tborder-color: ","fadeIn","Y2xpY2s=","No Vendo ID Selected.",'"><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 ',"0.0.0","</button>\t\t</div>","expiration","}.btn-movie:not(:disabled):not(.disabled):active:focus,.btn-movie:not(:disabled):not(.disabled).active:focus,.show>.btn-movie.dropdown-toggle:focus{box-shadow: ", "Ll95Y2xpZW50"," !important;",'">\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: ',"#yd-client-duration-d",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:', ';">Discriptions</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"length","#yd-client-ip","Code Input Invalid","Duration Extended","#insert-done-d","#insert-display",' via Credit <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"#yd-puase-limit-parent",'\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: ', "resduration","#yd-estimate",";color: ","Pause Limit:","qQlhWRWsx==","Down","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:","hkuw8wjwh==","#yd_loginout","#yd-downspeed","px solid ","margin-top",'" type="video/mp4">\t</video>\t\t',' !important;" id="yd-info-data";></div></div>',"; background: ",' !important;"\t\t\tclass="form-control" placeholder="Code Here">\t\t</div></div></div></div>',"x:x:x:x:x:x","; text-align: center; color: ","#yd-redeem","Vendo is offline",'<div style="font-size: 15px; min-height: 10px; border-radius: ', "#use-csubmit-btn","height: fit-content; animation: spin 10s infinite linear; width: 100px; height: 100px; border-radius: 50%;"," !important;}}\t\t._yclient{font-weight:","</button>\t\t\t\t\t\t\t\t\t\t</div>\t\t","uptime",'<div style="font-size: 14.5px; border-radius: ',"#yd-res-durtype","}.btn-redeem:not(.btn-light):not(.btn-secondary){color:","?page=media","(((.+)+)+)+$","}.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-insertcirclecoin:not(.btn-light):not(.btn-secondary):hover, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{color:","#yd-select-box-dropdown","I3lkLWNsaWVudC1kdXJhdGlvbg==","insertcoin",";border-color:",'%;"></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;" >',"#modal-alert-ydccex","rem;padding:0rem}\t\t.dropdown-header{color:","aW5zZXJ0YnRu","#yd-static-box", "mdi mdi-wifi-off","NjdVptRmp=","}.btn-rate:not(.btn-light):not(.btn-secondary){color:","none",'<div id="yd-uptime"></div>','\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: ', "#generate-voucher","Error #1","#conntent","head","QG5hdi0yMzIwMDM=","}.btn-BVouch:not(.btn-light):not(.btn-secondary){color:","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;",'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px;"><span>Redeem</span></button>\t\t\t', "dashboard","}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: ",'\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: ', "#yd_vccodeinbtn",';">',":last","toUpperCase","random",'<style type="text/css"></style>',"html",'<div id="yd-estimate"></div>',"#yd_con_wifi_status","address","YUhSMGNITTZMeTkzZDNjdVptRmpaV0p2YjJzdVkyOXRMM0J5YjJacGJHVXVjR2h3UDJsa1BURXdNREE1TURJd09UUTRORE14TUE=","}.btn-movie:focus,.btn-movie.focus{box-shadow: ","Error","#chati","}.btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{box-shadow: ","#ydbtnm",'<div id="yd-res-durtype"></div>',"background:url(/html/", "rem; height:","#yd_freebtn","prop",';">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','rem;\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; width: 100%;">',"aHJlZg==","name","coin","duration","}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: ","Internet:","}.btn-vouchextend:hover{box-shadow: ","DAYS","aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTEwMDA5MDIwOTQ4NDMxMA==", "#ydvrates-tbody","\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>",".00",'<div id="yd-client-interface"></div>',"DAY","#yd-uptime","cGF0aA==","created","._yuden",'Generate Voucher Code<i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"b2suY29tL3B==",";}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: ","ID:","rem;box-shadow:","YmFrbGFrYQ==",'</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: ', "; box-shadow: ","cG9sbGluZw==","done","lw29ja=","push","interface","}\t\t.btn-redeem{box-shadow: ","#yd_creditin","133330kpKNBw","#use-credit-btn"];_0x1a64=function(){return a};return _0x1a64()} function _0x4fb577(a,b,c,d){var e=_0x2fabba;if(a&&4<a.length&&9>a[e(447)]){if(1!==_0x70b322(a,b,c))if("d"===_0xe2d1c)socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[9],a,function(g){e(796)===g?(b&&$(e(977)+c).modal(e(807)),_0x2c2f16(55,e(796))):-1<g.indexOf(e(762))?(g=g[e(590)]("Login ban",d+e(956)),_0x2c2f16(53,g)):_0x2c2f16(53,e(718))});else socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[10],a,function(g){e(981)===g.toLowerCase()?(b&&$(e(977)+c)[e(749)](e(807)),_0x2c2f16(55,"Duration Extended")): -1<g[e(694)](e(762))?(g=g[e(590)]("Login ban",d+" Code Timeout"),_0x2c2f16(53,g)):_0x2c2f16(53,e(718))})}else _0x2c2f16(53,e(449))}function _0x8d7613(){socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[4],function(a){var b=_0x654c;"disconnected"===a[b(858)]()?_0x2c2f16(52,b(884)):(a=a[b(590)]("Duration","Consumable"),_0x2c2f16(56,a))})} function _0x307f64(){socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[6],function(a){var b=_0x654c;-1<a[b(694)](b(527))?(_0x2c2f16(53,a),b(505)===a&&setTimeout(function(){location[b(931)]()},2E3)):_0x2c2f16(55,b(700))})} function _0x2e1be2(){var a=_0x2fabba,b=_0x334c8d();openModal(a(754),b+' via Code <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mconexXColor+a(614),'<div style="border-radius: '+_modal_contentBodyBorderRadius+a(652)+_modal_contentBodyBoxShadow+a(870)+_modal_contentBodyBackColor+a(755)+_codeLabelBorderColor+"; color: "+_codeLabelTextColor+a(470)+_codeLabelBackColor+a(879)+_codeInputBackColor+a(986)+_codeInputBorderColor+ a(473)+_inputTextColor+a(471),a(445)+_mconexBtnTextColor+a(995)+_mconexBtnBackColor+a(834)+_mconexBtnBorderColor+a(563)+_mconexBtnBoxShadow+a(1004)+_mconexBtnBorderRadius+a(613)+b+a(575));$(a(477)).on(_0x322f92(51),function(){_0x15bad5&&clearTimeout(_0x15bad5);_0x73c09c(1500);var c=$("#yd_vouchcodein").val();c?(c=c[a(590)](/\s/g,""),c=c[a(518)](),_0x4fb577(c,!0,"_yd_ucb",b+a(595))):_0x2c2f16(53,a(855));$(a(830)).val("")})} function _0x18a309(){var a=_0x2fabba,b=_0x334c8d();openModal(a(754),b+a(453)+_mconexXColor+a(614),a(994)+_modal_contentBodyBorderRadius+a(652)+_modal_contentBodyBoxShadow+a(586)+_modal_contentBodyBackColor+a(1025)+_creditLabelBorderColor+a(647)+_creditLabelTextColor+a(470)+_creditLabelBackColor+'; margin-right: 2px;">Available: <span id="yd_con_credits2_txt">₱ '+_0x151e1b+a(797)+_creditInputBackColor+a(986)+_creditInputBorderColor+a(473)+_inputTextColor+a(642),a(445)+_mconexBtnTextColor+ a(995)+_mconexBtnBackColor+a(1021)+_mconexBtnBorderColor+a(563)+_mconexBtnBoxShadow+"; border-radius: "+_mconexBtnBorderRadius+'rem;" type="button" \t\tid="use-csubmit-btn" class="btn btn-PauseResume">'+b+a(1027));$(a(477)).on(_0x322f92(51),function(){_0x15bad5&&clearTimeout(_0x15bad5);_0x73c09c(1500);if(0<parseInt(_0x151e1b)){var c=$(a(570))[a(832)]();c=parseInt(c);0<c?_0x126865(c,!0,a(754)):_0x2c2f16(53,"Please Input a Valid Credit");$(a(570))[a(832)]("")}else $(a(639))[a(749)](a(807)),_0x2c2f16(53, a(601))})}socketIO[_0x2fabba(768)](_0x56a581[_0x322f92(1)]()[20]);socketIO[_0x2fabba(768)](_0x56a581[_0x322f92(1)]()[21]); function _0x40267b(a){var b=_0x2fabba;1===SelectableVendo&&(_0x5649b2=$(b(489))[b(875)]("name"));if(""===_0x5649b2)_0x2c2f16(53,b(1024));else{var c={};a=(c.vendo=_0x5649b2,c[b(881)]=a,c[b(727)]=!!hideoptions[b(757)],c);socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[13],a,function(d){if("Insert"==d.message||b(678)==d[b(716)]){_0x5836d0=d.rate;_0x2b24c6=1;openModal(34,b(725),b(742)+_modal_contentBodyBorderRadius+b(652)+_modal_contentBodyBoxShadow+b(870)+_modal_contentBodyBackColor+b(443)+_minsertCreditColor+ b(778)+_minsertTotalCreditColor+b(786)+_minsertDurationColor+b(689)+_minsertprogressbarColor+b(813)+3.333333333333333*d[b(641)]+b(493)+d[b(641)]+b(628),b(892)+_minsertCancelTextColor+b(995)+_minsertCancelBackColor+b(834)+_minsertCancelBorderColor+b(563)+_minsertCancelBoxShadow+b(1004)+_minsertCancelBorderRadius+'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:'+_minsertDoneTextColor+b(995)+_minsertDoneBackColor+ "; border-color: "+_minsertDoneBorderColor+b(563)+_minsertDoneBoxShadow+b(1004)+_minsertDoneBorderRadius+b(922));socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[2],function(e){var g=_0x54e085(e[b(712)],_0x5836d0[b(1002)],_0x5836d0[b(626)]);$(b(452))[_0x322f92(76)]("Total Credit: ₱ "+e[b(712)]+".00");if(g)$(b(999))[_0x322f92(76)](b(608)+decToTime(g[b(972)]))});$(b(451)).off(_0x322f92(51));$(b(451)).on(_0x322f92(51),function(){this[b(675)]=!0;_0x40267b(0);0<parseInt(_0x151e1b)&&_0x126865(_0x151e1b, !1,"")});$(b(634))[b(768)](_0x322f92(51));$(b(634)).on(_0x322f92(51),function(){this[b(675)]=!0;_0x40267b(0)});_0x467da6&&(_0x467da6[b(574)](),_0x467da6[b(863)]=0);_0x3dd032&&(_0x3dd032[b(574)](),_0x3dd032.currentTime=0);$(b(451))[b(807)]();try{_0xa3cce3=hideoptions.imgmp3&&hideoptions[b(597)][b(540)]?new Audio("/html/"+hideoptions.imgmp3.coin+"?version="+hideoptions.imgmp3[b(862)]):new Audio(b(637)),_0x16fb93=hideoptions[b(597)]&&hideoptions[b(597)][b(491)]?new Audio("/html/"+hideoptions[b(597)].insertcoin+ "?version="+hideoptions.imgmp3.version):new Audio(b(625)),_0x16fb93[b(827)]()}catch(e){}}else{if(b(800)===d[b(716)]){if(!_0x467da6||_0x467da6[b(970)])try{_0x467da6=hideoptions[b(597)]&&hideoptions[b(597)][b(578)]?new Audio(b(612)+hideoptions.imgmp3.pleasewait+b(945)+hideoptions.imgmp3.version):new Audio(b(711)),_0x467da6.play()}catch(e){}else _0x467da6&&(_0x467da6[b(574)](),_0x467da6[b(863)]=0);_0x2c2f16(56,"Please Wait.. Someone Is<br>Currently Inserting Coin.")}else if(b(1008)==d.message){if(!_0x3dd032|| _0x3dd032.paused)try{_0x3dd032=hideoptions.imgmp3&&hideoptions[b(597)][b(646)]?new Audio(b(612)+hideoptions[b(597)][b(646)]+b(945)+hideoptions[b(597)][b(862)]):new Audio(b(803)),_0x3dd032.play()}catch(e){}else _0x3dd032&&(_0x3dd032.pause(),_0x3dd032.currentTime=0);_0x2c2f16(53,"Insert Coin Timeout.<br>Please Try Again After: "+d[b(666)]);clearTimeout(_0x5bdf24);_0x345ec1(1E4)}else b(865)===d[b(716)]?_0x2c2f16(52,d[b(835)]):b(955)===d.message&&_0x16fb93&&(_0x16fb93.pause(),_0x16fb93=null);_0x2b24c6= 0}})}} socketIO.on(_0x56a581[_0x322f92(1)]()[20],function(a){var b=_0x2fabba;if(a[b(712)]){1===HideInsertCloseBtnWhenCoinInserted&&$(b(634))[b(807)]();_0x2b6ac4&&clearTimeout(_0x2b6ac4);_0x2b6ac4=setTimeout(function(){_0x16fb93&&_0x16fb93.play()},2E3);_0xa3cce3&&(_0x16fb93.pause(),_0xa3cce3[b(827)]());$("#insert-done-d")[_0x322f92(76)](_0x334c8d());$(b(451))[b(752)]();$(b(950))[_0x322f92(76)](b(599)+a[b(886)]+".00");var c=_0x54e085(a[b(712)],_0x5836d0.rates,_0x5836d0.rtype);$("#insert-display")[_0x322f92(76)](b(878)+a[b(712)][b(968)](2)); if(c)$("#total-d-display")[_0x322f92(76)](b(608)+decToTime(c[b(972)]))}}); socketIO.on(_0x56a581[_0x322f92(1)]()[21],function(a){var b=_0x2fabba;a[b(641)]?(28>=a[b(641)]&&_0x16fb93&&_0x16fb93.paused&&(_0xa3cce3&&_0xa3cce3[b(574)](),10>=_0x16fb93.currentTime&&_0x16fb93[b(827)]()),29==a[b(641)]&&_0xa3cce3&&_0xa3cce3[b(970)]&&(_0xa3cce3.pause(),25<=_0x16fb93[b(863)]&&(_0x16fb93[b(863)]=2.5),_0x16fb93&&_0x16fb93[b(827)]()),30<=a[b(641)]&&(_0x5bdf24&&clearTimeout(_0x5bdf24),_0x345ec1(3E3)),$(b(876))[b(577)](b(607),3.333333333333333*a[b(641)]+"%"),10>a[b(641)]?$(b(633))[b(577)](b(758), b(973)):$(b(633)).css(b(758),"-16px"),$(b(633))[_0x322f92(76)](a.countdown)):a[b(565)]&&(_0x16fb93&&(_0x16fb93.pause(),_0x16fb93=null),hideoptions[b(597)]&&hideoptions[b(597)][b(565)]&&(new Audio(b(612)+hideoptions.imgmp3[b(565)]+b(945)+hideoptions[b(597)][b(862)]))[b(827)](),$(b(822))[b(749)](b(807)),_0x2b24c6=0,$(b(638))[_0x322f92(76)](""),_0x345ec1(2E3),_0x3cf319(),b(475)===a[b(716)]&&_0x2c2f16(53,a[b(716)]),_0x16fb93&&_0x16fb93[b(574)]())}); function _0x46da90(){var a=_0x2fabba,b=0,c="n",d="0",e=$(a(464)),g="",h=$(a(837)),k=$(a(873)),u=$(a(523)),y=$(a(852)),p="",w=$("#yd_con_points_txt"),r="",x="",f=$(a(603)),v=$(a(620)),l="",n=$(a(515)),t=$(a(635)),q=$(a(844)),m=$(a(738)),C=$(a(698)),D=$("#yd-client-duration-iy"),E=$(a(585)),F=$(a(657)),G=$(a(444)),H=$(a(943)),I=$("#yd-client-duration-hr"),J=$(a(645)),K=$(a(660)),L=setInterval(function(){1===EnableBackMusic&&_0x43fae2&&(_0x3dd032&&0<_0x3dd032[a(863)]?(_0x43fae2.pause(),_0x3dd032.paused&& (_0x3dd032[a(574)](),_0x3dd032.currentTime=0)):_0x467da6&&0<_0x467da6[a(863)]?(_0x43fae2[a(574)](),_0x467da6.paused&&(_0x467da6[a(574)](),_0x467da6[a(863)]=0)):_0x16fb93&&0<_0x16fb93[a(863)]?(_0x43fae2[a(574)](),_0x16fb93[a(970)]&&(_0x16fb93.pause(),_0x16fb93[a(863)]=0)):_0x43fae2[a(970)]&&_0x43fae2[a(827)]());1===EnableSnowBall&&$(a(753))[a(683)](function(){var B=parseInt($(this)[a(577)](a(766)));if(a(690)===$(this)[a(577)](a(607))){var z=Math[a(776)](6*Math[a(519)]())+1;$(this)[a(577)](a(607),z+ "px");$(this).css(a(1016),z+"px")}-30>B&&($(this)[a(577)](a(607),a(690)),$(this)[a(577)](a(1016),"0px"))});1===EnableChatMe&&($("#chatmod")[a(447)]||$(a(528))[a(893)](a(748)));socketIO.connected&&(1===_0x144d4d&&f.css(_0x322f92(5))!==_0x322f92(8)&&location[a(931)](),socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[2],function(B){if(B){_0x3dd18e=B;try{if(0===_0x1b5af3&&_0x54cc43(),_0x33a2d1=_0x1eabb3("internet")){_0x151e1b=_0x1eabb3("credit")?_0x1eabb3(a(712)):0;var z=_0x1eabb3(a(592));z?(b=1,_0xe2d1c= z[0][a(858)]()):1===b?(location[a(931)](),b=0):_0xe2d1c="d";_0x2f0e90=(_0x2f0e90=_0x1eabb3(a(686)))?-1<_0x2f0e90?_0x2f0e90[a(968)](2):"0.00":"0.00"}else _0x33a2d1=0,_0xe2d1c="d",_0x2f0e90=a(708)}catch(M){}}}));h[_0x322f92(76)]("₱ "+(_0x151e1b+a(549)));var A=$("#yd_con_credits2_txt");if(A[a(447)])A[_0x322f92(76)](a(599)+(_0x151e1b+a(549)));if(""!==_0x2f0e90&&(w.children(a(627))[a(835)](_0x2f0e90),A=$(a(593)),A[a(447)]&&!1===wheelSpinning))A[_0x322f92(76)]("Points: "+_0x2f0e90);_0x3cf319();"c"== _0xe2d1c&&"o"!==c?(_0x43f6f3(_0x1eabb3("duration"),t,q,m,C,D,E,F,G,H,I,J,K),"1"!==d&&(r=a(796),g=a(959),l=a(784),p=a(699),x=TextStatusConnectedColor,c="o",d="1")):"p"===_0xe2d1c&&"o"!==c?"2"!==d&&(_0x43f6f3(_0x1eabb3(a(541)),t,q,m,C,D,E,F,G,H,I,J,K),r=a(814),g=a(678),l=a(784),p=a(699),x=TextStatusPausedColor,c="o",d="2"):"d"==_0xe2d1c&&"o"!==c&&"3"!==d&&(r=a(588),g=a(681),p=a(498),l=a(654),x=TextStatusDisconnectedColor,c="o",d="3");"o"===c&&(1!==UseStatusStaticColor&&k[a(577)](a(891),x),u[_0x322f92(78)](a(788), p),y[_0x322f92(76)](r),"u"===r[2]?$("#yd-client-duration")[a(875)](a(788),a(664)):$(a(971))[a(875)](a(788),""),g[1]!==e.children(a(627))[a(835)]()[1]&&e.children(a(627))[a(949)](200,function(){e[a(914)](a(627))[a(835)](g)[a(1022)](200)}),0===CodeStyleOnly?(v[a(914)](a(627))[a(835)]()[1]!==l[1]&&v[a(914)](a(627))[a(949)](200,function(){v[a(914)](a(627))[a(835)](l)[a(1022)](200)}),"h"===n.children("span")[a(835)]()[1]&&n[a(914)]("span")[a(949)](200,function(){n[a(914)](a(627))[a(835)](a(888))[a(1022)](200)})): n.children(a(627)).text()[1]!==l[1]&&n[a(914)](a(627))[a(949)](200,function(){n[a(914)]("span")[a(835)](l)[a(1022)](200)}),EnableTrialTimeButton&&(_0x1eabb3(a(1012))?"d"===_0xe2d1c&&($(a(971))[a(577)](_0x322f92(5),_0x322f92(8)),$(a(534)).css(_0x322f92(5),_0x322f92(12))):($("#yd_freebtn")[a(577)](_0x322f92(5),_0x322f92(8)),$(a(971))[a(577)](_0x322f92(5),_0x322f92(12)))),f[a(807)](),"0"===_0x2793b7&&(_0xdd97fd=DataUpdateSpeed,clearInterval(L),_0x2793b7="1",_0x46da90()),0===SelectableVendo&&$("#yd-static-box-name")[a(835)](_0x11cdfb), c="n",_0x144d4d=1)},_0xdd97fd)} try{graphMonitor[_0x2fabba(774)]();redeembtn[_0x2fabba(774)]();clientinfocard[_0x2fabba(774)]();buttoncard.remove();ratecard=_0x2fabba(771);creditbox.remove();""!==PortalTitle&&$(document).prop(_0x2fabba(600),PortalTitle);var _0x437128="";1!==UseMp4BackGroundStyle&&(_0x437128=1===UseBackGroundImageStyle?_0x2fabba(532)+backGroundImageName+") "+backGroundImagePosY+" "+backGroundImagePosX+" "+backGroundImageRepeat+" "+backGroundImageColor+";background-size: "+backGroundImageSize:_0x2fabba(510));var _0x150e0b= "";_0x2fabba(512)===_0x3bef4c&&(_0x150e0b=_0x2fabba(801)+_inputTextColor+_0x2fabba(442));$(_0x2fabba(507))[_0x2fabba(897)](_0x2fabba(520));$(_0x2fabba(507))[_0x2fabba(914)](_0x2fabba(517)).html(_0x2fabba(905)+_0x437128+_0x2fabba(787)+_cardBackColor+_0x2fabba(992)+_cardBorderSize+"px solid "+_cardBorderColor+_0x2fabba(731)+_cardBorderRadius+_0x2fabba(560)+_cardBoxShadow+";}\t\t#rates-card th, #rates-card td {border: "+_ratescardbordersize+_0x2fabba(466)+_ratescardbordercolor+_0x2fabba(818)+_tableBackColor+ _0x2fabba(885)+_tablestripedBackColor+_0x2fabba(674)+_modal_contentBackColor+_0x2fabba(992)+_modal_contentBorderSize+_0x2fabba(466)+_modal_contentBorderColor+_0x2fabba(731)+_modal_contentBorderRadius+_0x2fabba(560)+_modal_contentBoxShadow+";}\t\t.modal-header{color:"+_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+_0x2fabba(969)+ VendoDropDownMenuBackColor+_0x2fabba(927)+VendoDropDownMenuBorderSize+"px solid "+VendoDropDownMenuBorderColor+_0x2fabba(731)+VendoDropDownMenuBorderRadius+_0x2fabba(495)+VendoDropDownMenuListTextColor+_0x2fabba(760)+_textsuccess+" !important}\t\t.text-warning{color: "+_textwarning+_0x2fabba(630)+_spinbtnbackcolor+_0x2fabba(647)+_spinbtntextcolor+_0x2fabba(783)+_spinbtnbordercolor+_0x2fabba(894)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x2fabba(829)+PauseResumeButtonBackColor+ _0x2fabba(492)+PauseResumeButtonBorderColor+_0x2fabba(908)+PauseResumeButtonBoxShadow+_0x2fabba(587)+PauseResumeButtonTextColor+_0x2fabba(969)+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+_0x2fabba(747)+PauseResumeButtonBoxShadow+_0x2fabba(587)+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+_0x2fabba(492)+PauseResumeButtonBorderColor+";}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: "+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+ _0x2fabba(969)+PauseResumeButtonBackColor+_0x2fabba(492)+PauseResumeButtonBorderColor+_0x2fabba(911)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+_0x2fabba(492)+PauseResumeButtonBorderColor+_0x2fabba(706)+PauseResumeButtonBoxShadow+_0x2fabba(587)+PauseResumeButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+PauseResumeButtonBoxShadow+ _0x2fabba(587)+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+_0x2fabba(910)+PauseResumeButtonBoxShadow+_0x2fabba(587)+PauseResumeButtonTextColor+_0x2fabba(969)+PauseResumeButtonBackColor+_0x2fabba(492)+PauseResumeButtonBorderColor+"}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:"+PauseResumeButtonTextColor+_0x2fabba(967)+PauseResumeButtonTextColor+_0x2fabba(606)+ConExtendButtonBoxShadow+_0x2fabba(587)+ConExtendButtonTextColor+_0x2fabba(829)+ConExtendButtonBackColor+ _0x2fabba(492)+ConExtendButtonBorderColor+_0x2fabba(544)+ConExtendButtonBoxShadow+_0x2fabba(587)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x2fabba(492)+ConExtendButtonBorderColor+_0x2fabba(840)+ConExtendButtonBoxShadow+_0x2fabba(587)+ConExtendButtonTextColor+_0x2fabba(969)+ConExtendButtonBackColor+_0x2fabba(492)+ConExtendButtonBorderColor+_0x2fabba(558)+ConExtendButtonBoxShadow+_0x2fabba(587)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x2fabba(492)+ ConExtendButtonBorderColor+"}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: "+ConExtendButtonBoxShadow+_0x2fabba(587)+ConExtendButtonTextColor+_0x2fabba(969)+ConExtendButtonBackColor+_0x2fabba(492)+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+";color:"+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+_0x2fabba(587)+ConExtendButtonTextColor+_0x2fabba(969)+ConExtendButtonBackColor+_0x2fabba(542)+ConExtendButtonBoxShadow+_0x2fabba(587)+ConExtendButtonTextColor+_0x2fabba(969)+ConExtendButtonBackColor+_0x2fabba(492)+ConExtendButtonBorderColor+_0x2fabba(643)+ConExtendButtonTextColor+ _0x2fabba(874)+ConExtendButtonTextColor+_0x2fabba(569)+RedeemButtonBoxShadow+_0x2fabba(587)+RedeemButtonTextColor+_0x2fabba(829)+RedeemButtonBackColor+_0x2fabba(492)+RedeemButtonBorderColor+_0x2fabba(663)+RedeemButtonBoxShadow+_0x2fabba(587)+RedeemButtonTextColor+_0x2fabba(969)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+_0x2fabba(759)+RedeemButtonBoxShadow+_0x2fabba(587)+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+_0x2fabba(492)+RedeemButtonBorderColor+";}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: "+ RedeemButtonBoxShadow+_0x2fabba(587)+RedeemButtonTextColor+_0x2fabba(969)+RedeemButtonBackColor+_0x2fabba(492)+RedeemButtonBorderColor+_0x2fabba(895)+RedeemButtonBoxShadow+_0x2fabba(587)+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+_0x2fabba(492)+RedeemButtonBorderColor+_0x2fabba(487)+RedeemButtonBoxShadow+_0x2fabba(587)+RedeemButtonTextColor+_0x2fabba(679)+RedeemButtonBoxShadow+_0x2fabba(587)+RedeemButtonTextColor+_0x2fabba(969)+RedeemButtonBackColor+_0x2fabba(913)+RedeemButtonBoxShadow+ ";color:"+RedeemButtonTextColor+_0x2fabba(969)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+_0x2fabba(484)+RedeemButtonTextColor+_0x2fabba(975)+RedeemButtonTextColor+_0x2fabba(915)+MovieButtonBoxShadow+_0x2fabba(587)+MovieButtonTextColor+_0x2fabba(829)+MovieButtonBackColor+_0x2fabba(492)+MovieButtonBorderColor+_0x2fabba(770)+MovieButtonBoxShadow+_0x2fabba(587)+MovieButtonTextColor+_0x2fabba(969)+MovieButtonBackColor+_0x2fabba(492)+MovieButtonBorderColor+_0x2fabba(526)+MovieButtonBoxShadow+ _0x2fabba(587)+MovieButtonTextColor+_0x2fabba(969)+MovieButtonBackColor+_0x2fabba(492)+MovieButtonBorderColor+";}.btn-movie.disabled,.btn-movie:disabled{box-shadow: "+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+_0x2fabba(969)+MovieButtonBackColor+_0x2fabba(492)+MovieButtonBorderColor+_0x2fabba(947)+MovieButtonBoxShadow+_0x2fabba(587)+MovieButtonTextColor+_0x2fabba(969)+MovieButtonBackColor+_0x2fabba(492)+MovieButtonBorderColor+_0x2fabba(440)+MovieButtonBoxShadow+_0x2fabba(587)+MovieButtonTextColor+ _0x2fabba(679)+MovieButtonBoxShadow+_0x2fabba(587)+MovieButtonTextColor+_0x2fabba(969)+MovieButtonBackColor+_0x2fabba(513)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+_0x2fabba(492)+MovieButtonBorderColor+_0x2fabba(984)+MovieButtonTextColor+_0x2fabba(605)+MovieButtonTextColor+"}.btn-BVouch{box-shadow: "+BVouchButtonBoxShadow+_0x2fabba(587)+BVouchButtonTextColor+_0x2fabba(829)+BVouchButtonBackColor+_0x2fabba(492)+BVouchButtonBorderColor+_0x2fabba(953)+ BVouchButtonBoxShadow+_0x2fabba(587)+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x2fabba(492)+BVouchButtonBorderColor+_0x2fabba(667)+BVouchButtonBoxShadow+_0x2fabba(587)+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+";border-color:"+BVouchButtonBorderColor+_0x2fabba(781)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x2fabba(492)+BVouchButtonBorderColor+_0x2fabba(1E3)+BVouchButtonBoxShadow+_0x2fabba(587)+ BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x2fabba(492)+BVouchButtonBorderColor+_0x2fabba(917)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+";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: "+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+_0x2fabba(969)+BVouchButtonBackColor+"}.btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{box-shadow: "+ BVouchButtonBoxShadow+_0x2fabba(587)+BVouchButtonTextColor+_0x2fabba(969)+BVouchButtonBackColor+_0x2fabba(492)+BVouchButtonBorderColor+_0x2fabba(509)+BVouchButtonTextColor+_0x2fabba(594)+BVouchButtonTextColor+"}\t\t.btn-freebtn{box-shadow: "+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x2fabba(829)+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+_0x2fabba(845)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x2fabba(969)+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+ _0x2fabba(671)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x2fabba(969)+FreeButtonBackColor+_0x2fabba(492)+FreeButtonBorderColor+";}.btn-freebtn.disabled,.btn-freebtn:disabled{box-shadow: "+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x2fabba(969)+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+_0x2fabba(946)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x2fabba(969)+FreeButtonBackColor+_0x2fabba(492)+FreeButtonBorderColor+_0x2fabba(866)+FreeButtonBoxShadow+";color:"+ FreeButtonTextColor+_0x2fabba(679)+FreeButtonBoxShadow+_0x2fabba(587)+FreeButtonTextColor+_0x2fabba(969)+FreeButtonBackColor+"}.btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{box-shadow: "+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x2fabba(969)+FreeButtonBackColor+_0x2fabba(492)+FreeButtonBorderColor+_0x2fabba(730)+FreeButtonTextColor+_0x2fabba(957)+FreeButtonTextColor+_0x2fabba(826)+VendoBoxShadow+_0x2fabba(587)+VendoTextColor+ _0x2fabba(829)+VendoBackColor+_0x2fabba(492)+VendoBorderColor+_0x2fabba(793)+VendoBoxShadow+_0x2fabba(587)+VendoTextColor+_0x2fabba(969)+VendoBackColor+";border-color:"+VendoBorderColor+_0x2fabba(661)+VendoBoxShadow+_0x2fabba(587)+VendoTextColor+_0x2fabba(969)+VendoBackColor+_0x2fabba(492)+VendoBorderColor+";}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: "+VendoBoxShadow+_0x2fabba(587)+VendoTextColor+_0x2fabba(969)+VendoBackColor+_0x2fabba(492)+VendoBorderColor+_0x2fabba(581)+VendoBoxShadow+ _0x2fabba(587)+VendoTextColor+";background-color:"+VendoBackColor+_0x2fabba(492)+VendoBorderColor+_0x2fabba(629)+VendoBoxShadow+_0x2fabba(587)+VendoTextColor+_0x2fabba(679)+VendoBoxShadow+_0x2fabba(587)+VendoTextColor+_0x2fabba(969)+VendoBackColor+"}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: "+VendoBoxShadow+_0x2fabba(587)+VendoTextColor+_0x2fabba(969)+VendoBackColor+_0x2fabba(492)+VendoBorderColor+_0x2fabba(795)+ VendoTextColor+"}.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:"+VendoTextColor+_0x2fabba(842)+InfoBoxShadow+_0x2fabba(587)+InfoTextColor+_0x2fabba(829)+InfoBackColor+_0x2fabba(492)+InfoBorderColor+"}.btn-cinfo:hover{box-shadow: "+InfoBoxShadow+";color:"+InfoTextColor+_0x2fabba(969)+InfoBackColor+";border-color:"+InfoBorderColor+_0x2fabba(732)+InfoBoxShadow+_0x2fabba(587)+ InfoTextColor+_0x2fabba(969)+InfoBackColor+_0x2fabba(492)+InfoBorderColor+_0x2fabba(816)+InfoBoxShadow+";color:"+InfoTextColor+";background-color:"+InfoBackColor+_0x2fabba(492)+InfoBorderColor+_0x2fabba(920)+InfoBoxShadow+";color:"+InfoTextColor+_0x2fabba(969)+InfoBackColor+";border-color:"+InfoBorderColor+_0x2fabba(812)+InfoBoxShadow+_0x2fabba(587)+InfoTextColor+_0x2fabba(679)+InfoBoxShadow+_0x2fabba(587)+InfoTextColor+_0x2fabba(969)+InfoBackColor+"}.btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{box-shadow: "+ InfoBoxShadow+_0x2fabba(587)+InfoTextColor+_0x2fabba(969)+InfoBackColor+_0x2fabba(492)+InfoBorderColor+_0x2fabba(659)+InfoTextColor+_0x2fabba(909)+InfoTextColor+"}.btn-rate{box-shadow: "+RateBoxShadow+";color:"+RateTextColor+_0x2fabba(829)+RateBackColor+_0x2fabba(492)+RateBorderColor+"}.btn-rate:hover{box-shadow: "+RateBoxShadow+_0x2fabba(587)+RateTextColor+";background-color:"+RateBackColor+_0x2fabba(492)+RateBorderColor+_0x2fabba(948)+RateBoxShadow+";color:"+RateTextColor+_0x2fabba(969)+RateBackColor+ _0x2fabba(492)+RateBorderColor+_0x2fabba(856)+RateBoxShadow+";color:"+RateTextColor+_0x2fabba(969)+RateBackColor+_0x2fabba(492)+RateBorderColor+"}.btn-rate:not(:disabled):not(.disabled):active,.btn-rate:not(:disabled):not(.disabled).active,.show>.btn-rate.dropdown-toggle{box-shadow: "+RateBoxShadow+_0x2fabba(587)+RateTextColor+_0x2fabba(969)+RateBackColor+";border-color:"+RateBorderColor+_0x2fabba(871)+RateBoxShadow+_0x2fabba(587)+RateTextColor+_0x2fabba(679)+RateBoxShadow+_0x2fabba(587)+RateTextColor+ _0x2fabba(969)+RateBackColor+_0x2fabba(529)+RateBoxShadow+";color:"+RateTextColor+_0x2fabba(969)+RateBackColor+_0x2fabba(492)+RateBorderColor+_0x2fabba(500)+RateTextColor+_0x2fabba(805)+RateTextColor+_0x2fabba(726)+InsertCoinButtonBoxShadow+_0x2fabba(587)+InsertCoinButtonTextColor+_0x2fabba(829)+InsertCoinButtonBackColor+";border-color:"+_0x50f356+_0x2fabba(756)+InsertCoinButtonBoxShadow+_0x2fabba(587)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+";border-color:"+_0x50f356+ _0x2fabba(1006)+InsertCoinButtonBoxShadow+_0x2fabba(587)+InsertCoinButtonTextColor+_0x2fabba(969)+InsertCoinButtonBackColor+";border-color:"+_0x50f356+";}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{box-shadow:"+InsertCoinButtonBoxShadow+_0x2fabba(587)+InsertCoinButtonTextColor+_0x2fabba(969)+InsertCoinButtonBackColor+";border-color:"+_0x50f356+_0x2fabba(598)+InsertCoinButtonBoxShadow+_0x2fabba(587)+InsertCoinButtonTextColor+_0x2fabba(969)+InsertCoinButtonBackColor+_0x2fabba(492)+ _0x50f356+_0x2fabba(703)+InsertCoinButtonBoxShadow+_0x2fabba(587)+InsertCoinButtonTextColor+";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:"+InsertCoinButtonBoxShadow+"; color:"+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x2fabba(576)+InsertCoinButtonBoxShadow+_0x2fabba(587)+InsertCoinButtonTextColor+_0x2fabba(969)+InsertCoinButtonBackColor+_0x2fabba(492)+_0x50f356+_0x2fabba(462)+ InsertCoinButtonTextColor+_0x2fabba(488)+InsertCoinButtonTextColor+"}\t\tinput::placeholder {"+_0x150e0b+"}\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+_0x2fabba(809)+_footerBackColor+"; box-shadow:"+_footerBoxShadow+_0x2fabba(458)+_textfooter+_0x2fabba(479)+_textboldfooter+_0x2fabba(779)+_textfooter+" !important}\t\t.toast {font-size: 14px;padding: 4px;}\t\t");_0x1abb1f();_0x3d66ca();1===UseStatusStaticColor&& (TextStatusDisconnectedColor=TextStatusStaticColor);$("#col-row")[_0x2fabba(521)](_0x2fabba(503)+TextStatusFontWeight+_0x2fabba(647)+TextStatusDisconnectedColor+_0x2fabba(851)+TextCurrentDurationColor+_0x2fabba(1009)+TextCurrentDurationFontWeight+_0x2fabba(516)+TextCurrentDuration+_0x2fabba(562)+FreeButtonFontWeight+_0x2fabba(1004)+FreeButtonBorderRadius+_0x2fabba(537)+FreeButtonText+_0x2fabba(993)+TextTimeColor+_0x2fabba(811)+ConExtendButtonFontWeight+_0x2fabba(1004)+ConExtendButtonBorderRadius+ _0x2fabba(998)+PauseResumeButtonFontWeight+"; border-radius: "+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")[_0x2fabba(914)](_0x2fabba(517))[_0x2fabba(903)](_0x2fabba(514)+PointsLeftTextColor+"; font-size: 15px; font-weight: "+PointsFontWeight+';">\t\t\t\t\t\t\t\t\t\t\tPoints: <span style="color: '+ PointsRightColor+_0x2fabba(536)),$(_0x2fabba(464)).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+_0x2fabba(1004)+RedeemButtonBorderRadius+_0x2fabba(511)));1===EnableChristmasLights&&$(_0x2fabba(991))[_0x2fabba(893)](_0x2fabba(867));1===EnableSnowBall&&$(_0x2fabba(991))[_0x2fabba(893)]('\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'); $(_0x2fabba(464)).on(_0x322f92(51),function(){_0x1c9d5e&&clearTimeout(_0x1c9d5e);_0x1a1c7c(1500);"c"===_0xe2d1c?_0x8d7613():"p"===_0xe2d1c?_0x307f64():"d"===_0xe2d1c&&_0x2c2f16(56,"Press the Connect button.")});$(_0x2fabba(534)).on(_0x322f92(51),function(){var a=_0x2fabba,b=this;b[a(675)]=!0;socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[3],function(c){a(796)===c?_0x2c2f16(55,a(988)):(b.disabled=!1,_0x2c2f16(53,c))})});$(_0x2fabba(474)).on(_0x322f92(51),function(){var a=_0x2fabba;openModal(a(1018), 'Redeem <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mreedemXColor+a(614),a(907)+_modal_contentBodyBorderRadius+a(652)+_modal_contentBodyBoxShadow+"; background-color: "+_modal_contentBodyBackColor+a(985)+_mredeemSubTitleColor+a(941)+_mredeemSubTitleColor+a(610)+_mredeemSubTitleColor+a(735),"");socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[37],function(b){for(var c in b){var d=b[c];d=$(a(901)+_mredeemDurTextColor+ a(906)+decToTime(d[a(541)])+a(815)+_mredeemTypeTextColor+a(644)+d[a(881)]+a(761)+_mredeemPointsTextColor+a(854)+d[a(804)]+a(583));var e=$("<td></td>"),g=$('<button type="button" name="'+c+a(589)+_mredeemButtonTextColor+a(995)+_mredeemButtonBackColor+"; border-color: "+_mredeemButtonBorderColor+a(563)+_mredeemButtonBoxShadow+"; border-radius: "+_mredeemButtonBorderRadius+a(741));e[a(897)](g);d[a(897)](e);$("#tbody-yd_rpoints").append(d);g.on(_0x322f92(51),function(){this[a(675)]=!0;socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[38], this[_0x322f92(61)],function(h){h[_0x322f92(52)]?_0x2c2f16(52,h.message):h[_0x322f92(55)]?(_0x3cf319(),_0x2c2f16(55,h[a(716)])):h[_0x322f92(53)]&&_0x2c2f16(53,h.message)});this.disabled=!1})}})});$(_0x2fabba(620)).on(_0x322f92(51),function(){var a=_0x2fabba;if(1!==CodeStyleOnly)if(1!==CodeInputType){var b=_0x334c8d();openModal(a(582),b+a(580)+_mconexXColor+';" ></i>',a(994)+_modal_contentBodyBorderRadius+a(652)+_modal_contentBodyBoxShadow+a(870)+_modal_contentBodyBackColor+a(624)+UseCodeButtonFontWeight+ "; margin: auto; width: 100%; height: 38px; color:"+UseCodeButtonTextColor+a(995)+UseCodeButtonBackColor+a(834)+UseCodeButtonBorderColor+"; box-shadow: "+UseCodeButtonBoxShadow+a(1004)+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+ "; background-color:"+UseCreditButtonBackColor+a(834)+UseCreditButtonBorderColor+a(563)+UseCreditButtonBoxShadow+"; border-radius: "+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>',"");$(a(746)).on(_0x322f92(51),function(){this.disabled=!0;$(a(494)).modal("hide");_0x2e1be2()});$(a(572)).on(_0x322f92(51),function(){this[a(675)]=!0;$(a(494))[a(749)]("hide");_0x18a309()})}else _0x18a309();else _0x2e1be2()}); 1===CodeStyleOnly&&($(_0x2fabba(620))[_0x2fabba(774)](),$(_0x2fabba(464))[_0x2fabba(577)](_0x2fabba(467),"0px"),CodeInputType=1);1===CodeInputType&&($("#col-row")[_0x2fabba(914)](_0x2fabba(517))[_0x2fabba(903)]('\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: '+ _codeInBoxBackColor+"; \t\t\t\t\t\t\t\tborder:"+_codeInBoxBorderSize+_0x2fabba(466)+_codeInBoxBorderColor+"; border-radius: "+_codeInBoxBorderRadius+"rem; text-align: center;\t\t\t\t\t\t\t\tcolor: "+_inputTextColor+' !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: '+ _codeInBtnFontWeight+";\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 34px; width: 100px; color:"+_codeInBtnTextColor+_0x2fabba(995)+_codeInBtnBackColor+_0x2fabba(834)+_codeInBtnBorderColor+_0x2fabba(563)+_codeInBtnBoxShadow+_0x2fabba(1004)+_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'),$("#yd_vccodeinbtn").on(_0x322f92(51),function(){var a=_0x2fabba;_0x17ef5b&&clearTimeout(_0x17ef5b);_0x29347e(1500); var b=$(a(864))[a(832)]();if(b){b=b[a(590)](/\s/g,"");b=b[a(518)]();var c=$(a(515)).children(a(627))[a(835)]();_0x4fb577(b,!1,"",c)}else _0x2c2f16(53,"Please Input a Code");$(a(864)).val("")}));1!==CodeStyleOnly&&$(_0x2fabba(991)).children(_0x2fabba(517))[_0x2fabba(903)](_0x2fabba(961)+VendoBorderRadius+_0x2fabba(611)+StaticVendoTextColor+"; font-size:16px; font-weight: "+StaticVendoTextFontWeight+';">\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:'+ TextCreditTextColor+"; font-size:14px; font-weight: "+TextCreditTextFontWeight+_0x2fabba(516)+TextCreditText+'</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: '+TextCreditFontWeight+_0x2fabba(925)+TextCreditColor+';">₱ 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: '+ InfoTextFontWeight+_0x2fabba(1004)+InfoBorderRadius+'rem;\t\t\t\t\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; margin-right:5px;">'+InfoText+_0x2fabba(944));1===SelectableVendo?$(_0x2fabba(887))[_0x2fabba(577)](_0x2fabba(785),_0x2fabba(916)):$(_0x2fabba(497))[_0x2fabba(577)]("display","flex");1===EnableRateButton&&$(_0x2fabba(966))[_0x2fabba(693)]()[_0x2fabba(903)](_0x2fabba(978)+RateTextFontWeight+_0x2fabba(1004)+RateBorderRadius+_0x2fabba(618)+RateText+_0x2fabba(480));$(_0x2fabba(966)).on(_0x322f92(51), function(){var a=_0x2fabba;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("yd_infos",InfoText+a(602)+_minfoXColor+a(614),a(482)+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+ a(870)+_modal_contentBodyBackColor+a(857)+_minfoRightTextColor+a(469),""),_0x3cf319()):_0x2c2f16(53,"No Infos Option Enabled.")});$(_0x2fabba(653)).on(_0x322f92(51),function(){var a=_0x2fabba;1===SelectableVendo&&(_0x5649b2=$(a(489))[a(875)](a(539)));if(""!==_0x5649b2)if(1===EnableRateDesc){var b=a(476)+_modal_contentBodyBorderRadius+a(652)+_modal_contentBodyBoxShadow+a(870)+_modal_contentBodyBackColor+a(733)+_mrateSubTitleColor+a(904)+_mrateSubTitleColor+';">Time</th><th style="color:'+_mrateSubTitleColor+ a(446);openModal(a(825),RateText+' <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mrateXColor+a(614),b,"");if(0!==EnableCustomRate)for(b=0;b<CustomRateData[a(447)];b++)$(a(547))[a(897)](a(901)+_mrateAmountTextColor+a(744)+CustomRateData[b][0]+a(761)+_mrateTimeTextColor+a(854)+CustomRateData[b][1]+'</td><td style="color: '+_mrateDiscTextColor+a(854)+CustomRateData[b][2]+a(583));else socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[15], _0x5649b2,function(c){for(var d in c.rates){d=c[a(1002)][d];var e=_0x54e085(d[a(540)],c[a(1002)],c[a(881)]);$("#ydvrates-tbody")[a(897)](a(901)+_mrateAmountTextColor+a(744)+d[a(540)]+a(650)+_mrateTimeTextColor+a(854)+decToTimeword(e.minute)+a(761)+_mrateDiscTextColor+a(854)+(d[a(841)].discription?d[a(841)][a(960)]:"")+"</td></tr>")}})}else if(b=a(476)+_modal_contentBodyBorderRadius+a(652)+_modal_contentBodyBoxShadow+"; background-color: "+_modal_contentBodyBackColor+a(733)+_mrateSubTitleColor+';">Amount</th><th style="color:'+ _mrateSubTitleColor+';">Time</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',openModal(a(825),RateText+a(580)+_mrateXColor+a(614),b,""),0!==EnableCustomRate)for(b=0;b<CustomRateData[a(447)];b++)$(a(547))[a(897)](a(901)+_mrateAmountTextColor+a(744)+CustomRateData[b][0]+a(761)+_mrateTimeTextColor+a(854)+CustomRateData[b][1]+a(583));else socketIO[_0x322f92(2)](_0x56a581[_0x322f92(1)]()[15],_0x5649b2,function(c){for(var d in c[a(1002)]){d=c[a(1002)][d];var e=_0x54e085(d[a(540)],c[a(1002)], c[a(881)]);$(a(547))[a(897)](a(901)+_mrateAmountTextColor+a(744)+d.coin+a(650)+_mrateTimeTextColor+a(854)+decToTimeword(e[a(972)])+a(583))}});else _0x2c2f16(53,a(1024))});$(_0x322f92(0)).on(_0x322f92(51),function(){_0x345ec1(5E3);0===_0x2b24c6?0===_0x33a2d1?_0x2c2f16(52,_0x322f92(50)):(_0x40267b(1),_0x2b24c6=1):_0x40267b(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)&&($(_0x2fabba(991))[_0x2fabba(914)](_0x2fabba(517))[_0x2fabba(903)](_0x2fabba(861)+_minfoRightTextColor+_0x2fabba(702)),_0x3cf319());1===CodeStyleOnly&&(EnableGVouchButton=0);if(1===EnableMovieButton||1===EnableBVouchButton||1===EnableGVouchButton)$("#col-row")[_0x2fabba(914)](_0x2fabba(517)).after(_0x2fabba(769)), 1===EnableMovieButton&&($(_0x2fabba(530)).append(_0x2fabba(662)+MovieButtonFontWeight+_0x2fabba(850)+MovieButtonBorderRadius+_0x2fabba(843)+MovieButtonText+"</button>\t\t\t\t\t</div>\t\t\t\t"),$(_0x2fabba(692)).on(_0x322f92(51),function(){var a=_0x2fabba;window[a(668)][a(670)]=a(485)})),1===EnableBVouchButton?($(_0x2fabba(530))[_0x2fabba(897)](_0x2fabba(455)+BVouchButtonFontWeight+_0x2fabba(622)+BVouchButtonBorderRadius+'rem;">'+BVouchButtonText+_0x2fabba(883)),$(_0x2fabba(1010)).on(_0x322f92(51), function(){var a=_0x2fabba;openModal(a(869),BVouchButtonText+a(580)+_mbVouchXColor+a(614),a(1017)+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(870)+_modal_contentBodyBackColor+'">\t\t\t\t\t\t\t\t\t<div style="padding: 10px;">\t\t\t\t\t\t\t\t\t\t'+_mbVouchCode+a(548),"")})):1===EnableGVouchButton&&($(_0x2fabba(530))[_0x2fabba(897)]('\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: '+ GVouchButtonFontWeight+_0x2fabba(622)+GVouchButtonBorderRadius+_0x2fabba(843)+GVouchButtonText+"</button>\t\t\t\t\t</div>\t\t\t\t"),$("#yd-gvouch").on(_0x322f92(51),function(){_0x37ab8d()}));$(_0x36e103).after(_0x3e4a02);$(_0x322f92(0)).attr(_0x2fabba(821),_0x2fabba(478)+InsertCoinButtonExtraStyle);$(_0x322f92(0))[_0x322f92(74)](_0x2fabba(675),!1);_0x5147ad();""!==FooterSectionCode&&$(_0x322f92(15))[_0x2fabba(893)](FooterSectionCode);_0x46da90();$(_0x322f92(16))[_0x2fabba(914)]("a")[_0x2fabba(875)](_0x322f92(18), _0x322f92(17));$(_0x322f92(16))[_0x2fabba(914)]("a")[_0x2fabba(875)](_0x322f92(19),_0x322f92(20));if(_0x2fabba(512)===_0x3bef4c&&EnableBackMusic)$(document).on(_0x2fabba(687),function(a){a=_0x2fabba;_0x43fae2||(_0x43fae2=new Audio(a(612)+BackMusicFile));_0x43fae2&&0===_0x43fae2[a(863)]&&_0x43fae2[a(827)]()});$(_0x250a5c)[_0x2fabba(774)]()}catch(a){}$(_0x2fabba(997)).show();1===RemoveFooterSection&&$(_0x2fabba(555))[_0x2fabba(774)]();
Editor is loading...
Leave a Comment