Untitled

 avatar
unknown
javascript
a year ago
114 kB
13
Indexable
<<SCRIPT defer>
//NOTE: Unselect All Options in Client Html, Chat is Optional for a smoother portal.

var DefStaticColor1 = 'rgb(19, 122, 99)'; // default color texts
var DefStaticColor2 = 'rgba(19, 122, 99, 0.6)'; // default color buttons

var PortalTitle = 'Kurt PisoWiFi';
var FooterSectionCode = '&copy; Kurt PisoWiFi 2024';

var RemoveFooterSectionCode = 0;
var RemoveMobileHeaderNav = 0;
var RemoveAndroidAppLink = 1;
var EnablePointsFunction = 1;
var EnableSelectableVendo = 0;//1=CanSelectVendo
var CodeInputType = 1;//0=Hidden,1=Visible
var CodeStyleOnly = 0;//VoucherStyleOnly
var EnableInfoInCodeStyle = 1;
var EnableTrialTimeButton = 0;
var EnableChatMe = 0;
var HideInsertCloseBtnWhenCoinInserted = 0;
var DataUpdateSpeed = 500;

var EnableBackMusic = 0;//1 Click/Tap To Play
var BackMusicFile = 'rock.mp3';//Mp3 in Files

var EnableRateButton = 1;
var EnableRateDesc = 1;//ShowRateDescription
var EnableCustomRate = 0;//1=CreateYourOwnRate NOTE: Not Vendo Related
var CustomRateData = [
	["1.00","20 Minutes","Consumable, 3Mbps"],
	["5.00","2 Hours","1 Point, Pausable, 3.5Mbps"],
	["10.00","5 Hours","2 Points, Pausable, 4Mbps"],
	["15.00","8 Hours","3 Points, Pausable, 4.5Mbps"],
	["20.00","12 Hours","4 Points, Pausable, 5Mbps"] // no comma in last
];

var activateCustomBanner = 0;//1=CustomBannerWithBox
var imageBannerName = 'banner.jpg';
var imageBannerHeight = '120';
var imageBannerRadius = '0.3';

//////// CustomTopCode ///////////////
var activateCustomTopCode = 1;
var CustomTopCodeText = 'Insert Coin and Earn Points';
var CustomTopCodeTextDefaultColor = 'snow';
var CustomTopCodeTextAssortedColor = 'snow, snow, snow, snow, '+DefStaticColor1+', snow, snow, snow, snow';
var CustomTopCode = '\
<style>\
.top-txt-anim {\
  text-align: center;\
  background-image: \
  linear-gradient(to right, '+CustomTopCodeTextAssortedColor+'); \
  -webkit-background-clip: text;\
  -webkit-text-fill-color: transparent;  \
  animation: tt-anim 1000s linear infinite;\
}@keyframes tt-anim {to {background-position: 5000vh;}}\
</style>\
<span style="color: '+CustomTopCodeTextDefaultColor+'; font-size: 14px; font-weight: bold;\
width:100%; min-height: 20px; display: flex; justify-content: center; text-shadow: 0.5px 0.5px 1px red;">\
	<div class="top-txt-anim">'+CustomTopCodeText+'</div>\
</span>\
';
//////// End CustomTopCode /////////////

//////// CustomBotCode ///////////////
var activateCustomBotCode = 1;
var CustomBotCodeTextDefaultColor = 'snow';
let CustomBotCodeText = ['Welcome','To','KurtPiso WiFi','Insert Coin', 
'And','Earn Points','Points Earn','5 Pesos = 1 Point','10 Pesos = 2 Points',
'15 Pesos = 3 Points','20 Pesos = 4 Points','Points Redeem','3 Points = 30 Mins',
'5 Points = 1 Hour','10 Points = 3 Hours','15 Points = 5 Hours','Thank You','Enjoy',
'Browsing and Gaming'];

var CustomBotCodeData = CustomBotCodeText,part,i = 0,offset = 0,
	len = CustomBotCodeText.length,forwards = true,skip_count = 0,
	skip_delay = 25,speed = 75;
	
var CustomBotCode = '\
<style>\
.bot-txt-anim {\
  font-weight: 500;\
  font-size: 14px;\
  color: '+CustomBotCodeTextDefaultColor+';\
  animation: bt-clip 2s linear infinite;\
}@keyframes bt-clip {to {background-position: 200% center;}}\
</style>\
<span style="width:100%; height: 20px; display: flex; justify-content: center;">\
	<div id="bt_id" class="bot-txt-anim"><span></span></div>\
</span>';
//////// End CustomBotCode /////////////

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

/*= MOVIE BTN =*/
var EnableMovieButton = 1;
var MovieButtonText = 'Watch Movies';
var MovieButtonTextColor = 'snow';
var MovieButtonBackColor = DefStaticColor2;
var MovieButtonBorderStyle = 'none';
var MovieButtonBorderRadius = '0.3';
var MovieButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var MovieButtonFontWeight = '500';
var MovieButtonTextShadow = '0.5px 0.5px 1px black';

/*= BUY VOUCHER BTN KLCiS =*/
var _mbVouchXColor = '#ffffff';
var EnableBVouchButton = 0;
var BVouchButtonText = 'Buy Voucher';
var BVouchButtonTextColor = 'snow';
var BVouchButtonBackColor = DefStaticColor2;
var BVouchButtonBorderStye = 'none';
var BVouchButtonBorderRadius = '0.3';
var BVouchButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
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" style="color: #b4b4b4; text-shadow: 0.5px 0.5px 1px black;">Select Promo:</label>\
		<select class="form-control" id="amountDropdown" name="amount" style="text-align: center; font-size:15px; font-weight:400; color: black; background: rgba(205,205,205,0.80); border: 1px solid rgba(19,22,29,0.50); text-shadow: 0.5px 0.5px 1px rgb(106, 113, 146);">\
			<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="1234567890">\
	</div>\
	<div class="form-group" style="text-align:left;">\
		<label for="numberInput" style="color: #b4b4b4; text-shadow: 0.5px 0.5px 1px black;">Mobile Number:</label>\
		<input type="number" class="form-control text-center" style="font-size:15px; color: black; background: rgba(205,205,205,0.80); border: 1px solid rgba(19,22,29,0.50); text-shadow: 0.5px 0.5px 1px rgb(106, 113, 146);" id="numberInput" placeholder="e.g. 09912346789" name="number" required>\
	</div>\
	<button type="submit" class="btn btn-BVouch btn-block" style="margin-bottom: 0px; background: '+DefStaticColor2+'; border-color: transparent; text-shadow: 0.5px 0.5px 1px black;">BUY NOW</button>\
</form>\
<p style="color: rgb(106, 113, 146); text-align: center;margin-top: 10px;margin-bottom: 2px; text-shadow: 0.5px 0.5px 1px black;">&copy; KLCiS Voucher System</p>\
';

/*= GENERATE VOUCHER BTN =*/
var _mgVouchXColor = '#ffffff';
var EnableGVouchButton = 1;
var GVouchButtonText = 'Gen Voucher';
var GVouchButtonBorderRadius = '0.3';
var GVouchButtonBorderStyle = 'none';
var GVouchButtonFontWeight = '500';
var GVouchButtonTextShadow = '0.5px 0.5px 1px black';

var _genVLabelTextColor = '#b4b4b4';
var _genVLabelBackColor = 'rgba(19,22,29,0.50)';
var _genVLabelBorderStyle = 'none';
var _genVLabelTextShadow = '0.5px 0.5px 1px black';

var _genVInputBackColor = 'rgba(205,205,205,0.80)';
var _genVInputBorderStyle = 'none';
var _genVInputTextShadow = '0.5px 0.5px 1px rgb(106, 113, 146)';

var _genVSubTextShadow = '0.5px 0.5px 1px black';

var _mgenCodeXColor = '#ffffff';
var _mgenBtnTextColor = 'snow';
var _mgenBtnBackColor = DefStaticColor2;
var _mgenBtnBorderStyle = 'none';
var _mgenBtnBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var _mgenBtnBorderRadius = '0.3';
var _mgenBtnTextShadow = '0.5px 0.5px 1px black';

/*= EDIT UI =*/
var DefaultBodyBackColor = 'rgb(10,10,10)';
var DefaultWrapBackStyle = '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)) rgb(43,46,55);background-position:0 0, 2px 2px; background-size:4px 4px;';

var UseBackGroundImageStyle = 0;
var backGroundImageName = 'gojo.jpg';
var backGroundImagePosX = 'center';
var backGroundImagePosY = 'top';
var backGroundImageRepeat = 'no-repeat';
var backGroundImageColor = '#000000';
var backGroundImageSize = 'cover';

var UseMp4BackGroundStyle = 0;
var backGroundMp4Poster = 'spidey.jpg';//Available in Zedge
var backGroundMp4VidName = 'spidey.mp4';//Available in Zedge

var _cardBackColor = 'rgba(5,5,5,0.55)';
var _cardBorderRadius = '0.3';
var _cardBorderStyle = 'none';
var _cardBoxShadow = 'none';

/*= FIRST BOX =*/
var UseStatusStaticColor = 0;
var TextStatusStaticColor = DefStaticColor1;
// Or none static color
var TextStatusConnectedColor = 'lime';
var TextStatusPausedColor = 'orange';
var TextStatusDisconnectedColor = 'red';
var TextStatusFontWeight = '500';
var TextStatusShadow = '0.5px 0.5px 1px black';

var TextCurrentDurationColor = 'rgb(106, 113, 146)';
var TextCurrentDurationFontWeight = '500';
var TextCurrentDurationShadow = '0.5px 0.5px 1px black';

var TextTimeColor = 'snow';
var TextTimeShadow = '0.5px 0.5px 1px black';

var PointsLeftTextColor = 'rgb(106, 113, 146)';
var PointsRightColor = DefStaticColor1;
var PointsFontWeight = '400';
var PointsShadow = '0.5px 0.5px 1px black';

var FreeButtonText = 'Activate Free Time';
var FreeButtonTextColor = 'snow';
var FreeButtonBackColor = DefStaticColor2;
var FreeButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var FreeButtonBorderRadius = '0.3';
var FreeButtonBorderStyle = 'none';
var FreeButtonFontWeight = '500';
var FreeButtonTextShadow = '0.5px 0.5px 1px black';

var ConExtendButtonTextColor = 'snow';
var ConExtendButtonBackColor = DefStaticColor2;
var ConExtendButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var ConExtendButtonBorderRadius = '0.3';
var ConExtendButtonBorderStyle = 'none';
var ConExtendButtonFontWeight = '500';
var ConExtendButtonTextShadow = '0.5px 0.5px 1px black';

var PauseResumeButtonTextColor = 'snow';
var PauseResumeButtonBackColor = DefStaticColor2;
var PauseResumeButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var PauseResumeButtonBorderRadius = '0.3';
var PauseResumeButtonBorderStyle = 'none';
var PauseResumeButtonFontWeight = '500';
var PauseResumeButtonTextShadow = '0.5px 0.5px 1px black';

var RedeemButtonTextColor = 'snow';
var RedeemButtonBackColor = DefStaticColor2;
var RedeemButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var RedeemButtonBorderRadius = '0.3';
var RedeemButtonBorderStyle = 'none';
var RedeemButtonFontWeight = '500';
var RedeemButtonTextShadow = '0.5px 0.5px 1px black';
/*= END FIRST BOX =*/

/*= CODE INPUT BOX =*/
var _codeInBoxBackColor = 'rgba(205,205,205,0.80)';
var _codeInBoxBorderRadius = '0.2';
var _codeInBoxBorderStyle = 'none';
var _codeInBoxTextShadow = '0.5px 0.5px 1px rgb(106, 113, 146)';

var _codeInBtnTextColor = 'snow';
var _codeInBtnBackColor = DefStaticColor2;
var _codeInBtnBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var _codeInBtnBorderRadius = '0.3';
var _codeInBtnBorderStyle = 'none';
var _codeInBtnFontWeight = '500';
var _codeInBtnTextShadow = '0.5px 0.5px 1px black';
/*= END CODE INPUT BOX =*/

/*= SECOND BOX =*/
var VendoTextColor = DefStaticColor1;
var VendoBackColor = 'transparent';
var VendoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0.2px 0px 0px rgb(106, 113, 146)';
var VendoBorderRadius = '0.3';
var VendoBorderStyle = 'none';
var VendoTextShadow = '0.5px 0.5px 1px black';

var VendoDropDownMenuListTextColor = 'rgb(255,255,255)';
var VendoDropDownMenuBackColor = 'rgb(25, 28, 37)';
var VendoDropDownMenuBorderRadius = '0.3';
var VendoDropDownMenuBorderStyle = 'none';
var VendoDropDownMenuTextShadow = '0.5px 0.5px 1px black';

var StaticVendoTextColor = DefStaticColor1;
var StaticVendoTextFontWeight = '500';
var StaticVendoTextShadow = '0.5px 0.5px 1px black';

var TextCurCreditTextColor = 'rgb(106, 113, 146)';
var TextCurCreditTextFontWeight = '500';
var TextCurCreditTextShadow = '0.5px 0.5px 1px black';

var TextCreditColor = 'snow';
var TextCreditFontWeight = '500';
var TextCreditTextShadow = '0.5px 0.5px 1px black';

var InfoText = 'Client Info';
var InfoTextColor = 'rgb(217,218,219)';
var InfoBackColor = 'transparent';
var InfoBorderRadius = '0.3';
var InfoBorderStyle = 'none';
var InfoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 -0.2px 0px 0px rgb(106, 113, 146)';
var InfoTextFontWeight = '400';
var InfoTextShadow = '0.5px 0.5px 1px black';

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

var InsertCoinButtonTextColor = '#000000';
var InsertCoinButtonBackColor = '#ffffff';
var InsertCoinTextShadow = '0.5px 0.5px 1px rgb(106, 113, 146)';
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 #ffffff; border-right: 2px solid #000000; border-left: 2px solid #000000; border-bottom: 2px solid #ffffff;';
/*= END SECOND BOX =*/

/*= MODAL BOX =*/
var _modal_contentBackColor = 'rgba(12,12,12,0.9)';
var _modal_contentBorderRadius = '0.3';
var _modal_contentBorderStyle = 'none';
var _modal_contentBoxShadow = 'none';

var _modal_contentTitleColor = 'snow';
var _modal_contentTitleFontWeight = 500;
var _modal_contentTitleShadow = '0.5px 0.5px 1px black';

var _modal_contentBodyBackColor = 'rgba(53,56,64,0.75)';
var _modal_contentBodyBorderRadius = '0.3';
var _modal_contentBodyBoxShadow = 'none';

//Connect/Extend
var _mconexXColor = '#ffffff';

var UseCodeButtonTextColor = 'snow';
var UseCodeButtonBackColor = DefStaticColor2;
var UseCodeButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var UseCodeButtonBorderRadius = '0.3';
var UseCodeButtonBorderStyle = 'none';
var UseCodeButtonFontWeight = '500';
var UseCodeButtonTextShadow = '0.5px 0.5px 1px black';

var UseCreditButtonTextColor = 'snow';
var UseCreditButtonBackColor = DefStaticColor2;
var UseCreditButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var UseCreditButtonBorderRadius = '0.3';
var UseCreditButtonBorderStyle = 'none';
var UseCreditButtonFontWeight = '500';
var UseCreditButtonTextShadow = '0.5px 0.5px 1px black';

var _codeLabelTextColor = '#b4b4b4';
var _codeLabelBackColor = 'rgba(19,22,29,0.50)';
var _codeLabelBorderStyle = 'none';
var _codeLabelTextShadow = '0.5px 0.5px 1px black'

var _codeInputBackColor = 'rgba(205,205,205,0.80)';
var _codeInputBorderStyle = 'none';
var _codeInputTextShadow = '0.5px 0.5px 1px rgb(106, 113, 146)'

var _creditLabelTextColor = '#b4b4b4';
var _creditLabelBackColor = 'rgba(19,22,29,0.50)';
var _creditLabelBorderStyle = 'none';
var _creditLabelTextShadow = '0.5px 0.5px 1px black';

var _creditInputBackColor = 'rgba(205,205,205,0.80)';
var _creditInputBorderStyle = 'none';
var _creditInputTextShadow = '0.5px 0.5px 1px rgb(106, 113, 146)';

