Untitled
//NOTE: Unselect All Options in Client Html, //Chat is Optional for a smoother portal. var DefColor1 = 'rgb(134, 83, 233)'; var DefColor2 = 'rgb(170, 47, 242)'; var PortalTitle = 'Sandot PisoWiFi'; var FooterSectionCode = '\ <style>\ .animate-charcter\ {\ text-transform: uppercase;\ background-image: linear-gradient(\ -225deg,\ #231557 0%,\ #44107a 29%,\ #ff1361 67%,\ #fff800 100%\ );\ background-size: auto auto;\ background-clip: border-box;\ background-size: 200% auto;\ color: #fff;\ background-clip: text;\ text-fill-color: transparent;\ -webkit-background-clip: text;\ -webkit-text-fill-color: transparent;\ animation: textclip 2s linear infinite;\ display: inline-block;\ font-size: 16px;\ }\ @keyframes textclip {\ to {\ background-position: 200% center;\ }\ }\ </style>\ <div class="container">\ <div class="row">\ <div class="col-md-12 text-center">\ <h3 class="animate-charcter">JAKE EZEKIEL BIRTHDAY PROMO </h3>\ </div>\ </div>\ </div>\ '; var SelectableVendo = 0; var RemoveFooterSection = 0; var CodeTypeOnly = 0; var EnableInfoInCodeType = 1; var EnableTrialTimeButton = 0; var EnableChatMe = 0; var HideInsertCloseBtnWhenCoinInserted = 0; var DataUpdateSpeed = 500; var EnableSnowBall = 0; var EnableChristmasLights = 0; var EnableRateButton = 1; var EnableRateDesc = 1; var EnableCustomRate = 0; 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; var imageBannerName = 'default.jpg'; var imageBannerHeight = '120'; var imageBannerRadius = '0.3'; var activateCustomBotCode = 1; var BotCodeTextsColor = 'snow'; var BotCodeTexts = ['Welcome','To Sandot Piso WiFi','Insert Coin', 'And Earn Points','5 Pesos = 1 Point','10 Pesos = 3 Points', '15 Pesos = 4 Points','20 Pesos = 7 Points','Redeem Points','15 Points = 1 Hour ', '25 Points = 3 Hours','50 Points = 7 Hours','100 Points = 1 Day','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: 32px; 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 = 1; var enableID = 1; var enableMAC = 1; var enableIPAddress = 1; var enableUpSpeed = 1; var enableDownSpeed = 1; var enableDurationType = 1; var enableReserveDuration = 1; var enableUptime = 1; /*= MOVIE BTN =*/ var EnableMovieButton = 1; var MovieButtonText = 'Watch Movies'; var MovieButtonTextColor = 'snow'; var MovieButtonBackColor = DefColor1; var MovieButtonBorderColor = 'black'; var MovieButtonBorderRadius = '0.3'; var MovieButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var MovieButtonFontWeight = '500'; /*= BUY VOUCHER BTN =*/ var _mbVouchXColor = 'red'; var EnableBVouchButton = 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 = 1; var GVouchButtonText = 'Gen Voucher'; var GVouchButtonBorderRadius = '0.3'; var GVouchButtonFontWeight = '500'; /*= EDIT UI =*/ var UseBackGroundImageStyle = 1; var backGroundImageName = 'gojo.jpg'; var backGroundImagePosX = 'left'; var backGroundImagePosY = 'top'; var backGroundImageColor = 'black'; var backGroundImageRepeat = 'no-repeat'; var backGroundImageSize = 'cover'; var _cardBackColor = 'rgba(5,8,7,0.70)'; var _cardBorderColor = 'black'; var _cardBorderSize = '1'; var _cardBorderRadius = '0.3'; var _cardBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)'; /*= FIRST BOX =*/ var UseStatusStaticColor = 1; var TextStatusStaticColor = DefColor1; // Or none static color var TextStatusConnectedColor = 'rgb(2, 202, 90)'; var TextStatusPausedColor = 'rgb(248, 167, 0)'; var TextStatusDisconnectedColor = 'rgb(245, 64, 71)'; var TextStatusFontWeight = '500'; var TextCurrentDuration = 'Current Duration:'; var TextCurrentDurationColor = 'rgb(106, 113, 146)'; var TextCurrentDurationFontWeight = '500'; var TextTimeColor = 'snow'; var PointsLeftTextColor = 'rgb(106, 113, 146)'; var PointsRightColor = DefColor1; var PointsFontWeight = '400'; var FreeButtonText = 'Activate Free Time'; var FreeButtonTextColor = 'snow'; var FreeButtonBackColor = DefColor1; var FreeButtonBorderColor = 'black'; var FreeButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var FreeButtonBorderRadius = '0.3'; var FreeButtonFontWeight = '500'; var ConExtendButtonTextColor = 'snow'; var ConExtendButtonBackColor = DefColor1; var ConExtendButtonBorderColor = 'black'; var ConExtendButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var ConExtendButtonBorderRadius = '0.3'; var ConExtendButtonFontWeight = '500'; var PauseResumeButtonTextColor = 'snow'; var PauseResumeButtonBackColor = DefColor1; var PauseResumeButtonBorderColor = 'black'; var PauseResumeButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var PauseResumeButtonBorderRadius = '0.3'; var PauseResumeButtonFontWeight = '500'; var RedeemButtonTextColor = 'snow'; var RedeemButtonBackColor = DefColor1; var RedeemButtonBorderColor = 'black'; var RedeemButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var RedeemButtonBorderRadius = '0.3'; var RedeemButtonFontWeight = '500'; //In Code Type Option var _codeInfoBackColor = 'rgb(8,8,8)'; var _codeInfoBorderColor = 'transparent'; var _codeInfoBorderSize = '0'; var _codeInfoBorderRadius = '0.3'; var _codeInfoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)'; /*= END FIRST BOX =*/ /*= SECOND BOX =*/ var VendoTextColor = DefColor1; var VendoBackColor = 'transparent'; var VendoBorderColor = 'black'; var VendoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 1px 0px 0px rgb(106, 113, 146)'; var VendoBorderRadius = '0.3'; var VendoDropDownMenuListTextColor = 'rgb(255,255,255)'; var VendoDropDownMenuBackColor = 'rgb(25, 28, 37)'; var VendoDropDownMenuBorderColor = 'rgb(44, 44, 51)'; var VendoDropDownMenuBorderSize = '1'; var VendoDropDownMenuBorderRadius = '0.3'; var StaticVendoTextColor = DefColor1; var StaticVendoTextFontWeight = '500'; var TextCreditText = 'Current Credit:'; var TextCreditTextColor = 'rgb(106, 113, 146)'; var TextCreditTextFontWeight = '500'; var TextCreditColor = 'snow'; var TextCreditFontWeight = '500'; var InfoText = 'Client Info'; var InfoTextColor = 'rgb(217,218,219)'; var InfoBackColor = 'transparent'; var InfoBorderColor = 'transparent'; var InfoBorderRadius = '0.3'; var InfoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 -1px 0px 0px rgb(106, 113, 146)'; var InfoTextFontWeight = '400'; var RateText = 'Wifi Rate'; var RateTextColor = 'rgb(217,218,219)'; var RateBackColor = 'transparent'; var RateBorderColor = 'transparent'; var RateBorderRadius = '0.3'; var RateBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 -1px 0px 0px rgb(106, 113, 146)'; var RateTextFontWeight = '400'; var InsertCoinButtonTextColor = DefColor1; var InsertCoinButtonBackColor = 'black'; 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 rgb(107, 252, 254); border-right: 2px solid black; border-left: 2px solid black; border-bottom: 2px solid rgb(107, 252, 254);'; /*= END SECOND BOX =*/ /*= MODAL BOX =*/ var _modal_contentBackColor = 'rgba(25,28,37,255)'; var _modal_contentBorderColor = 'black'; var _modal_contentBorderSize = '1'; var _modal_contentBorderRadius = '0.3'; var _modal_contentBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)'; var _modal_contentTitleColor = 'rgb(255,255,255)'; var _modal_contentBodyBackColor = 'rgba(1,3,8,0.95)'; var _modal_contentBodyBorderRadius = '0.3'; var _modal_contentBodyBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)'; //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 _codeBackColor = '#2A3038'; var _creditBackColor = '#2A3038'; var _mconexBtnTextColor = 'snow'; var _mconexBtnBackColor = DefColor1; var _mconexBtnBorderColor = 'black'; var _mconexBtnBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _mconexBtnBorderRadius = '0.3'; var _mgenCodeXColor = 'red'; var _mgenBtnTextColor = 'snow'; var _mgenBtnBackColor = DefColor1; var _mgenBtnBorderColor = 'black'; var _mgenBtnBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _mgenBtnBorderRadius = '0.3'; //Redeem var _mreedemXColor = 'red'; var _mredeemSubTitleColor = '#a6a6a6'; var _mredeemDurTextColor = DefColor1; var _mredeemTypeTextColor = 'white'; var _mredeemPointsTextColor = 'white'; var _mredeemButtonTextColor = 'snow'; var _mredeemButtonBackColor = DefColor1; var _mredeemButtonBorderColor = 'black'; var _mredeemButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _mredeemButtonBorderRadius = '0.3'; //Insert Coin var _minsertCreditColor = 'snow'; var _minsertTotalCreditColor = 'rgb(108,114,145)'; var _minsertDurationColor = 'rgb(108,114,145)'; var _minsertprogressbarColor = DefColor1; var _minsertCancelTextColor = 'snow'; var _minsertCancelBackColor = 'rgb(248, 167, 0)'; var _minsertCancelBorderColor = 'black'; var _minsertCancelBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), orange 10px 0px 50px -10px inset'; var _minsertCancelBorderRadius = '0.3'; var _minsertDoneTextColor = 'snow'; var _minsertDoneBackColor = DefColor1; var _minsertDoneBorderColor = 'black'; var _minsertDoneBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), '+DefColor2+' 10px 0px 50px -10px inset'; var _minsertDoneBorderRadius = '0.3'; //Client Info var _minfoXColor = 'red'; var _minfoLeftTextColor = DefColor1; var _minfoRightTextColor = 'white'; //Wifi Rate var _mrateXColor = 'red'; var _mrateSubTitleColor = '#a6a6a6'; var _mrateAmountTextColor = DefColor1; var _mrateTimeTextColor = 'white'; var _mrateDiscTextColor = 'white'; //Others Modal var _tablestripedBackColor = 'rgba(1,6,16,0.30)'; var _ratescardbordercolor = 'black'; var _ratescardbordersize = '1'; var _tableBackColor = 'transparent'; //END MODAL BOX //Others var _inputTextColor = DefColor1; var _textsuccess = 'forestgreen';//ChatIconColor var _textwarning = DefColor1;//SpinText var _spinbtnbackcolor = DefColor1; var _spinbtnbordercolor = DefColor2; var _spinbtntextcolor = 'snow'; var _footerBackColor = 'rgb(0,0,0)'; var _footerBoxShadow = '0 0 0 0'; var _textfooter = 'darkgrey'; var _textlinkfooter = 'darkgrey'; var _textboldfooter = '500'; /*===== NO NEED TO EDIT BELOW ========*/ var _0x16d7b4=_0x421e;(function(a,b){for(var d=_0x421e,c=a();;)try{if(parseInt(d(763))/1+-parseInt(d(950))/2*(parseInt(d(746))/3)+parseInt(d(945))/4*(-parseInt(d(551))/5)+parseInt(d(658))/6*(-parseInt(d(980))/7)+-parseInt(d(896))/8+parseInt(d(509))/9*(parseInt(d(492))/10)+parseInt(d(947))/11===b)break;else c.push(c.shift())}catch(f){c.push(c.shift())}})(_0x1fcc,380024);var _0x287c19=_0x287c19||{};_0x287c19[_0x16d7b4(765)]={}; _0x287c19[_0x16d7b4(895)]=function(a){var b=0;return function(){var d=_0x421e,c={};return c[d(552)]=!0,b<a[d(963)]?{done:!1,value:a[b++]}:c}};_0x287c19[_0x16d7b4(545)]=function(a){return{next:_0x287c19.arrayIteratorImpl(a)}};_0x287c19.makeIterator=function(a){var b=_0x16d7b4,d="undefined"!=typeof Symbol&&Symbol[b(668)]&&a[Symbol[b(668)]];if(d)return d[b(671)](a);if(b(946)==typeof a[b(963)])return _0x287c19[b(545)](a);throw Error(String(a)+b(879));};$("body")[_0x16d7b4(603)]();$(_0x16d7b4(817))[_0x16d7b4(860)]()[_0x16d7b4(943)](); var _0x1696d0=_0x16d7b4(606),_0x1fed2c=500,_0x5641ff,_0xb6eb1d=!1,_0x311c89=!1,_0xcdc7d6="",_0x5a1acf="",_0x5862e2=0,_0x47113f="0",_0x1da499,_0x334c96,_0x236199,_0x5aa1cc,_0x318584,_0x10b535,_0x21ea41,_0x4c092b,_0x488e08,_0x5dbb68=!1,_0x55b381,_0x7edba2="",_0x3431be="",_0xa0fde6=0,_0x67f94b=1,_0x1eafdb=_0x16d7b4(814),_0x33bffe=_0x16d7b4(493),_0x4c9373=_0x16d7b4(877),_0x136c08=_0x16d7b4(504),_0x33230c=_0x16d7b4(811),_0x2bcf19="4txyycryc",_0x5308e0="+dgvy7t{vdd*0Hnt{~ryc0)",_0x4045ba=_0x16d7b4(486), _0x40d7b0=_0x16d7b4(970).split(" ");function _0xd48f76(a){var b=function(){var d=!0;return function(c,f){var g=d?function(){var h=_0x421e;if(f)return h=f[h(634)](c,arguments),f=null,h}:function(){};return d=!1,g}}()(this,function(){var d=_0x421e;return b[d(807)]().search(d(646)).toString()[d(514)](b)[d(489)]("(((.+)+)+)+$")});return b(),atob(_0x40d7b0[a])} function _0x1fcc(){var a=["bps","yd_infos","address",'.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:','<div id="yd-downspeed"></div>',"html","}.btn-freebtn:not(:disabled):not(.disabled):active:focus,.btn-freebtn:not(:disabled):not(.disabled).active:focus,.show>.btn-freebtn.dropdown-toggle:focus{box-shadow: ","#yd_vouchcodein","}.btn-insertcirclecoin:not(:disabled):not(.disabled):active:focus,.btn-insertcirclecoin:not(:disabled):not(.disabled).active:focus,.show>.btn-insertcirclecoin.dropdown-toggle:focus{box-shadow:", "}\t\t.btn-cinfo{box-shadow: ","88008GtboZU",';">Discriptions</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"scope","Please Wait","; \t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 30px; width: 100%; border-radius: ",' !important" >','<style type="text/css"></style>','" style="width:100%; border-radius:',"match","coin","}\t\t.card{background-color:","/client/theme/mp3/insert_coin.mp3","#yd-client-interface","/html/","No Infos Option Enabled.","expiry","._yuden","name", "}.btn-redeem:hover{box-shadow: ",'px;"></img></span>','<div id="yd-date"></div>','<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:','<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t\t\t<button style="margin: auto; width: 35%; color:',';">Type</th><th style="color:'," !important}\t\t.text-warning{color: ","#chatmod",';">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\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: ', "class",'<div id="yd-client-interface"></div>',"; margin: auto; width: 100%; height: 38px; color:","}.btn-BVouch{box-shadow: ","Points: ",' !important; margin-left: 2px;" type="number" class="form-control" placeholder="Place Amount Here"></div><div class="input-group" style="margin-top: 5px;"><input id="xx-',"}.btn-freebtn:hover{box-shadow: ",'\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: ', "consumable",'"><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 transparent; color: #b4b4b4; background: #2a3038;">Credit <span id="yd_con_credits2_txt">₱ ',';">Time</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"}.btn-movie:not(.btn-light):not(.btn-secondary){color:","ydvrates",';">Points</th></tr></thead><tbody id="tbody-yd_rpoints"></tbody></table></div>', "; border:","vendo",'rem;\t\t\t\t\t\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 29px; margin-left:10px;">',"toString",";}.btn-rate.disabled,.btn-rate:disabled{box-shadow: ",'">\t\t\t\t\t\t\t\t\t<div style="padding: 10px;">\t\t\t\t\t\t\t\t\t\t',"undefined","\u007fcz{","flex","}\t\t.text-success{color: ","+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)","}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: ", "}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:","#credit","Insert Coin Timeout.<br>Please Try Again After: ","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:","modal",";background-color:","Success",' !important; margin-left: 2px;"\t\t\tclass="form-control" placeholder="Input Amount Here">\t\t</div></div></div></div>',"#ydbtnm","}.btn-freebtn:not(:disabled):not(.disabled):active,.btn-freebtn:not(:disabled):not(.disabled).active,.show>.btn-freebtn.dropdown-toggle{box-shadow: ", "#barvalue-d","?version=",";\t\tborder:",'<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:',"#ydvrates-tbody","<td></td>","Connect","#yd-res-durtype","}.btn-freebtn:focus,.btn-freebtn.focus{box-shadow: ","#yd_con_credits_txt","after","#yd-bvouch",";}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: ","minute","head","toUpperCase","href"," !important;}}\t\t._yclient{font-weight:","Duration", "IP Address:",'rem;">Redeem</button>',';">Time</th><th style="color:',"body",'</td><td style="text-transform: capitalize; color: ',"prop","insertban","Error #1","}.btn-freebtn:not(.btn-light):not(.btn-secondary){color:",'"><div style="padding: 10px;"><div style="display: flex; width: 100%;">\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: ',"#yd-client-status",'<div id="yd-client-code"></div>',"}.btn-cinfo:hover{box-shadow: ",'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-redeem" type="button" class="btn btn-redeem" style="margin-top: 10px; font-size: 15px; font-weight: ', "/client/theme/mp3/please_wait.mp3","parent","}\t\t.btn-movie{box-shadow: ","}.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:","span","#yd-client-ip","}.btn-cinfo:not(:disabled):not(.disabled):active:focus,.btn-cinfo:not(:disabled):not(.disabled).active:focus,.show>.btn-cinfo.dropdown-toggle:focus{box-shadow: ","}.btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{box-shadow: ", "amount","; color:","Offline","disabled",'\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','"><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 transparent; color: #b4b4b4; background: #2a3038;">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:', "#static-box-name","}.btn-movie:not(:disabled):not(.disabled):active:focus,.btn-movie:not(:disabled):not(.disabled).active:focus,.show>.btn-movie.dropdown-toggle:focus{box-shadow: ",";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: ","Login ban","9qxxcre","Insert Ban"," is not an iterable or ArrayLike","0 bps","toLowerCase","Down","keys","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{box-shadow:", "fromCharCode","round","Press the Connect button.",'" class="btn btn-redeem btn-sm" style="font-size: 12px; height: 25px; color:',"px solid ","}.btn-rate:not(.btn-light):not(.btn-secondary){color:","mdi mdi-wifi","</button>\t\t\t\t\t\t\t\t\t\t</div>\t\t","; border-color: ","}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: ","arrayIteratorImpl","1976016SWEFnY","\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>","}.btn-rate:hover{box-shadow: ", "Code:","#yd_vrates","margin-left",' !important; margin-left: 2px;"\t\t\tclass="form-control" placeholder="Input Code Here">\t\t</div></div></div></div>',"color","#inserted-coin-d",';"><span id="yd_con_credits_txt" style="color: ','</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: ', "}.btn-cinfo:not(.btn-light):not(.btn-secondary){color:",";\t\tbackground-color:","#yd_creditin",";}.btn-cinfo.disabled,.btn-cinfo:disabled{box-shadow: ","#tbody-yd_rpoints","ydccex","title",'"><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 transparent; color: #b4b4b4; background: #2a3038;">Credit <span id="credit-', "paused","yd_bvouch","MAC Address:",";\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 30px; width: 100%; border-radius: ","Please Input Amount","#credit-",";color:","countdown","</button>\t\t\t\t\t</div>\t\t\t\t","0/0/0 0:0 xx","#yd-client-duration-min","#insert-close-d","#yd_freebtn",'" class="table-responsive">\t\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"Total Credit: ₱ ",'">\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: ', "dashboard","#yd_con_points_txt","text",' via Code <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ','<div id="yd-client-id"></div>',"resduration","#yd-date","}.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:","Pause","each"," !important;\t\t}\t\t._yuden {padding: 20px 1rem;transition: all 0.25s ease;-moz-transition: all 0.25s ease;}\t\t._yuden a {color: ", '\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',"remove","attr","56koqghh","number","3854510DgsCSd",'" style="font-size: 14px; height: 36px; background:',"dlimit", "4xwpmhW","0.0.0","rate",'</button>\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration" style="color:',"}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:","#yd-client-duration-id","#yd-upspeed",'%;"></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;" >',"}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: ",' !important;">Duration: 00:00:00</div>\t\t\t\t\t\t\t\t\t<div id="progressbar-d" style="width: calc(100% - 20px); position: absolute; left: 10px; bottom: 10px;">\t\t\t\t\t\t\t\t\t\t<div class="progress pink">\t\t\t\t\t\t\t\t\t\t\t<div class="progress-bar" id="barpersent-d" style="background:', '<div id="yd-client-mac"></div>',"x:x:x:x:x:x","; font-size: 15px; font-weight: ","length","Insufficient Credit<br>Please Insert Coin",'\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',"}.btn-BVouch:not(.btn-light):not(.btn-secondary){color:", "display","code",'; font-size:20px; font-weight:500; line-height: 1.4rem; display: block;">\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-y" style="display:none">0</span><span id="yd-client-duration-iy" style="font-size:12px;display:none"> Y.</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-m" style="display:none">0</span><span id="yd-client-duration-im" style="font-size:12px;display:none"> M.</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-d" style="display:none">0</span><span id="yd-client-duration-id" style="font-size:12px;display:none"> D.</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\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:5px;"></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: ', "I3lkLWNsaWVudC1pbnNlcnQtY29pbg== Z2V0S2V5cw== ZW1pdA== I3lkLWNsaWVudC1kdXJhdGlvbg== dWJv ZGlzcGxheQ== cmVtb3Zl hwv412ja= bm9uZQ== Z2F3bw== Y2h1cGFrYQ== dWxvbA== YmxvY2s= cGFreXU= YmFrbGFrYQ== LnRleHQtY2Zvb3Rlcg== Ll95Y2xpZW50 aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTEwMDA5MDIwOTQ4NDMxMA== aHJlZg== dGFyZ2V0 X2JsYW5r X3l1ZGVu Zm9vdGVy Ll95dWRlbg== ghjlkwajd== hkuw8wjwh== cG9sbGluZw== d2Vic29ja2V0 dHJhbnNwb3J0cw== QEhUU1I0MzIjIzU4 cGFzc3dvcmQ= QDU1OTA0SFUjIzIy dXNlcg== L2FkbWlu cGF0aA== Y29ubmVjdA== jkdkljfklawd== hiati= hipwakuiv== bi2oa823= hk378ahjh= nirpaduiwoa== YUhSMGNITTZMeTkzZDNjdVptRmpaV0p2YjJzdVkyOXRMM0J5YjJacGJHVXVjR2h3UDJsa1BURXdNREE1TURJd09UUTRORE14TUE= QG5hdi0yMzIwMDM= VTFST2MyRXdlRm== hVYms1b1Zq== RmFNVnBG= VFhoalIwcDFW RzE0YW1Kc1 qQlhWRWsx== Tm8gSW50ZXJuZXQgQ29ubmVjdGlvbi48YnI+UGxlYXNlIFJlcG9ydCBUbyBUaGUgT3duZXIu Y2xpY2s= d2FybmluZw== ZXJyb3I= lw29ja= c3VjY2Vzcw== aW5mbw== TlYwRA== lIFJlcGFNV== dmVuZG9MaXN0 bWFpbg== bmFtZQ== 1TURJd09UUTRORE14TUE= U0E= 2RE14TUE tY2Zvb3Rlcg== QtY29pbg= I3lkLWNsaWVudC== I3NlbGVjdC1ib3gtZHJvcGRvd24= bGFzdGluc2VydGVkdmVuZG8= uc2VydGVkdm tY2Zvb3Rlcg= b2suY29tL3B== NjdVptRmp= cHJvcA== I3NlbGVjdC1ib3gtZHJvcGRvd24= aHRtbA== aW5zZXJ0YnRu YXR0cg== I3NlbGVjdC1ib3g= I3NlbGVjdC1kcm9wZG93bi1vcHRpb25z aW50ZXJmYWNl", "message","#conntent","}.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:",";}.btn-movie.disabled,.btn-movie:disabled{box-shadow: ",' <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"Duration Type:",";border:","internet",'"><div style="padding: 6px; color: ',"175oiZQtS","version","duration",'\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: ', "Upload:",'\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: 134px; 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: ', "height: fit-content; animation: spin 10s infinite linear; width: 100px; height: 100px; border-radius: 50%;","interface","}\t\t.btn-vouchextend{box-shadow: ","+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)","off",'\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">',"search","#col-row",'" class="table-responsive">\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"1150LGqcrw","+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)", "}.btn-vendolist:hover{box-shadow: ","rem;padding:0rem}\t\t.dropdown-header{color:","}.btn-movie:focus,.btn-movie.focus{box-shadow: ","}.btn-redeem:not(.btn-light):not(.btn-secondary){color:","Insufficient Credit 2<br>Please Insert Coin","}.btn-BVouch:not(:disabled):not(.disabled):active,.btn-BVouch:not(:disabled):not(.disabled).active,.show>.btn-BVouch.dropdown-toggle{box-shadow: ","}.btn-vendolist:focus,.btn-vendolist.focus{box-shadow: ","}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: ", ' !important;">',"autologin","9Hnbsry79Hnt{~ryc","}.btn-BVouch:hover{box-shadow: ",'\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: ',"insertcoin","#yd-client-system-internet","27081yYhOOv","Date:",'<div id="yd-upspeed"></div>',"#yd-client-mac","; font-size:16px; font-weight: ","constructor","currentTime","success",";}.btn-BVouch.disabled,.btn-BVouch:disabled{box-shadow: ", "; background-color:","}.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:","; color: ","_yd_ucb","vendoset","none","₱ ","}.btn-vouchextend:not(:disabled):not(.disabled):active:focus,.btn-vouchextend:not(:disabled):not(.disabled).active:focus,.show>.btn-vouchextend.dropdown-toggle:focus{box-shadow: ","div",";}\t\t.text-cfooter{color: ","inline-flex","rem; height:","Insert", '<tr><td style="color: ',";}\t\t#rates-card th, #rates-card td {border: ","append",".00","Resume","#yd-client-duration",";}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: ","; border: 4px solid ","/client/theme/mp3/coin.mp3","</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>","trial","rem;box-shadow:","point","; border-radius: ","arrayIterator",";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:", ';">Amount</th><th style="color:','\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',";border-radius:","play","35765QKHmYf","done","#yd-client-duration-m","push",'rem;" id="use-code-btn" type="button" class="btn btn-PauseResume">Use Code</button>\t\t\t\t\t\t\t\t<span style="width: 25px;"></span>\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: ',";}\t\t.modal-header{color:", "</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t","}.btn-redeem:focus,.btn-redeem.focus{box-shadow: ","val","#modal-alert-","}.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:","points"," !important}\t\t.spinbtn {background-color: ","Uptime:","sort","0.00","status","; width:","}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: ", ' !important">₱ ',"emit"," !important}\t\t.toast {font-size: 14px;padding: 4px;}\t\t",";}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: ","; font-size:14px; font-weight: ",'<div style="font-size: 15px; border-radius: ','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:',"}.btn-cinfo:not(:disabled):not(.disabled):active,.btn-cinfo:not(:disabled):not(.disabled).active,.show>.btn-cinfo.dropdown-toggle{box-shadow: ", "Insuffient Credit","#modal-alert-34","; \t\t\tborder:1px solid transparent; text-align: center; color: ","}\t\t.btn-freebtn{box-shadow: ","indexOf",";border-color:","discription","value",";background-size: ","ulimit","fadeIn","#use-csubmit-btn","#yd-info-data","pause","-13px","Code Input Invalid","Duration: ","Reserve Duration:","/client/theme/mp3/insert_ban.mp3","}.btn-PauseResume:hover{box-shadow: ","#yd-client-duration-iy",";\t\tborder-color: ","css","#yd-uptime","}.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:", "hide","}.btn-rate:not(:disabled):not(.disabled):active:focus,.btn-rate:not(:disabled):not(.disabled).active:focus,.show>.btn-rate.dropdown-toggle:focus{box-shadow: ",'</td><td style="color: ',"black",';" ></i>',"}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{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:","Code Not Found",' !important"></div></div>',"fadeOut", ' !important;" id="yd-info-data";></div></div>',"#yd-client-duration-hr","</td><td>","#modal-body-yd_infos","}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{box-shadow:","?page=media","Consumable","}.btn-movie:hover{box-shadow: ","}\t\t.btn-redeem{box-shadow: ",';">\t\t\t\t\t\t\t\t\t\t\t<span id="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:', "now","}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: ","Insufficient",'\t\t\t\t\t<div style="width: 100%; background:',";\t\tbackground-color: ","charCodeAt","yd_rpoints","#yd_con_txt_status","Insuffient","}.btn-insertcirclecoin:hover{box-shadow:",'<button type="button" name="',"apply","click","#yd_vinfos","Duration Extended","keyup","children","Disconnected","Internet:","parse","connected","rates","#static-box","(((.+)+)+)+$",';">\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:', "replace","}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: ","imgmp3","}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: ",'<div id="yd-uptime"></div>',"height",";}\t\t.btn-PauseResume{box-shadow: ","Paused","}.btn-vouchextend:hover{box-shadow: ","rem; margin-top: 10px; font-size: 15px; box-shadow: ", "9498ruBGeZ","show","credit",";}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: ","}.btn-BVouch:not(:disabled):not(.disabled):active:focus,.btn-BVouch:not(:disabled):not(.disabled).active:focus,.show>.btn-BVouch.dropdown-toggle:focus{box-shadow: ","}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: ","outerHTML",":last","#yd_loginout","#insert-done-d","iterator","next",'rem;" id="use-credit-btn" type="button" class="btn btn-PauseResume">Use Credit</button>\t\t\t\t\t\t\t</div></div></div>', "call",'<div style="border-radius: ',":first","location","prepend",'" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:','rem;">',"}.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:","floor","width","#barpersent-d",'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px;"><span>Redeem</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', "mac","#use-credit-btn","#total-d-display","; \t\t\t\t\tborder-radius: ","background:url(/html/",'rem;\t\t\t\t\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; min-width: 114px;" disabled>Selecting</button>\t\t\t\t\t\t\t\t\t\t\t\t<div id="select-dropdown-options" style="max-height: 500px; overflow: auto;" class="dropdown-menu" aria-labelledby="select-box-dropdown"></div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div id="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:', "}.btn-BVouch:focus,.btn-BVouch.focus{box-shadow: ","00:00:00","#insert-display",'.00</span></span></div>\t\t<input id="','<div id="yd-client-ip"></div>',' !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: ',"}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: ","Connect Code Timeout","</td></tr>", "Please put a valid amount.","type","#xx-","#yd-redeem",'<div style="font-size: 15px; min-height: 10px; border-radius: ',"reload","ID:",";}.btn-freebtn.disabled,.btn-freebtn:disabled{box-shadow: ",'rem;" type="button" \t\t\t\tid="generate-voucher" class="btn btn-PauseResume">Generate</button>\t\t\t</div>',' !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: ','<tr><td class="text-success copyp" id="cid-', "}\t\t.modal-content{background-color:",'\t\t\t\t<div id="ydc2" class="card" style="margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm2" style="display: flex; justify-content: end;">\t\t\t\t\t\t\t<div style="width: 100%; margin-right: 10px;">\t\t\t\t\t\t\t\t<div style="height:134px; display: grid; justify-content: center; align-items: center; padding: 10px;">\t\t\t\t\t\t\t\t\t<div id="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="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: ', "</button>\t</div>","rtype","#yd_con_credits2_txt","#select-box",'.00</td><td style="color: ',';">',"Connected",";color: ",'<div style="font-weight:500; border-radius: ',"Stop","#yd_con_wifi_status",";}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{box-shadow:","#use-code-btn","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;" id="insert-done-d" type="button" class="btn btn-PauseResume">Done</button>\t\t\t\t\t\t\t</div>',"#yd-res-duration","uptime","#select-box-dropdown","#spinwheel-points","Extend","#yd-downspeed","; box-shadow: ","blink","rem; box-shadow: ",'rem;">\t\t\t\t\t\t<div style="padding: 6px; color: ',"}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: ","; background-color: ","pleasewait","}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: ", "Please Wait.. Someone Is<br>Currently Inserting Coin.","#yd-client-code","#yd-client-id","0px","No Vendo ID Selected.","#tbody-","26565WoiiSC","Download:","}.btn-cinfo:focus,.btn-cinfo.focus{box-shadow: ","#yd_vouchcodebtn","#chati","}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: ","Error"];_0x1fcc=function(){return a};return _0x1fcc()}function _0x411ca9(){} var _0x3037b8=$('<div style="display: flex;"><div style="margin-right: 10px; color: '+_minfoLeftTextColor+_0x16d7b4(611)),_0x400bf3=_0x3037b8[_0xd48f76(74)](_0x16d7b4(664)),_0x556ccc=JSON[_0x16d7b4(642)](atob(wisft)),_0x2fd569={},_0x208431=(_0x2fd569[_0xd48f76(1)]=function(){return _0x556ccc},_0x2fd569),_0x1220d9=socketIO[_0x16d7b4(571)],_0x41260f='<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img id="mbanner" src="html/'+imageBannerName+_0x16d7b4(770)+ imageBannerRadius+_0x16d7b4(529)+imageBannerHeight+_0x16d7b4(782);try{_0x1da499=$(location)[_0x16d7b4(944)]("href").split("=")[1],_0xc619e0=_0x59416c=_0x53bf32=_0x411ca9}catch(a){}socketIO[_0x16d7b4(571)]=function(){var a=_0x16d7b4;1===_0x67f94b&&_0x1220d9[a(634)](socketIO,arguments)};function _0x4ca7e9(a,b){toastada[_0xd48f76(a)](b)}function _0x290c49(a){for(var b=_0x16d7b4,d="",c=0;c<a[b(963)];c++)d+=String[b(885)](23^a[b(628)](c));return d} function _0x520b38(a){var b=_0x16d7b4;$(b(666))[_0xd48f76(74)](b(870),!0);_0x334c96=setTimeout(function(){$(b(666))[_0xd48f76(74)](b(870),!1);clearTimeout(_0x334c96)},a)}function _0xf33160(a){$("#use-csubmit-btn")[_0xd48f76(74)]("disabled",!0);_0x236199=setTimeout(function(){$("#use-csubmit-btn")[_0xd48f76(74)]("disabled",!1);clearTimeout(_0x236199)},a)} function _0x2de3d7(a){var b=_0x16d7b4;$(_0xd48f76(0))[_0xd48f76(74)](b(870),!0);_0x488e08=setTimeout(function(){$(_0xd48f76(0))[_0xd48f76(74)](b(870),!1)},a)}function _0x5059a2(){var a=_0x16d7b4,b=a(730);return"d"===_0xcdc7d6&&(b=a(832)),b} function _0x541609(){socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[14],function(a){var b=_0x421e,d;for(d in a[_0xd48f76(59)])a[_0xd48f76(59)][d][_0xd48f76(77)]||delete a[_0xd48f76(59)][d];if(0>=Object[b(883)](a[_0xd48f76(59)])[b(963)])$(_0xd48f76(79))[b(943)]();else{for(d in a[_0xd48f76(59)])if(a[_0xd48f76(59)][d][_0xd48f76(77)]){$(_0xd48f76(75))[_0xd48f76(74)](b(870),!1);var c=$(insertboxoption[_0xd48f76(74)](b(664)));c[_0xd48f76(78)](_0xd48f76(61),d);c[_0xd48f76(76)](a[_0xd48f76(59)][d][_0xd48f76(61)]); c[b(487)](b(635));c.on(b(635),function(){$(_0xd48f76(75))[_0xd48f76(76)](this.innerHTML);var f=$(this)[_0xd48f76(78)](_0xd48f76(61));$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),f)});_0x7edba2=a[_0xd48f76(59)][d][_0xd48f76(61)];_0x3431be=d;$(_0xd48f76(75))[_0xd48f76(76)](_0x7edba2);$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),_0x3431be);$(_0xd48f76(80))[b(533)](c)}socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[2],function(f){function g(){a[_0xd48f76(59)][_0xd48f76(60)][_0xd48f76(61)][0]+a[_0xd48f76(59)][_0xd48f76(60)][_0xd48f76(61)][1]!== _0xd48f76(63)&&(_0x67f94b=0)}if(f[_0xd48f76(69)]===_0xd48f76(60)&&a[_0xd48f76(59)][_0xd48f76(60)][_0xd48f76(77)])_0x7edba2=a[_0xd48f76(59)][_0xd48f76(60)][_0xd48f76(61)],_0x3431be=_0xd48f76(60),$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),_0x3431be),$(_0xd48f76(75))[_0xd48f76(76)](_0x7edba2),g();else{if(f[_0xd48f76(69)]&&a[_0xd48f76(59)][f[_0xd48f76(69)]]&&a[_0xd48f76(59)][f[_0xd48f76(69)]]&&a[_0xd48f76(59)][f[_0xd48f76(69)]][_0xd48f76(77)])_0x7edba2=a[_0xd48f76(59)][f[_0xd48f76(69)]][_0xd48f76(61)], _0x3431be=f[_0xd48f76(69)],$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),_0x3431be),$(_0xd48f76(75))[_0xd48f76(76)](_0x7edba2);else if(a[_0xd48f76(59)][f[_0xd48f76(69)]]&&a[_0xd48f76(59)][f[_0xd48f76(69)]][_0xd48f76(77)]){_0x7edba2=a[_0xd48f76(59)][_0xd48f76(60)][_0xd48f76(61)];_0x3431be=_0xd48f76(60);$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),_0x3431be);$(_0xd48f76(75))[_0xd48f76(76)](_0x7edba2);g();return}socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[17],f[_0xd48f76(81)],function(h){var k= _0x421e;if(h&&0<h[k(963)])for(var l in h)if(k=h[l],f[_0xd48f76(69)]&&f[_0xd48f76(69)]===k&&a[_0xd48f76(59)][k][_0xd48f76(77)]){_0x7edba2=a[_0xd48f76(59)][k][_0xd48f76(61)];_0x3431be=k;$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),_0x3431be);$(_0xd48f76(75))[_0xd48f76(76)](_0x7edba2);break}else a[_0xd48f76(59)][k][_0xd48f76(77)]&&(_0x7edba2=a[_0xd48f76(59)][k][_0xd48f76(61)],_0x3431be=k,$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),_0x3431be),$(_0xd48f76(75))[_0xd48f76(76)](_0x7edba2));else a[_0xd48f76(59)][_0xd48f76(60)]&& a[_0xd48f76(59)][_0xd48f76(60)][_0xd48f76(77)]&&(_0x7edba2=a[_0xd48f76(59)][_0xd48f76(60)][_0xd48f76(61)],_0x3431be=_0xd48f76(60),$(_0xd48f76(75))[_0xd48f76(78)](_0xd48f76(61),_0x3431be),$(_0xd48f76(75))[_0xd48f76(76)](_0x7edba2));g()})}})}});_0xa0fde6=1} function _0x1f6099(a,b,d){var c=_0x16d7b4,f=[];b=_0x287c19.makeIterator(b);for(var g=b[c(669)]();!g[c(552)];g=b[c(669)]())f[c(554)](g[c(585)]);f=f[c(565)](function(t,u){return u[c(772)]-t[c(772)]});if(d&&0!=d){var h=0,k;for(l in f){var l=f[l];a>=l.coin&&(k||(k=l[c(522)]),d=Math[c(679)](a/l[c(772)])*l.coin,a-=d,h+=d*l[c(839)]*60)}return a={},a[c(839)]=h,a[c(522)]=k,a}for(h in f)if(h=f[h],a>=h[c(772)])break;return h?(k={},k[c(839)]=60*a*h.minute,k[c(522)]=h.vendoset,k):null} function _0x183dbc(){var a=_0x16d7b4,b=random(8);b=b[a(881)]();socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[2],function(d){var c=d[a(660)];openModal("_yd_genv",'Generate Voucher Code <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mgenCodeXColor+a(607),a(672)+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(627)+_modal_contentBodyBackColor+a(914)+b+'">₱ '+c+a(692)+b+a(676)+_creditBackColor+ a(580)+_inputTextColor+a(795)+b+a(948)+_creditBackColor+a(580)+_inputTextColor+' !important;" type="text" class="form-control" placeholder="00:00:00" disabled></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-'+(b+'"></tbody></table></div>\t\t</div></div></div>'),a(785)+_mgenBtnTextColor+a(518)+_mgenBtnBackColor+a(893)+_mgenBtnBorderColor+a(732)+_mgenBtnBoxShadow+a(544)+ _mgenBtnBorderRadius+a(706));socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[18],function(f){$("#"+b).on(a(638),function(){var g=this[a(585)];(g=parseInt(g))&&0<g?(g=_0x1f6099(g,f[a(644)],f[a(712)]),$(a(700)+b)[a(559)](decToTime(g[a(839)]))):$("#xx-"+b)[a(559)](a(690))})});$("#generate-voucher").on(a(635),function(){var f=this;f[a(870)]=!0;if(c&&0<parseInt(c)){var g=$("#"+b)[a(559)]();g=parseInt(g);if(0<g)socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[7],g,function(h){setTimeout(function(){f[_0x421e(870)]= !1},1E3);if(h[a(968)]){socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[2],function(l){l=l[a(660)];$(a(920)+b)[_0xd48f76(76)]("₱ "+l+a(534))});_0x4ca7e9(55,a(822));var k=random(8);$(a(745)+b).append(a(708)+k+'">'+h[a(968)]+"</td><td>"+decToTime(h.duration)+a(615)+dateFormat(new Date(h.created))+a(697))}else h=h.replace(a(631),a(625)),_0x4ca7e9(53,h)});else _0x4ca7e9(53,a(698)),f[a(870)]=!1}else _0x4ca7e9(53,"Insufficient Credit")})})} function _0x51668f(){_0x1eafdb=_0x290c49(_0x1eafdb)+_0x290c49(_0x33bffe)+_0x290c49(_0x5308e0)+_0x290c49(_0x4045ba);_0x4c9373=_0x290c49(_0x4c9373);_0x136c08=_0x290c49(_0x136c08);_0x33230c=_0x290c49(_0x33230c);_0x2bcf19=_0x290c49(_0x2bcf19)}function _0x570d1a(){var a=_0x16d7b4;1===activateCustomBanner&&a(931)===_0x1da499&&($(a(972))[a(639)](a(673))[a(943)](),$(a(972))[a(675)](a(488)+_0x41260f+a(557)))} function _0x351612(){var a=_0x16d7b4;1===activateCustomBotCode&&a(931)===_0x1da499&&$(a(972))[a(533)](a(488)+CustomBotCode+a(557))}function _0xd0fa81(a){var b=null;return _0x5641ff&&_0x5641ff[a]&&(b=_0x5641ff[a]),b} function _0x39c36f(a,b,d,c,f,g,h,k,l,t){function u(){var m=_0x421e;"none"!==b[m(600)]("display")&&(b[m(600)](m(967),m(523)),d.css(m(967),m(523)));m(523)!==c[m(600)](m(967))&&(c[m(600)]("display",m(523)),f[m(600)](m(967),m(523)));m(523)!==g.css(m(967))&&(g[m(600)](m(967),"none"),h[m(600)](m(967),m(523)))}var e=_0x16d7b4;if(a){var q=a/60/518400;a=Math[e(679)](q);var r=12*(q-a);q=Math.floor(r);var v=30*(r-q);r=Math[e(679)](v);var p=24*(v-r);v=Math[e(679)](p);var n=60*(p-v);p=Math.floor(n);n=Math[e(886)](60* (n-p));60==n&&(n=0,p+=1);0<a?99<a&&(a=99):a="";0<q||(q="");0<r||(r="");""!==a?(e(523)===b.css(e(967))&&(b[e(600)](e(967),e(528)),d[e(600)]("display","inline-flex")),"none"!==c[e(600)](e(967))&&(c[e(600)](e(967),"none"),f[e(600)](e(967),e(523))),e(523)!==g.css(e(967))&&(g[e(600)](e(967),e(523)),h[e(600)](e(967),"none")),b[e(933)](a),k[e(933)](v),l.text(p),t[e(933)](n)):""!==q?(e(523)!==b.css(e(967))&&(b[e(600)](e(967),e(523)),d[e(600)](e(967),"none")),e(523)===c[e(600)]("display")&&(c[e(600)](e(967), e(528)),f[e(600)](e(967),e(528))),e(523)!==g[e(600)]("display")&&(g[e(600)](e(967),e(523)),h[e(600)](e(967),e(523))),c[e(933)](q),k.text(v),l[e(933)](p),t[e(933)](n)):""!==r?("none"!==b[e(600)]("display")&&(b[e(600)](e(967),e(523)),d[e(600)](e(967),e(523))),e(523)!==c[e(600)](e(967))&&(c[e(600)]("display",e(523)),f[e(600)]("display","none")),e(523)===g[e(600)](e(967))&&(g[e(600)](e(967),e(528)),h[e(600)]("display",e(528))),g.text(r),k[e(933)](v),l[e(933)](p),t[e(933)](n)):0<v?(u(),k[e(933)](v),l.text(p), t[e(933)](n)):0<p?(u(),k[e(933)](0),l[e(933)](p),t[e(933)](n)):0<n?(u(),k[e(933)](0),l[e(933)](0),t[e(933)](n)):(u(),k.text(0),l[e(933)](0),t[e(933)](0))}else u(),k.text(0),l[e(933)](0),t[e(933)](0)} function _0x1344de(){var a=_0x16d7b4;if($(a(616)).length||1===CodeTypeOnly){if(enableInterface){if(!$(a(775))[a(963)]){var b=$(_0x400bf3);b[a(639)](a(526))[_0xd48f76(76)]("Interface:");b[a(533)](a(791));$(a(590)).append(b)}$("#yd-client-interface")[_0xd48f76(76)](_0xd0fa81(a(484))?_0xd0fa81("interface"):_0xd48f76(8))}enableNetStatus&&($(a(508))[a(963)]||(b=$(_0x400bf3),b[a(639)](a(526))[_0xd48f76(76)](a(641)),b[a(533)]('<div id="yd-client-system-internet"></div>'),$(a(590)).append(b)),$(a(508))[_0xd48f76(76)](_0x311c89? "Up":a(882)));enableConStatus&&($("#yd-client-status").length||(b=$(_0x400bf3),b[a(639)](a(526))[_0xd48f76(76)]("Status:"),b[a(533)]('<div id="yd-client-status"></div>'),$(a(590))[a(533)](b)),$(a(855))[_0xd48f76(76)](_0xd0fa81(a(567))?_0xd0fa81("status"):a(640)));enableCode&&($(a(741))[a(963)]||(b=$(_0x400bf3),b.children(a(526))[_0xd48f76(76)](a(899)),b[a(533)](a(856)),$(a(590)).append(b)),$(a(741))[_0xd48f76(76)](_0xd0fa81(a(968))?_0xd0fa81("code"):_0xd48f76(8)));enableID&&($("#yd-client-id")[a(963)]|| (b=$(_0x400bf3),b[a(639)](a(526))[_0xd48f76(76)](a(704)),b[a(533)](a(935)),$(a(590))[a(533)](b)),$(a(742))[_0xd48f76(76)](_0xd0fa81("id")?_0xd0fa81("id"):_0xd48f76(8)));enableMAC&&($(a(512))[a(963)]||(b=$(_0x400bf3),b.children(a(526))[_0xd48f76(76)](a(917)),b.append(a(960)),$(a(590))[a(533)](b)),$("#yd-client-mac")[_0xd48f76(76)](_0xd0fa81("mac")?_0xd0fa81(a(683)):a(961)));enableIPAddress&&($(a(864))[a(963)]||(b=$(_0x400bf3),b[a(639)](a(526))[_0xd48f76(76)](a(845)),b[a(533)](a(693)),$("#yd-info-data")[a(533)](b)), $(a(864))[_0xd48f76(76)](_0xd0fa81(a(755))?_0xd0fa81(a(755)):"0.0.0.0"));if(enableUpSpeed){$(a(956))[a(963)]||(b=$(_0x400bf3),b[a(639)](a(526))[_0xd48f76(76)](a(984)),b[a(533)](a(511)),$(a(590))[a(533)](b));var d;_0xd0fa81("ulimit")&&(d=_0xd0fa81(a(587))[a(771)](/\d+/g));d&&(d=d[0],(b=_0xd0fa81(a(587))[a(771)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(d=b[0]&&"b"!==b[0][a(881)]()?d+(" "+b[0]+"bps"):d+a(753)));$("#yd-upspeed")[_0xd48f76(76)](d?d:a(880))}if(enableDownSpeed){$("#yd-downspeed")[a(963)]||(b=$(_0x400bf3), b.children(a(526))[_0xd48f76(76)](a(747)),b[a(533)](a(757)),$(a(590))[a(533)](b));var c;_0xd0fa81(a(949))&&(c=_0xd0fa81(a(949))[a(771)](/\d+/g));c&&(c=c[0],(d=_0xd0fa81(a(949))[a(771)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(c=d[0]&&"b"!==d[0][a(881)]()?c+(" "+d[0]+a(753)):c+a(753)));$(a(731))[_0xd48f76(76)](c?c:a(880))}enableDurationType&&1!==CodeTypeOnly&&($(a(833))[a(963)]||(b=$(_0x400bf3),b.children(a(526))[_0xd48f76(76)](a(976)),b[a(533)]('<div id="yd-res-durtype"></div>'),$(a(590))[a(533)](b)),$(a(833))[_0xd48f76(76)](_0xd0fa81(a(699))? a(798)===_0xd0fa81("type")?a(619):"Pausable":a(523)));enableReserveDuration&&1!==CodeTypeOnly&&($(a(726)).length||(b=$(_0x400bf3),b[a(639)]("div")[_0xd48f76(76)](a(595)),b.append('<div id="yd-res-duration"></div>'),$(a(590))[a(533)](b)),$(a(726))[_0xd48f76(76)](_0xd0fa81(a(936))?_0xd0fa81(a(936)):a(951)));enableDate&&($(a(937)).length||(b=$(_0x400bf3),b[a(639)]("div")[_0xd48f76(76)](a(510)),b[a(533)](a(783)),$(a(590))[a(533)](b)),$(a(937))[_0xd48f76(76)](_0xd0fa81("now")?dateFormat(new Date(_0xd0fa81(a(623)))): a(924)));enableUptime&&($(a(601))[a(963)]||(b=$(_0x400bf3),b[a(639)](a(526))[_0xd48f76(76)](a(564)),b[a(533)](a(652)),$("#yd-info-data")[a(533)](b)),$(a(601))[_0xd48f76(76)](_0xd0fa81(a(727))?decToTime(_0xd0fa81(a(727))):"0.0.0"))}} function _0x237dd6(a,b,d){var c=_0x16d7b4;a=parseInt(a);if(0<a)if("d"===_0xcdc7d6)socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[12],a,function(f){var g=_0x421e;g(578)===f?(f=f.replace(g(631),g(625)),_0x4ca7e9(53,f)):(b&&$(g(560)+d)[g(820)](g(603)),_0x4ca7e9(55,g(717)))});else socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[11],a,function(f){var g=_0x421e;"success"===f[g(881)]()?(b&&$("#modal-alert-"+d)[g(820)](g(603)),_0x4ca7e9(55,g(637))):(f=f[g(648)](g(631),"Insufficient"),_0x4ca7e9(53,f))}); else _0x4ca7e9(53,c(964))}function _0x3805a7(a,b,d){var c=0;return socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[8],a,function(f){var g=_0x421e;f[g(867)]&&(c=1,_0x237dd6(f[g(867)],b,d))}),c} function _0x263ca7(a,b,d){var c=_0x16d7b4;if(a&&4<a[c(963)]&&9>a[c(963)]){if(1!==_0x3805a7(a,b,d))if("d"===_0xcdc7d6)socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[9],a,function(f){c(717)===f?(b&&$(c(560)+d)[c(820)](c(603)),_0x4ca7e9(55,"Connected")):-1<f.indexOf(c(876))?(f=f[c(648)](c(876),c(696)),_0x4ca7e9(53,f)):_0x4ca7e9(53,c(610))});else socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[10],a,function(f){c(516)===f[c(881)]()?(b&&$(c(560)+d)[c(820)](c(603)),_0x4ca7e9(55,c(637))):-1<f[c(582)](c(876))? (f=f.replace("Login ban","Extend Code Timeout"),_0x4ca7e9(53,f)):_0x4ca7e9(53,c(610))})}else _0x4ca7e9(53,c(593))}function _0x265b7e(){socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[4],function(a){var b=_0x421e;"disconnected"===a[b(881)]()?_0x4ca7e9(52,"Duration Paused"):(a=a[b(648)](b(844),b(619)),_0x4ca7e9(56,a))})} function _0x1deea2(){socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[6],function(a){var b=_0x421e;-1<a[b(582)](b(752))?(_0x4ca7e9(53,a),b(852)===a&&setTimeout(function(){location.reload()},2E3)):_0x4ca7e9(55,"Duration Resumed")})} function _0x27d93f(){var a=_0x16d7b4,b=_0x5059a2();openModal(a(521),b+a(934)+_mconexXColor+a(607),a(672)+_modal_contentBodyBorderRadius+a(734)+_modal_contentBodyBoxShadow+a(737)+_modal_contentBodyBackColor+a(872)+_codeBackColor+a(580)+_inputTextColor+a(902),a(784)+_mconexBtnTextColor+a(518)+_mconexBtnBackColor+a(893)+_mconexBtnBorderColor+a(732)+_mconexBtnBoxShadow+"; border-radius: "+_mconexBtnBorderRadius+'rem;" type="button" \t\t\tid="use-csubmit-btn" class="btn btn-PauseResume">'+b+a(711));$(a(589)).on(_0xd48f76(51), function(){_0x236199&&clearTimeout(_0x236199);_0xf33160(1500);var d=$("#yd_vouchcodein").val();d?(d=d.replace(/\s/g,""),d=d[a(841)](),_0x263ca7(d,!0,a(521))):_0x4ca7e9(53,"Please Input Code");$(a(760))[a(559)]("")})} function _0x1bdf08(){var a=_0x16d7b4,b=_0x5059a2();openModal(a(521),b+' via Credit <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mconexXColor+a(607),'<div style="border-radius: '+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(627)+_modal_contentBodyBackColor+a(799)+_0x5862e2+a(756)+_creditBackColor+a(580)+_inputTextColor+a(823),a(784)+_mconexBtnTextColor+a(518)+_mconexBtnBackColor+ a(599)+_mconexBtnBorderColor+"; box-shadow: "+_mconexBtnBoxShadow+a(544)+_mconexBtnBorderRadius+'rem;" type="button" \t\tid="use-csubmit-btn" class="btn btn-PauseResume">'+b+"</button>\t\t</div>");$(a(589)).on(_0xd48f76(51),function(){_0x236199&&clearTimeout(_0x236199);_0xf33160(1500);if(0<parseInt(_0x5862e2)){var d=$(a(909)).val();d?_0x237dd6(d,!0,a(521)):_0x4ca7e9(53,a(919));$(a(909))[a(559)]("")}else _0x4ca7e9(53,a(498))})}socketIO.off(_0x208431[_0xd48f76(1)]()[20]);socketIO[_0x16d7b4(487)](_0x208431[_0xd48f76(1)]()[21]); function _0x421e(a,b){var d=_0x1fcc();return _0x421e=function(c,f){return d[c-483]},_0x421e(a,b)} function _0x47a22d(a){var b=_0x16d7b4;1===SelectableVendo&&(_0x3431be=$(b(728))[b(944)](b(780)));if(""===_0x3431be)_0x4ca7e9(53,b(744));else{var d={};a=(d[b(805)]=_0x3431be,d[b(699)]=a,d[b(503)]=!!hideoptions.insertclosebtn,d);socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[13],a,function(c){if(b(530)==c[b(971)]||"Resume"==c[b(971)]){_0x5aa1cc=c[b(952)];_0x5dbb68=!0;openModal(34,"Insert Coin",b(719)+_modal_contentBodyBorderRadius+b(734)+_modal_contentBodyBoxShadow+b(737)+_modal_contentBodyBackColor+ b(930)+_minsertCreditColor+b(694)+_minsertTotalCreditColor+b(707)+_minsertDurationColor+b(959)+_minsertprogressbarColor+b(568)+3.333333333333333*c[b(922)]+b(957)+c.countdown+b(540),b(829)+_minsertCancelTextColor+b(518)+_minsertCancelBackColor+b(893)+_minsertCancelBorderColor+"; box-shadow: "+_minsertCancelBoxShadow+b(544)+_minsertCancelBorderRadius+b(576)+_minsertDoneTextColor+"; background-color:"+_minsertDoneBackColor+"; border-color: "+_minsertDoneBorderColor+b(732)+_minsertDoneBoxShadow+b(544)+ _minsertDoneBorderRadius+b(725));socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[2],function(f){var g=_0x1f6099(f[b(660)],_0x5aa1cc[b(644)],_0x5aa1cc[b(712)]);$(b(691))[_0xd48f76(76)]("Total Credit: ₱ "+f[b(660)]+".00");if(g)$("#total-d-display")[_0xd48f76(76)]("Duration: "+decToTime(g[b(839)]))});$(b(667))[b(487)](_0xd48f76(51));$(b(667)).on(_0xd48f76(51),function(){this[b(870)]=!0;_0x47a22d(0);0<parseInt(_0x5862e2)&&_0x237dd6(_0x5862e2,!1,"")});$(b(926))[b(487)](_0xd48f76(51));$(b(926)).on(_0xd48f76(51), function(){this[b(870)]=!0;_0x47a22d(0)});_0x21ea41&&(_0x21ea41.pause(),_0x21ea41[b(515)]=0);_0x4c092b&&(_0x4c092b[b(591)](),_0x4c092b[b(515)]=0);$(b(667)).hide();try{_0x318584=hideoptions[b(650)]&&hideoptions[b(650)][b(772)]?new Audio(b(776)+hideoptions.imgmp3.coin+"?version="+hideoptions[b(650)][b(981)]):new Audio(b(539)),_0x10b535=hideoptions[b(650)]&&hideoptions[b(650)][b(507)]?new Audio(b(776)+hideoptions.imgmp3[b(507)]+b(827)+hideoptions[b(650)][b(981)]):new Audio(b(774)),_0x10b535[b(550)]()}catch(f){}}else{if(b(766)=== c[b(971)]){if(!_0x21ea41||_0x21ea41.paused)try{_0x21ea41=hideoptions[b(650)]&&hideoptions[b(650)].pleasewait?new Audio("/html/"+hideoptions[b(650)][b(738)]+b(827)+hideoptions[b(650)][b(981)]):new Audio(b(859)),_0x21ea41.play()}catch(f){}else _0x21ea41&&(_0x21ea41.pause(),_0x21ea41.currentTime=0);_0x4ca7e9(56,b(740))}else if(b(878)==c[b(971)]){if(!_0x4c092b||_0x4c092b[b(915)])try{_0x4c092b=hideoptions[b(650)]&&hideoptions[b(650)][b(851)]?new Audio(b(776)+hideoptions.imgmp3[b(851)]+b(827)+hideoptions.imgmp3.version): new Audio(b(596)),_0x4c092b[b(550)]()}catch(f){}else _0x4c092b&&(_0x4c092b[b(591)](),_0x4c092b[b(515)]=0);_0x4ca7e9(53,b(818)+c[b(778)]);clearTimeout(_0x488e08);_0x2de3d7(1E4)}else"have session"===c[b(971)]?_0x4ca7e9(52,c[b(933)]):b(720)===c[b(971)]&&_0x10b535&&(_0x10b535.pause(),_0x10b535=null);_0x5dbb68=!1}})}} socketIO.on(_0x208431[_0xd48f76(1)]()[20],function(a){var b=_0x16d7b4;if(a[b(660)]){1===HideInsertCloseBtnWhenCoinInserted&&$(b(926))[b(603)]();_0x55b381&&clearTimeout(_0x55b381);_0x55b381=setTimeout(function(){_0x10b535&&_0x10b535[b(550)]()},2E3);_0x318584&&(_0x10b535[b(591)](),_0x318584[b(550)]());$("#insert-done-d")[_0xd48f76(76)](_0x5059a2());$(b(667))[b(659)]();$(b(904))[_0xd48f76(76)]("₱ "+a.incoin+b(534));var d=_0x1f6099(a[b(660)],_0x5aa1cc.rates,_0x5aa1cc[b(712)]);$(b(691))[_0xd48f76(76)](b(929)+ a.credit.toFixed(2));if(d)$(b(685))[_0xd48f76(76)](b(594)+decToTime(d[b(839)]))}}); socketIO.on(_0x208431[_0xd48f76(1)]()[21],function(a){var b=_0x16d7b4;a[b(922)]?(28>=a[b(922)]&&_0x10b535&&_0x10b535[b(915)]&&(_0x318584&&_0x318584[b(591)](),10>=_0x10b535[b(515)]&&_0x10b535[b(550)]()),29==a[b(922)]&&_0x318584&&_0x318584[b(915)]&&(_0x318584[b(591)](),25<=_0x10b535[b(515)]&&(_0x10b535.currentTime=2.5),_0x10b535&&_0x10b535.play()),30<=a[b(922)]&&(_0x488e08&&clearTimeout(_0x488e08),_0x2de3d7(3E3)),$(b(681))[b(600)](b(680),3.333333333333333*a.countdown+"%"),10>a[b(922)]?$("#barvalue-d")[b(600)](b(901), b(592)):$(b(826))[b(600)](b(901),"-16px"),$(b(826))[_0xd48f76(76)](a[b(922)])):a.done&&(_0x10b535&&(_0x10b535[b(591)](),_0x10b535=null),hideoptions[b(650)]&&hideoptions[b(650)][b(552)]&&(new Audio(b(776)+hideoptions.imgmp3[b(552)]+b(827)+hideoptions[b(650)][b(981)]))[b(550)](),$(b(579))[b(820)](b(603)),_0x5dbb68=!1,$("#progress")[_0xd48f76(76)](""),_0x2de3d7(2E3),_0x1344de(),_0x10b535&&_0x10b535[b(591)]())}); function _0x175066(){var a=_0x16d7b4,b=!1,d="n",c="0",f=$(a(666)),g="",h=$(a(835)),k=$("#yd_con_status"),l=$(a(721)),t=$(a(630)),u="",e=$(a(932)),q="",r="",v=$("#spinner"),p=$(a(749)),n="",m=$("#yd-client-duration-y"),z=$(a(598)),A=$(a(553)),B=$("#yd-client-duration-im"),C=$("#yd-client-duration-d"),D=$(a(955)),E=$(a(614)),F=$(a(925)),G=$("#yd-client-duration-sec"),H=setInterval(function(){1===EnableSnowBall&&$(".snowball")[a(940)](function(){var y=parseInt($(this)[a(600)]("top"));if(a(743)===$(this)[a(600)](a(680))){var w= Math.floor(6*Math.random())+1;$(this)[a(600)](a(680),w+"px");$(this).css(a(653),w+"px")}-30>y&&($(this).css(a(680),a(743)),$(this)[a(600)](a(653),a(743)))});1===EnableChatMe&&($(a(788))[a(963)]||$(a(750))[a(675)](a(548)));socketIO[a(643)]&&(!0===_0xb6eb1d&&v.css(_0xd48f76(5))!==_0xd48f76(8)&&location[a(703)](),socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[2],function(y){if(y){_0x5641ff=y;try{if(0===_0xa0fde6&&_0x541609(),_0x311c89=_0xd0fa81(a(978))){_0x5862e2=_0xd0fa81(a(660))?_0xd0fa81("credit"): 0;var w=_0xd0fa81(a(567));w?(b=!0,_0xcdc7d6=w[0][a(881)]()):b?(location[a(703)](),b=!1):_0xcdc7d6="d";_0x5a1acf=(_0x5a1acf=_0xd0fa81(a(543)))?-1<_0x5a1acf?_0x5a1acf.toFixed(2):a(566):a(566)}else _0x311c89=!1,_0xcdc7d6="d",_0x5a1acf=a(566)}catch(I){}}}));h[_0xd48f76(76)](a(524)+(_0x5862e2+a(534)));var x=$(a(713));if(x[a(963)])x[_0xd48f76(76)](a(524)+(_0x5862e2+".00"));if(""!==_0x5a1acf&&(e[a(639)]("span").text(_0x5a1acf),x=$(a(729)),x.length&&!1===wheelSpinning))x[_0xd48f76(76)](a(794)+_0x5a1acf); _0x1344de();"c"==_0xcdc7d6&&"o"!==d?(_0x39c36f(_0xd0fa81(a(982)),m,z,A,B,C,D,E,F,G),"1"!==c&&(q=a(717),g=a(939),n=a(730),u=a(891),r=TextStatusConnectedColor,d="o",c="1")):"p"===_0xcdc7d6&&"o"!==d?"2"!==c&&(_0x39c36f(_0xd0fa81(a(982)),m,z,A,B,C,D,E,F,G),q=a(655),g=a(535),n="Extend",u=a(891),r=TextStatusPausedColor,d="o",c="2"):"d"==_0xcdc7d6&&"o"!==d&&"3"!==c&&(q=a(640),g=a(869),u="mdi mdi-wifi-off",n=a(832),r=TextStatusDisconnectedColor,d="o",c="3");"o"===d&&(1!==UseStatusStaticColor&&k[a(600)](a(903), r),l[_0xd48f76(78)](a(790),u),t[_0xd48f76(76)](q),"u"===q[2]?$("#yd-client-duration").attr(a(790),a(733)):$(a(536))[a(944)](a(790),""),g[1]!==f.children(a(863))[a(933)]()[1]&&f[a(639)](a(863))[a(612)](200,function(){f[a(639)]("span")[a(933)](g).fadeIn(200)}),p[a(639)]("span")[a(933)]()[1]!==n[1]&&p.children(a(863))[a(612)](200,function(){p[a(639)](a(863))[a(933)](n)[a(588)](200)}),EnableTrialTimeButton&&(_0xd0fa81(a(541))?"d"===_0xcdc7d6&&($(a(536)).css(_0xd48f76(5),_0xd48f76(8)),$(a(927))[a(600)](_0xd48f76(5), _0xd48f76(12))):($(a(927)).css(_0xd48f76(5),_0xd48f76(8)),$(a(536))[a(600)](_0xd48f76(5),_0xd48f76(12)))),v.hide(),"0"===_0x47113f&&(_0x1fed2c=DataUpdateSpeed,clearInterval(H),_0x47113f="1",_0x175066()),0===SelectableVendo&&$(a(873)).text(_0x7edba2),d="n",_0xb6eb1d=!0)},_0x1fed2c)} try{graphMonitor[_0x16d7b4(943)]();redeembtn[_0x16d7b4(943)]();clientinfocard[_0x16d7b4(943)]();buttoncard[_0x16d7b4(943)]();ratecard=_0x16d7b4(810);creditbox[_0x16d7b4(943)]();""!==PortalTitle&&$(document)[_0x16d7b4(850)](_0x16d7b4(913),PortalTitle);var _0x281ea8="";_0x281ea8=1===UseBackGroundImageStyle?_0x16d7b4(687)+backGroundImageName+") "+backGroundImagePosY+" "+backGroundImagePosX+" "+backGroundImageRepeat+" "+backGroundImageColor+_0x16d7b4(586)+backGroundImageSize:_0x16d7b4(724);$(_0x16d7b4(840))[_0x16d7b4(533)](_0x16d7b4(769)); $(_0x16d7b4(840)).children(":last")[_0x16d7b4(758)]('\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{'+ _0x281ea8+_0x16d7b4(773)+_cardBackColor+_0x16d7b4(977)+_cardBorderSize+"px solid "+_cardBorderColor+_0x16d7b4(549)+_cardBorderRadius+_0x16d7b4(542)+_cardBoxShadow+_0x16d7b4(532)+_ratescardbordersize+"px solid "+_ratescardbordercolor+"}\t\t.table, .jsgrid .jsgrid-table{background:"+_tableBackColor+"}\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:"+ _tablestripedBackColor+_0x16d7b4(709)+_modal_contentBackColor+_0x16d7b4(977)+_modal_contentBorderSize+_0x16d7b4(889)+_modal_contentBorderColor+_0x16d7b4(549)+_modal_contentBorderRadius+_0x16d7b4(542)+_modal_contentBoxShadow+_0x16d7b4(556)+_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+";background-color:"+VendoDropDownMenuBackColor+ _0x16d7b4(828)+VendoDropDownMenuBorderSize+_0x16d7b4(889)+VendoDropDownMenuBorderColor+_0x16d7b4(549)+VendoDropDownMenuBorderRadius+_0x16d7b4(495)+VendoDropDownMenuListTextColor+_0x16d7b4(813)+_textsuccess+_0x16d7b4(787)+_textwarning+_0x16d7b4(563)+_spinbtnbackcolor+_0x16d7b4(520)+_spinbtntextcolor+_0x16d7b4(538)+_spinbtnbordercolor+_0x16d7b4(654)+PauseResumeButtonBoxShadow+_0x16d7b4(921)+PauseResumeButtonTextColor+_0x16d7b4(908)+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+ _0x16d7b4(597)+PauseResumeButtonBoxShadow+_0x16d7b4(921)+PauseResumeButtonTextColor+_0x16d7b4(821)+PauseResumeButtonBackColor+_0x16d7b4(583)+PauseResumeButtonBorderColor+_0x16d7b4(751)+PauseResumeButtonBoxShadow+_0x16d7b4(921)+PauseResumeButtonTextColor+_0x16d7b4(821)+PauseResumeButtonBackColor+_0x16d7b4(583)+PauseResumeButtonBorderColor+_0x16d7b4(537)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x16d7b4(821)+PauseResumeButtonBackColor+_0x16d7b4(583)+PauseResumeButtonBorderColor+ _0x16d7b4(739)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x16d7b4(821)+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+_0x16d7b4(649)+PauseResumeButtonBoxShadow+_0x16d7b4(921)+PauseResumeButtonTextColor+_0x16d7b4(875)+PauseResumeButtonBoxShadow+_0x16d7b4(921)+PauseResumeButtonTextColor+_0x16d7b4(821)+PauseResumeButtonBackColor+_0x16d7b4(663)+PauseResumeButtonBoxShadow+_0x16d7b4(921)+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+ _0x16d7b4(583)+PauseResumeButtonBorderColor+_0x16d7b4(954)+PauseResumeButtonTextColor+_0x16d7b4(602)+PauseResumeButtonTextColor+_0x16d7b4(485)+ConExtendButtonBoxShadow+_0x16d7b4(921)+ConExtendButtonTextColor+_0x16d7b4(908)+ConExtendButtonBackColor+_0x16d7b4(583)+ConExtendButtonBorderColor+_0x16d7b4(656)+ConExtendButtonBoxShadow+_0x16d7b4(921)+ConExtendButtonTextColor+_0x16d7b4(821)+ConExtendButtonBackColor+";border-color:"+ConExtendButtonBorderColor+_0x16d7b4(624)+ConExtendButtonBoxShadow+";color:"+ ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x16d7b4(583)+ConExtendButtonBorderColor+_0x16d7b4(838)+ConExtendButtonBoxShadow+_0x16d7b4(921)+ConExtendButtonTextColor+_0x16d7b4(821)+ConExtendButtonBackColor+_0x16d7b4(583)+ConExtendButtonBorderColor+_0x16d7b4(569)+ConExtendButtonBoxShadow+_0x16d7b4(921)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x16d7b4(583)+ConExtendButtonBorderColor+_0x16d7b4(525)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+ _0x16d7b4(875)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x16d7b4(821)+ConExtendButtonBackColor+_0x16d7b4(958)+ConExtendButtonBoxShadow+_0x16d7b4(921)+ConExtendButtonTextColor+_0x16d7b4(821)+ConExtendButtonBackColor+_0x16d7b4(583)+ConExtendButtonBorderColor+"}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:"+ConExtendButtonTextColor+_0x16d7b4(862)+ConExtendButtonTextColor+_0x16d7b4(621)+RedeemButtonBoxShadow+_0x16d7b4(921)+RedeemButtonTextColor+_0x16d7b4(908)+RedeemButtonBackColor+ _0x16d7b4(583)+RedeemButtonBorderColor+_0x16d7b4(781)+RedeemButtonBoxShadow+_0x16d7b4(921)+RedeemButtonTextColor+_0x16d7b4(821)+RedeemButtonBackColor+_0x16d7b4(583)+RedeemButtonBorderColor+_0x16d7b4(558)+RedeemButtonBoxShadow+_0x16d7b4(921)+RedeemButtonTextColor+_0x16d7b4(821)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+_0x16d7b4(573)+RedeemButtonBoxShadow+_0x16d7b4(921)+RedeemButtonTextColor+_0x16d7b4(821)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+"}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: "+ RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+"}.btn-redeem:not(:disabled):not(.disabled):active:focus,.btn-redeem:not(:disabled):not(.disabled).active:focus,.show>.btn-redeem.dropdown-toggle:focus{box-shadow: "+RedeemButtonBoxShadow+_0x16d7b4(921)+RedeemButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+ RedeemButtonBoxShadow+_0x16d7b4(921)+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+_0x16d7b4(651)+RedeemButtonBoxShadow+_0x16d7b4(921)+RedeemButtonTextColor+_0x16d7b4(821)+RedeemButtonBackColor+_0x16d7b4(583)+RedeemButtonBorderColor+_0x16d7b4(497)+RedeemButtonTextColor+_0x16d7b4(519)+RedeemButtonTextColor+_0x16d7b4(861)+MovieButtonBoxShadow+_0x16d7b4(921)+MovieButtonTextColor+_0x16d7b4(908)+MovieButtonBackColor+";border-color:"+MovieButtonBorderColor+_0x16d7b4(620)+MovieButtonBoxShadow+ ";color:"+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+_0x16d7b4(583)+MovieButtonBorderColor+_0x16d7b4(496)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+_0x16d7b4(821)+MovieButtonBackColor+";border-color:"+MovieButtonBorderColor+_0x16d7b4(974)+MovieButtonBoxShadow+_0x16d7b4(921)+MovieButtonTextColor+_0x16d7b4(821)+MovieButtonBackColor+_0x16d7b4(583)+MovieButtonBorderColor+_0x16d7b4(695)+MovieButtonBoxShadow+_0x16d7b4(921)+MovieButtonTextColor+_0x16d7b4(821)+MovieButtonBackColor+ _0x16d7b4(583)+MovieButtonBorderColor+_0x16d7b4(874)+MovieButtonBoxShadow+_0x16d7b4(921)+MovieButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+MovieButtonBoxShadow+_0x16d7b4(921)+MovieButtonTextColor+_0x16d7b4(821)+MovieButtonBackColor+_0x16d7b4(501)+MovieButtonBoxShadow+_0x16d7b4(921)+MovieButtonTextColor+_0x16d7b4(821)+MovieButtonBackColor+_0x16d7b4(583)+MovieButtonBorderColor+_0x16d7b4(801)+ MovieButtonTextColor+"}.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:"+MovieButtonTextColor+_0x16d7b4(793)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+_0x16d7b4(908)+BVouchButtonBackColor+_0x16d7b4(583)+BVouchButtonBorderColor+_0x16d7b4(505)+BVouchButtonBoxShadow+_0x16d7b4(921)+BVouchButtonTextColor+_0x16d7b4(821)+BVouchButtonBackColor+_0x16d7b4(583)+BVouchButtonBorderColor+ _0x16d7b4(689)+BVouchButtonBoxShadow+_0x16d7b4(921)+BVouchButtonTextColor+_0x16d7b4(821)+BVouchButtonBackColor+_0x16d7b4(583)+BVouchButtonBorderColor+_0x16d7b4(517)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+_0x16d7b4(821)+BVouchButtonBackColor+";border-color:"+BVouchButtonBorderColor+_0x16d7b4(499)+BVouchButtonBoxShadow+_0x16d7b4(921)+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x16d7b4(583)+BVouchButtonBorderColor+_0x16d7b4(662)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+ _0x16d7b4(875)+BVouchButtonBoxShadow+_0x16d7b4(921)+BVouchButtonTextColor+_0x16d7b4(821)+BVouchButtonBackColor+"}.btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{box-shadow: "+BVouchButtonBoxShadow+_0x16d7b4(921)+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x16d7b4(583)+BVouchButtonBorderColor+_0x16d7b4(966)+BVouchButtonTextColor+_0x16d7b4(938)+BVouchButtonTextColor+_0x16d7b4(581)+FreeButtonBoxShadow+_0x16d7b4(921)+ FreeButtonTextColor+_0x16d7b4(908)+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+_0x16d7b4(796)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+_0x16d7b4(583)+FreeButtonBorderColor+_0x16d7b4(834)+FreeButtonBoxShadow+_0x16d7b4(921)+FreeButtonTextColor+_0x16d7b4(821)+FreeButtonBackColor+_0x16d7b4(583)+FreeButtonBorderColor+_0x16d7b4(705)+FreeButtonBoxShadow+_0x16d7b4(921)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+_0x16d7b4(583)+ FreeButtonBorderColor+_0x16d7b4(825)+FreeButtonBoxShadow+_0x16d7b4(921)+FreeButtonTextColor+_0x16d7b4(821)+FreeButtonBackColor+_0x16d7b4(583)+FreeButtonBorderColor+_0x16d7b4(759)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x16d7b4(875)+FreeButtonBoxShadow+_0x16d7b4(921)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+_0x16d7b4(866)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x16d7b4(821)+FreeButtonBackColor+_0x16d7b4(583)+FreeButtonBorderColor+_0x16d7b4(853)+FreeButtonTextColor+ _0x16d7b4(561)+FreeButtonTextColor+"}\t\t.btn-vendolist{box-shadow: "+VendoBoxShadow+_0x16d7b4(921)+VendoTextColor+_0x16d7b4(908)+VendoBackColor+_0x16d7b4(583)+VendoBorderColor+_0x16d7b4(494)+VendoBoxShadow+_0x16d7b4(921)+VendoTextColor+";background-color:"+VendoBackColor+";border-color:"+VendoBorderColor+_0x16d7b4(500)+VendoBoxShadow+";color:"+VendoTextColor+_0x16d7b4(821)+VendoBackColor+_0x16d7b4(583)+VendoBorderColor+_0x16d7b4(661)+VendoBoxShadow+_0x16d7b4(921)+VendoTextColor+_0x16d7b4(821)+VendoBackColor+ _0x16d7b4(583)+VendoBorderColor+_0x16d7b4(736)+VendoBoxShadow+_0x16d7b4(921)+VendoTextColor+_0x16d7b4(821)+VendoBackColor+_0x16d7b4(583)+VendoBorderColor+_0x16d7b4(815)+VendoBoxShadow+_0x16d7b4(921)+VendoTextColor+_0x16d7b4(875)+VendoBoxShadow+_0x16d7b4(921)+VendoTextColor+";background-color:"+VendoBackColor+_0x16d7b4(894)+VendoBoxShadow+_0x16d7b4(921)+VendoTextColor+_0x16d7b4(821)+VendoBackColor+_0x16d7b4(583)+VendoBorderColor+_0x16d7b4(816)+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+_0x16d7b4(762)+InfoBoxShadow+_0x16d7b4(921)+InfoTextColor+_0x16d7b4(908)+InfoBackColor+";border-color:"+InfoBorderColor+_0x16d7b4(857)+InfoBoxShadow+";color:"+InfoTextColor+";background-color:"+InfoBackColor+_0x16d7b4(583)+InfoBorderColor+_0x16d7b4(748)+InfoBoxShadow+";color:"+InfoTextColor+_0x16d7b4(821)+InfoBackColor+_0x16d7b4(583)+InfoBorderColor+_0x16d7b4(910)+InfoBoxShadow+_0x16d7b4(921)+InfoTextColor+_0x16d7b4(821)+InfoBackColor+_0x16d7b4(583)+InfoBorderColor+_0x16d7b4(577)+InfoBoxShadow+ _0x16d7b4(921)+InfoTextColor+_0x16d7b4(821)+InfoBackColor+_0x16d7b4(583)+InfoBorderColor+_0x16d7b4(865)+InfoBoxShadow+_0x16d7b4(921)+InfoTextColor+_0x16d7b4(875)+InfoBoxShadow+_0x16d7b4(921)+InfoTextColor+";background-color:"+InfoBackColor+"}.btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{box-shadow: "+InfoBoxShadow+_0x16d7b4(921)+InfoTextColor+_0x16d7b4(821)+InfoBackColor+_0x16d7b4(583)+InfoBorderColor+_0x16d7b4(907)+InfoTextColor+_0x16d7b4(609)+ InfoTextColor+"}.btn-rate{box-shadow: "+RateBoxShadow+_0x16d7b4(921)+RateTextColor+_0x16d7b4(908)+RateBackColor+_0x16d7b4(583)+RateBorderColor+_0x16d7b4(898)+RateBoxShadow+_0x16d7b4(921)+RateTextColor+_0x16d7b4(821)+RateBackColor+_0x16d7b4(583)+RateBorderColor+"}.btn-rate:focus,.btn-rate.focus{box-shadow: "+RateBoxShadow+_0x16d7b4(921)+RateTextColor+";background-color:"+RateBackColor+_0x16d7b4(583)+RateBorderColor+_0x16d7b4(808)+RateBoxShadow+_0x16d7b4(921)+RateTextColor+_0x16d7b4(821)+RateBackColor+ ";border-color:"+RateBorderColor+"}.btn-rate:not(:disabled):not(.disabled):active,.btn-rate:not(:disabled):not(.disabled).active,.show>.btn-rate.dropdown-toggle{box-shadow: "+RateBoxShadow+_0x16d7b4(921)+RateTextColor+";background-color:"+RateBackColor+_0x16d7b4(583)+RateBorderColor+_0x16d7b4(604)+RateBoxShadow+_0x16d7b4(921)+RateTextColor+_0x16d7b4(875)+RateBoxShadow+_0x16d7b4(921)+RateTextColor+_0x16d7b4(821)+RateBackColor+"}.btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{box-shadow: "+ RateBoxShadow+_0x16d7b4(921)+RateTextColor+_0x16d7b4(821)+RateBackColor+_0x16d7b4(583)+RateBorderColor+_0x16d7b4(890)+RateTextColor+_0x16d7b4(973)+RateTextColor+"}\t\t.btn-insertcirclecoin{box-shadow:"+InsertCoinButtonBoxShadow+_0x16d7b4(921)+InsertCoinButtonTextColor+_0x16d7b4(908)+InsertCoinButtonBackColor+_0x16d7b4(583)+_0x1696d0+_0x16d7b4(632)+InsertCoinButtonBoxShadow+_0x16d7b4(921)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x16d7b4(583)+_0x1696d0+_0x16d7b4(608)+ InsertCoinButtonBoxShadow+_0x16d7b4(921)+InsertCoinButtonTextColor+_0x16d7b4(821)+InsertCoinButtonBackColor+_0x16d7b4(583)+_0x1696d0+_0x16d7b4(722)+InsertCoinButtonBoxShadow+_0x16d7b4(921)+InsertCoinButtonTextColor+_0x16d7b4(821)+InsertCoinButtonBackColor+_0x16d7b4(583)+_0x1696d0+_0x16d7b4(617)+InsertCoinButtonBoxShadow+";color:"+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x16d7b4(583)+_0x1696d0+_0x16d7b4(761)+InsertCoinButtonBoxShadow+_0x16d7b4(921)+InsertCoinButtonTextColor+ _0x16d7b4(546)+InsertCoinButtonBoxShadow+_0x16d7b4(868)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x16d7b4(884)+InsertCoinButtonBoxShadow+_0x16d7b4(921)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x16d7b4(583)+_0x1696d0+_0x16d7b4(819)+InsertCoinButtonTextColor+_0x16d7b4(678)+InsertCoinButtonTextColor+"}\t\tinput::placeholder {\t\t\tcolor: "+_inputTextColor+_0x16d7b4(941)+_textlinkfooter+"; font-size: inherit;}\t\t@media (max-width: 991px) {._yuden {font-size: 14px; margin-left: 0;width: 100%;background-color:"+ _footerBackColor+"; box-shadow:"+_footerBoxShadow+_0x16d7b4(718)+_textfooter+_0x16d7b4(843)+_textboldfooter+_0x16d7b4(527)+_textfooter+_0x16d7b4(572));_0x51668f();_0x570d1a();1===UseStatusStaticColor&&(TextStatusDisconnectedColor=TextStatusStaticColor);$(_0x16d7b4(490))[_0x16d7b4(758)](_0x16d7b4(985)+TextStatusFontWeight+_0x16d7b4(520)+TextStatusDisconnectedColor+_0x16d7b4(647)+TextCurrentDurationColor+_0x16d7b4(574)+TextCurrentDurationFontWeight+_0x16d7b4(716)+TextCurrentDuration+'</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: '+ FreeButtonFontWeight+_0x16d7b4(544)+FreeButtonBorderRadius+'rem;\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; width: 100%;">'+FreeButtonText+_0x16d7b4(953)+TextTimeColor+_0x16d7b4(969)+PointsLeftTextColor+_0x16d7b4(962)+PointsFontWeight+';">\t\t\t\t\t\t\t\t\t\t\tPoints: <span style="color: '+PointsRightColor+_0x16d7b4(789)+ConExtendButtonFontWeight+"; border-radius: "+ConExtendButtonBorderRadius+'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: '+ PauseResumeButtonFontWeight+_0x16d7b4(544)+PauseResumeButtonBorderRadius+_0x16d7b4(858)+RedeemButtonFontWeight+_0x16d7b4(544)+RedeemButtonBorderRadius+_0x16d7b4(682));1===EnableChristmasLights&&$(_0x16d7b4(490))[_0x16d7b4(675)](_0x16d7b4(965));1===EnableSnowBall&&$(_0x16d7b4(490))[_0x16d7b4(675)](_0x16d7b4(871));$("#yd_loginout").on(_0xd48f76(51),function(){var a=_0x16d7b4;_0x334c96&&clearTimeout(_0x334c96);_0x520b38(1500);"c"===_0xcdc7d6?_0x265b7e():"p"===_0xcdc7d6?_0x1deea2():"d"===_0xcdc7d6&&_0x4ca7e9(53, a(887))});$(_0x16d7b4(927)).on(_0xd48f76(51),function(){var a=_0x16d7b4,b=this;b[a(870)]=!0;socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[3],function(d){a(717)===d?_0x4ca7e9(55,a(822)):(b[a(870)]=!1,_0x4ca7e9(53,d))})});$(_0x16d7b4(701)).on(_0xd48f76(51),function(){var a=_0x16d7b4;openModal(a(629),'Redeem <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mreedemXColor+a(607),'<div style="font-size: 15px; min-height: 10px; border-radius:'+ _modal_contentBodyBorderRadius+a(734)+_modal_contentBodyBoxShadow+a(737)+_modal_contentBodyBackColor+a(491)+_mredeemSubTitleColor+';">Duration</th><th style="color:'+_mredeemSubTitleColor+a(786)+_mredeemSubTitleColor+a(803),"");socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[37],function(b){for(var d in b){var c=b[d];c=$('<tr><td style="color: '+_mredeemDurTextColor+a(768)+decToTime(c[a(982)])+a(849)+_mredeemTypeTextColor+' !important;">\t\t\t\t\t'+c[a(699)]+a(605)+_mredeemPointsTextColor+a(502)+ c[a(562)]+"</td></tr>");var f=$(a(831)),g=$(a(633)+d+a(888)+_mredeemButtonTextColor+a(518)+_mredeemButtonBackColor+a(893)+_mredeemButtonBorderColor+a(732)+_mredeemButtonBoxShadow+a(544)+_mredeemButtonBorderRadius+a(846));f[a(533)](g);c.append(f);$(a(911))[a(533)](c);g.on(_0xd48f76(51),function(){this[a(870)]=!0;socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[38],this[_0xd48f76(61)],function(h){h[_0xd48f76(52)]?_0x4ca7e9(52,h[a(971)]):h[_0xd48f76(55)]?(_0x1344de(),_0x4ca7e9(55,h.message)):h[_0xd48f76(53)]&& _0x4ca7e9(53,h[a(971)])});this[a(870)]=!1})}})});$(_0x16d7b4(749)).on(_0xd48f76(51),function(){var a=_0x16d7b4;if(1!==CodeTypeOnly){var b=_0x5059a2();openModal(a(912),b+a(975)+_mconexXColor+a(607),a(672)+_modal_contentBodyBorderRadius+a(734)+_modal_contentBodyBoxShadow+a(737)+_modal_contentBodyBackColor+a(854)+UseCodeButtonFontWeight+a(792)+UseCodeButtonTextColor+a(518)+UseCodeButtonBackColor+"; border-color: "+UseCodeButtonBorderColor+"; box-shadow: "+UseCodeButtonBoxShadow+a(544)+UseCodeButtonBorderRadius+ a(555)+UseCreditButtonFontWeight+a(792)+UseCreditButtonTextColor+a(518)+UseCreditButtonBackColor+"; border-color: "+UseCreditButtonBorderColor+a(732)+UseCreditButtonBoxShadow+a(544)+UseCreditButtonBorderRadius+a(670),"");$(a(723)).on(_0xd48f76(51),function(){this[a(870)]=!0;$("#modal-alert-ydccex")[a(820)](a(603));_0x27d93f()});$(a(684)).on(_0xd48f76(51),function(){this[a(870)]=!0;$("#modal-alert-ydccex")[a(820)](a(603));0<parseInt(_0x5862e2)?_0x1bdf08():_0x4ca7e9(53,a(964))})}else _0x27d93f()}); 1!==CodeTypeOnly&&$(_0x16d7b4(490)).children(":last")[_0x16d7b4(836)](_0x16d7b4(710)+VendoBorderRadius+_0x16d7b4(688)+StaticVendoTextColor+_0x16d7b4(513)+StaticVendoTextFontWeight+_0x16d7b4(622)+TextCreditTextColor+"; font-size:14px; font-weight: "+TextCreditTextFontWeight+';">'+TextCreditText+_0x16d7b4(906)+TextCreditFontWeight+_0x16d7b4(905)+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:5px;"></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+_0x16d7b4(544)+InfoBorderRadius+'rem;\t\t\t\t\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 29px; margin-right:10px;">'+InfoText+'</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'); 1===SelectableVendo?$(_0x16d7b4(714))[_0x16d7b4(600)](_0x16d7b4(967),_0x16d7b4(812)):$(_0x16d7b4(645))[_0x16d7b4(600)]("display","flex");1===EnableRateButton&&$(_0x16d7b4(636))[_0x16d7b4(860)]()[_0x16d7b4(836)](_0x16d7b4(506)+RateTextFontWeight+_0x16d7b4(544)+RateBorderRadius+_0x16d7b4(806)+RateText+_0x16d7b4(892));$("#yd_vinfos").on(_0xd48f76(51),function(){var a=_0x16d7b4;1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress|| 1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeTypeOnly||1===enableReserveDuration&&1!==CodeTypeOnly||1===enableDate||1===enableUptime?(openModal(a(754),InfoText+a(975)+_minfoXColor+';" ></i>','<div style="font-size: 15px; border-radius: '+_modal_contentBodyBorderRadius+a(734)+_modal_contentBodyBoxShadow+"; background-color: "+_modal_contentBodyBackColor+a(979)+_minfoRightTextColor+a(613),""),_0x1344de()):_0x4ca7e9(53,a(777))});$(_0x16d7b4(900)).on(_0xd48f76(51),function(){var a= _0x16d7b4;1===SelectableVendo&&(_0x3431be=$(a(728))[a(944)](a(780)));if(""!==_0x3431be)if(1===EnableRateDesc){var b=a(702)+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(737)+_modal_contentBodyBackColor+a(928)+_mrateSubTitleColor+';">Amount</th><th style="color:'+_mrateSubTitleColor+a(847)+_mrateSubTitleColor+a(764);openModal(a(802),RateText+a(975)+_mrateXColor+';" ></i>',b,"");if(0!==EnableCustomRate)for(b=0;b<CustomRateData[a(963)];b++)$(a(830)).append(a(531)+_mrateAmountTextColor+ a(570)+CustomRateData[b][0]+a(605)+_mrateTimeTextColor+a(502)+CustomRateData[b][1]+a(605)+_mrateDiscTextColor+a(502)+CustomRateData[b][2]+"</td></tr>");else socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[15],_0x3431be,function(d){for(var c in d[a(644)]){c=d[a(644)][c];var f=_0x1f6099(c[a(772)],d[a(644)],d.type);$(a(830))[a(533)](a(531)+_mrateAmountTextColor+a(570)+c[a(772)]+'.00</td><td style="color: '+_mrateTimeTextColor+a(502)+decToTimeword(f[a(839)])+a(605)+_mrateDiscTextColor+a(502)+(c[a(522)][a(584)]? c.vendoset[a(584)]:"")+a(697))}})}else if(b=a(702)+_modal_contentBodyBorderRadius+a(734)+_modal_contentBodyBoxShadow+"; background-color: "+_modal_contentBodyBackColor+a(928)+_mrateSubTitleColor+a(547)+_mrateSubTitleColor+a(800),openModal("ydvrates",RateText+' <i data-dismiss="modal" class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mrateXColor+a(607),b,""),0!==EnableCustomRate)for(b=0;b<CustomRateData[a(963)];b++)$("#ydvrates-tbody")[a(533)](a(531)+ _mrateAmountTextColor+a(570)+CustomRateData[b][0]+a(605)+_mrateTimeTextColor+a(502)+CustomRateData[b][1]+"</td></tr>");else socketIO[_0xd48f76(2)](_0x208431[_0xd48f76(1)]()[15],_0x3431be,function(d){for(var c in d.rates){c=d[a(644)][c];var f=_0x1f6099(c[a(772)],d[a(644)],d[a(699)]);$("#ydvrates-tbody").append(a(531)+_mrateAmountTextColor+a(570)+c[a(772)]+a(715)+_mrateTimeTextColor+a(502)+decToTimeword(f.minute)+a(697))}});else _0x4ca7e9(53,a(744))});$(_0xd48f76(0)).on(_0xd48f76(51),function(){_0x2de3d7(5E3); _0x5dbb68?_0x47a22d(0):_0x311c89?(_0x47a22d(1),_0x5dbb68=!0):_0x4ca7e9(52,_0xd48f76(50))});1===CodeTypeOnly&&1===EnableInfoInCodeType&&(1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeTypeOnly||1===enableReserveDuration&&1!==CodeTypeOnly||1===enableDate||1===enableUptime)&&($("#ydm0")[_0x16d7b4(836)](_0x16d7b4(626)+_codeInfoBackColor+_0x16d7b4(804)+ _codeInfoBorderSize+_0x16d7b4(889)+_codeInfoBorderColor+_0x16d7b4(686)+_codeInfoBorderRadius+_0x16d7b4(657)+_codeInfoBoxShadow+_0x16d7b4(735)+_minfoRightTextColor+' !important;" id="yd-info-data";></div>\t\t\t\t\t</div>\t\t\t\t'),_0x1344de());if(1===EnableMovieButton||1===EnableBVouchButton||1===EnableGVouchButton)$(_0x16d7b4(490))[_0x16d7b4(639)](_0x16d7b4(665))[_0x16d7b4(836)](_0x16d7b4(942)),1===EnableMovieButton&&($("#ydbtnm")[_0x16d7b4(533)]('\t\t\t\t\t<div style="padding: 5px; width: 100%;">\t\t\t\t\t\t<button id="yd-movie" type="button" class="btn btn-movie" style="font-size: 14px; font-weight: '+ MovieButtonFontWeight+_0x16d7b4(918)+MovieButtonBorderRadius+_0x16d7b4(677)+MovieButtonText+"</button>\t\t\t\t\t</div>\t\t\t\t"),$("#yd-movie").on(_0xd48f76(51),function(){var a=_0x16d7b4;window[a(674)][a(842)]=a(618)})),1===EnableBVouchButton?($(_0x16d7b4(824))[_0x16d7b4(533)](_0x16d7b4(797)+BVouchButtonFontWeight+_0x16d7b4(767)+BVouchButtonBorderRadius+'rem;">'+BVouchButtonText+_0x16d7b4(923)),$(_0x16d7b4(837)).on(_0xd48f76(51),function(){var a=_0x16d7b4;openModal(a(916),BVouchButtonText+a(975)+ _mbVouchXColor+a(607),a(575)+_modal_contentBodyBorderRadius+a(734)+_modal_contentBodyBoxShadow+a(737)+_modal_contentBodyBackColor+a(809)+_mbVouchCode+a(897),"")})):1===EnableGVouchButton&&($(_0x16d7b4(824))[_0x16d7b4(533)](_0x16d7b4(983)+GVouchButtonFontWeight+"; \t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 30px; width: 100%; border-radius: "+GVouchButtonBorderRadius+_0x16d7b4(677)+GVouchButtonText+"</button>\t\t\t\t\t</div>\t\t\t\t"),$("#yd-gvouch").on(_0xd48f76(51),function(){_0x183dbc()})); $(_0x2bcf19).after(_0x1eafdb);$(_0xd48f76(0))[_0x16d7b4(944)]("style",_0x16d7b4(483)+InsertCoinButtonExtraStyle);$(_0xd48f76(0))[_0xd48f76(74)](_0x16d7b4(870),!1);_0x351612();""!==FooterSectionCode&&$(_0xd48f76(15)).prepend(FooterSectionCode);_0x175066();$(_0xd48f76(16))[_0x16d7b4(639)]("a")[_0x16d7b4(944)](_0xd48f76(18),_0xd48f76(17));$(_0xd48f76(16))[_0x16d7b4(639)]("a").attr(_0xd48f76(19),_0xd48f76(20));$(_0x4c9373).remove()}catch(a){}$(_0x16d7b4(848))[_0x16d7b4(659)](); 1===RemoveFooterSection&&$(_0x16d7b4(779))[_0x16d7b4(943)](););
Leave a Comment