var _mconexBtnTextColor = 'snow';
var _mconexBtnBackColor = DefStaticColor2;
var _mconexBtnBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var _mconexBtnBorderRadius = '0.3';
var _mconexBtnBorderStyle = 'none';
var _mconexBtnTextShadow = '0.5px 0.5px 1px black';

//Redeem
var _mreedemXColor = '#ffffff';
var _mredeemSubTitleColor = '#a6a6a6';
var _mredeemDurTextColor = DefStaticColor1;
var _mredeemTypeTextColor = 'white';
var _mredeemPointsTextColor = 'white';

var _mredeemButtonTextColor = 'snow';
var _mredeemButtonBackColor = DefStaticColor2;
var _mredeemButtonBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var _mredeemButtonBorderRadius = '0.3';
var _mredeemButtonBorderStyle = 'none';

var _mredeemTextShadow = '0.5px 0.5px 1px black';

//Insert Coin
var _minsertCreditColor = 'snow';
var _minsertTotalCreditColor = 'rgb(106, 113, 146)';
var _minsertDurationColor = 'rgb(106, 113, 146)';
var _minsertprogressbarColor = DefStaticColor1;

var _minsertCancelTextColor = 'snow';
var _minsertCancelBackColor = DefStaticColor2;
var _minsertCancelBorderStyle = 'none';
var _minsertCancelBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var _minsertCancelBorderRadius = '0.3';

var _minsertDoneTextColor = 'snow';
var _minsertDoneBackColor = DefStaticColor2;
var _minsertDoneBorderStyle = 'none';
var _minsertDoneBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 0 1px 3px hsla(0,0%,0%,.2)';
var _minsertDoneBorderRadius = '0.3';

var _minsertTextShadow = '0.5px 0.5px 1px black';

//Client Info
var _minfoXColor = '#ffffff';
var _minfoLeftTextColor = DefStaticColor1;
var _minfoRightTextColor = 'white';
var _minfoTextShadow = '0.5px 0.5px 1px black';

//Wifi Rate
var _mrateXColor = '#ffffff';
var _mrateSubTitleColor = '#a6a6a6';
var _mrateAmountTextColor = DefStaticColor1;
var _mrateTimeTextColor = 'white';
var _mrateDiscTextColor = 'white';
var _mrateTextShadow = '0.5px 0.5px 1px black';

//Others Modal
var _tablestripedBackColor = 'rgba(19,22,29,0.50)';
var _ratescardborderstyle = 'none';
var _tableBackColor = 'transparent';
//END MODAL BOX

//Others
var _inputTextColor = 'black';

var _navBarBackColor = 'rgb(29,30,34)';
var _sideBarBackColor = 'rgb(29,30,34)';

var _sideBarNavCatLinkColor = 'rgb(106, 113, 146)';
var _sideBarNavLinkColor = 'rgb(106, 113, 146)';

var _mdiMenuColor = DefStaticColor1;
var _textsuccess = DefStaticColor1;//ChatIconColor
var _textwarning = DefStaticColor1;//SpinText
var _textwarningfontweight = '400';
var _textwarningshadow = '0.5px 0.5px 1px black';
var _textprimary = DefStaticColor1;//LogLeftText
var _textprimaryshadow = '0.5px 0.5px 1px black';

var _chatminWidth = 280;
var _chatminHeight = 410;
var _chatbackColor = 'rgba(0, 0, 0, 0.6)';
var _chatborderRadius = '5';
var _chatborderStyle = 'none';

var _sendchatBackColor = DefStaticColor1;
var _sendchatAdminInBackColor = 'red';
var _sendchatAdminInTextShadow = '0.5px 0.5px 1px black';
var _sendchatInBackColor = DefStaticColor1;
var _sendchatInTextShadow = '0.5px 0.5px 1px black';

var _spinbtnbackcolor = '#ffffff';
var _spinbtnborderstyle = '4px solid '+DefStaticColor1;
var _spinbtntextcolor = 'black';
var _spinbtntextshadow = '0.5px 0.5px 1px rgb(106, 113, 146)';
var _spintricolor = DefStaticColor1;

var _footerBackColor = 'rgb(29,30,34)';
var _footerBoxShadow = 'none';
var _textfooterColor = 'rgb(106, 113, 146)';
var _textlinkfooterColor = DefStaticColor1;
var _textfooterShadow = '0.5px 0.5px 1px black';
var _textboldfooter = '500';

/*===== NO NEED TO EDIT BELOW  ========*/
var _0x339ac2=_0x1b6b;(function(a,b){for(var c=_0x1b6b,d=a();;)try{if(-parseInt(c(293))*(-parseInt(c(454))/2)+parseInt(c(617))/3*(-parseInt(c(319))/4)+-parseInt(c(661))/5+parseInt(c(558))/6+-parseInt(c(679))/7+parseInt(c(614))/8+parseInt(c(536))/9*(parseInt(c(698))/10)===b)break;else d.push(d.shift())}catch(e){d.push(d.shift())}})(_0x1fc2,515899);var _0x565089=_0x565089||{};_0x565089[_0x339ac2(597)]={};
_0x565089[_0x339ac2(683)]=function(a){var b=0;return function(){var c=_0x1b6b,d={};return d[c(873)]=!0,b<a[c(678)]?{done:!1,value:a[b++]}:d}};_0x565089.arrayIterator=function(a){return{next:_0x565089[_0x339ac2(683)](a)}};_0x565089[_0x339ac2(305)]=function(a){var b=_0x339ac2,c="undefined"!=typeof Symbol&&Symbol[b(472)]&&a[Symbol[b(472)]];if(c)return c[b(607)](a);if("number"==typeof a[b(678)])return _0x565089[b(595)](a);throw Error(String(a)+b(330));};
function _0x1b6b(a,b){var c=_0x1fc2();return _0x1b6b=function(d,e){return c[d-255]},_0x1b6b(a,b)}
var _0x250020="TkpX",_0x3194b2=500,_0x4c4ddd,_0x1124f8=0,_0x5c474e=0,_0x5832bb="",_0x3381df="",_0x3d8184=0,_0x432acc="0",_0x3b3261,_0x23ec18,_0x5a5370,_0x2f9f6c,_0x53ae86,_0x33239e,_0x2744d7=0,_0x575e12,_0x33897f="",_0x390201="",_0xec8107=0,_0xe19a4=1,_0x53f3f3,_0x350c30=_0x339ac2(582),_0x25821d=_0x339ac2(425),_0x401251=_0x339ac2(569),_0x144598=_0x339ac2(392),_0x1ae1b5=_0x339ac2(266),_0x1c1829=_0x339ac2(604),_0xf776e=_0x339ac2(501),_0x410edb=_0x339ac2(422),_0x106c5b=["I3lkLWNsaWVudC1pbnNlcnQtY29pbg==",
"Z2V0S2V5cw==",_0x339ac2(445),_0x339ac2(794),"dWJv",_0x339ac2(561),_0x339ac2(689),_0x339ac2(427),_0x339ac2(491),_0x339ac2(685),_0x339ac2(779),_0x339ac2(855),"YmxvY2s=",_0x339ac2(864),_0x339ac2(709),"LnRleHQtY2Zvb3Rlcg==","Ll95Y2xpZW50",_0x339ac2(507),_0x339ac2(885),_0x339ac2(596),"X2JsYW5r",_0x339ac2(769),_0x339ac2(515),_0x339ac2(881),"ghjlkwajd==",_0x339ac2(589),_0x339ac2(329),_0x339ac2(733),_0x339ac2(437),_0x339ac2(793),_0x339ac2(744),_0x339ac2(447),_0x339ac2(772),_0x339ac2(571),"cGF0aA==",_0x339ac2(710),
_0x339ac2(691),"hiati=",_0x339ac2(803),_0x339ac2(570),_0x339ac2(707),_0x339ac2(670),_0x339ac2(386),_0x339ac2(529),"VTFST2MyRXdlRm==",_0x339ac2(693),_0x339ac2(271),_0x339ac2(521),_0x339ac2(796),_0x339ac2(458),_0x339ac2(453),_0x339ac2(334),_0x339ac2(269),_0x339ac2(735),"lw29ja=",_0x339ac2(843),_0x339ac2(787),_0x339ac2(517),_0x339ac2(431),_0x339ac2(579),_0x339ac2(309),_0x339ac2(867),_0x339ac2(886),_0x250020,_0x339ac2(450),"tY2Zvb3Rlcg==",_0x339ac2(327),_0x339ac2(357),"I3lkLXNlbGVjdC1ib3gtZHJvcGRvd24=",
"bGFzdGluc2VydGVkdmVuZG8=","uc2VydGVkdm",_0x339ac2(836),_0x339ac2(845),_0x339ac2(289),_0x339ac2(753),_0x339ac2(810),"aHRtbA==",_0x339ac2(717),_0x339ac2(495),_0x339ac2(742),"I3lkLXNlbGVjdC1kcm9wZG93bi1vcHRpb25z",_0x339ac2(842)];$(_0x339ac2(323)).hide();$(_0x339ac2(361))[_0x339ac2(426)]()[_0x339ac2(669)]();1===RemoveAndroidAppLink&&$(_0x339ac2(508))[_0x339ac2(426)]().remove();
UseMp4BackGroundStyle&&$(_0x339ac2(788))[_0x339ac2(426)]()[_0x339ac2(320)]('\t<video playsinline autoplay muted loop poster="html/'+backGroundMp4Poster+_0x339ac2(435)+backGroundMp4VidName+_0x339ac2(704));1===RemoveMobileHeaderNav&&($(_0x339ac2(416))[_0x339ac2(827)]('<style type="text/css"></style>'),$(_0x339ac2(416))[_0x339ac2(784)](_0x339ac2(594))[_0x339ac2(746)](_0x339ac2(456)),$(".main-panel")[_0x339ac2(833)]()[_0x339ac2(669)]());
function _0x4384f3(a){var b=function(){var c=!0;return function(d,e){var g=c?function(){var h=_0x1b6b;if(e)return h=e[h(267)](d,arguments),e=null,h}:function(){};return c=!1,g}}()(this,function(){var c=_0x1b6b;return b[c(677)]()[c(457)]("(((.+)+)+)+$").toString()[c(852)](b)[c(457)]("(((.+)+)+)+$")});return b(),atob(_0x106c5b[a])}function _0x1a044a(){}
var _0x34dc1a=$(_0x339ac2(270)+_minfoLeftTextColor+_0x339ac2(434)+_minfoTextShadow+';"></div></div>'),_0x2122ce=_0x34dc1a[_0x4384f3(74)](_0x339ac2(694)),_0x3623ea=JSON[_0x339ac2(616)](atob(wisft)),_0x4f7c6d={},_0x3eee71=(_0x4f7c6d[_0x4384f3(1)]=function(){return _0x3623ea},_0x4f7c6d),_0x24e241=socketIO[_0x339ac2(882)],_0x562f7b=_0x339ac2(841)+imageBannerName+'" style="width:100%; border-radius:'+imageBannerRadius+_0x339ac2(646)+imageBannerHeight+_0x339ac2(672);
try{_0x3b3261=$(location)[_0x339ac2(681)]("href")[_0x339ac2(612)]("=")[1],_0x4b1042=_0x150518=_0xc619e0=_0x59416c=_0x53bf32=_0x1a044a}catch(a){}socketIO.emit=function(){var a=_0x339ac2;1===_0xe19a4&&_0x24e241[a(267)](socketIO,arguments)};function _0x12e1d8(a,b){toastada[_0x4384f3(a)](b)}function _0x5a17cf(a){for(var b=_0x339ac2,c="",d=0;d<a[b(678)];d++)c+=String[b(848)](23^a[b(474)](d));return c}
function _0x4e4986(a,b){$(b)[_0x4384f3(74)]("disabled",!0);var c=setTimeout(function(){$(b)[_0x4384f3(74)]("disabled",!1);clearTimeout(c)},a)}function _0x31fe4c(){var a=_0x339ac2,b=a(715);return"d"===_0x5832bb&&(b=a(505)),b}
function _0x273da7(){socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[14],function(a){var b=_0x1b6b,c;for(c in a[_0x4384f3(59)])a[_0x4384f3(59)][c][_0x4384f3(77)]||delete a[_0x4384f3(59)][c];if(0>=Object[b(409)](a[_0x4384f3(59)]).length)$(_0x4384f3(79))[b(669)]();else{for(var d in a[_0x4384f3(59)])a[_0x4384f3(59)][d][_0x4384f3(77)]&&($(_0x4384f3(75))[_0x4384f3(74)](b(555),!1),c=$(insertboxoption[_0x4384f3(74)](b(694))),c[_0x4384f3(78)](_0x4384f3(61),d),c[_0x4384f3(76)](a[_0x4384f3(59)][d][_0x4384f3(61)]),
c[b(547)]("click"),c.on(b(263),function(){$(_0x4384f3(75))[_0x4384f3(76)](this[b(745)]);var e=$(this)[_0x4384f3(78)](_0x4384f3(61));$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),e)}),_0x33897f=a[_0x4384f3(59)][d][_0x4384f3(61)],_0x390201=d,$(_0x4384f3(75))[_0x4384f3(76)](_0x33897f),$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),_0x390201),$(_0x4384f3(80))[b(827)](c));socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[2],function(e){function g(){a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(61)][0]+a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(61)][1]+
a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(61)][2]!==_0x4384f3(63)&&(_0xe19a4=0)}if(e[_0x4384f3(69)]===_0x4384f3(60)&&a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(77)])_0x33897f=a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(61)],_0x390201=_0x4384f3(60),$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),_0x390201),$(_0x4384f3(75))[_0x4384f3(76)](_0x33897f),g(),console[b(775)]("1");else if(e[_0x4384f3(69)]&&a[_0x4384f3(59)][e[_0x4384f3(69)]]&&a[_0x4384f3(59)][e[_0x4384f3(69)]][_0x4384f3(77)])_0x33897f=a[_0x4384f3(59)][e[_0x4384f3(69)]][_0x4384f3(61)],
_0x390201=e[_0x4384f3(69)],$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),_0x390201),$(_0x4384f3(75))[_0x4384f3(76)](_0x33897f),g(),console[b(775)]("2");else if(a[_0x4384f3(59)][e[_0x4384f3(69)]]&&a[_0x4384f3(59)][e[_0x4384f3(69)]][_0x4384f3(77)])_0x33897f=a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(61)],_0x390201=_0x4384f3(60),$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),_0x390201),$(_0x4384f3(75))[_0x4384f3(76)](_0x33897f),g(),console[b(775)]("3");else socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[17],
e[_0x4384f3(81)],function(h){if(h&&0<h[b(678)])for(var l in h){var k=h[l];if(e[_0x4384f3(69)]&&e[_0x4384f3(69)]===k&&a[_0x4384f3(59)][k][_0x4384f3(77)]){_0x33897f=a[_0x4384f3(59)][k][_0x4384f3(61)];_0x390201=k;$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),_0x390201);$(_0x4384f3(75))[_0x4384f3(76)](_0x33897f);console.log("4");break}else if(a[_0x4384f3(59)][k][_0x4384f3(77)]){_0x33897f=a[_0x4384f3(59)][k][_0x4384f3(61)];_0x390201=k;$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),_0x390201);$(_0x4384f3(75))[_0x4384f3(76)](_0x33897f);
console.log("5");break}}else a[_0x4384f3(59)][_0x4384f3(60)]&&a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(77)]&&(_0x33897f=a[_0x4384f3(59)][_0x4384f3(60)][_0x4384f3(61)],_0x390201=_0x4384f3(60),$(_0x4384f3(75))[_0x4384f3(78)](_0x4384f3(61),_0x390201),$(_0x4384f3(75))[_0x4384f3(76)](_0x33897f),console[b(775)]("6"));g()})})}});_0xec8107=1}
function _0x2942e0(a,b,c){var d=_0x339ac2,e=[];b=_0x565089[d(305)](b);for(var g=b[d(605)]();!g[d(873)];g=b[d(605)]())e[d(368)](g[d(628)]);e=e.sort(function(y,q){return q[d(306)]-y[d(306)]});if(c&&0!=c){var h=0,l;for(k in e){var k=e[k];a>=k[d(306)]&&(l||(l=k[d(287)]),c=Math[d(397)](a/k.coin)*k[d(306)],a-=c,h+=c*k.minute*60)}return a={},a.minute=h,a[d(287)]=l,a}for(h in e)if(h=e[h],a>=h.coin)break;return h?(l={},l[d(390)]=60*a*h[d(390)],l[d(287)]=h[d(287)],l):null}
function _0x84545a(){var a=random(8);a=a.toLowerCase();socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[2],function(b){var c=_0x1b6b,d=b[c(473)];openModal(c(264),c(573)+_mgenCodeXColor+';" ></i>',c(388)+_modal_contentBodyBorderRadius+c(294)+_modal_contentBodyBoxShadow+c(352)+_modal_contentBodyBackColor+c(353)+_genVLabelBorderStyle+c(835)+_genVLabelTextColor+c(544)+_genVLabelBackColor+c(524)+_genVLabelTextShadow+';">Available:&nbsp;<span id="credit-'+a+c(528)+_genVLabelTextShadow+c(297)+d+'.00</span></span></div>\t\t<input id="'+
a+'" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:'+_genVInputBackColor+c(860)+_genVLabelBorderStyle+c(259)+_inputTextColor+c(434)+_genVInputTextShadow+c(276)+_genVLabelBorderStyle+c(544)+_genVLabelBackColor+'; border-radius: 0.15rem; margin-top: 5px;">\t\t\t\t\t\t\t\t\t\t<span id="xx-'+a+c(374)+_genVLabelTextColor+c(809)+_genVLabelTextShadow+c(751)+(_genVSubTextShadow+c(451)+_genVSubTextShadow+c(284)+_genVSubTextShadow+c(634)+a+'"></tbody></table></div>\t\t</div></div></div>'),
c(747)+_mgenBtnTextColor+"; background-color:"+_mgenBtnBackColor+c(559)+_mgenBtnBorderStyle+c(764)+_mgenBtnBoxShadow+c(861)+_mgenBtnBorderRadius+c(674)+_mgenBtnTextShadow+c(840));socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[18],function(e){$("#"+a).on(c(260),function(){var g=this[c(628)];(g=parseInt(g))&&0<g?(g=_0x2942e0(g,e[c(356)],e[c(880)]),$("#xx-"+a)[c(802)](decToTime(g[c(390)]))):$(c(363)+a)[c(802)]("00:00:00")})});$(c(858)).on(c(263),function(){_0x4e4986(1500,c(858));if(0<parseInt(d)){var e=
$("#"+a)[c(741)]();e=parseInt(e);if(0<e)socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[7],e,function(g){if(g[c(460)]){socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[2],function(l){l=l.credit;$(c(829)+a)[_0x4384f3(76)]("&#8369; "+l+c(675))});_0x12e1d8(55,c(459));var h=random(8);$(c(641)+a)[c(827)](c(732)+_genVSubTextShadow+c(479)+h+'">'+g[c(460)]+c(585)+_genVSubTextShadow+c(778)+decToTime(g[c(542)])+c(585)+_genVSubTextShadow+';">'+dateFormat(new Date(g[c(874)]))+c(337))}else g=g[c(487)](c(324),
c(419)),_0x12e1d8(53,g)});else _0x12e1d8(56,c(667))}else $(c(418))[c(262)]("hide"),_0x12e1d8(53,c(782))})})}
function _0x1fc2(){var a=[";}.btn-vendolist:focus,.btn-vendolist.focus{box-shadow: ",';"\t\t\tclass="form-control" placeholder="Input Credit">\t\t</div></div></div></div>',"#yd_vccodein","#yd_con_txt_status","Extend","rate","aW5zZXJ0YnRu",';" id="use-code-btn" type="button" class="btn btn-PauseResume">Via Code</button>\t\t\t\t\t\t\t\t\t\t<span style="width: 25px;"></span>\t\t\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: ',' <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',
"&#8369; ","}.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:","</button>\t\t</div>","yd-estimate-parent","}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: ",';" ></i>',"Status:",";}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: ",
'%;"></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;" >','"><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:',"title",'"><div style="padding: 6px; color: ','<tr><td class="text-success" style="text-shadow: ',"d2Vic29ja2V0",'</td><td style="color: ',"ZXJyb3I=","version",
"span"," !important; font-size:22px; text-shadow: ","#yd-client-duration-m","#yd-estimate-parent","val","I3lkLXNlbGVjdC1ib3g=",'</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="yd-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;\t\t\t\t\t\t\t\t\t-webkit-animation: spin 15s linear infinite reverse; -moz-animation: spin 15s linear infinite reverse; -o-animation: spin 15s linear infinite reverse; animation: spin 15s linear infinite reverse; \t\t\t\t\t\t\t\t\t"><span style="text-shadow: ',
"cGFzc3dvcmQ=","innerHTML","html",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t\t\t<button style="margin: auto; width: 35%; color:',"}\t\t._yuden a {color: ",";}.btn-redeem:hover{box-shadow: ",';">Checking</span></button>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t',';">00:00:00</span>\t\t\t\t\t\t\t\t</div><div style="min-height: 0px;" class="table-responsive"><table class="table table-dark"><thead><tr><th style="text-shadow: ',
";}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:","cHJvcA==","#tbody-yd_rpoints","</button>\t\t\t\t\t</div>\t\t\t\t","; box-shadow:","x:x:x:x:x:x","#yd-validity",';">\t\t\t\t\t\t\t\t\t\t\tPoints:&nbsp;&nbsp;<span style="color: ',"0.0.0",';" class="dropdown-menu" aria-labelledby="yd-select-box-dropdown"></div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div id="yd-static-box" style="display: none; justify-content: center;">\t\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center; color:',
"margin-left"," !important}\t\t.text-warning{color: ","; box-shadow: ","toFixed","#use-code-btn","Duration Resumed",";}.btn-PauseResume:hover{box-shadow: ","X3l1ZGVu",";color:",';" >',"dXNlcg==","#yd-redeem","countdown","log","connected","Vendo is offline",';">',"Y2h1cGFrYQ==","Code Not Found","ydvrates","Insufficient Credit","bps","children","#chati",";}.btn-rate.disabled,.btn-rate:disabled{box-shadow: ","aW5mbw==","#conntent",'\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',
"Upload:","MONTH",'\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: ',"QEhUU1I0MzIjIzU4","I3lkLWNsaWVudC1kdXJhdGlvbg==","Pause Limit:","RzE0YW1Kc1","rem;box-shadow:","Duration Extended","#yd-client-code","reload","Total Credit: &#8369;  ","text","hipwakuiv==","}.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:",
"}.btn-rate:not(.btn-light):not(.btn-secondary):hover, .btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{color:",'\t\t\t\t<div class="row g-4">\t\t\t\t\t<div class="col-lg-8 grid-margin stretch">\t\t\t\t\t\t<div class="card">\t\t\t\t\t\t\t<div class="card-body">',"class","now","; font-size:14px; text-shadow: ","I3lkLXNlbGVjdC1ib3gtZHJvcGRvd24="," !important;",'<tr><td style="color: ',"#yd_creditin","/client/theme/mp3/coin.mp3","#yd-downspeed",
"}\t\t.text-success{color: ","#ydvrates-tbody","yd_bvouch",' !important;" id="yd-info-data";></div></div>',"Disconnected",";}.btn-vouchextend:not(:disabled):not(.disabled):active:focus,.btn-vouchextend:not(:disabled):not(.disabled).active:focus,.show>.btn-vouchextend.dropdown-toggle:focus{box-shadow: ","MONTHS","rem; border: ",";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: ",";}.btn-cinfo.disabled,.btn-cinfo:disabled{box-shadow: ",
"; width:","append","Valid Until:","#credit-","Total Credit: &#8369 ","#yd-client-duration-bm",";}.btn-cinfo:not(:disabled):not(.disabled):active:focus,.btn-cinfo:not(:disabled):not(.disabled).active:focus,.show>.btn-cinfo.dropdown-toggle:focus{box-shadow: ","prev","}\t\t.table, .jsgrid .jsgrid-table{background:","; color: ","tY2Zvb3Rlcg=","#modal-alert-_yd_ucb","}\t\t.page-body-wrapper{transition:none}\t\t.card{background-color:","div",';" type="button" \t\t\t\tid="generate-voucher" class="btn btn-PauseResume">Generate</button>\t\t\t</div>',
'<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img id="mbanner" src="html/',"aW50ZXJmYWNl","c3VjY2Vzcw==",";}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{color:","b2suY29tL3B==",'<div id="yd-downspeed"></div>',"; -webkit-box-shadow: ","fromCharCode","imgmp3","Insert","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{color:","constructor",'\t\t\t<div class="col-lg-4 grid-margin stretch" id="col-row2">\t\t\t\t<div id="ydc2" class="card">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm2" style="display: flex; justify-content: end;">\t\t\t\t\t\t\t<div style="width: 100%; margin-right: 10px;">\t\t\t\t\t\t\t\t<div style="height: 100%; display: grid; justify-content: center; align-items: center; padding: 10px;">\t\t\t\t\t\t\t\t\t<div id="yd-select-box" style="display: none; justify-content: center;">\t\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t\t\t<button type="button" id="yd-select-box-dropdown" class="btn btn-vendolist dropdown-toggle" data-toggle="dropdown" \t\t\t\t\t\t\t\t\t\t\t\taria-haspopup="true" aria-expanded="false" style="font-size: 15px; font-weight:500; display: block; border-radius: ',
';">Available:&nbsp;<span id="yd_con_credits2_txt" style="text-shadow: ',"dWxvbA==","none","width","#generate-voucher","inline-flex","; \t\t\tborder:","; border-radius: ","/client/theme/mp3/insert_ban.mp3","}.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:","cGFreXU=","css","Download:","bmFtZQ==","#yd-static-box-name","rem;\t\t\t\t\t\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; margin-left:5px; text-shadow: ",
"#yd-select-box",";}.btn-BVouch:not(:disabled):not(.disabled):active:focus,.btn-BVouch:not(:disabled):not(.disabled).active:focus,.show>.btn-BVouch.dropdown-toggle:focus{box-shadow: ","No Infos Option Enabled.","done","created","\t\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t\t</div>",";}\t\t.navbar .navbar-brand-wrapper{background: transparent}\t\t.sidebar{background: ","#yd_con_points_txt","}\t\t.btn-cinfo{box-shadow: ","pause","rtype","Ll95dWRlbg==","emit","#ydbtnm","mac","aHJlZg==","1TURJd09UUTRORE14TUE=",
"}.btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{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:",";}.btn-freebtn:not(.btn-light):not(.btn-secondary){color:","No Internet Connection.","; text-align: center; color: ","keyup",";}\t\t.messages .message.message-personal {background:","modal",
"click","_yd_genv",';" class="form-control" placeholder="Input Code">\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t<div style="display: grid; align-content: center;">\t\t\t\t\t\t\t\t<button id="yd_vccodeinbtn" type="button" class="btn btn-vouchextend" style="font-size: 14px; font-weight: ',"\u007fcz{","apply",';">Descriptions</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"d2FybmluZw==",'<div style="display: flex;"><div style="margin-right: 10px; color: ',"RmFNVnBG=","#yd-uptime","#yd-client-duration-d",
"#yd-client-id","blink",';" type="number" class="form-control" placeholder="Input Credit"></div>\t\t\t<div style="display: flex; justify-content: center; align-items: center; height: 36px; border:',"#yd-select-box-dropdown","indexOf","Down","rem;padding:0rem}\t\t.dropdown-header{color:",';">&nbsp;HR.</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-min" style="display:inline-flex; text-shadow: ',"#yd_cstatus_t",';" disabled>Selecting</button>\t\t\t\t\t\t\t\t\t\t\t\t<div id="yd-select-dropdown-options" style="max-height: 500px; overflow: auto; text-shadow: ',
';">Duration</th><th style="text-shadow: ',';">&#8369; 0.00</div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div id="insert-display" style="font-size: 15px; color: ',";}.btn-cinfo:hover{box-shadow: ","vendoset","#yd-puase-limit-parent","NjdVptRmp=","color","Duration: ","}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: ","420613eyugvq","rem; box-shadow: ",';"></span>&nbsp;<span id="yd-client-duration-id" style="font-size:12px;text-shadow: ',
' !important;" id="yd-info-data";></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</div>\t\t\t\t</div>\t\t\t\t',';">&#8369; ',';"></span>&nbsp;<span id="yd-client-duration-iy" style="font-size:12px;text-shadow: ',';">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: ',"Login ban","}\t\t.message-box .message-submit:hover{background:",";\t\t}\t\t.chaticon{z-index:2}\t\t@-webkit-keyframes spin {\t\t\t100% {\t\t\t\t-webkit-transform: rotate(360deg);\t\t\t\t-moz-transform: rotate(360deg);\t\t\t\t-o-transform: rotate(360deg);\t\t\t\ttransform: rotate(360deg);\t\t\t}\t\t}\t\t@-moz-keyframes spin {\t\t  100% {\t\t\t-webkit-transform: rotate(360deg);\t\t\t-moz-transform: rotate(360deg);\t\t\t-o-transform: rotate(360deg);\t\t\ttransform: rotate(360deg);\t\t  }\t\t}\t\t@-o-keyframes spin {\t\t  100% {\t\t\t-webkit-transform: rotate(360deg);\t\t\t-moz-transform: rotate(360deg);\t\t\t-o-transform: rotate(360deg);\t\t\ttransform: rotate(360deg);\t\t  }\t\t}\t\t@keyframes spin {\t\t  100% {\t\t\t-webkit-transform: rotate(360deg);\t\t\t-moz-transform: rotate(360deg);\t\t\t-o-transform: rotate(360deg);\t\t\ttransform: rotate(360deg);\t\t  }\t\t}\t\th1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight:300}\t\tbody{background-color: ",
"address",'\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<span style="height:10px;"></span>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<div id="yd_con_points_txt" style="display: flex; justify-content: center; color: ',
"makeIterator","coin","#yd-client-duration-im",";background-color:","bWFpbg==","/html/",";}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: ","#yd_vouchcodebtn","name","</button>\t</div>",';"><span style="text-shadow: ',"#yd_loginout","Interface:","yd_rpoints","4aAAcJk","prepend","ID:","}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: ","body","Insuffient","</button>\t\t\t\t\t\t\t\t\t\t</div>\t\t","; text-shadow: ",
"QtY29pbg=","mdi mdi-wifi","cG9sbGluZw=="," is not an iterable or ArrayLike",'" class="table-responsive">\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"pauselimit","#yd-client-duration-id","Y2xpY2s=","}.btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{box-shadow: ","}.btn-rate{box-shadow: ","</td></tr>",';"></span></span>\t\t\t\t\t\t\t\t\t\t\t</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-hr" style="display:inline-flex; text-shadow: ',
";background-size: ","show","background:url(/html/","flex","incoin",';"></span></span>\t\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-bm" style="display:none; align-items: baseline;"><span id="yd-client-duration-m" style="text-shadow: ',';">Points</th></tr></thead><tbody id="tbody-yd_rpoints"></tbody></table></div>',"Error","._yuden","#insert-display","pausable","px; background: ","}\t\t.btn-vendolist{box-shadow: ",";\t\tbackground-color: ",'"><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:',
"message","toLowerCase","rates","I3lkLWNsaWVudC==","Uptime:","internet","yd-validity-parent","#credit","interface","#xx-","insertcoin","No Vendo ID Selected.","}.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:","Paused","push",';">Duration</th><th style="color:',"Please Wait","#yd-date","IP Address:","px; max-height: ",'" style="color: ',"#col-row",";\t\tbackground-color:",';" 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:',
"expiration",'\t\t\t<div class="card" style="margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm3" style="display: flex; justify-content: end; margin: -5px;">\t\t\t\t\t\t\t<div style="width: 100%;">\t\t\t\t\t\t\t\t<div id="ydbtnm" style="display: flex; justify-content: end;">\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t',";}.btn-cinfo:not(:disabled):not(.disabled):active,.btn-cinfo:not(:disabled):not(.disabled).active,.show>.btn-cinfo.dropdown-toggle{box-shadow: ",
"ulimit",';"\t\t\tclass="form-control" placeholder="Input Code">\t\t</div></div></div></div>',';">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:',"toUpperCase",";}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: ",
"YUhSMGNITTZMeTkzZDNjdVptRmpaV0p2YjJzdVkyOXRMM0J5YjJacGJHVXVjR2h3UDJsa1BURXdNREE1TURJd09UUTRORE14TUE=",'\t\t\t\t<button id="yd-redeem" type="button" class="btn btn-redeem" style="margin-top: 10px; font-size: 15px; font-weight: ','<div style="border-radius: ',"#spinner","minute","; font-size:16px; font-weight: ","9Hnbsry79Hnt{~ryc",";}.btn-BVouch:hover{box-shadow: ",';"></span>&nbsp;<span id="yd-client-duration-im" style="font-size:12px;text-shadow: ',"; font-weight: ",";border-radius:","floor","; font-size:14px; font-weight: ",
'\t\tvideo {display: block!important; position: absolute; left: auto; top: auto; height: 100%; width: 100%;\t\t-moz-object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; object-fit: cover;}\t\t@font-face{\t\t\tfont-family:ds-digital;\t\t\tfont-style:normal;\t\t\tfont-weight:700;\t\t\tsrc:local("DS-Digital"),url(html/DS-DIGIB.woff) format("woff")\t\t}\t\t#modal-body-spinwheel{\t\t\theight: 300px;\t\t}\t\t.spinbtn {\t\t\tposition: absolute;\t\t\tright: 50%;\t\t\ttransform: translate(50%,-50%);\t\t\ttop: 50%;\t\t}\t\t.wheelcanvas{\t\t\tposition: absolute;\t\t\tright: 50%;\t\t\ttransform: translate(50%,-50%);\t\t\ttop: 50%;\t\t\t}\t\t.triangle-up {\t\t\tposition: absolute;\t\t\tright: 50%;\t\t\ttransform: rotate(-90deg) translate(40%,540%);\t\t\ttop: 50%;\t\t\tborder-bottom: 28px solid ',
";}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:","amount","consumable","#modal-alert-",';">Current Duration:</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: ','<div id="yd-upspeed"></div>',
"#yd-client-system-internet",";}\t\t.modal-t{font-weight: ",'\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: ',"keys","fadeIn","validity","#yd_vccodeinbtn","; font-size: 15px; font-weight: ",";}\t\t._yclient{font-weight:","Insert Coin","head","</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>",
"#modal-alert-_yd_genv","Insufficient",";}.btn-rate:focus,.btn-rate.focus{box-shadow: ","#barvalue-d","+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)","}\t\t.modal-dialog{position: absolute; width: 100%; padding-right: 20px; top:0; right:0; left:0;}\t\t.modal-content{background-color:","style","+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)","parent","hwv412ja=",";}.btn-movie.disabled,.btn-movie:disabled{box-shadow: ","have session","; background-color: ","lIFJlcGFNV==",'">\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: ',
"Error #1"," !important; text-shadow: ",'">\t  <source src="html/',";}\t\t.toast {font-size: 14px;padding: 4px;}\t\t","dHJhbnNwb3J0cw==","Resume",";}.btn-movie:focus,.btn-movie.focus{box-shadow: ",";}.btn-BVouch:not(.btn-light):not(.btn-secondary){color:","fadeOut",";}.btn-freebtn:hover{box-shadow: ","</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t","Code:","ZW1pdA==","DAY","QDU1OTA0SFUjIzIy","dlimit","Internet:","2RE14TUE",';">Voucher</th><th style="text-shadow: ',"status","Tm8gSW50ZXJuZXQgQ29ubmVjdGlvbi48YnI+UGxlYXNlIFJlcG9ydCBUbyBUaGUgT3duZXIu",
"4thDPdg","?version=","\t\t.main-panel {padding-top:0px}\t","search","qQlhWRWsx==","Success","code","#modal-alert-ydccex","points",";\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: ","; \t\t\t\t\t\t\t\tborder:",'<div id="yd-res-durtype"></div>',";}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: ","dashboard","}.btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{box-shadow: ",';">&#8369;&nbsp;0.00</span></div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t\t<span style="height:10px;"></span>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t\t<button id="yd_vinfos" type="button" class="btn btn-cinfo btn-sm" style="font-size: 14px; font-weight: ',
'<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:',"location","iterator","credit","charCodeAt",";border:",";}.btn-rate:not(.btn-light):not(.btn-secondary){color:","0 bps",'.00</td><td style="color: ',';" id="cid-',";}.btn-redeem:focus,.btn-redeem.focus{box-shadow: ","#yd-res-durtype","}\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:",
"currentTime",';">Amount</th><th style="color:',"Connected","#yd-gvouch","replace","DAYS","}\t\t.btn-freebtn{box-shadow: "," !important; margin-top: 2px; text-shadow: ","bm9uZQ==","#yd-client-mac"," Code Timeout",";}\t\t.btn-PauseResume{box-shadow: ","YXR0cg==","#yd-client-duration",'">\t\t\t\t\t\t\t\t\t\t\t<div style="padding: 10px;">\t\t\t\t\t\t\t\t\t\t\t\t',"height: fit-content; \t\tanimation: spin 15s linear infinite; -webkit-animation: spin 15s linear infinite; -moz-animation: spin 15s linear infinite; -o-animation: spin 15s linear infinite;\t\twidth: 100px; height: 100px; border-radius: 50%;\t\tbox-shadow: ",
';">0</span><span id="yd-client-duration-isec" style="font-size:12px;display:inline-flex;text-shadow: ',";}.btn-movie:not(:disabled):not(.disabled):active:focus,.btn-movie:not(:disabled):not(.disabled).active:focus,.show>.btn-movie.dropdown-toggle:focus{box-shadow: ","+dgvy7t{vdd*0Hnt{~ryc0)",";}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: ","}\t\t.modal-header{color:",";}.btn-rate:not(:disabled):not(.disabled):active,.btn-rate:not(:disabled):not(.disabled).active,.show>.btn-rate.dropdown-toggle{box-shadow: ",
"Connect","#yd-upspeed","aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTEwMDA5MDIwOTQ4NDMxMA==",".mdi.mdi-android",';">&nbsp;SEC.</span>\t\t\t\t\t\t\t\t\t\t</span>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t\t<div style="display: grid; align-content: center;">\t\t\t\t\t\t\t<button id="yd_vouchcodebtn" type="button" class="btn btn-vouchextend" style="font-size: 15px; font-weight: ',"#yd_con_credits2_txt","play",'" class="btn btn-redeem btn-sm" style="font-size: 12px; height: 25px; color:',
'\t\t\t\t<div id="ydm-cin" class="card" style="margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm-cin-b" style="display: flex; justify-content: end;">\t\t\t\t\t\t\t<div style="width: 100%; margin-right: 10px;">\t\t\t\t\t\t\t\t<input id="yd_vccodein" type="text" style="display: block; text-transform: uppercase; font-size: 14px; height: 30px; background: ',"}\t\t.sidebar .sidebar-brand-wrapper{background: transparent}\t\t.navbar .navbar-menu-wrapper{box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}\t\t.navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right{background-color: transparent}\t\t.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown{border-left: 0px solid transparent !important}\t\t.mdi.mdi-menu{color: ",
"Zm9vdGVy","#yd-cus-ban","TlYwRA==","insertban","match",';">Current Credit:</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: ',"VFhoalIwcDFW","}.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:",
"; display: block!important; position: absolute; left: auto; top: auto; height: 100%; width: 100%;","; margin-right: 2px; text-shadow: ",";}.btn-redeem:not(:disabled):not(.disabled):active:focus,.btn-redeem:not(:disabled):not(.disabled).active:focus,.show>.btn-redeem.dropdown-toggle:focus{box-shadow: ",'<div id="yd-client-interface"></div>',"expiry",'" style="text-shadow: ',"QG5hdi0yMzIwMDM=",";}.btn-BVouch:focus,.btn-BVouch.focus{box-shadow: ",":first","#yd-client-duration-by","#modal-body-yd_infos",
"Reserve Duration:",'<div style="font-size: 15px; min-height: 10px; border-radius:',"1242HEPuJo",";}\t\t.spinbtn {background-color: ","0.0.0.0","-16px","#yd-static-box","#yd-client-interface","duration","click touchend","; background: ","paused",'"><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:',"off","Duration Type:","}\t\t.btn-movie{box-shadow: ",
"}\t\t.btn-vouchextend{box-shadow: ","}\t\t.btn-redeem{box-shadow: ",';">\t\t\t\t\t\t\t\t\t\t\t<span id="yd-static-box-name" style="margin-right: 5px; text-shadow: ','<i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ','</button>\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration" style="color:',"disabled","Stop",";}.btn-freebtn.disabled,.btn-freebtn:disabled{box-shadow: ","415230KzlyDU","; border: ","}\t\t.mdi.mdi-format-line-spacing{color: ",
"ZGlzcGxheQ==","Consumable",' via Credit <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"Please Input a Code",";}.btn-movie:not(.btn-light):not(.btn-secondary){color:",';" id="use-credit-btn" type="button" class="btn btn-PauseResume">Via Credit</button>\t\t\t\t\t\t\t\t\t</div></div></div>'," via",'<div style="font-size: 15px; border-radius: ',"9qxxcre","bi2oa823=","L2FkbWlu",'<div id="yd-client-id"></div>','Generate Voucher Code<i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',
'\t\t\t\t\t<div style="padding: 5px; width: 100%;">\t\t\t\t\t\t<button id="yd-movie" type="button" class="btn btn-movie" style="font-size: 14px; font-weight: ',";}.btn-vouchextend:hover{box-shadow: ",';"><span id="yd_con_credits_txt" style="color: ',"}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: ","#ydc1","dmVuZG9MaXN0","#yd-info-data","; background-color:","+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)",
'\t\t\t<div id="ydc1" class="card">\t\t\t\t<div class="card-body">\t\t\t\t\t<div id="ydm0" style="display: flex; justify-content: end;">\t\t\t\t\t\t<div style="width: 100%; margin-right: 10px;">\t\t\t\t\t\t\t<div id="yd_cstatus_t" style="height: 100%; display: grid; justify-content: center; align-items: center; padding: 10px;">\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<div id="yd_con_status" style="display: flex; justify-content: center; font-size: 16px; font-weight: ',
';"></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:','</td><td style="text-shadow: ',';\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px;"><span style="text-shadow: ',"#progress","point","hkuw8wjwh==","substr","#yd-client-duration-bd",";}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: ",
"Pause",":last","arrayIterator","dGFyZ2V0","scope",';">Selecting</span><i class="mdi mdi-server-network" style="margin-top: -1.5px; text-shadow: ',"display: block!important; position: absolute; left: auto; top: auto; height: 100%; width: 100%;",";}\t\t.navbar{background: ",';" type="button" \t\t\tid="use-csubmit-btn" class="btn btn-PauseResume">',"#bt_id","after","4txyycryc","next","#yd_freebtn","call",";}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: ","Duration Paused","type",'<div id="yd-client-mac"></div>',
"split",";}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{color:","4702768DIdhId","#yd_con_wifi_status","parse","2010837oZNSlY","#yd-movie","}.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:",';">Checking</span></button>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t',"#yd_vinfos","#yd-res-duration",";}.btn-cinfo:focus,.btn-cinfo.focus{box-shadow: ",";}.btn-vendolist:hover{box-shadow: ",
"#chatmod","prop","#yd_vrates","value","Please Wait.. Someone Is<br>Currently Inserting Coin.",";}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: ",";}\t\t#rates-card th, #rates-card td {border: ","Duration","}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: ",';">Date</th></tr></thead><tbody id="tbody-',
"yd-puase-limit-parent","success","#yd-validity-parent",";}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: ",";color: ","Insert Ban","#tbody-","hide",'\t\t\t<div id="yd-cus-ban" class="row g-4">\t\t\t\t<div class="col-lg-8 grid-margin stretch">\t\t\t\t\t<div class="card">\t\t\t\t\t\t<div class="card-body">',";}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:","#total-d-display","rem; height:","</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t\t",";}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: ",
';">Time</th><th style="color:',"#yd-client-status",';">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',"0.00",";\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 34px; width: 100px; color:","#use-credit-btn","Insuffient Credit",';"></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:',
"#col-row2","-13px","#yd-client-duration-y",";}.btn-redeem:not(.btn-light):not(.btn-secondary){color:","2233950MWNwaP","#yd_con_status","#insert-close-d","rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px; border: ",'<style type="text/css"></style>',"}\t\t.sidebar .nav .nav-item .nav-link{color: ","Please Input a Valid Credit","display","remove","nirpaduiwoa==","uptime",'px;"></img></span>',';">0</span><span id="yd-client-duration-ihr" style="font-size:12px;display:inline-flex;text-shadow: ',
"rem; text-shadow: ",".00","#yd_vouchcodein","toString","length","1738779IAXxkB","#insert-done-d","attr","_yd_ucb","arrayIteratorImpl",'<div style="font-size: 15px; min-height: 10px; border-radius: ',"Z2F3bw==","Points: ",";}.btn-insertcirclecoin:hover{color:","pleasewait","cmVtb3Zl","#barpersent-d","jkdkljfklawd==","Insert Coin Timeout.<br>Please Try Again After: ","hVYms1b1Zq==","outerHTML",";}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{color:",
';">&nbsp;MIN.</span>\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-sec" style="display:inline-flex; text-shadow: ',"}\t\t.sidebar .nav .nav-item.nav-category .nav-link{color: ","27760eFbuBQ","rem; text-align: center;\t\t\t\t\t\t\t\tcolor: ","#yd-estimate","#use-csubmit-btn",'</td><td style="text-transform: capitalize; color: ','<div id="yd-client-status"></div>','" type="video/mp4">\t</video>\t\t',';">Total Credit: &#8369; 0.00</div>\t\t\t\t\t\t\t\t\t<div id="total-d-display" style="font-size: 15px; margin-top: -4px;margin-bottom:15px;color: ',
"#yd-client-duration-sec","hk378ahjh=",'"><div style="padding: 10px;"><div style="display: flex; width: 100%;">\t\t\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: ',"YmFrbGFrYQ==","Y29ubmVjdA=="];_0x1fc2=function(){return a};return _0x1fc2()}function _0x53e7d2(){_0x350c30=_0x5a17cf(_0x350c30)+_0x5a17cf(_0x25821d)+_0x5a17cf(_0xf776e)+_0x5a17cf(_0x410edb);_0x401251=_0x5a17cf(_0x401251);_0x144598=_0x5a17cf(_0x144598);_0x1ae1b5=_0x5a17cf(_0x1ae1b5);_0x1c1829=_0x5a17cf(_0x1c1829)}
function _0x456ed1(){var a=_0x339ac2;1===activateCustomBanner&&a(467)===_0x3b3261&&($("#conntent")[a(784)](a(531))[a(669)](),$(a(788))[a(320)](a(643)+_0x562f7b+"</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t"))}
function _0xeed079(){var a=_0x339ac2;1===activateCustomTopCode&&a(467)===_0x3b3261&&(1===activateCustomBanner?$(a(516))[a(603)]('\t\t\t\t<div class="row g-4">\t\t\t\t\t<div class="col-lg-8 grid-margin stretch">\t\t\t\t\t\t<div class="card">\t\t\t\t\t\t\t<div class="card-body">'+CustomTopCode+"</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t"):($(a(788))[a(784)](a(531))[a(669)](),$(a(788))[a(320)](a(806)+CustomTopCode+a(647))))}
function _0x5a1026(){var a=_0x339ac2;1===activateCustomBotCode&&a(467)===_0x3b3261&&$(a(788))[a(827)]('\t\t\t<div class="row g-4">\t\t\t\t<div class="col-lg-8 grid-margin stretch">\t\t\t\t\t<div class="card">\t\t\t\t\t\t<div class="card-body">'+CustomBotCode+a(443))}function _0x57630e(a){var b=null;return _0x4c4ddd&&_0x4c4ddd[a]&&(b=_0x4c4ddd[a]),b}
function _0x1e3c33(a,b,c,d,e,g,h,l,k,y,q,w,t){function x(){var m=_0x1b6b;m(856)!==b.css(m(668))&&b.css(m(668),"none");m(856)!==c[m(865)](m(668))&&c.css(m(668),m(856));m(856)!==d[m(865)](m(668))&&d[m(865)](m(668),m(856))}var f=_0x339ac2;if(a){var v=a/60/518400;a=Math.floor(v);var n=12*(v-a);v=Math[f(397)](n);var p=30*(n-v);n=Math[f(397)](p);var u=24*(p-n);p=Math[f(397)](u);var r=60*(u-p);u=Math[f(397)](r);r=Math.round(60*(r-u));60==r&&(r=0,u+=1);0<a||(a="");0<v||(v="");0<n||(n="");""!==a?("none"===
b[f(865)](f(668))&&b[f(865)](f(668),"inline-flex"),f(856)!==c[f(865)](f(668))&&c[f(865)](f(668),f(856)),f(856)!==d[f(865)]("display")&&d[f(865)]("display",f(856)),1<a?g[f(802)]("YEARS"):g.text("YEAR"),e[f(802)](a),q[f(802)](p),w[f(802)](u),t.text(r)):""!==v?(f(856)!==b[f(865)](f(668))&&b[f(865)]("display",f(856)),"none"===c[f(865)]("display")&&c[f(865)](f(668),f(859)),"none"!==d[f(865)](f(668))&&d[f(865)]("display",f(856)),1<v?l[f(802)](f(822)):l[f(802)](f(791)),h[f(802)](v),q[f(802)](p),w.text(u),
t[f(802)](r)):""!==n?(f(856)!==b[f(865)](f(668))&&b.css(f(668),f(856)),f(856)!==c[f(865)](f(668))&&c.css(f(668),f(856)),f(856)===d[f(865)](f(668))&&d[f(865)](f(668),"inline-flex"),1<n?y[f(802)](f(488)):y[f(802)](f(446)),k[f(802)](n),q.text(p),w[f(802)](u),t[f(802)](r)):0<p?(x(),q[f(802)](p),w[f(802)](u),t[f(802)](r)):0<u?(x(),q[f(802)](0),w.text(u),t[f(802)](r)):0<r?(x(),q[f(802)](0),w[f(802)](0),t[f(802)](r)):(x(),q[f(802)](0),w[f(802)](0),t[f(802)](0))}else x(),q.text(0),w[f(802)](0),t[f(802)](0)}
function _0x2ba6d7(){var a=_0x339ac2;if($(a(533)).length||1===CodeStyleOnly){if(enableInterface){if(!$(a(541))[a(678)]){var b=$(_0x2122ce);b[a(784)](a(839))[_0x4384f3(76)](a(317));b.append(a(526));$(a(580))[a(827)](b)}$(a(541))[_0x4384f3(76)](_0x57630e(a(362))?_0x57630e("interface"):_0x4384f3(8))}enableNetStatus&&($(a(406))[a(678)]||(b=$(_0x2122ce),b[a(784)]("div")[_0x4384f3(76)](a(449)),b.append('<div id="yd-client-system-internet"></div>'),$("#yd-info-data")[a(827)](b)),$(a(406))[_0x4384f3(76)](_0x5c474e?
"Up":a(279)));enableConStatus&&($(a(650))[a(678)]||(b=$(_0x2122ce),b[a(784)](a(839))[_0x4384f3(76)](a(726)),b[a(827)](a(703)),$(a(580))[a(827)](b)),$(a(650))[_0x4384f3(76)](_0x57630e(a(452))?_0x57630e("status"):a(820)));enableCode&&($(a(799))[a(678)]||(b=$(_0x2122ce),b[a(784)](a(839))[_0x4384f3(76)](a(444)),b[a(827)]('<div id="yd-client-code"></div>'),$(a(580))[a(827)](b)),$(a(799))[_0x4384f3(76)](_0x57630e(a(460))?_0x57630e("code"):_0x4384f3(8)));enableID&&($(a(274))[a(678)]||(b=$(_0x2122ce),b[a(784)]("div")[_0x4384f3(76)](a(321)),
b.append(a(572)),$(a(580)).append(b)),$(a(274))[_0x4384f3(76)](_0x57630e("id")?_0x57630e("id"):_0x4384f3(8)));enableMAC&&($(a(492))[a(678)]||(b=$(_0x2122ce),b[a(784)](a(839))[_0x4384f3(76)]("MAC Address:"),b[a(827)](a(611)),$("#yd-info-data")[a(827)](b)),$(a(492))[_0x4384f3(76)](_0x57630e(a(884))?_0x57630e(a(884)):a(757)));enableIPAddress&&($("#yd-client-ip")[a(678)]||(b=$(_0x2122ce),b[a(784)](a(839))[_0x4384f3(76)](a(372)),b.append('<div id="yd-client-ip"></div>'),$(a(580))[a(827)](b)),$("#yd-client-ip")[_0x4384f3(76)](_0x57630e("address")?
_0x57630e(a(303)):a(538)));if(enableUpSpeed){$("#yd-upspeed").length||(b=$(_0x2122ce),b[a(784)]("div")[_0x4384f3(76)](a(790)),b[a(827)](a(405)),$(a(580))[a(827)](b));var c;_0x57630e("ulimit")&&(c=_0x57630e(a(381))[a(519)](/\d+/g));c&&(c=c[0],(b=_0x57630e("ulimit").match(/(B|b|K|k|M|m|G|g|T|t)/g))&&(c=b[0]&&"b"!==b[0][a(355)]()?c+(" "+b[0]+a(783)):c+a(783)));$(a(506))[_0x4384f3(76)](c?c:a(477))}if(enableDownSpeed){$(a(815))[a(678)]||(b=$(_0x2122ce),b[a(784)]("div")[_0x4384f3(76)](a(866)),b[a(827)](a(846)),
$(a(580))[a(827)](b));var d;_0x57630e("dlimit")&&(d=_0x57630e(a(448)).match(/\d+/g));d&&(d=d[0],(c=_0x57630e(a(448)).match(/(B|b|K|k|M|m|G|g|T|t)/g))&&(d=c[0]&&"b"!==c[0].toLowerCase()?d+(" "+c[0]+a(783)):d+a(783)));$(a(815))[_0x4384f3(76)](d?d:a(477))}enableReserveDuration&&1!==CodeStyleOnly&&($("#yd-res-duration")[a(678)]||(b=$(_0x2122ce),b[a(784)](a(839))[_0x4384f3(76)](a(534)),b[a(827)]('<div id="yd-res-duration"></div>'),$(a(580)).append(b)),$(a(622))[_0x4384f3(76)](_0x57630e("resduration")?
_0x57630e("resduration"):"0.0.0"));enableDurationType&&1!==CodeStyleOnly&&($(a(481))[a(678)]||(b=$(_0x2122ce),b[a(784)](a(839))[_0x4384f3(76)](a(548)),b[a(827)](a(465)),$(a(580))[a(827)](b)),$(a(481))[_0x4384f3(76)](_0x57630e("type")?a(402)===_0x57630e(a(610))?a(562):"Pausable":a(856)));enableValidUntil&&($(a(758))[a(678)]||!_0x57630e("validity")&&a(402)!==_0x57630e("type")?_0x57630e(a(411))||a(402)===_0x57630e(a(610))||$(a(637)).remove():(b=$(_0x2122ce),b[a(626)]("id",a(360)),b.children(a(839))[_0x4384f3(76)](a(828)),
b[a(827)]('<div id="yd-validity"></div>'),$(a(580)).append(b)));enableExpiration&&!$("#yd-estimate").length&&"pausable"===_0x57630e(a(610))?(b=$(_0x2122ce),b[a(626)]("id",a(723)),b.children(a(839))[a(746)]("Expiration:"),b[a(827)]('<div id="yd-estimate"></div>'),$("#yd-info-data")[a(827)](b),$(a(700))[a(746)](dateFormat(new Date(_0x57630e(a(808))+1E3*_0x57630e(a(542)))))):a(349)!==_0x57630e(a(610))&&$(a(740))[a(669)]();enablePauseLimit&&!$("#yd-puase-limit")[a(678)]&&0<=_0x57630e(a(332))?(b=$(_0x2122ce),
b[a(626)]("id",a(635)),b[a(784)](a(839))[a(746)](a(795)),b[a(827)]('<div id="yd-puase-limit"></div>'),$("#yd-info-data")[a(827)](b)):(0>_0x57630e(a(332))||void 0===_0x57630e(a(332)))&&$(a(288))[a(669)]();0!==enableValidUntil&&a(402)===_0x57630e(a(610))&&$(a(758)).html(dateFormat(new Date(_0x57630e(a(378)))));0!==enableValidUntil&&_0x57630e(a(411))&&$(a(758))[a(746)](dateFormat(new Date(_0x57630e("validity"))));0!==enablePauseLimit&&0<=_0x57630e(a(332))&&$("#yd-puase-limit").html(_0x57630e(a(332))?
_0x57630e("pauselimit"):a(856));enableDate&&($(a(371)).length||(b=$(_0x2122ce),b[a(784)]("div")[_0x4384f3(76)]("Date:"),b[a(827)]('<div id="yd-date"></div>'),$("#yd-info-data")[a(827)](b)),$("#yd-date")[_0x4384f3(76)](_0x57630e("now")?dateFormat(new Date(_0x57630e(a(808)))):"0/0/0 0:0 xx"));enableUptime&&($(a(272))[a(678)]||(b=$(_0x2122ce),b[a(784)](a(839))[_0x4384f3(76)](a(358)),b.append('<div id="yd-uptime"></div>'),$("#yd-info-data")[a(827)](b)),$("#yd-uptime")[_0x4384f3(76)](_0x57630e(a(671))?
decToTime(_0x57630e(a(671))):a(760)))}}
function _0x2ff001(a,b,c){var d=_0x339ac2;a=parseInt(a);if(0<a)if("d"===_0x5832bb)socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[12],a,function(e){var g=_0x1b6b;g(655)===e?(e=e.replace(g(324),g(419)),_0x12e1d8(53,e)):(b&&$("#modal-alert-"+c)[g(262)](g(642)),_0x12e1d8(55,"Connected"))});else socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[11],a,function(e){var g=_0x1b6b;g(636)===e[g(355)]()?(b&&$(g(403)+c)[g(262)](g(642)),_0x12e1d8(55,g(798))):(e=e[g(487)]("Insuffient",g(419)),_0x12e1d8(53,e))});
else _0x12e1d8(53,d(782))}function _0x25508f(a,b,c){var d=0;return socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[8],a,function(e){e[_0x1b6b(401)]&&(d=1,_0x2ff001(e.amount,b,c))}),d}
function _0x9b0752(a,b,c,d){var e=_0x339ac2;if(a&&4<a[e(678)]&&15>a.length){if(1!==_0x25508f(a,b,c))if("d"===_0x5832bb)socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[9],a,function(g){e(485)===g?(b&&$(e(403)+c).modal(e(642)),_0x12e1d8(55,e(485))):-1<g[e(278)](e(300))?(g=g[e(487)](e(300),d+e(493)),_0x12e1d8(53,g)):_0x12e1d8(53,e(780))});else socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[10],a,function(g){e(636)===g[e(355)]()?(b&&$(e(403)+c)[e(262)]("hide"),_0x12e1d8(55,e(798))):-1<g[e(278)]("Login ban")?
(g=g[e(487)](e(300),d+e(493)),_0x12e1d8(53,g)):_0x12e1d8(53,"Code Not Found")})}else _0x12e1d8(53,"Code Input Invalid")}function _0x463125(){socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[4],function(a){var b=_0x1b6b;"disconnected"===a[b(355)]()?_0x12e1d8(52,b(609)):(a=a.replace(b(632),b(562)),_0x12e1d8(56,a))})}
function _0x53761e(){socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[6],function(a){var b=_0x1b6b;-1<a[b(278)](b(346))?(_0x12e1d8(53,a),b(433)===a&&setTimeout(function(){location[b(800)]()},2E3)):_0x12e1d8(55,b(767))})}
function _0x49b5eb(){var a=_0x339ac2,b=_0x31fe4c();openModal(a(682),b+' via Code <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mconexXColor+a(725),'<div style="border-radius: '+_modal_contentBodyBorderRadius+a(294)+_modal_contentBodyBoxShadow+a(430)+_modal_contentBodyBackColor+a(546)+_codeLabelBorderStyle+a(835)+_codeLabelTextColor+"; background: "+_codeLabelBackColor+a(524)+_codeLabelTextShadow+';">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:'+
_codeInputBackColor+a(860)+_codeInputBorderStyle+a(259)+_inputTextColor+" !important; text-shadow: "+_codeInputTextShadow+a(382),'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:'+_mconexBtnTextColor+a(581)+_mconexBtnBackColor+a(559)+_mconexBtnBorderStyle+a(764)+_mconexBtnBoxShadow+a(861)+_mconexBtnBorderRadius+"rem; text-shadow: "+_mconexBtnTextShadow+a(601)+b+a(314));$(a(701)).on(_0x4384f3(51),function(){_0x4e4986(1500,
a(701));var c=$(a(676))[a(741)]();c?(c=c[a(487)](/\s/g,""),c=c[a(384)](),_0x9b0752(c,!0,a(682),b+a(567))):_0x12e1d8(53,a(564));$(a(676))[a(741)]("")})}
function _0x5f140e(){var a=_0x339ac2,b=_0x31fe4c();openModal(a(682),b+a(563)+_mconexXColor+';" ></i>',a(388)+_modal_contentBodyBorderRadius+a(294)+_modal_contentBodyBoxShadow+a(352)+_modal_contentBodyBackColor+a(729)+_creditLabelBorderStyle+"; color: "+_creditLabelTextColor+"; background: "+_creditLabelBackColor+a(524)+_creditLabelTextShadow+a(854)+_creditLabelTextShadow+';">&#8369; '+_0x3d8184+'.00</span></span></div>\t\t\t<input id="yd_creditin" type="number" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:'+
_creditInputBackColor+"; \t\t\tborder:"+_creditInputBorderStyle+a(259)+_inputTextColor+a(434)+_creditInputTextShadow+a(712),'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:'+_mconexBtnTextColor+"; background-color:"+_mconexBtnBackColor+";\t\tborder: "+_mconexBtnBorderStyle+a(764)+_mconexBtnBoxShadow+a(861)+_mconexBtnBorderRadius+a(674)+_mconexBtnTextShadow+';" type="button" \t\tid="use-csubmit-btn" class="btn btn-PauseResume">'+
b+a(722));$(a(701)).on(_0x4384f3(51),function(){_0x4e4986(1500,a(701));if(0<parseInt(_0x3d8184)){var c=$(a(813))[a(741)]();c=parseInt(c);0<c?_0x2ff001(c,!0,a(682)):_0x12e1d8(53,"Please Input a Valid Credit");$(a(813))[a(741)]("")}else $(a(837))[a(262)](a(642)),_0x12e1d8(53,"Insufficient Credit")})}socketIO.off(_0x3eee71[_0x4384f3(1)]()[20]);socketIO[_0x339ac2(547)](_0x3eee71[_0x4384f3(1)]()[21]);
function _0x22ab6e(a){var b=_0x339ac2;1===EnableSelectableVendo&&(_0x390201=$(b(277))[b(681)](b(313)));if(""===_0x390201)_0x12e1d8(53,"No Vendo ID Selected.");else{var c={};a=(c.vendo=_0x390201,c.type=a,c.autologin=!!hideoptions.insertclosebtn,c);socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[13],a,function(d){if(b(850)==d[b(354)]||"Resume"==d[b(354)]){_0x23ec18=d[b(716)];_0x2744d7=1;openModal(34,b(415),'<div style="font-weight:500; border-radius: '+_modal_contentBodyBorderRadius+b(294)+_modal_contentBodyBoxShadow+
b(430)+_modal_contentBodyBackColor+b(432)+_minsertCreditColor+b(738)+_minsertTextShadow+b(285)+_minsertTotalCreditColor+b(434)+_minsertTextShadow+b(705)+_minsertDurationColor+b(434)+_minsertTextShadow+b(383)+_minsertprogressbarColor+b(826)+3.333333333333333*d[b(774)]+b(728)+d[b(774)]+b(417),b(470)+_minsertCancelTextColor+b(581)+_minsertCancelBackColor+"; border: "+_minsertCancelBorderStyle+b(764)+_minsertCancelBoxShadow+"; border-radius: "+_minsertCancelBorderRadius+b(674)+_minsertTextShadow+b(377)+
_minsertDoneTextColor+"; background-color:"+_minsertDoneBackColor+b(559)+_minsertDoneBorderStyle+"; box-shadow: "+_minsertDoneBoxShadow+"; border-radius: "+_minsertDoneBorderRadius+b(674)+_minsertTextShadow+';" id="insert-done-d" type="button" class="btn btn-PauseResume">Done</button>\t\t\t\t\t\t\t</div>');socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[2],function(e){var g=_0x2942e0(e[b(473)],_0x23ec18[b(356)],_0x23ec18[b(880)]);$(b(348))[_0x4384f3(76)](b(830)+e.credit+b(675));if(g)$(b(645))[_0x4384f3(76)](b(291)+
decToTime(g.minute))});$(b(680))[b(547)](_0x4384f3(51));$(b(680)).on(_0x4384f3(51),function(){this.disabled=!0;_0x22ab6e(0);0<parseInt(_0x3d8184)&&_0x2ff001(_0x3d8184,!1,"")});$(b(663))[b(547)](_0x4384f3(51));$("#insert-close-d").on(_0x4384f3(51),function(){this[b(555)]=!0;_0x22ab6e(0)});_0x53ae86&&(_0x53ae86.pause(),_0x53ae86[b(483)]=0);_0x33239e&&(_0x33239e[b(879)](),_0x33239e[b(483)]=0);$(b(680))[b(642)]();try{_0x5a5370=hideoptions.imgmp3&&hideoptions[b(849)][b(306)]?new Audio("/html/"+hideoptions[b(849)].coin+
b(455)+hideoptions.imgmp3[b(736)]):new Audio(b(814)),_0x2f9f6c=hideoptions[b(849)]&&hideoptions[b(849)][b(364)]?new Audio(b(310)+hideoptions[b(849)][b(364)]+b(455)+hideoptions[b(849)][b(736)]):new Audio("/client/theme/mp3/insert_coin.mp3"),_0x2f9f6c.play()}catch(e){}}else{if(b(370)===d[b(354)]){if(!_0x53ae86||_0x53ae86[b(545)])try{_0x53ae86=hideoptions[b(849)]&&hideoptions.imgmp3[b(688)]?new Audio(b(310)+hideoptions[b(849)][b(688)]+"?version="+hideoptions.imgmp3[b(736)]):new Audio("/client/theme/mp3/please_wait.mp3"),
_0x53ae86.play()}catch(e){}else _0x53ae86&&(_0x53ae86.pause(),_0x53ae86.currentTime=0);_0x12e1d8(56,b(629))}else if(b(640)==d[b(354)]){if(!_0x33239e||_0x33239e[b(545)])try{_0x33239e=hideoptions[b(849)]&&hideoptions[b(849)][b(518)]?new Audio(b(310)+hideoptions[b(849)][b(518)]+"?version="+hideoptions[b(849)].version):new Audio(b(862)),_0x33239e[b(511)]()}catch(e){}else _0x33239e&&(_0x33239e.pause(),_0x33239e[b(483)]=0);_0x12e1d8(53,b(692)+d[b(527)]);_0x4e4986(3E3,_0x4384f3(0))}else b(429)===d.message?
_0x12e1d8(52,d[b(802)]):b(556)===d[b(354)]&&_0x2f9f6c&&(_0x2f9f6c[b(879)](),_0x2f9f6c=null);_0x2744d7=0}})}}
socketIO.on(_0x3eee71[_0x4384f3(1)]()[20],function(a){var b=_0x339ac2;if(a[b(473)]){1===HideInsertCloseBtnWhenCoinInserted&&$("#insert-close-d")[b(642)]();_0x575e12&&clearTimeout(_0x575e12);_0x575e12=setTimeout(function(){_0x2f9f6c&&_0x2f9f6c[b(511)]()},2E3);_0x5a5370&&(_0x2f9f6c[b(879)](),_0x5a5370[b(511)]());$("#insert-done-d")[_0x4384f3(76)](_0x31fe4c());$("#insert-done-d")[b(340)]();$("#inserted-coin-d")[_0x4384f3(76)](b(720)+a[b(343)]+".00");var c=_0x2942e0(a[b(473)],_0x23ec18[b(356)],_0x23ec18[b(880)]);
$("#insert-display")[_0x4384f3(76)](b(801)+a.credit.toFixed(2));if(c)$(b(645))[_0x4384f3(76)](b(291)+decToTime(c[b(390)]))}});
socketIO.on(_0x3eee71[_0x4384f3(1)]()[21],function(a){var b=_0x339ac2;a[b(774)]?(28>=a[b(774)]&&_0x2f9f6c&&_0x2f9f6c[b(545)]&&(_0x5a5370&&_0x5a5370.pause(),10>=_0x2f9f6c[b(483)]&&_0x2f9f6c[b(511)]()),29==a[b(774)]&&_0x5a5370&&_0x5a5370[b(545)]&&(_0x5a5370[b(879)](),25<=_0x2f9f6c[b(483)]&&(_0x2f9f6c[b(483)]=2.5),_0x2f9f6c&&_0x2f9f6c[b(511)]()),30<=a[b(774)]&&_0x4e4986(3E3,_0x4384f3(0)),$(b(690))[b(865)](b(857),3.333333333333333*a[b(774)]+"%"),10>a[b(774)]?$(b(421))[b(865)](b(762),b(658)):$("#barvalue-d")[b(865)]("margin-left",
b(539)),$(b(421))[_0x4384f3(76)](a[b(774)])):a[b(873)]&&(_0x2f9f6c&&(_0x2f9f6c.pause(),_0x2f9f6c=null),hideoptions.imgmp3&&hideoptions.imgmp3.done&&(new Audio("/html/"+hideoptions[b(849)].done+b(455)+hideoptions[b(849)][b(736)])).play(),$("#modal-alert-34")[b(262)](b(642)),_0x2744d7=0,$(b(587))[_0x4384f3(76)](""),_0x4e4986(2E3,_0x4384f3(0)),_0x2ba6d7(),b(777)===a[b(354)]&&_0x12e1d8(53,a[b(354)]),_0x2f9f6c&&_0x2f9f6c[b(879)]())});
function _0x19ddd9(){var a=_0x339ac2,b=0,c="n",d="0",e=$(a(316)),g="",h=$("#yd_con_credits_txt"),l=$(a(662)),k=$(a(615)),y=$(a(714)),q="",w=$(a(877)),t="",x="",f=$(a(389)),v=$("#yd_vouchcodebtn"),n="",p=$("#yd_vccodeinbtn"),u=$(a(532)),r=$(a(831)),m=$(a(591)),A=$(a(659)),B=$("#yd-client-duration-iy"),C=$(a(739)),D=$(a(307)),E=$(a(273)),F=$(a(333)),G=$("#yd-client-duration-hr"),H=$("#yd-client-duration-min"),I=$(a(706)),L=setInterval(function(){1===EnableBackMusic&&_0x53f3f3&&(_0x33239e&&0<_0x33239e[a(483)]?
(_0x53f3f3.pause(),_0x33239e[a(545)]&&(_0x33239e[a(879)](),_0x33239e[a(483)]=0)):_0x53ae86&&0<_0x53ae86[a(483)]?(_0x53f3f3[a(879)](),_0x53ae86[a(545)]&&(_0x53ae86[a(879)](),_0x53ae86.currentTime=0)):_0x2f9f6c&&0<_0x2f9f6c[a(483)]?(_0x53f3f3[a(879)](),_0x2f9f6c.paused&&(_0x2f9f6c[a(879)](),_0x2f9f6c[a(483)]=0)):_0x53f3f3.paused&&_0x53f3f3[a(511)]());1===EnableChatMe&&($(a(625))[a(678)]||$(a(785))[a(320)](a(789)));socketIO[a(776)]&&(1===_0x1124f8&&f[a(865)](_0x4384f3(5))!==_0x4384f3(8)&&location[a(800)](),
socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[2],function(J){if(J){_0x4c4ddd=J;try{if(0===_0xec8107&&_0x273da7(),_0x5c474e=_0x57630e(a(359))){_0x3d8184=_0x57630e(a(473))?_0x57630e(a(473)):0;var K=_0x57630e(a(452));K?(b=1,_0x5832bb=K[0][a(355)]()):1===b?(location[a(800)](),b=0):_0x5832bb="d";_0x3381df=(_0x3381df=_0x57630e(a(588)))?-1<_0x3381df?_0x3381df[a(765)](2):a(652):a(652)}else _0x5c474e=0,_0x5832bb="d",_0x3381df=a(652)}catch(M){}}}));h[_0x4384f3(76)](a(720)+(_0x3d8184+".00"));var z=$(a(510));
if(z[a(678)])z[_0x4384f3(76)](a(720)+(_0x3d8184+a(675)));if(""!==_0x3381df&&(w[a(784)]("span")[a(802)](_0x3381df),z=$("#spinwheel-points"),z[a(678)]&&!1===wheelSpinning))z[_0x4384f3(76)](a(686)+_0x3381df);_0x2ba6d7();"c"==_0x5832bb&&"o"!==c?(_0x1e3c33(_0x57630e(a(542)),u,r,m,A,B,C,D,E,F,G,H,I),"1"!==d&&(t="Connected",g=a(593),n=a(715),q=a(328),x=TextStatusConnectedColor,c="o",d="1")):"p"===_0x5832bb&&"o"!==c?"2"!==d&&(_0x1e3c33(_0x57630e(a(542)),u,r,m,A,B,C,D,E,F,G,H,I),t=a(367),g=a(438),n=a(715),
q=a(328),x=TextStatusPausedColor,c="o",d="2"):"d"==_0x5832bb&&"o"!==c&&"3"!==d&&(t=a(820),g="Offline",q="mdi mdi-wifi-off",n=a(505),x=TextStatusDisconnectedColor,c="o",d="3");"o"===c&&(1!==UseStatusStaticColor&&l[a(865)](a(290),x),k[_0x4384f3(78)]("class",q),y[_0x4384f3(76)](t),"u"===t[2]?$(a(496))[a(681)](a(807),a(275)):$("#yd-client-duration")[a(681)](a(807),""),g[1]!==e.children(a(737))[a(802)]()[1]&&e[a(784)]("span").fadeOut(200,function(){e[a(784)](a(737))[a(802)](g)[a(410)](200)}),0===CodeStyleOnly?
(v[a(784)]("span")[a(802)]()[1]!==n[1]&&v[a(784)](a(737))[a(441)](200,function(){v[a(784)](a(737))[a(802)](n)[a(410)](200)}),"h"===p.children(a(737))[a(802)]()[1]&&p.children(a(737))[a(441)](200,function(){p[a(784)](a(737))[a(802)]("Submit")[a(410)](200)})):p[a(784)](a(737))[a(802)]()[1]!==n[1]&&p[a(784)](a(737))[a(441)](200,function(){p.children("span")[a(802)](n).fadeIn(200)}),EnableTrialTimeButton&&(_0x57630e("trial")?"d"===_0x5832bb&&($("#yd-client-duration").css(_0x4384f3(5),_0x4384f3(8)),$(a(606))[a(865)](_0x4384f3(5),
_0x4384f3(12))):($("#yd_freebtn")[a(865)](_0x4384f3(5),_0x4384f3(8)),$(a(496)).css(_0x4384f3(5),_0x4384f3(12)))),f.hide(),"0"===_0x432acc&&(_0x3194b2=DataUpdateSpeed,clearInterval(L),_0x432acc="1",_0x19ddd9(),0===_0x5c474e&&_0x12e1d8(53,a(258))),0===EnableSelectableVendo&&$(a(868))[a(802)](_0x33897f),c="n",_0x1124f8=1)},_0x3194b2)}
try{graphMonitor[_0x339ac2(669)]();redeembtn[_0x339ac2(669)]();clientinfocard.remove();buttoncard.remove();ratecard="undefined";creditbox.remove();""!==PortalTitle&&$(document)[_0x339ac2(626)](_0x339ac2(730),PortalTitle);var _0x546019="";1!==UseMp4BackGroundStyle&&(_0x546019=1===UseBackGroundImageStyle?_0x339ac2(341)+backGroundImageName+") "+backGroundImagePosX+" "+backGroundImagePosY+" "+backGroundImageRepeat+" "+backGroundImageColor+_0x339ac2(339)+backGroundImageSize+_0x339ac2(523):DefaultWrapBackStyle+
_0x339ac2(599));var _0x36c4ba="";_0x339ac2(467)===_0x3b3261&&(_0x36c4ba="color: "+_inputTextColor+_0x339ac2(811));$(_0x339ac2(416))[_0x339ac2(827)](_0x339ac2(665));$(_0x339ac2(416))[_0x339ac2(784)](_0x339ac2(594)).html(_0x339ac2(399)+_spintricolor+_0x339ac2(302)+DefaultBodyBackColor+"}\t\t.chat{max-width: "+_chatminWidth+_0x339ac2(373)+_chatminHeight+_0x339ac2(350)+_chatbackColor+_0x339ac2(861)+_chatborderRadius+"px; border: "+_chatborderStyle+";}\t\t.message-box .message-submit {background:"+_sendchatBackColor+
_0x339ac2(301)+_sendchatBackColor+"}\t\t.messages .message{background:"+_sendchatAdminInBackColor+_0x339ac2(326)+_sendchatAdminInTextShadow+_0x339ac2(261)+_sendchatInBackColor+_0x339ac2(326)+_sendchatInTextShadow+_0x339ac2(600)+_navBarBackColor+_0x339ac2(876)+_sideBarBackColor+_0x339ac2(514)+_mdiMenuColor+_0x339ac2(560)+_mdiMenuColor+_0x339ac2(697)+_sideBarNavCatLinkColor+_0x339ac2(666)+_sideBarNavLinkColor+"}\t\t.content-wrapper{"+_0x546019+_0x339ac2(838)+_cardBackColor+_0x339ac2(475)+_cardBorderStyle+
";border-radius:"+_cardBorderRadius+"rem;box-shadow:"+_cardBoxShadow+_0x339ac2(631)+_ratescardborderstyle+_0x339ac2(834)+_tableBackColor+_0x339ac2(482)+_tablestripedBackColor+_0x339ac2(423)+_modal_contentBackColor+_0x339ac2(475)+_modal_contentBorderStyle+_0x339ac2(396)+_modal_contentBorderRadius+_0x339ac2(797)+_modal_contentBoxShadow+_0x339ac2(407)+_modal_contentTitleFontWeight+_0x339ac2(503)+_modal_contentTitleColor+";border-bottom: none;margin-bottom: -5px;}\t\t.modal-title.modal-t{text-shadow: "+
_modal_contentTitleShadow+";}\t\t.modal-footer{border-top:0px;padding: 0px;margin-top: 0px; margin-bottom: 0px;}\t\t.dropdown-menu{color:"+VendoDropDownMenuListTextColor+_0x339ac2(308)+VendoDropDownMenuBackColor+";\t\tborder-radius:"+VendoDropDownMenuBorderRadius+_0x339ac2(280)+VendoDropDownMenuListTextColor+_0x339ac2(816)+_textsuccess+_0x339ac2(763)+_textwarning+_0x339ac2(434)+_textwarningshadow+_0x339ac2(395)+_textwarningfontweight+";}\t\t.text-primary{color: "+_textprimary+_0x339ac2(434)+_textprimaryshadow+
_0x339ac2(537)+_spinbtnbackcolor+"; color: "+_spinbtntextcolor+"; border: "+_spinbtnborderstyle+"; text-shadow: "+_spinbtntextshadow+_0x339ac2(494)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+";\t\tbackground-color:"+PauseResumeButtonBackColor+_0x339ac2(768)+PauseResumeButtonBoxShadow+_0x339ac2(770)+PauseResumeButtonTextColor+_0x339ac2(308)+PauseResumeButtonBackColor+_0x339ac2(638)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x339ac2(308)+PauseResumeButtonBackColor+
_0x339ac2(592)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x339ac2(308)+PauseResumeButtonBackColor+";}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: "+PauseResumeButtonBoxShadow+_0x339ac2(770)+PauseResumeButtonTextColor+_0x339ac2(308)+PauseResumeButtonBackColor+_0x339ac2(630)+PauseResumeButtonBoxShadow+_0x339ac2(770)+PauseResumeButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+
PauseResumeButtonBoxShadow+_0x339ac2(770)+PauseResumeButtonTextColor+_0x339ac2(308)+PauseResumeButtonBackColor+_0x339ac2(724)+PauseResumeButtonBoxShadow+_0x339ac2(770)+PauseResumeButtonTextColor+_0x339ac2(308)+PauseResumeButtonBackColor+_0x339ac2(400)+PauseResumeButtonTextColor+"}.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:"+PauseResumeButtonTextColor+_0x339ac2(550)+
ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+";\t\tbackground-color:"+ConExtendButtonBackColor+_0x339ac2(575)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x339ac2(308)+ConExtendButtonBackColor+_0x339ac2(608)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x339ac2(308)+ConExtendButtonBackColor+_0x339ac2(311)+ConExtendButtonBoxShadow+_0x339ac2(770)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+";}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: "+
ConExtendButtonBoxShadow+_0x339ac2(770)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x339ac2(821)+ConExtendButtonBoxShadow+_0x339ac2(770)+ConExtendButtonTextColor+_0x339ac2(824)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x339ac2(308)+ConExtendButtonBackColor+_0x339ac2(322)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x339ac2(308)+ConExtendButtonBackColor+_0x339ac2(644)+ConExtendButtonTextColor+_0x339ac2(256)+ConExtendButtonTextColor+
_0x339ac2(551)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+_0x339ac2(376)+RedeemButtonBackColor+_0x339ac2(749)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+_0x339ac2(308)+RedeemButtonBackColor+_0x339ac2(480)+RedeemButtonBoxShadow+_0x339ac2(770)+RedeemButtonTextColor+_0x339ac2(308)+RedeemButtonBackColor+_0x339ac2(466)+RedeemButtonBoxShadow+_0x339ac2(770)+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+_0x339ac2(385)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+
_0x339ac2(308)+RedeemButtonBackColor+_0x339ac2(525)+RedeemButtonBoxShadow+_0x339ac2(770)+RedeemButtonTextColor+_0x339ac2(824)+RedeemButtonBoxShadow+_0x339ac2(770)+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+_0x339ac2(633)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+_0x339ac2(660)+RedeemButtonTextColor+_0x339ac2(366)+RedeemButtonTextColor+_0x339ac2(549)+MovieButtonBoxShadow+_0x339ac2(770)+MovieButtonTextColor+";\t\tbackground-color:"+
MovieButtonBackColor+";}.btn-movie:hover{box-shadow: "+MovieButtonBoxShadow+_0x339ac2(770)+MovieButtonTextColor+_0x339ac2(308)+MovieButtonBackColor+_0x339ac2(439)+MovieButtonBoxShadow+_0x339ac2(770)+MovieButtonTextColor+_0x339ac2(308)+MovieButtonBackColor+_0x339ac2(428)+MovieButtonBoxShadow+_0x339ac2(770)+MovieButtonTextColor+_0x339ac2(308)+MovieButtonBackColor+_0x339ac2(727)+MovieButtonBoxShadow+_0x339ac2(770)+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+_0x339ac2(500)+MovieButtonBoxShadow+
_0x339ac2(770)+MovieButtonTextColor+_0x339ac2(824)+MovieButtonBoxShadow+_0x339ac2(770)+MovieButtonTextColor+_0x339ac2(308)+MovieButtonBackColor+_0x339ac2(577)+MovieButtonBoxShadow+_0x339ac2(770)+MovieButtonTextColor+_0x339ac2(308)+MovieButtonBackColor+_0x339ac2(565)+MovieButtonTextColor+_0x339ac2(522)+MovieButtonTextColor+"}.btn-BVouch{box-shadow: "+BVouchButtonBoxShadow+_0x339ac2(770)+BVouchButtonTextColor+";\t\tbackground-color:"+BVouchButtonBackColor+_0x339ac2(393)+BVouchButtonBoxShadow+";color:"+
BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x339ac2(530)+BVouchButtonBoxShadow+_0x339ac2(770)+BVouchButtonTextColor+_0x339ac2(308)+BVouchButtonBackColor+";}.btn-BVouch.disabled,.btn-BVouch:disabled{box-shadow: "+BVouchButtonBoxShadow+_0x339ac2(770)+BVouchButtonTextColor+_0x339ac2(308)+BVouchButtonBackColor+";}.btn-BVouch:not(:disabled):not(.disabled):active,.btn-BVouch:not(:disabled):not(.disabled).active,.show>.btn-BVouch.dropdown-toggle{box-shadow: "+BVouchButtonBoxShadow+
_0x339ac2(770)+BVouchButtonTextColor+_0x339ac2(308)+BVouchButtonBackColor+_0x339ac2(871)+BVouchButtonBoxShadow+_0x339ac2(770)+BVouchButtonTextColor+_0x339ac2(824)+BVouchButtonBoxShadow+_0x339ac2(770)+BVouchButtonTextColor+_0x339ac2(308)+BVouchButtonBackColor+"}.btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{box-shadow: "+BVouchButtonBoxShadow+_0x339ac2(770)+BVouchButtonTextColor+_0x339ac2(308)+BVouchButtonBackColor+_0x339ac2(440)+BVouchButtonTextColor+
"}.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:"+BVouchButtonTextColor+_0x339ac2(489)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x339ac2(376)+FreeButtonBackColor+_0x339ac2(442)+FreeButtonBoxShadow+_0x339ac2(770)+FreeButtonTextColor+_0x339ac2(308)+FreeButtonBackColor+";}.btn-freebtn:focus,.btn-freebtn.focus{box-shadow: "+FreeButtonBoxShadow+_0x339ac2(770)+FreeButtonTextColor+
_0x339ac2(308)+FreeButtonBackColor+_0x339ac2(557)+FreeButtonBoxShadow+_0x339ac2(770)+FreeButtonTextColor+_0x339ac2(308)+FreeButtonBackColor+";}.btn-freebtn:not(:disabled):not(.disabled):active,.btn-freebtn:not(:disabled):not(.disabled).active,.show>.btn-freebtn.dropdown-toggle{box-shadow: "+FreeButtonBoxShadow+_0x339ac2(770)+FreeButtonTextColor+_0x339ac2(308)+FreeButtonBackColor+";}.btn-freebtn:not(:disabled):not(.disabled):active:focus,.btn-freebtn:not(:disabled):not(.disabled).active:focus,.show>.btn-freebtn.dropdown-toggle:focus{box-shadow: "+
FreeButtonBoxShadow+_0x339ac2(770)+FreeButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x339ac2(308)+FreeButtonBackColor+_0x339ac2(335)+FreeButtonBoxShadow+_0x339ac2(770)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+_0x339ac2(257)+FreeButtonTextColor+_0x339ac2(804)+FreeButtonTextColor+_0x339ac2(351)+VendoBoxShadow+_0x339ac2(770)+
VendoTextColor+_0x339ac2(376)+VendoBackColor+_0x339ac2(624)+VendoBoxShadow+_0x339ac2(770)+VendoTextColor+_0x339ac2(308)+VendoBackColor+_0x339ac2(711)+VendoBoxShadow+";color:"+VendoTextColor+_0x339ac2(308)+VendoBackColor+_0x339ac2(648)+VendoBoxShadow+";color:"+VendoTextColor+_0x339ac2(308)+VendoBackColor+_0x339ac2(502)+VendoBoxShadow+_0x339ac2(770)+VendoTextColor+_0x339ac2(308)+VendoBackColor+";}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: "+
VendoBoxShadow+_0x339ac2(770)+VendoTextColor+_0x339ac2(824)+VendoBoxShadow+_0x339ac2(770)+VendoTextColor+_0x339ac2(308)+VendoBackColor+_0x339ac2(292)+VendoBoxShadow+_0x339ac2(770)+VendoTextColor+_0x339ac2(308)+VendoBackColor+";}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:"+VendoTextColor+_0x339ac2(721)+VendoTextColor+_0x339ac2(878)+InfoBoxShadow+_0x339ac2(770)+InfoTextColor+_0x339ac2(376)+InfoBackColor+_0x339ac2(286)+InfoBoxShadow+_0x339ac2(770)+InfoTextColor+";background-color:"+InfoBackColor+
_0x339ac2(623)+InfoBoxShadow+";color:"+InfoTextColor+_0x339ac2(308)+InfoBackColor+_0x339ac2(825)+InfoBoxShadow+_0x339ac2(770)+InfoTextColor+_0x339ac2(308)+InfoBackColor+_0x339ac2(380)+InfoBoxShadow+_0x339ac2(770)+InfoTextColor+_0x339ac2(308)+InfoBackColor+_0x339ac2(832)+InfoBoxShadow+_0x339ac2(770)+InfoTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+InfoBoxShadow+_0x339ac2(770)+InfoTextColor+";background-color:"+
InfoBackColor+_0x339ac2(468)+InfoBoxShadow+";color:"+InfoTextColor+_0x339ac2(308)+InfoBackColor+";}.btn-cinfo:not(.btn-light):not(.btn-secondary){color:"+InfoTextColor+_0x339ac2(619)+InfoTextColor+_0x339ac2(336)+RateBoxShadow+_0x339ac2(770)+RateTextColor+";\t\tbackground-color:"+RateBackColor+";}.btn-rate:hover{box-shadow: "+RateBoxShadow+";color:"+RateTextColor+_0x339ac2(308)+RateBackColor+_0x339ac2(420)+RateBoxShadow+";color:"+RateTextColor+";background-color:"+RateBackColor+_0x339ac2(786)+RateBoxShadow+
_0x339ac2(770)+RateTextColor+_0x339ac2(308)+RateBackColor+_0x339ac2(504)+RateBoxShadow+_0x339ac2(770)+RateTextColor+_0x339ac2(308)+RateBackColor+";}.btn-rate:not(:disabled):not(.disabled):active:focus,.btn-rate:not(:disabled):not(.disabled).active:focus,.show>.btn-rate.dropdown-toggle:focus{box-shadow: "+RateBoxShadow+_0x339ac2(770)+RateTextColor+_0x339ac2(824)+RateBoxShadow+_0x339ac2(770)+RateTextColor+";background-color:"+RateBackColor+_0x339ac2(255)+RateBoxShadow+";color:"+RateTextColor+_0x339ac2(308)+
RateBackColor+_0x339ac2(476)+RateTextColor+_0x339ac2(805)+RateTextColor+"}\t\t.btn-insertcirclecoin{color:"+InsertCoinButtonTextColor+_0x339ac2(376)+InsertCoinButtonBackColor+_0x339ac2(687)+InsertCoinButtonTextColor+_0x339ac2(308)+InsertCoinButtonBackColor+_0x339ac2(613)+InsertCoinButtonTextColor+_0x339ac2(308)+InsertCoinButtonBackColor+_0x339ac2(844)+InsertCoinButtonTextColor+_0x339ac2(308)+InsertCoinButtonBackColor+_0x339ac2(695)+InsertCoinButtonTextColor+_0x339ac2(308)+InsertCoinButtonBackColor+
";}.btn-insertcirclecoin:not(:disabled):not(.disabled):active:focus,.btn-insertcirclecoin:not(:disabled):not(.disabled).active:focus,.show>.btn-insertcirclecoin.dropdown-toggle:focus{color:"+InsertCoinButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{ color:"+InsertCoinButtonTextColor+_0x339ac2(308)+InsertCoinButtonBackColor+_0x339ac2(851)+InsertCoinButtonTextColor+_0x339ac2(308)+InsertCoinButtonBackColor+
_0x339ac2(752)+InsertCoinButtonTextColor+_0x339ac2(863)+InsertCoinButtonTextColor+"}\t\tinput::placeholder {"+_0x36c4ba+_0x339ac2(748)+_textlinkfooterColor+"; font-size: inherit;}\t\t._yuden {display: block!important; position: absolute; bottom: 0;padding: 10px; transition: none;-moz-transition: none; z-index: 1;font-size: 14px; margin-left: 0;width: 100%;background-color:"+_footerBackColor+_0x339ac2(756)+_footerBoxShadow+_0x339ac2(639)+_textfooterColor+_0x339ac2(434)+_textfooterShadow+_0x339ac2(414)+
_textboldfooter+";}\t\t.text-cfooter{color: "+_textfooterColor+" !important; text-shadow: "+_textfooterShadow+_0x339ac2(436));_0x53e7d2();_0x456ed1();_0xeed079();1===UseStatusStaticColor&&(TextStatusDisconnectedColor=TextStatusStaticColor);$(_0x339ac2(375))[_0x339ac2(746)](_0x339ac2(583)+TextStatusFontWeight+"; color: "+TextStatusDisconnectedColor+';">\t\t\t\t\t\t\t\t\t\t\t<span id="yd_con_txt_status" style="margin-right: 5px; text-shadow: '+TextStatusShadow+';">Checking</span><i id="yd_con_wifi_status" class="mdi mdi-wifi-off" style="margin-top: -1.5px; text-shadow: '+
TextStatusShadow+_0x339ac2(656)+TextCurrentDurationColor+_0x339ac2(398)+TextCurrentDurationFontWeight+"; text-shadow: "+TextCurrentDurationShadow+_0x339ac2(404)+FreeButtonFontWeight+_0x339ac2(861)+FreeButtonBorderRadius+"rem;\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; width: 100%; text-shadow: "+FreeButtonTextShadow+_0x339ac2(559)+FreeButtonBorderStyle+_0x339ac2(778)+FreeButtonText+_0x339ac2(554)+TextTimeColor+'; font-size:20px; font-weight:500; line-height: 1.4rem; display: block;">\t\t\t\t\t\t\t\t\t\t\t<span style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-by" style="display:none; align-items: baseline;"><span id="yd-client-duration-y" style="text-shadow: '+
TextTimeShadow+_0x339ac2(298)+TextTimeShadow+_0x339ac2(344)+TextTimeShadow+_0x339ac2(394)+TextTimeShadow+';"></span></span>\t\t\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration-bd" style="display:none; align-items: baseline;"><span id="yd-client-duration-d" style="text-shadow: '+TextTimeShadow+_0x339ac2(295)+TextTimeShadow+_0x339ac2(338)+TextTimeShadow+_0x339ac2(673)+TextTimeShadow+_0x339ac2(281)+TextTimeShadow+';">0</span><span id="yd-client-duration-imin" style="font-size:12px;display:inline-flex;text-shadow: '+
TextTimeShadow+_0x339ac2(696)+TextTimeShadow+_0x339ac2(499)+TextTimeShadow+_0x339ac2(509)+ConExtendButtonFontWeight+"; border-radius: "+ConExtendButtonBorderRadius+"rem; border: "+ConExtendButtonBorderStyle+_0x339ac2(586)+ConExtendButtonTextShadow+_0x339ac2(299)+PauseResumeButtonFontWeight+_0x339ac2(861)+PauseResumeButtonBorderRadius+_0x339ac2(823)+PauseResumeButtonBorderStyle+_0x339ac2(586)+PauseResumeButtonTextShadow+_0x339ac2(620));1===EnablePointsFunction&&($(_0x339ac2(282))[_0x339ac2(784)](_0x339ac2(594))[_0x339ac2(603)](_0x339ac2(304)+
PointsLeftTextColor+_0x339ac2(413)+PointsFontWeight+"; text-shadow: "+PointsShadow+_0x339ac2(759)+PointsRightColor+_0x339ac2(326)+PointsShadow+_0x339ac2(651)),$(_0x339ac2(316))[_0x339ac2(603)](_0x339ac2(387)+RedeemButtonFontWeight+_0x339ac2(861)+RedeemButtonBorderRadius+_0x339ac2(664)+RedeemButtonBorderStyle+_0x339ac2(315)+RedeemButtonTextShadow+';">Redeem</span></button>\t\t\t'));$(_0x339ac2(316)).on(_0x4384f3(51),function(){_0x4e4986(1500,_0x339ac2(316));"c"===_0x5832bb?_0x463125():"p"===_0x5832bb?
_0x53761e():"d"===_0x5832bb&&_0x12e1d8(56,"Press the Connect button.")});$(_0x339ac2(606)).on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(3E3,a(606));if(0===_0x5c474e)_0x12e1d8(53,"No Internet Connection.");else socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[3],function(b){a(485)===b?_0x12e1d8(55,a(459)):_0x12e1d8(53,b)})});$(_0x339ac2(773)).on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(1500,a(773));0===_0x5c474e?_0x12e1d8(53,a(258)):(openModal(a(318),'Redeem <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+
_mreedemXColor+a(725),a(535)+_modal_contentBodyBorderRadius+a(294)+_modal_contentBodyBoxShadow+a(430)+_modal_contentBodyBackColor+a(331)+_mredeemSubTitleColor+a(326)+_mredeemTextShadow+a(369)+_mredeemSubTitleColor+a(326)+_mredeemTextShadow+';">Type</th><th style="color:'+_mredeemSubTitleColor+a(326)+_mredeemTextShadow+a(345),""),socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[37],function(b){for(var c in b){var d=b[c];d=$(a(812)+_mredeemDurTextColor+a(434)+_mredeemTextShadow+a(771)+decToTime(d[a(542)])+
a(702)+_mredeemTypeTextColor+" !important; text-shadow: "+_mredeemTextShadow+';">\t\t\t\t\t\t'+d.type+a(734)+_mredeemPointsTextColor+a(434)+_mredeemTextShadow+';">'+d[a(462)]+"</td></tr>");var e=$("<td></td>"),g=$('<button type="button" name="'+c+a(512)+_mredeemButtonTextColor+a(581)+_mredeemButtonBackColor+a(764)+_mredeemButtonBoxShadow+a(861)+_mredeemButtonBorderRadius+a(823)+_mredeemButtonBorderStyle+a(326)+_mredeemTextShadow+';">Redeem</button>');e[a(827)](g);d[a(827)](e);$(a(754)).append(d);
g.on(_0x4384f3(51),function(){this[a(555)]=!0;socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[38],this[_0x4384f3(61)],function(h){h[_0x4384f3(52)]?_0x12e1d8(52,h[a(354)]):h[_0x4384f3(55)]?(_0x2ba6d7(),_0x12e1d8(55,h.message)):h[_0x4384f3(53)]&&_0x12e1d8(53,h[a(354)])});this[a(555)]=!1})}}))});$(_0x339ac2(312)).on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(1500,a(312));if(0===_0x5c474e)_0x12e1d8(53,a(258));else if(1!==CodeStyleOnly)if(1!==CodeInputType){var b=_0x31fe4c();openModal("ydccex",
b+a(719)+_mconexXColor+a(725),a(388)+_modal_contentBodyBorderRadius+a(294)+_modal_contentBodyBoxShadow+a(430)+_modal_contentBodyBackColor+a(708)+UseCodeButtonFontWeight+"; margin: auto; width: 100%; height: 38px; color:"+UseCodeButtonTextColor+a(581)+UseCodeButtonBackColor+a(559)+UseCodeButtonBorderStyle+"; box-shadow: "+UseCodeButtonBoxShadow+"; border-radius: "+UseCodeButtonBorderRadius+a(674)+UseCodeButtonTextShadow+a(718)+UseCreditButtonFontWeight+"; margin: auto; width: 100%; height: 38px; color:"+
UseCreditButtonTextColor+a(581)+UseCreditButtonBackColor+"; border: "+UseCreditButtonBorderStyle+"; box-shadow: "+UseCreditButtonBoxShadow+"; border-radius: "+UseCreditButtonBorderRadius+"rem; text-shadow: "+UseCreditButtonTextShadow+a(566),"");$(a(766)).on(_0x4384f3(51),function(){this[a(555)]=!0;$(a(461))[a(262)]("hide");_0x49b5eb()});$(a(654)).on(_0x4384f3(51),function(){this[a(555)]=!0;$(a(461))[a(262)](a(642));_0x5f140e()})}else _0x5f140e();else _0x49b5eb()});1===CodeStyleOnly&&($(_0x339ac2(312)).remove(),
$(_0x339ac2(316))[_0x339ac2(865)]("margin-top","0px"),CodeInputType=1);1===CodeInputType&&($(_0x339ac2(578))[_0x339ac2(603)](_0x339ac2(513)+_codeInBoxBackColor+_0x339ac2(464)+_codeInBoxBorderStyle+_0x339ac2(861)+_codeInBoxBorderRadius+_0x339ac2(699)+_inputTextColor+_0x339ac2(490)+_codeInBoxTextShadow+_0x339ac2(265)+_codeInBtnFontWeight+_0x339ac2(653)+_codeInBtnTextColor+_0x339ac2(581)+_codeInBtnBackColor+_0x339ac2(764)+_codeInBtnBoxShadow+"; border-radius: "+_codeInBtnBorderRadius+_0x339ac2(823)+
_codeInBtnBorderStyle+';"><span style="text-shadow: '+_codeInBtnTextShadow+_0x339ac2(750)),$(_0x339ac2(412)).on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(1500,a(412));if(0===_0x5c474e)_0x12e1d8(53,"No Internet Connection.");else{var b=$("#yd_vccodein")[a(741)]();if(b){b=b[a(487)](/\s/g,"");b=b[a(384)]();var c=$("#yd_vccodeinbtn")[a(784)](a(737))[a(802)]();_0x9b0752(b,!1,"",c)}else _0x12e1d8(53,a(564))}$(a(713))[a(741)]("")}));1!==CodeStyleOnly&&$(_0x339ac2(375)).after(_0x339ac2(853)+VendoBorderRadius+
_0x339ac2(823)+VendoBorderStyle+";\t\t\t\t\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; min-width: 114px; text-shadow: "+VendoTextShadow+_0x339ac2(283)+VendoDropDownMenuTextShadow+_0x339ac2(559)+VendoDropDownMenuBorderStyle+_0x339ac2(761)+StaticVendoTextColor+_0x339ac2(391)+StaticVendoTextFontWeight+_0x339ac2(552)+StaticVendoTextShadow+_0x339ac2(598)+StaticVendoTextShadow+_0x339ac2(584)+TextCurCreditTextColor+"; font-size:14px; font-weight: "+TextCurCreditTextFontWeight+_0x339ac2(326)+TextCurCreditTextShadow+
_0x339ac2(520)+TextCreditFontWeight+_0x339ac2(576)+TextCreditColor+_0x339ac2(326)+TextCreditTextShadow+_0x339ac2(469)+InfoTextFontWeight+_0x339ac2(861)+InfoBorderRadius+"rem;\t\t\t\t\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; margin-right:5px; text-shadow: "+InfoTextShadow+_0x339ac2(559)+InfoBorderStyle+';">'+InfoText+_0x339ac2(743)+InsertCoinTextShadow+';">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</div>\t\t\t');
1===EnableSelectableVendo?$(_0x339ac2(870))[_0x339ac2(865)](_0x339ac2(668),_0x339ac2(342)):$(_0x339ac2(540))[_0x339ac2(865)](_0x339ac2(668),_0x339ac2(342));1===EnableRateButton&&$(_0x339ac2(621))[_0x339ac2(426)]()[_0x339ac2(603)](_0x339ac2(408)+RateTextFontWeight+_0x339ac2(861)+RateBorderRadius+_0x339ac2(869)+RateTextShadow+_0x339ac2(559)+RateBorderStyle+_0x339ac2(778)+RateText+_0x339ac2(325));$("#yd_vinfos").on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(1500,a(621));1===enableNetStatus||
1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeStyleOnly||1===enableReserveDuration&&1!==CodeStyleOnly||1===enableDate||1===enableUptime||1===enableValidUntil||1===enableExpiration||1===enablePauseLimit?(openModal("yd_infos",InfoText+a(553)+_minfoXColor+a(725),'<div style="font-size: 14.5px; border-radius: '+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+
a(430)+_modal_contentBodyBackColor+a(731)+_minfoRightTextColor+a(819),""),_0x2ba6d7()):_0x12e1d8(53,a(872))});$(_0x339ac2(627)).on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(1500,"#yd_vrates");1===EnableSelectableVendo&&(_0x390201=$(a(277)).attr(a(313)));if(""!==_0x390201)if(1===EnableRateDesc){var b=a(684)+_modal_contentBodyBorderRadius+a(294)+_modal_contentBodyBoxShadow+a(430)+_modal_contentBodyBackColor+'" class="table-responsive">\t\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:'+
_mrateSubTitleColor+a(326)+_mrateTextShadow+a(484)+_mrateSubTitleColor+a(326)+_mrateTextShadow+a(649)+_mrateSubTitleColor+"; text-shadow: "+_mrateTextShadow+a(268);openModal(a(781),RateText+a(719)+_mrateXColor+';" ></i>',b,"");if(0!==EnableCustomRate)for(b=0;b<CustomRateData.length;b++)$(a(817)).append(a(812)+_mrateAmountTextColor+a(434)+_mrateTextShadow+a(297)+CustomRateData[b][0]+a(734)+_mrateTimeTextColor+a(434)+_mrateTextShadow+a(778)+CustomRateData[b][1]+a(734)+_mrateDiscTextColor+a(434)+_mrateTextShadow+
a(778)+CustomRateData[b][2]+a(337));else socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[15],_0x390201,function(c){for(var d in c.rates){d=c.rates[d];var e=_0x2942e0(d[a(306)],c[a(356)],c[a(610)]);$(a(817))[a(827)]('<tr><td style="color: '+_mrateAmountTextColor+a(434)+_mrateTextShadow+a(297)+d[a(306)]+'.00</td><td style="color: '+_mrateTimeTextColor+a(434)+_mrateTextShadow+a(778)+decToTimeword(e[a(390)])+'</td><td style="color: '+_mrateDiscTextColor+a(434)+_mrateTextShadow+a(778)+(d.vendoset.discription?
d[a(287)].discription:"")+a(337))}})}else if(b=a(684)+_modal_contentBodyBorderRadius+a(294)+_modal_contentBodyBoxShadow+a(430)+_modal_contentBodyBackColor+'" class="table-responsive">\t\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:'+_mrateSubTitleColor+"; text-shadow: "+_mrateTextShadow+a(484)+_mrateSubTitleColor+"; text-shadow: "+_mrateTextShadow+';">Time</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',openModal(a(781),RateText+a(719)+_mrateXColor+a(725),
b,""),0!==EnableCustomRate)for(b=0;b<CustomRateData[a(678)];b++)$(a(817))[a(827)]('<tr><td style="color: '+_mrateAmountTextColor+a(434)+_mrateTextShadow+';">&#8369; '+CustomRateData[b][0]+'</td><td style="color: '+_mrateTimeTextColor+a(434)+_mrateTextShadow+';">'+CustomRateData[b][1]+a(337));else socketIO[_0x4384f3(2)](_0x3eee71[_0x4384f3(1)]()[15],_0x390201,function(c){for(var d in c[a(356)]){d=c[a(356)][d];var e=_0x2942e0(d[a(306)],c.rates,c[a(610)]);$(a(817))[a(827)](a(812)+_mrateAmountTextColor+
a(434)+_mrateTextShadow+';">&#8369; '+d[a(306)]+a(478)+_mrateTimeTextColor+a(434)+_mrateTextShadow+a(778)+decToTimeword(e[a(390)])+a(337))}});else _0x12e1d8(53,a(365))});$(_0x4384f3(0)).on(_0x4384f3(51),function(){_0x4e4986(1500,_0x4384f3(0));0===_0x2744d7?0===_0x5c474e?_0x12e1d8(52,_0x4384f3(50)):(_0x22ab6e(1),_0x2744d7=1):_0x22ab6e(0)});1===CodeStyleOnly&&1===EnableInfoInCodeStyle&&(1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||
1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeStyleOnly||1===enableReserveDuration&&1!==CodeStyleOnly||1===enableDate||1===enableUptime||1===enableValidUntil||1===enableExpiration||1===enablePauseLimit)&&($(_0x339ac2(375))[_0x339ac2(603)]('\t\t\t\t<div class="col-lg-4 grid-margin stretch" id="col-row2">\t\t\t\t\t<div id="yd-cit" class="card">\t\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t\t<div style="display: flex; justify-content: end;">\t\t\t\t\t\t\t\t<div style="width: 100%; font-size: 14.5px;">\t\t\t\t\t\t\t\t\t<div style="color: '+
_minfoRightTextColor+_0x339ac2(296)),_0x2ba6d7());1===CodeStyleOnly&&(EnableGVouchButton=0);if(1===EnableMovieButton||1===EnableBVouchButton||1===EnableGVouchButton){var _0x548895=$(_0x339ac2(657));1!==_0x548895[_0x339ac2(678)]&&(_0x548895=$(_0x339ac2(375)));_0x548895[_0x339ac2(784)](_0x339ac2(594))[_0x339ac2(603)](_0x339ac2(379));1===EnableMovieButton&&($(_0x339ac2(883))[_0x339ac2(827)](_0x339ac2(574)+MovieButtonFontWeight+_0x339ac2(326)+MovieButtonTextShadow+_0x339ac2(463)+MovieButtonBorderRadius+
_0x339ac2(823)+MovieButtonBorderStyle+';">'+MovieButtonText+_0x339ac2(755)),$("#yd-movie").on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(1500,a(618));window[a(471)].href="?page=media"}));1===EnableBVouchButton?($(_0x339ac2(883)).append(_0x339ac2(792)+BVouchButtonFontWeight+"; \t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: "+BVouchButtonBorderRadius+_0x339ac2(823)+BVouchButtonBorderStye+_0x339ac2(778)+BVouchButtonText+_0x339ac2(755)),$("#yd-bvouch").on(_0x4384f3(51),
function(){var a=_0x339ac2;_0x4e4986(1500,"#yd-bvouch");0===_0x5c474e?_0x12e1d8(53,a(258)):openModal(a(818),BVouchButtonText+a(719)+_mbVouchXColor+a(725),a(568)+_modal_contentBodyBorderRadius+a(294)+_modal_contentBodyBoxShadow+"; background-color: "+_modal_contentBodyBackColor+a(497)+_mbVouchCode+a(875),"")})):1===EnableGVouchButton&&($(_0x339ac2(883)).append('\t\t\t\t\t<div style="padding: 5px; width: 100%;">\t\t\t\t\t\t<button id="yd-gvouch" type="button" class="btn btn-BVouch" style="font-size: 14px; font-weight: '+
GVouchButtonFontWeight+_0x339ac2(326)+GVouchButtonTextShadow+"; \t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: "+GVouchButtonBorderRadius+_0x339ac2(823)+GVouchButtonBorderStyle+';">'+GVouchButtonText+_0x339ac2(755)),$(_0x339ac2(486)).on(_0x4384f3(51),function(){var a=_0x339ac2;_0x4e4986(1500,a(486));0===_0x5c474e?_0x12e1d8(53,a(258)):_0x84545a()}))}$(_0x1c1829)[_0x339ac2(603)](_0x350c30);$(_0x4384f3(0))[_0x339ac2(681)](_0x339ac2(424),_0x339ac2(498)+
InsertCoinButtonBoxShadow+_0x339ac2(847)+InsertCoinButtonBoxShadow+"; -moz-box-shadow: "+InsertCoinButtonBoxShadow+"; -o-box-shadow: "+InsertCoinButtonBoxShadow+";\t\t"+InsertCoinButtonExtraStyle);$(_0x4384f3(0))[_0x4384f3(74)](_0x339ac2(555),!1);_0x5a1026();""!==FooterSectionCode&&$(_0x4384f3(15))[_0x339ac2(320)](FooterSectionCode);_0x19ddd9();$(_0x4384f3(16)).children("a").attr(_0x4384f3(18),_0x4384f3(17));$(_0x4384f3(16))[_0x339ac2(784)]("a")[_0x339ac2(681)](_0x4384f3(19),_0x4384f3(20));if(_0x339ac2(467)===
_0x3b3261&&EnableBackMusic)$(document).on(_0x339ac2(543),function(a){a=_0x339ac2;_0x53f3f3||(_0x53f3f3=new Audio(a(310)+BackMusicFile));_0x53f3f3&&0===_0x53f3f3.currentTime&&_0x53f3f3.play()});$(_0x401251)[_0x339ac2(669)]()}catch(a){}
var _0x3bbc81=function(){setInterval(function(){var a=_0x1b6b;forwards?offset>=CustomBotCodeData[i][a(678)]&&(++skip_count,skip_count==skip_delay&&(forwards=!1,skip_count=0)):0==offset&&(forwards=!0,i++,offset=0,i>=len&&(i=0));part=CustomBotCodeData[i][a(590)](0,offset);0==skip_count&&(forwards?offset++:offset--);$(a(602))[a(784)](a(737))[a(802)](part)},speed)};1===activateCustomBotCode&&setTimeout(_0x3bbc81,1E3);1===RemoveFooterSectionCode&&$(_0x339ac2(347))[_0x339ac2(669)]();$("body")[_0x339ac2(340)]();//\<</SCRIPT>
Editor is loading...
Leave a Comment