Untitled

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

var DefStaticColor = 'forestgreen'; // default color

var PortalTitle = 'Kurt PisoWiFi';
var FooterSectionCode = 'Powered by Globe Fiber Internet<br>&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 EnableFallingFireBall = 0;
var FallingFireBallColor = 'rgb(232,83,18)';

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';

var activateCustomTopCode = 1;
//////// CustomTopCode ///////////////
var CustomTopCodeText = 'Insert Coin and Earn Points';
var CustomTopCodeTextDefaultColor = 'snow';
var CustomTopCodeTextAssortedColor = 'snow, snow, snow, snow, '+DefStaticColor+', 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 /////////////

var activateCustomBotCode = 0;
//////// CustomBotCode ///////////////
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 = DefStaticColor;
var MovieButtonBorderColor = 'rgba(5,5,5,0.60)';
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 =*/
var _mbVouchXColor = '#ffffff';
var EnableBVouchButton = 0;
var BVouchButtonText = 'Buy Voucher';
var BVouchButtonTextColor = 'snow';
var BVouchButtonBackColor = DefStaticColor;
var BVouchButtonBorderColor = 'rgba(5,5,5,0.60)';
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-success btn-block" style="margin-bottom: 0px; background: '+DefStaticColor+'; 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>\
';

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

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

var _genVInputBackColor = 'rgba(205,205,205,0.80)';
var _genVInputBorderColor = 'transparent';
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 = DefStaticColor;
var _mgenBtnBorderColor = 'rgba(5,5,5,0.60)';
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 = 'mybackimage.jpg';
var backGroundImagePosX = 'left';
var backGroundImagePosY = 'center';
var backGroundImageColor = 'black';
var backGroundImageRepeat = 'no-repeat';
var backGroundImageSize = 'cover';

var UseMp4BackGroundStyle = 0;
var backGroundMp4Poster = 'spidey.jpg';
var backGroundMp4VidName = 'spidey.mp4';
var backGroundMp4Style = 'position: absolute; width: 100%; height: 100%;\
-moz-object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; object-fit: cover;\
top:0 left:0';

var _cardBackColor = 'rgba(5,5,5,0.55)';
var _cardBorderColor = 'transparent';
var _cardBorderSize = '1';
var _cardBorderRadius = '0.3';
var _cardBoxShadow = 'none';

/*= FIRST BOX =*/
var UseStatusStaticColor = 1;
var TextStatusStaticColor = DefStaticColor;
// Or none static color
var TextStatusConnectedColor = 'rgb(2, 202, 90)';
var TextStatusPausedColor = 'rgb(248, 167, 0)';
var TextStatusDisconnectedColor = 'rgb(245, 64, 71)';
var TextStatusFontWeight = '500';
var 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 = DefStaticColor;
var PointsFontWeight = '400';
var PointsShadow = '0.5px 0.5px 1px black';

var FreeButtonText = 'Activate Free Time';
var FreeButtonTextColor = 'snow';
var FreeButtonBackColor = DefStaticColor;
var FreeButtonBorderColor = 'rgba(5,5,5,0.60)';
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 FreeButtonFontWeight = '500';
var FreeButtonTextShadow = '0.5px 0.5px 1px black';

var ConExtendButtonTextColor = 'snow';
var ConExtendButtonBackColor = DefStaticColor;
var ConExtendButtonBorderColor = 'rgba(5,5,5,0.60)';
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 ConExtendButtonFontWeight = '500';
var ConExtendButtonTextShadow = '0.5px 0.5px 1px black';

var PauseResumeButtonTextColor = 'snow';
var PauseResumeButtonBackColor = DefStaticColor;
var PauseResumeButtonBorderColor = 'rgba(5,5,5,0.60)';
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 PauseResumeButtonFontWeight = '500';
var PauseResumeButtonTextShadow = '0.5px 0.5px 1px black';

var RedeemButtonTextColor = 'snow';
var RedeemButtonBackColor = DefStaticColor;
var RedeemButtonBorderColor = 'rgba(5,5,5,0.60)';
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 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 _codeInBoxBorderColor = 'transparent';
var _codeInBoxBorderRadius = '0.2';
var _codeInBoxBorderSize = '1';
var _codeInBoxTextShadow = '0.5px 0.5px 1px rgb(106, 113, 146)';

var _codeInBtnTextColor = 'snow';
var _codeInBtnBackColor = DefStaticColor;
var _codeInBtnBorderColor = 'rgba(5,5,5,0.60)';
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 _codeInBtnFontWeight = '500';
var _codeInBtnTextShadow = '0.5px 0.5px 1px black';
/*= END CODE INPUT BOX =*/

/*= SECOND BOX =*/
var VendoTextColor = DefStaticColor;
var VendoBackColor = 'transparent';
var VendoBorderColor = '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 VendoTextShadow = '0.5px 0.5px 1px black';

var VendoDropDownMenuListTextColor = 'rgb(255,255,255)';
var VendoDropDownMenuBackColor = 'rgb(25, 28, 37)';
var VendoDropDownMenuBorderColor = 'transparent';
var VendoDropDownMenuBorderSize = '0';
var VendoDropDownMenuBorderRadius = '0.3';
var VendoDropDownMenuTextShadow = '0.5px 0.5px 1px black';

var StaticVendoTextColor = DefStaticColor;
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 InfoBorderColor = 'transparent';
var InfoBorderRadius = '0.3';
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 RateBorderColor = 'transparent';
var RateBorderRadius = '0.3';
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.90)';
var _modal_contentBorderColor = 'rgba(5,5,5,0.90)';
var _modal_contentBorderSize = '1';
var _modal_contentBorderRadius = '0.3';
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 = DefStaticColor;
var UseCodeButtonBorderColor = 'rgba(5,5,5,0.60)';
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 UseCodeButtonFontWeight = '500';
var UseCodeButtonTextShadow = '0.5px 0.5px 1px black';

var UseCreditButtonTextColor = 'snow';
var UseCreditButtonBackColor = DefStaticColor;
var UseCreditButtonBorderColor = 'rgba(5,5,5,0.60)';
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 UseCreditButtonFontWeight = '500';
var UseCreditButtonTextShadow = '0.5px 0.5px 1px black';

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

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

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

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

var _mconexBtnTextColor = 'snow';
var _mconexBtnBackColor = DefStaticColor;
var _mconexBtnBorderColor = 'rgba(5,5,5,0.60)';
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 _mconexBtnTextShadow = '0.5px 0.5px 1px black';

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

var _mredeemButtonTextColor = 'snow';
var _mredeemButtonBackColor = DefStaticColor;
var _mredeemButtonBorderColor = 'rgba(5,5,5,0.60)';
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 _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 = DefStaticColor;

var _minsertCancelTextColor = 'snow';
var _minsertCancelBackColor = DefStaticColor;
var _minsertCancelBorderColor = 'rgba(5,5,5,0.60)';
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 = DefStaticColor;
var _minsertDoneBorderColor = 'rgba(5,5,5,0.60)';
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 = DefStaticColor;
var _minfoRightTextColor = 'white';
var _minfoTextShadow = '0.5px 0.5px 1px black';

//Wifi Rate
var _mrateXColor = '#ffffff';
var _mrateSubTitleColor = '#a6a6a6';
var _mrateAmountTextColor = DefStaticColor;
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 _ratescardbordercolor = 'transparent';
var _ratescardbordersize = '0';
var _tableBackColor = 'transparent';
//END MODAL BOX

//Others
var _inputTextColor = 'black';

var _navBarBackColor = 'rgb(29,30,34)';
var _sideBarBackColor = 'rgb(29,30,34)';
var _tnavbarBorderBottom = '0px solid transparent';

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

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

var _chatminWidth = 280;
var _chatminHeight = 410;
var _chatbackColor = 'rgba(0, 0, 0, 0.6)';
var _chatborderRadiusColor = '5';
var _chatborderStyle = '1px solid transparent';

var _sendchatBackColor = DefStaticColor;
var _sendchatAdminInBackColor = 'rgba(255,0,0,0.80)';
var _sendchatAdminInTextShadow = '0.5px 0.5px 1px black';
var _sendchatInBackColor = DefStaticColor;
var _sendchatInTextShadow = '0.5px 0.5px 1px black';

var _spinbtnbackcolor = '#ffffff';
var _spinbtnbordercolor = DefStaticColor;
var _spinbtntextcolor = 'black';
var _spinbtntextshadow = '0.5px 0.5px 1px rgb(106, 113, 146)';
var _spintricolor = DefStaticColor;

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

/*===== NO NEED TO EDIT BELOW  ========*/
var _0x43712b=_0x1796;(function(a,b){for(var c=_0x1796,d=a();;)try{if(parseInt(c(763))/1+parseInt(c(1054))/2*(-parseInt(c(1091))/3)+parseInt(c(599))/4*(-parseInt(c(567))/5)+parseInt(c(693))/6*(-parseInt(c(597))/7)+-parseInt(c(492))/8+-parseInt(c(561))/9+parseInt(c(978))/10===b)break;else d.push(d.shift())}catch(e){d.push(d.shift())}})(_0x455c,830371);var _0x3dddf3=_0x3dddf3||{};_0x3dddf3[_0x43712b(926)]={};
_0x3dddf3[_0x43712b(637)]=function(a){var b=0;return function(){var c={};return c[_0x1796(1096)]=!0,b<a.length?{done:!1,value:a[b++]}:c}};_0x3dddf3[_0x43712b(1100)]=function(a){return{next:_0x3dddf3[_0x43712b(637)](a)}};_0x3dddf3.makeIterator=function(a){var b=_0x43712b,c="undefined"!=typeof Symbol&&Symbol[b(494)]&&a[Symbol[b(494)]];if(c)return c[b(671)](a);if(b(759)==typeof a.length)return _0x3dddf3[b(1100)](a);throw Error(String(a)+b(612));};
var _0x3dcada=_0x43712b(821),_0x5734ee=500,_0x46cfa1,_0x2cf447=0,_0x809ac3=0,_0x46c9b3="",_0x89748b="",_0x4325d2=0,_0x5696cc="0",_0x1f916d,_0x43fac4,_0x356ff7,_0x3e16bd,_0x4ac32e,_0x4b6b71,_0x98ac2c,_0x55d06d,_0x4efd00,_0x4ab1ab,_0x37bf8e,_0x5149e4=0,_0x44be45,_0x3cd91f=_0x43712b(1120),_0x1bd9b8="",_0x4204c5="",_0x4419fa=0,_0x5791c0=1,_0x15e5b3,_0x459567=_0x43712b(547),_0x10627c=_0x43712b(993),_0x96489a=_0x43712b(1077),_0x30305d=_0x43712b(1003),_0x4e5f8f="\u007fcz{",_0x590b1e="4txyycryc",_0x263f72=
"+dgvy7t{vdd*0Hnt{~ryc0)",_0x479330=_0x43712b(812),_0x55dce8=["I3lkLWNsaWVudC1pbnNlcnQtY29pbg==",_0x43712b(911),_0x43712b(560),_0x43712b(731),_0x43712b(1060),"ZGlzcGxheQ==",_0x43712b(984),"hwv412ja=",_0x43712b(555),_0x43712b(814),"Y2h1cGFrYQ==",_0x43712b(568),_0x43712b(773),_0x43712b(753),_0x43712b(716),_0x43712b(923),"Ll95Y2xpZW50",_0x43712b(921),_0x43712b(838),_0x43712b(651),_0x43712b(942),"X3l1ZGVu",_0x43712b(873),"Ll95dWRlbg==",_0x43712b(600),_0x43712b(868),_0x43712b(1084),_0x43712b(1119),_0x43712b(720),
"QEhUU1I0MzIjIzU4",_0x43712b(875),_0x43712b(609),_0x43712b(757),_0x43712b(542),"cGF0aA==",_0x43712b(996),_0x43712b(1106),_0x43712b(948),_0x43712b(1028),_0x43712b(925),_0x43712b(708),_0x43712b(680),_0x43712b(544),_0x43712b(725),_0x43712b(517),"hVYms1b1Zq==",_0x43712b(537),"VFhoalIwcDFW",_0x43712b(718),"qQlhWRWsx==","Tm8gSW50ZXJuZXQgQ29ubmVjdGlvbi48YnI+UGxlYXNlIFJlcG9ydCBUbyBUaGUgT3duZXIu",_0x43712b(624),"d2FybmluZw==",_0x43712b(839),_0x43712b(866),"c3VjY2Vzcw==",_0x43712b(715),_0x43712b(788),_0x43712b(596),
_0x43712b(1061),_0x43712b(774),"bmFtZQ==",_0x43712b(744),_0x3dcada,_0x43712b(798),_0x43712b(808),"QtY29pbg=","I3lkLWNsaWVudC==","I3lkLXNlbGVjdC1ib3gtZHJvcGRvd24=",_0x43712b(484),_0x43712b(1087),_0x43712b(919),_0x43712b(669),_0x43712b(629),_0x43712b(711),_0x43712b(765),_0x43712b(807),_0x43712b(793),_0x43712b(664),_0x43712b(914),_0x43712b(1007),"aW50ZXJmYWNl"];$(_0x43712b(556))[_0x43712b(699)]();$(_0x43712b(666))[_0x43712b(854)]().remove();1===RemoveAndroidAppLink&&$(_0x43712b(756))[_0x43712b(854)]().remove();
UseMp4BackGroundStyle&&$(_0x43712b(519)).parent().prepend(_0x43712b(634)+backGroundMp4Style+_0x43712b(585)+backGroundMp4Poster+'">\t  <source src="html/'+backGroundMp4VidName+_0x43712b(662));1===RemoveMobileHeaderNav&&($("head")[_0x43712b(743)](_0x43712b(577)),$(_0x43712b(532))[_0x43712b(538)](_0x43712b(1047))[_0x43712b(1002)](_0x43712b(979)),$(_0x43712b(527))[_0x43712b(658)]()[_0x43712b(860)]());
function _0x3b9c5d(a){var b=function(){var c=!0;return function(d,e){var f=c?function(){var h=_0x1796;if(e)return h=e[h(582)](d,arguments),e=null,h}:function(){};return c=!1,f}}()(this,function(){var c=_0x1796;return b[c(1125)]()[c(1012)](c(1108))[c(1125)]()[c(704)](b)[c(1012)]("(((.+)+)+)+$")});return b(),atob(_0x55dce8[a])}function _0x5af14c(){}
var _0x4e9c81=$(_0x43712b(933)+_minfoLeftTextColor+" !important; text-shadow: "+_minfoTextShadow+_0x43712b(481)),_0x5d2020=_0x4e9c81[_0x3b9c5d(74)](_0x43712b(646)),_0x3f7ce7=JSON.parse(atob(wisft)),_0x430884={},_0x4d7a5e=(_0x430884[_0x3b9c5d(1)]=function(){return _0x3f7ce7},_0x430884),_0x2219b8=socketIO[_0x43712b(762)],_0x296f81=_0x43712b(1048)+imageBannerName+_0x43712b(1010)+imageBannerRadius+_0x43712b(638)+imageBannerHeight+_0x43712b(1019);
try{_0x1f916d=$(location).attr(_0x43712b(475))[_0x43712b(1098)]("=")[1],_0x4b1042=_0x150518=_0xc619e0=_0x59416c=_0x53bf32=_0x5af14c}catch(a){}socketIO[_0x43712b(762)]=function(){var a=_0x43712b;1===_0x5791c0&&_0x2219b8[a(582)](socketIO,arguments)};function _0x464f1f(a,b){toastada[_0x3b9c5d(a)](b)}function _0x1ceafe(a){for(var b=_0x43712b,c="",d=0;d<a[b(842)];d++)c+=String[b(692)](23^a[b(545)](d));return c}
function _0x231193(a){var b=_0x43712b;$(b(1005))[_0x3b9c5d(74)](b(1121),!0);_0x43fac4=setTimeout(function(){$(b(1005))[_0x3b9c5d(74)]("disabled",!1);clearTimeout(_0x43fac4)},a)}
function _0x455c(){var a=["TkpX","yd-puase-limit-parent",'<div id="yd-client-system-internet"></div>',"#yd_con_wifi_status","}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: ","Download:","#ydbtnm","#insert-done-d",';">&#8369; ',"}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: "," !important}\t\t.text-warning{color: ",';"\t\t\tclass="form-control" placeholder="Input Credit">\t\t</div></div></div></div>',
"}.btn-cinfo:hover{box-shadow: ",'<div id="yd-res-duration"></div>',"dashboard","Down",'\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 ',
"aHJlZg==","ZXJyb3I=","}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{color:",";border-bottom: 0px solid transparent;margin-bottom: -5px;}\t\t.modal-title.modal-t{text-shadow: ","length","MONTHS","Code:",";}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: ","#ydc1","undefined","Please Wait","No Infos Option Enabled.","rem;\t\t\t\t\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; margin-right:5px; text-shadow: ",
"}.btn-redeem:not(.btn-light):not(.btn-secondary){color:","Internet:",'</td><td style="color: ',"parent","#yd_vccodein","}\t\t.btn-freebtn{box-shadow: ","._yuden","}.btn-rate:not(.btn-light):not(.btn-secondary):hover, .btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{color:","#modal-alert-","remove","</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t",'<div id="yd-uptime"></div>',"rem;\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; width: 100%; text-shadow: ",
"Connected","; background: ","lw29ja=","message","hkuw8wjwh==","#yd-client-status",';" id="insert-done-d" type="button" class="btn btn-PauseResume">Done</button>\t\t\t\t\t\t\t</div>',";}\t\t.modal-footer{border-top:0px;padding: 0px;margin-top: 0px; margin-bottom: 0px;}\t\t.dropdown-menu{color:","Insert Coin","Zm9vdGVy","version","cGFzc3dvcmQ=","}.btn-vendolist:hover{box-shadow: ","pause","display",'.00</span></span></div>\t\t<input id="',"0.0.0","#progress","}\t\t.content-wrapper{","#yd-redeem",'; 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: ',
"Insufficient",';" id="cid-',"#yd-select-box","}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: ",";}\t\t.messages .message.message-personal {background:",';" 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: ',"}\t\t.sidebar .nav .nav-item .nav-link{color: ","#yd_con_points_txt","}.btn-cinfo:not(:disabled):not(.disabled):active:focus,.btn-cinfo:not(:disabled):not(.disabled).active:focus,.show>.btn-cinfo.dropdown-toggle:focus{box-shadow: ",
'\t\t\t\t<button id="yd-redeem" type="button" class="btn btn-redeem" style="margin-top: 10px; font-size: 15px; font-weight: ',"}.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:","indexOf","#yd_vccodeinbtn","#tbody-","; -o-box-shadow: ","#yd-client-interface","Insuffient Credit","</button>\t</div>","#use-csubmit-btn","vendo","}.btn-freebtn:not(:disabled):not(.disabled):active:focus,.btn-freebtn:not(:disabled):not(.disabled).active:focus,.show>.btn-freebtn.dropdown-toggle:focus{box-shadow: ",
"}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: ","log","after","Extend","discription","Z2V0S2V5cw==","}.btn-rate:hover{box-shadow: ","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: ","I3lkLXNlbGVjdC1ib3g=","rem; box-shadow: ","rem; text-align: center;\t\t\t\t\t\t\t\tcolor: ",":first","substr","tY2Zvb3Rlcg=","interface","aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTEwMDA5MDIwOTQ4NDMxMA==",
'" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:',"LnRleHQtY2Zvb3Rlcg==","</button>\t\t\t\t\t</div>\t\t\t\t","bi2oa823=","scope"," !important; text-shadow: ","}.btn-cinfo:focus,.btn-cinfo.focus{box-shadow: ","width",'"><div style="padding: 10px;"><div style="display: grid; width: 100%;">\t\t<div class="input-group"><div class="input-group-prepend"><span class="input-group-text input-t"\t\tstyle="font-size: 14px; height: 36px; border:1px solid ',';" type="button" \t\t\tid="use-csubmit-btn" class="btn btn-PauseResume">',
"}.btn-rate:not(:disabled):not(.disabled):active,.btn-rate:not(:disabled):not(.disabled).active,.show>.btn-rate.dropdown-toggle{box-shadow: ",'<div style="display: flex;"><div style="margin-right: 10px; color: ',"#col-row2",';">Time</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>','"></tbody></table></div>\t\t</div></div></div>','<div id="yd-client-mac"></div>',"MAC Address:","rem; text-shadow: ","#yd-static-box",";}\t\t.btn-PauseResume{box-shadow: ","X2JsYW5r",';" 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: ',
"#yd_creditin","prepend","}.btn-rate:focus,.btn-rate.focus{box-shadow: ",';"></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:',"hiati=","margin-top","title","MONTH","</button>\t\t</div>","#ydvrates-tbody","#yd-client-duration-iy","type",'<div id="yd-client-id"></div>',"}\t\t.text-success{color: ",
"}.btn-movie:not(.btn-light):not(.btn-secondary){color:","Vendo is offline","#chati","Submit","Please Input a Code","; -webkit-box-shadow: ",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:',"inline-flex","fadeIn","val","internet","#yd-puase-limit","prop","paused","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:","margin-left",'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 38px; width: 100px;"><span style="text-shadow: ',
";}\t\t.message-box .message-submit {background:",'\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: ',"px; background: ","47620330yvKwPr","\t\t.main-panel {padding-top:0px}\t","}.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:","height","duration","}\t\t.modal-header{color:",
"cmVtb3Zl","#yd-date","0.00",'" style="text-shadow: ',"Resume","}.btn-insertcirclecoin:hover{color:","insertban",";border-color:","}\t\t.navbar .navbar-brand-wrapper{background: transparent}\t\t.sidebar{background: ","+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)"," !important; margin-top: 2px; text-shadow: ","-13px","Y29ubmVjdA==","#use-code-btn","}.btn-BVouch:focus,.btn-BVouch.focus{box-shadow: ","Duration",'\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',
';">\t\t\t\t\t\t\t\t\t\t\t<span id="yd_con_txt_status" style="margin-right: 5px; text-shadow: ',"html","9Hnbsry79Hnt{~ryc",'\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: ',"#yd_loginout",";}.btn-movie.disabled,.btn-movie:disabled{box-shadow: ","I3lkLXNlbGVjdC1kcm9wZG93bi1vcHRpb25z","<td></td>","#yd_vouchcodein",'" style="width:100%; border-radius:',
"toFixed","search","pausable",';">\t\t\t\t\t',"}.btn-redeem:hover{box-shadow: ","; font-weight: ","; margin: auto; width: 100%; height: 38px; color:",'"><div style="padding: 10px;"><div style="display: grid; width: 100%;">\t\t\t<div class="input-group"><div class="input-group-prepend"><span class="input-group-text input-t"\t\t\tstyle="font-size: 14px; height: 36px; border:1px solid ','px;"></img></span>',"}.btn-redeem:focus,.btn-redeem.focus{box-shadow: ","insertclosebtn","Duration Paused","/client/theme/mp3/insert_ban.mp3",
";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-vendolist:focus,.btn-vendolist.focus{box-shadow: ","; margin-right: 2px; text-shadow: ",'<div id="yd-client-status"></div>',"hipwakuiv==","name","Duration Resumed",'">\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: ',
"; text-align: center; color: ","resduration","rates","floor","}\t\t.page-body-wrapper{transition:none}\t\t.card{background-color:",";border-bottom: ","}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: ","Interface:","}.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:",
"flex",';"></span>&nbsp;<span id="yd-client-duration-id" style="font-size:12px;text-shadow: ','Generate Voucher Code<i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',";}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{color:","span","#yd-client-duration-bd",":last",'<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img id="mbanner" src="html/',"#yd_freebtn","}.btn-movie:focus,.btn-movie.focus{box-shadow: ",
"bps","}\t\t.mdi.mdi-format-line-spacing{color: ","}\t\tinput::placeholder {","3115306CfURFw",";\t\tbackground-color:","Valid Until:","}.btn-BVouch:not(:disabled):not(.disabled):active:focus,.btn-BVouch:not(:disabled):not(.disabled).active:focus,.show>.btn-BVouch.dropdown-toggle:focus{box-shadow: ",";}\t\t._yclient{font-weight:","x:x:x:x:x:x","dWJv","dmVuZG9MaXN0","Status:","}\t\t.btn-redeem{box-shadow: ","#inserted-coin-d","0px","px; border: ","Consumable",';"></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: ',
"}\t\t.message-box .message-submit:hover{background:",";border:","}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:","#yd-bvouch","Uptime:","}.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:","; font-size:16px; font-weight: ","}\t\t.btn-insertcirclecoin{color:","9qxxcre",'" class="btn btn-redeem btn-sm" style="font-size: 12px; height: 25px; color:',';" id="use-credit-btn" type="button" class="btn btn-PauseResume">Via Credit</button>\t\t\t\t\t\t\t\t</div></div></div>',
";color: ","Disconnected",'<div id="yd-downspeed"></div>','\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: ',"cG9sbGluZw==","}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: ",';" type="button" \t\t\t\tid="generate-voucher" class="btn btn-PauseResume">Generate</button>\t\t\t</div>',"uc2VydGVkdm","#yd_vouchcodebtn","replace","}\t\t._yuden a {color: ","3IJiUis","Connect",'Redeem <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',
"vendoset","have session","done",";}\t\t.modal-t{font-weight: ","split",'rem;">',"arrayIterator","css",';">Voucher</th><th style="text-shadow: ',';">Type</th><th style="color:',"}.btn-movie:hover{box-shadow: ","Insufficient Credit","jkdkljfklawd==","fadeOut","(((.+)+)+)+$","</td></tr>"," !important; font-size:22px; text-shadow: ",';">Redeem</button>',"}.btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{box-shadow: ",";}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: ",
"Pause Limit:","address","}.btn-vouchextend:hover{box-shadow: ","show",' via Code <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"d2Vic29ja2V0","black","disabled",";\t\tborder:","play",'</td><td style="text-shadow: ',"toString","#yd-client-duration-m","#yd_con_status",'<div style="font-size: 14.5px; border-radius: ',"ID:","Date:","href","#generate-voucher","}.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:",
"each","top","}.btn-BVouch:hover{box-shadow: ",';"></div></div>',"#yd-static-box-name","Insert","bGFzdGluc2VydGVkdmVuZG8=","}.btn-freebtn:not(.btn-light):not(.btn-secondary){color:","_yd_genv","}\t\t.messages .message{background:",'\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">',';" 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:',
'.00</td><td style="color: ',"#spinner","3820256PKefUs","}.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:","iterator",';"></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: ',"rem;\t\t\t\t\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; min-width: 114px; text-shadow: ",
'<div style="border-radius: ',"}.btn-freebtn:not(.btn-light):not(.btn-secondary):hover, .btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{color:",' <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: ",'</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: ',
';">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:',';">Amount</th><th style="color:',"#yd-client-duration-by","reload",';">0</span><span id="yd-client-duration-ihr" style="font-size:12px;display:inline-flex;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: ",
"}.btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{box-shadow: ","; box-shadow:","}\t\t.chat{max-width: ",'<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:',"}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: ","minute",";}\t\t#rates-card th, #rates-card td {border: ",
"now","}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{color:","VTFST2MyRXdlRm==","countdown","#conntent","currentTime","style","#yd-client-duration-hr",";}.btn-freebtn.disabled,.btn-freebtn:disabled{box-shadow: ","#insert-close-d","yd-validity-parent","color",".main-panel","toLowerCase","}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: ","expiration",';">\t\t\t\t\t\t\t\t\t\t\t<span id="yd-static-box-name" style="margin-right: 5px; text-shadow: ',
"head",';" 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:1px solid ','\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: ',"}.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:",
"Insert Ban","RmFNVnBG=","children","; font-size: 15px; font-weight: ",';">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',';">Checking</span><i id="yd_con_wifi_status" class="mdi mdi-wifi-off" style="margin-top: -1.5px; text-shadow: ',"L2FkbWlu","#yd-client-duration-sec","YUhSMGNITTZMeTkzZDNjdVptRmpaV0p2YjJzdVkyOXRMM0J5YjJacGJHVXVjR2h3UDJsa1BURXdNREE1TURJd09UUTRORE14TUE=","charCodeAt","yd-estimate-parent","+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)",
"#yd-estimate-parent","Duration Extended",'<div id="yd-res-durtype"></div>',"; \t\t\tborder:1px solid ",';">Descriptions</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"Total Credit: &#8369 ","#yd-client-duration-bm","bm9uZQ==","body","}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:","off","Insert Coin Timeout.<br>Please Try Again After: ","ZW1pdA==","11256030Hwdnme","#modal-alert-ydccex","Success","#barvalue-d",';">Selecting</span><i class="mdi mdi-server-network" style="margin-top: -1.5px; text-shadow: ',
'" class="table-responsive">\t\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"68615OyCREm","dWxvbA==",';">',"YEAR","div",'<div id="yd-estimate"></div>','">\t\t\t\t\t\t\t\t\t<div style="padding: 10px;">\t\t\t\t\t\t\t\t\t\t',';">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:',
"innerHTML","validity",'<style type="text/css"></style>',".00",'<div style="font-size: 15px; min-height: 10px; border-radius: ',"#yd-downspeed","#yd_con_credits2_txt","apply",'\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">',"Error",'}\t</style>\t<video playsinline autoplay muted loop poster="html/',"#insert-display","uptime","}.btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{box-shadow: ",
"Please Input a Valid Credit","}\t\t.btn-movie{box-shadow: ",'\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t\t<div class="fireball"></div>\t\t\t',";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:",
"click touchend","}.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:","pleasewait","lIFJlcGFNV==","7wGUqtJ","dlimit","284TlXoNU","ghjlkwajd==","}.btn-PauseResume:hover{box-shadow: ",'<tr><td class="text-success" style="text-shadow: ',"class","#modal-alert-_yd_genv","; font-size:14px; text-shadow: ",";}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: ",
"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: ",';" 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:',
"QDU1OTA0SFUjIzIy"," Code Timeout","&#8369; "," is not an iterable or ArrayLike","; border-radius: ","#modal-body-yd_infos","IP Address:","#yd-res-durtype",'<div style="font-size: 15px; min-height: 10px; border-radius:',"created","}\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:","#yd-client-id",'</td><td style="text-transform: capitalize; color: ',
'\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">',"#use-credit-btn","Y2xpY2s=",";}\t\t.toast {font-size: 14px;padding: 4px;}\t\t",'\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: ',
"click",";background-color:","NjdVptRmp=",';">&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: ',"#yd_vinfos",'\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: ',"toUpperCase","\t<style>\t\tvideo {","pauselimit","ydvrates","arrayIteratorImpl","rem; height:","#yd-select-box-dropdown","}.btn-rate:not(.btn-light):not(.btn-secondary){color:",
"px; max-height: ",'<i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: ',"#bt_id","expiry","#total-d-display","outerHTML",';">Time</th><th style="color:',';">0</span><span id="yd-client-duration-isec" style="font-size:12px;display:inline-flex;text-shadow: ','"><div style="padding: 10px;"><div style="display: grid; width: 100%;">\t\t<div class="input-group"><div class="input-group-prepend"><span class="input-group-text input-t"\t\t\tstyle="font-size: 14px; height: 36px; border:1px solid ',
"background:url(/html/","dGFyZ2V0",';" id="use-code-btn" type="button" class="btn btn-PauseResume">Via Code</button>\t\t\t\t\t\t\t\t\t<span style="width: 25px;"></span>\t\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: ',"Duration: ","#yd-client-duration-id","#xx-","modal","YEARS","prev","#yd_cstatus_t","}.btn-freebtn:not(:disabled):not(.disabled):active,.btn-freebtn:not(:disabled):not(.disabled).active,.show>.btn-freebtn.dropdown-toggle{box-shadow: ",';"><span id="yd_con_credits_txt" style="color: ',
'" type="video/mp4">\t</video>\t\t',"rem;padding:0rem}\t\t.dropdown-header{color:","YXR0cg==","; background-color:","#credit",'<div style="font-size: 15px; border-radius: ',"trial","b2suY29tL3B==","rem;box-shadow:","call","/client/theme/mp3/coin.mp3",'<button type="button" name="',"0/0/0 0:0 xx",';" ></i>',"</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t",'\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<span style="height: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: ',
"}\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: ",";}.btn-cinfo.disabled,.btn-cinfo:disabled{box-shadow: ","nirpaduiwoa==","}.btn-BVouch{box-shadow: ","keyup","#yd-client-duration",
';">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',"point",";\t\t","/client/theme/mp3/please_wait.mp3",";}\t\t.text-cfooter{color: ","success","Login ban","; color: ","fromCharCode","4243062jHcGLa",'</button>\t\t\t\t\t\t\t\t\t\t<span id="yd-client-duration" style="color:',"attr",";}\t\t.spinbtn {background-color: ","imgmp3","points","hide","Reserve Duration:","#yd-res-duration","</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t\t",";}\t\t.text-primary{color: ",
"constructor","#tbody-yd_rpoints",'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t\t\t<button style="margin: auto; width: 35%; color:',"consumable","hk378ahjh=","value","}.btn-rate:not(:disabled):not(.disabled):active:focus,.btn-rate:not(:disabled):not(.disabled).active:focus,.show>.btn-rate.dropdown-toggle:focus{box-shadow: ","cHJvcA==",";color:","#yd-client-ip",'%;"></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;" >',
"aW5mbw==","YmFrbGFrYQ==","insertcoin","RzE0YW1Kc1","push","dHJhbnNwb3J0cw==",';"\t\t\tclass="form-control" placeholder="Input Code">\t\t</div></div></div></div>',"text",";}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: ","#yd_con_credits_txt","QG5hdi0yMzIwMDM=","credit",'<div id="yd-client-ip"></div>',"Pause",';">\t\t\t\t\t\t\t\t\t\t\tPoints:&nbsp;&nbsp;<span style="color: ',"status","I3lkLWNsaWVudC1kdXJhdGlvbg==","; border: 4px solid ","sort","; box-shadow: ","\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>",
"#yd-client-duration-min","#yd-upspeed","#yd-cus-ban","mdi mdi-wifi","#yd-uptime","#col-row",';">Duration</th><th style="color:',"append","1TURJd09UUTRORE14TUE=","-16px","?version=","Points: ","; text-shadow: ",';">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: ',
"yd_infos","; border-color: ","Stop","cGFreXU=","code",';">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: ',".mdi.mdi-android","dXNlcg==",";\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\t.fireball {\t\t\twidth: 0px;\t\t\theight: 0px;\t\t\tbackground: ",
"number","mdi mdi-wifi-off","; background-color: ","emit","1035703MuZJjc",';">&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: ',"I3lkLXNlbGVjdC1ib3gtZHJvcGRvd24=","}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: ","mac","#modal-alert-_yd_ucb",
"}\t\t.btn-vouchextend{box-shadow: ","connected","ydccex",'; border-radius: 0.15rem; margin-top: 5px;">\t\t\t\t\t\t\t\t\t\t<span id="xx-',"YmxvY2s=","bWFpbg==",';"></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:',"Insuffient","#yd_con_txt_status","none","_yd_ucb",
";border-radius:",'.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:',"}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: ","</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>","amount","rtype","coin","next","TlYwRA==","#yd-client-mac",'\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: ',
"makeIterator","#yd-client-duration-d","aW5zZXJ0YnRu","#yd-client-duration-y","Code Not Found",".fireball",'" class="table-responsive">\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"2RE14TUE","/html/","}.btn-cinfo:not(:disabled):not(.disabled):active,.btn-cinfo:not(:disabled):not(.disabled).active,.show>.btn-cinfo.dropdown-toggle{box-shadow: ","disconnected","match",'<tr><td style="color: ',"; font-size:14px; font-weight: ","#yd-validity","}\t\t.modal-dialog{position: absolute; width: 100%; padding-right: 20px; top:0; right:0; left:0;}\t\t.modal-content{background-color:",
"aHRtbA==","tY2Zvb3Rlcg==","color: ","#yd-info-data","/client/theme/mp3/insert_coin.mp3","+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)","}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:","Z2F3bw==",";}.btn-BVouch.disabled,.btn-BVouch:disabled{box-shadow: ","random",';">Available:&nbsp;<span id="yd_con_credits2_txt" style="text-shadow: ',"ulimit","px solid ",';">Available:&nbsp;<span id="credit-'];_0x455c=function(){return a};return _0x455c()}
function _0x107574(a){var b=_0x43712b;$(b(476))[_0x3b9c5d(74)](b(1121),!0);_0x356ff7=setTimeout(function(){$("#generate-voucher")[_0x3b9c5d(74)](b(1121),!1);clearTimeout(_0x356ff7)},a)}function _0x55f962(a){var b=_0x43712b;$(b(903))[_0x3b9c5d(74)]("disabled",!0);_0x3e16bd=setTimeout(function(){$(b(903))[_0x3b9c5d(74)](b(1121),!1);clearTimeout(_0x3e16bd)},a)}
function _0x30e1d9(a){var b=_0x43712b;$(b(897))[_0x3b9c5d(74)](b(1121),!0);_0x4ac32e=setTimeout(function(){$(b(897))[_0x3b9c5d(74)](b(1121),!1);clearTimeout(_0x4ac32e)},a)}function _0x3f0715(a){var b=_0x43712b;$(_0x3b9c5d(0))[_0x3b9c5d(74)](b(1121),!0);_0x37bf8e=setTimeout(function(){$(_0x3b9c5d(0))[_0x3b9c5d(74)]("disabled",!1)},a)}function _0x2e8f70(){var a=_0x43712b,b=a(909);return"d"===_0x46c9b3&&(b=a(1092)),b}
function _0x28818f(){socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[14],function(a){var b=_0x1796,c;for(c in a[_0x3b9c5d(59)])a[_0x3b9c5d(59)][c][_0x3b9c5d(77)]||delete a[_0x3b9c5d(59)][c];if(0>=Object.keys(a[_0x3b9c5d(59)]).length)$(_0x3b9c5d(79))[b(860)]();else{for(var d in a[_0x3b9c5d(59)])a[_0x3b9c5d(59)][d][_0x3b9c5d(77)]&&($(_0x3b9c5d(75))[_0x3b9c5d(74)](b(1121),!1),c=$(insertboxoption[_0x3b9c5d(74)](b(646))),c[_0x3b9c5d(78)](_0x3b9c5d(61),d),c[_0x3b9c5d(76)](a[_0x3b9c5d(59)][d][_0x3b9c5d(61)]),
c[b(558)](b(627)),c.on(b(627),function(){$(_0x3b9c5d(75))[_0x3b9c5d(76)](this[b(575)]);var e=$(this)[_0x3b9c5d(78)](_0x3b9c5d(61));$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),e)}),_0x1bd9b8=a[_0x3b9c5d(59)][d][_0x3b9c5d(61)],_0x4204c5=d,$(_0x3b9c5d(75))[_0x3b9c5d(76)](_0x1bd9b8),$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),_0x4204c5),$(_0x3b9c5d(80)).append(c));socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[2],function(e){function f(){a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(61)][0]+a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(61)][1]+
a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(61)][2]!==_0x3b9c5d(63)&&(_0x5791c0=0)}if(e[_0x3b9c5d(69)]===_0x3b9c5d(60)&&a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(77)])_0x1bd9b8=a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(61)],_0x4204c5=_0x3b9c5d(60),$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),_0x4204c5),$(_0x3b9c5d(75))[_0x3b9c5d(76)](_0x1bd9b8),f(),console[b(907)]("1");else if(e[_0x3b9c5d(69)]&&a[_0x3b9c5d(59)][e[_0x3b9c5d(69)]]&&a[_0x3b9c5d(59)][e[_0x3b9c5d(69)]][_0x3b9c5d(77)])_0x1bd9b8=a[_0x3b9c5d(59)][e[_0x3b9c5d(69)]][_0x3b9c5d(61)],
_0x4204c5=e[_0x3b9c5d(69)],$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),_0x4204c5),$(_0x3b9c5d(75))[_0x3b9c5d(76)](_0x1bd9b8),f(),console[b(907)]("2");else if(a[_0x3b9c5d(59)][e[_0x3b9c5d(69)]]&&a[_0x3b9c5d(59)][e[_0x3b9c5d(69)]][_0x3b9c5d(77)])_0x1bd9b8=a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(61)],_0x4204c5=_0x3b9c5d(60),$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),_0x4204c5),$(_0x3b9c5d(75))[_0x3b9c5d(76)](_0x1bd9b8),f(),console[b(907)]("3");else socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[17],
e[_0x3b9c5d(81)],function(h){if(h&&0<h.length)for(var n in h){var k=h[n];if(e[_0x3b9c5d(69)]&&e[_0x3b9c5d(69)]===k&&a[_0x3b9c5d(59)][k][_0x3b9c5d(77)]){_0x1bd9b8=a[_0x3b9c5d(59)][k][_0x3b9c5d(61)];_0x4204c5=k;$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),_0x4204c5);$(_0x3b9c5d(75))[_0x3b9c5d(76)](_0x1bd9b8);console[b(907)]("4");break}else if(a[_0x3b9c5d(59)][k][_0x3b9c5d(77)]){_0x1bd9b8=a[_0x3b9c5d(59)][k][_0x3b9c5d(61)];_0x4204c5=k;$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),_0x4204c5);$(_0x3b9c5d(75))[_0x3b9c5d(76)](_0x1bd9b8);
console.log("5");break}}else a[_0x3b9c5d(59)][_0x3b9c5d(60)]&&a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(77)]&&(_0x1bd9b8=a[_0x3b9c5d(59)][_0x3b9c5d(60)][_0x3b9c5d(61)],_0x4204c5=_0x3b9c5d(60),$(_0x3b9c5d(75))[_0x3b9c5d(78)](_0x3b9c5d(61),_0x4204c5),$(_0x3b9c5d(75))[_0x3b9c5d(76)](_0x1bd9b8),console[b(907)]("6"));f()})})}});_0x4419fa=1}
function _0x45a6a1(a,b,c){var d=_0x43712b,e=[];b=_0x3dddf3[d(791)](b);for(var f=b.next();!f[d(1096)];f=b[d(787)]())e[d(719)](f[d(709)]);e=e[d(733)](function(y,q){return q[d(786)]-y.coin});if(c&&0!=c){var h=0,n;for(k in e){var k=e[k];a>=k[d(786)]&&(n||(n=k.vendoset),c=Math.floor(a/k.coin)*k[d(786)],a-=c,h+=c*k[d(513)]*60)}return a={},a[d(513)]=h,a[d(1094)]=n,a}for(h in e)if(h=e[h],a>=h.coin)break;return h?(n={},n[d(513)]=60*a*h[d(513)],n[d(1094)]=h[d(1094)],n):null}
function _0x1ae952(){var a=_0x43712b,b=random(8);b=b[a(528)]();socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[2],function(c){var d=c[a(726)];openModal(a(486),a(1043)+_mgenCodeXColor+';" ></i>','<div style="border-radius: '+_modal_contentBodyBorderRadius+a(915)+_modal_contentBodyBoxShadow+";\t\tbackground-color: "+_modal_contentBodyBackColor+a(649)+_genVLabelBorderColor+a(691)+_genVLabelTextColor+"; background: "+_genVLabelBackColor+a(1026)+_genVLabelTextShadow+a(820)+b+a(987)+_genVLabelTextShadow+
a(829)+d+a(879)+b+a(922)+_genVInputBackColor+a(551)+_genVInputBorderColor+a(1032)+_inputTextColor+" !important; text-shadow: "+_genVInputTextShadow+a(533)+_genVLabelBorderColor+a(865)+_genVLabelBackColor+a(772)+b+'" style="color: '+_genVLabelTextColor+a(605)+_genVLabelTextShadow+';">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: '+(_genVSubTextShadow+a(1102)+_genVSubTextShadow+';">Duration</th><th style="text-shadow: '+
_genVSubTextShadow+';">Date</th></tr></thead><tbody id="tbody-'+b+a(936)),a(706)+_mgenBtnTextColor+a(665)+_mgenBtnBackColor+"; border-color: "+_mgenBtnBorderColor+a(734)+_mgenBtnBoxShadow+a(613)+_mgenBtnBorderRadius+a(939)+_mgenBtnTextShadow+a(1086));socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[18],function(e){$("#"+b).on(a(682),function(){var f=this.value;(f=parseInt(f))&&0<f?(f=_0x45a6a1(f,e[a(1034)],e[a(785)]),$(a(655)+b)[a(722)](decToTime(f[a(513)]))):$(a(655)+b)[a(722)]("00:00:00")})});$(a(476)).on(a(627),
function(){_0x356ff7&&clearTimeout(_0x356ff7);_0x107574(1500);if(0<parseInt(d)){var e=$("#"+b).val();e=parseInt(e);if(0<e)socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[7],e,function(f){var h=_0x1796;if(f.code){socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[2],function(k){var y=_0x1796;k=k[y(726)];$("#credit-"+b)[_0x3b9c5d(76)](y(611)+k+".00")});_0x464f1f(55,"Success");var n=random(8);$(h(898)+b)[h(743)](h(602)+_genVSubTextShadow+h(886)+n+'">'+f[h(754)]+h(1124)+_genVSubTextShadow+';">'+decToTime(f[h(982)])+
h(1124)+_genVSubTextShadow+h(569)+dateFormat(new Date(f[h(618)]))+h(1109))}else f=f[h(1089)](h(776),"Insufficient"),_0x464f1f(53,f)});else _0x464f1f(56,a(589))}else $(a(604))[a(656)]("hide"),_0x464f1f(53,"Insufficient Credit")})})}function _0x4cd4c3(){_0x459567=_0x1ceafe(_0x459567)+_0x1ceafe(_0x10627c)+_0x1ceafe(_0x263f72)+_0x1ceafe(_0x479330);_0x96489a=_0x1ceafe(_0x96489a);_0x30305d=_0x1ceafe(_0x30305d);_0x4e5f8f=_0x1ceafe(_0x4e5f8f);_0x590b1e=_0x1ceafe(_0x590b1e)}
function _0x4f3992(){var a=_0x43712b;1===activateCustomBanner&&a(835)===_0x1f916d&&($(a(519))[a(538)](a(917))[a(860)](),$(a(519))[a(945)](a(622)+_0x296f81+a(676)))}function _0x1796(a,b){var c=_0x455c();return _0x1796=function(d,e){return c[d-473]},_0x1796(a,b)}
function _0xb074a8(){var a=_0x43712b;1===activateCustomTopCode&&a(835)===_0x1f916d&&(1===activateCustomBanner?$(a(738))[a(908)](a(488)+CustomTopCode+a(861)):($(a(519))[a(538)](":first")[a(860)](),$(a(519))[a(945)]('\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+a(702))))}
function _0xf36018(){var a=_0x43712b;1===activateCustomBotCode&&a(835)===_0x1f916d&&$(a(519))[a(743)](a(583)+CustomBotCode+a(676))}function _0x5dad58(a){var b=null;return _0x46cfa1&&_0x46cfa1[a]&&(b=_0x46cfa1[a]),b}
function _0x176d0c(a,b,c,d,e,f,h,n,k,y,q,w,t){function x(){var l=_0x1796;"none"!==b[l(1101)]("display")&&b[l(1101)](l(878),l(778));l(778)!==c[l(1101)](l(878))&&c[l(1101)](l(878),"none");l(778)!==d[l(1101)](l(878))&&d[l(1101)](l(878),l(778))}var g=_0x43712b;if(a){var v=a/60/518400;a=Math.floor(v);var m=12*(v-a);v=Math[g(1035)](m);var p=30*(m-v);m=Math.floor(p);var u=24*(p-m);p=Math.floor(u);var r=60*(u-p);u=Math[g(1035)](r);r=Math.round(60*(r-u));60==r&&(r=0,u+=1);0<a||(a="");0<v||(v="");0<m||(m="");
""!==a?(g(778)===b[g(1101)]("display")&&b.css(g(878),g(965)),g(778)!==c.css("display")&&c[g(1101)]("display","none"),"none"!==d[g(1101)](g(878))&&d.css("display",g(778)),1<a?f[g(722)](g(657)):f[g(722)](g(570)),e[g(722)](a),q.text(p),w[g(722)](u),t[g(722)](r)):""!==v?(g(778)!==b[g(1101)]("display")&&b.css(g(878),"none"),g(778)===c.css(g(878))&&c[g(1101)](g(878),g(965)),"none"!==d[g(1101)]("display")&&d[g(1101)](g(878),g(778)),1<v?n[g(722)](g(843)):n.text(g(951)),h.text(v),q[g(722)](p),w[g(722)](u),
t[g(722)](r)):""!==m?(g(778)!==b[g(1101)]("display")&&b[g(1101)](g(878),g(778)),"none"!==c[g(1101)](g(878))&&c[g(1101)]("display",g(778)),g(778)===d[g(1101)](g(878))&&d[g(1101)](g(878),g(965)),1<m?y.text("DAYS"):y[g(722)]("DAY"),k[g(722)](m),q[g(722)](p),w[g(722)](u),t[g(722)](r)):0<p?(x(),q[g(722)](p),w.text(u),t[g(722)](r)):0<u?(x(),q.text(0),w[g(722)](u),t[g(722)](r)):0<r?(x(),q[g(722)](0),w[g(722)](0),t[g(722)](r)):(x(),q[g(722)](0),w.text(0),t[g(722)](0))}else x(),q[g(722)](0),w[g(722)](0),t[g(722)](0)}
function _0x2ee6d6(){var a=_0x43712b;if($(a(614))[a(842)]||1===CodeStyleOnly){if(enableInterface){if(!$(a(900))[a(842)]){var b=$(_0x5d2020);b.children(a(571))[_0x3b9c5d(76)](a(1039));b[a(743)]('<div id="yd-client-interface"></div>');$(a(810))[a(743)](b)}$("#yd-client-interface")[_0x3b9c5d(76)](_0x5dad58(a(920))?_0x5dad58(a(920)):_0x3b9c5d(8))}enableNetStatus&&($("#yd-client-system-internet")[a(842)]||(b=$(_0x5d2020),b[a(538)](a(571))[_0x3b9c5d(76)](a(852)),b[a(743)](a(823)),$(a(810))[a(743)](b)),
$("#yd-client-system-internet")[_0x3b9c5d(76)](_0x809ac3?"Up":a(836)));enableConStatus&&($(a(869)).length||(b=$(_0x5d2020),b[a(538)]("div")[_0x3b9c5d(76)](a(1062)),b[a(743)](a(1027)),$(a(810))[a(743)](b)),$("#yd-client-status")[_0x3b9c5d(76)](_0x5dad58(a(730))?_0x5dad58(a(730)):"Disconnected"));enableCode&&($("#yd-client-code")[a(842)]||(b=$(_0x5d2020),b[a(538)]("div")[_0x3b9c5d(76)](a(844)),b[a(743)]('<div id="yd-client-code"></div>'),$(a(810))[a(743)](b)),$("#yd-client-code")[_0x3b9c5d(76)](_0x5dad58("code")?
_0x5dad58(a(754)):_0x3b9c5d(8)));enableID&&($(a(620))[a(842)]||(b=$(_0x5d2020),b[a(538)](a(571))[_0x3b9c5d(76)](a(473)),b.append(a(956)),$(a(810))[a(743)](b)),$(a(620))[_0x3b9c5d(76)](_0x5dad58("id")?_0x5dad58("id"):_0x3b9c5d(8)));enableMAC&&($(a(789))[a(842)]||(b=$(_0x5d2020),b.children(a(571))[_0x3b9c5d(76)](a(938)),b[a(743)](a(937)),$(a(810)).append(b)),$("#yd-client-mac")[_0x3b9c5d(76)](_0x5dad58(a(767))?_0x5dad58("mac"):a(1059)));enableIPAddress&&($(a(713))[a(842)]||(b=$(_0x5d2020),b[a(538)](a(571))[_0x3b9c5d(76)](a(615)),
b[a(743)](a(727)),$(a(810))[a(743)](b)),$("#yd-client-ip")[_0x3b9c5d(76)](_0x5dad58(a(1115))?_0x5dad58(a(1115)):"0.0.0.0"));if(enableUpSpeed){$(a(737)).length||(b=$(_0x5d2020),b[a(538)](a(571))[_0x3b9c5d(76)]("Upload:"),b[a(743)]('<div id="yd-upspeed"></div>'),$(a(810))[a(743)](b));var c;_0x5dad58(a(818))&&(c=_0x5dad58(a(818))[a(802)](/\d+/g));c&&(c=c[0],(b=_0x5dad58("ulimit").match(/(B|b|K|k|M|m|G|g|T|t)/g))&&(c=b[0]&&"b"!==b[0].toLowerCase()?c+(" "+b[0]+a(1051)):c+a(1051)));$("#yd-upspeed")[_0x3b9c5d(76)](c?
c:"0 bps")}if(enableDownSpeed){$(a(580))[a(842)]||(b=$(_0x5d2020),b.children("div")[_0x3b9c5d(76)](a(826)),b[a(743)](a(1082)),$(a(810))[a(743)](b));var d;_0x5dad58(a(598))&&(d=_0x5dad58(a(598)).match(/\d+/g));d&&(d=d[0],(c=_0x5dad58(a(598))[a(802)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(d=c[0]&&"b"!==c[0][a(528)]()?d+(" "+c[0]+a(1051)):d+"bps"));$(a(580))[_0x3b9c5d(76)](d?d:"0 bps")}enableReserveDuration&&1!==CodeStyleOnly&&($(a(701)).length||(b=$(_0x5d2020),b[a(538)](a(571))[_0x3b9c5d(76)](a(700)),b[a(743)](a(834)),
$(a(810))[a(743)](b)),$(a(701))[_0x3b9c5d(76)](_0x5dad58(a(1033))?_0x5dad58(a(1033)):"0.0.0"));enableDurationType&&1!==CodeStyleOnly&&($(a(616)).length||(b=$(_0x5d2020),b[a(538)]("div")[_0x3b9c5d(76)]("Duration Type:"),b[a(743)](a(550)),$(a(810))[a(743)](b)),$(a(616))[_0x3b9c5d(76)](_0x5dad58(a(955))?a(707)===_0x5dad58(a(955))?a(1067):"Pausable":a(778)));enableValidUntil&&($(a(805))[a(842)]||!_0x5dad58(a(576))&&a(707)!==_0x5dad58("type")?_0x5dad58("validity")||"consumable"===_0x5dad58(a(955))||$("#yd-validity-parent").remove():
(b=$(_0x5d2020),b.prop("id",a(525)),b[a(538)](a(571))[_0x3b9c5d(76)](a(1056)),b[a(743)]('<div id="yd-validity"></div>'),$("#yd-info-data")[a(743)](b)));enableExpiration&&!$("#yd-estimate").length&&a(1013)===_0x5dad58(a(955))?(b=$(_0x5d2020),b.prop("id",a(546)),b[a(538)](a(571))[a(1002)]("Expiration:"),b[a(743)](a(572)),$(a(810))[a(743)](b),$("#yd-estimate")[a(1002)](dateFormat(new Date(_0x5dad58("now")+1E3*_0x5dad58(a(982)))))):a(1013)!==_0x5dad58(a(955))&&$(a(548)).remove();enablePauseLimit&&!$(a(969))[a(842)]&&
0<=_0x5dad58(a(635))?(b=$(_0x5d2020),b[a(970)]("id",a(822)),b[a(538)](a(571)).html(a(1114)),b[a(743)]('<div id="yd-puase-limit"></div>'),$(a(810))[a(743)](b)):(0>_0x5dad58(a(635))||void 0===_0x5dad58("pauselimit"))&&$("#yd-puase-limit-parent").remove();0!==enableValidUntil&&a(707)===_0x5dad58(a(955))&&$(a(805))[a(1002)](dateFormat(new Date(_0x5dad58(a(530)))));0!==enableValidUntil&&_0x5dad58(a(576))&&$(a(805))[a(1002)](dateFormat(new Date(_0x5dad58(a(576)))));0!==enablePauseLimit&&0<=_0x5dad58(a(635))&&
$(a(969)).html(_0x5dad58(a(635))?_0x5dad58(a(635)):a(778));enableDate&&($(a(985))[a(842)]||(b=$(_0x5d2020),b[a(538)](a(571))[_0x3b9c5d(76)](a(474)),b[a(743)]('<div id="yd-date"></div>'),$(a(810))[a(743)](b)),$(a(985))[_0x3b9c5d(76)](_0x5dad58("now")?dateFormat(new Date(_0x5dad58(a(515)))):a(674)));enableUptime&&($(a(740)).length||(b=$(_0x5d2020),b[a(538)](a(571))[_0x3b9c5d(76)](a(1073)),b[a(743)](a(862)),$(a(810))[a(743)](b)),$(a(740))[_0x3b9c5d(76)](_0x5dad58(a(587))?decToTime(_0x5dad58(a(587))):
a(880)))}}
function _0x5ada5a(a,b,c){var d=_0x43712b;a=parseInt(a);if(0<a)if("d"===_0x46c9b3)socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[12],a,function(e){var f=_0x1796;f(901)===e?(e=e[f(1089)](f(776),"Insufficient"),_0x464f1f(53,e)):(b&&$(f(859)+c)[f(656)](f(699)),_0x464f1f(55,f(864)))});else socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[11],a,function(e){var f=_0x1796;f(689)===e.toLowerCase()?(b&&$(f(859)+c)[f(656)](f(699)),_0x464f1f(55,f(549))):(e=e[f(1089)]("Insuffient",f(885)),_0x464f1f(53,e))});
else _0x464f1f(53,d(1105))}function _0x549576(a,b,c){var d=0;return socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[8],a,function(e){var f=_0x1796;e[f(784)]&&(d=1,_0x5ada5a(e[f(784)],b,c))}),d}
function _0x376149(a,b,c,d){var e=_0x43712b;if(a&&4<a.length&&15>a[e(842)]){if(1!==_0x549576(a,b,c))if("d"===_0x46c9b3)socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[9],a,function(f){"Connected"===f?(b&&$(e(859)+c).modal(e(699)),_0x464f1f(55,e(864))):-1<f[e(896)](e(690))?(f=f.replace(e(690),d+e(610)),_0x464f1f(53,f)):_0x464f1f(53,e(795))});else socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[10],a,function(f){e(689)===f[e(528)]()?(b&&$(e(859)+c)[e(656)](e(699)),_0x464f1f(55,e(549))):-1<f[e(896)](e(690))?
(f=f[e(1089)](e(690),d+e(610)),_0x464f1f(53,f)):_0x464f1f(53,e(795))})}else _0x464f1f(53,"Code Input Invalid")}function _0x80dbbb(){socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[4],function(a){var b=_0x1796;b(801)===a[b(528)]()?_0x464f1f(52,b(1022)):(a=a[b(1089)](b(999),"Consumable"),_0x464f1f(56,a))})}
function _0x5349ce(){socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[6],function(a){var b=_0x1796;-1<a[b(896)](b(584))?(_0x464f1f(53,a),"Error #1"===a&&setTimeout(function(){location[b(505)]()},2E3)):_0x464f1f(55,b(1030))})}
function _0x52a001(){var a=_0x43712b,b=_0x2e8f70();openModal("_yd_ucb",b+a(1118)+_mconexXColor+a(675),'<div style="border-radius: '+_modal_contentBodyBorderRadius+a(915)+_modal_contentBodyBoxShadow+a(761)+_modal_contentBodyBackColor+a(930)+_codeLabelBorderColor+a(691)+_codeLabelTextColor+a(865)+_codeLabelBackColor+a(1026)+_codeLabelTextShadow+a(502)+_codeInputBackColor+a(551)+_codeInputBorderColor+a(1032)+_inputTextColor+a(927)+_codeInputTextShadow+a(721),a(964)+_mconexBtnTextColor+a(665)+_mconexBtnBackColor+
"; border-color: "+_mconexBtnBorderColor+a(734)+_mconexBtnBoxShadow+a(613)+_mconexBtnBorderRadius+a(939)+_mconexBtnTextShadow+a(931)+b+a(902));$(a(903)).on(_0x3b9c5d(51),function(){_0x3e16bd&&clearTimeout(_0x3e16bd);_0x55f962(1500);var c=$("#yd_vouchcodein").val();c?(c=c[a(1089)](/\s/g,""),c=c[a(633)](),_0x376149(c,!0,"_yd_ucb",b+" via")):_0x464f1f(53,a(962));$(a(1009))[a(967)]("")})}
function _0x26a4b5(){var a=_0x43712b,b=_0x2e8f70();openModal(a(779),b+' via Credit <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mconexXColor+a(675),a(497)+_modal_contentBodyBorderRadius+a(915)+_modal_contentBodyBoxShadow+";\t\tbackground-color: "+_modal_contentBodyBackColor+a(1018)+_creditLabelBorderColor+a(691)+_creditLabelTextColor+a(865)+_creditLabelBackColor+"; margin-right: 2px; text-shadow: "+_creditLabelTextShadow+
a(817)+_creditLabelTextShadow+a(829)+_0x4325d2+a(781)+_creditInputBackColor+a(551)+_creditInputBorderColor+a(1032)+_inputTextColor+a(927)+_creditInputTextShadow+a(832),'<div style="display: flex; width: 100%; justify-content: flex-end; margin-bottom: 9px;">\t\t<button style="margin: auto; width: 35%; color:'+_mconexBtnTextColor+a(665)+_mconexBtnBackColor+";\t\tborder-color: "+_mconexBtnBorderColor+a(734)+_mconexBtnBoxShadow+"; border-radius: "+_mconexBtnBorderRadius+a(939)+_mconexBtnTextShadow+';" type="button" \t\tid="use-csubmit-btn" class="btn btn-PauseResume">'+
b+a(952));$(a(903)).on(_0x3b9c5d(51),function(){_0x3e16bd&&clearTimeout(_0x3e16bd);_0x55f962(1500);if(0<parseInt(_0x4325d2)){var c=$("#yd_creditin")[a(967)]();c=parseInt(c);0<c?_0x5ada5a(c,!0,a(779)):_0x464f1f(53,"Please Input a Valid Credit");$(a(944))[a(967)]("")}else $(a(768))[a(656)](a(699)),_0x464f1f(53,a(1105))})}socketIO[_0x43712b(558)](_0x4d7a5e[_0x3b9c5d(1)]()[20]);socketIO[_0x43712b(558)](_0x4d7a5e[_0x3b9c5d(1)]()[21]);
function _0x1e9cfa(a){var b=_0x43712b;1===EnableSelectableVendo&&(_0x4204c5=$(b(639)).attr(b(1029)));if(""===_0x4204c5)_0x464f1f(53,"No Vendo ID Selected.");else{var c={};a=(c[b(904)]=_0x4204c5,c[b(955)]=a,c.autologin=!!hideoptions[b(1021)],c);socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[13],a,function(d){if(b(483)==d[b(867)]||b(988)==d.message){_0x4b6b71=d.rate;_0x5149e4=1;openModal(34,b(872),'<div style="font-weight:500; border-radius: '+_modal_contentBodyBorderRadius+b(915)+_modal_contentBodyBoxShadow+
"; background-color: "+_modal_contentBodyBackColor+b(1031)+_minsertCreditColor+b(1110)+_minsertTextShadow+';">&#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: '+_minsertTotalCreditColor+b(927)+_minsertTextShadow+';">Total Credit: &#8369; 0.00</div>\t\t\t\t\t\t\t\t\t<div id="total-d-display" style="font-size: 15px; margin-top: -4px;margin-bottom:15px;color: '+_minsertDurationColor+b(927)+_minsertTextShadow+
b(574)+_minsertprogressbarColor+"; width:"+3.333333333333333*d[b(518)]+b(714)+d[b(518)]+b(783),b(511)+_minsertCancelTextColor+"; background-color:"+_minsertCancelBackColor+b(751)+_minsertCancelBorderColor+b(734)+_minsertCancelBoxShadow+b(613)+_minsertCancelBorderRadius+b(939)+_minsertTextShadow+b(489)+_minsertDoneTextColor+b(665)+_minsertDoneBackColor+"; border-color: "+_minsertDoneBorderColor+"; box-shadow: "+_minsertDoneBoxShadow+b(613)+_minsertDoneBorderRadius+b(939)+_minsertTextShadow+b(870));
socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[2],function(e){var f=_0x45a6a1(e.credit,_0x4b6b71[b(1034)],_0x4b6b71[b(785)]);$(b(586))[_0x3b9c5d(76)](b(553)+e[b(726)]+b(578));if(f)$(b(645))[_0x3b9c5d(76)](b(653)+decToTime(f[b(513)]))});$("#insert-done-d")[b(558)](_0x3b9c5d(51));$(b(828)).on(_0x3b9c5d(51),function(){this[b(1121)]=!0;_0x1e9cfa(0);0<parseInt(_0x4325d2)&&_0x5ada5a(_0x4325d2,!1,"")});$(b(524))[b(558)](_0x3b9c5d(51));$(b(524)).on(_0x3b9c5d(51),function(){this.disabled=!0;_0x1e9cfa(0)});
_0x4efd00&&(_0x4efd00[b(877)](),_0x4efd00.currentTime=0);_0x4ab1ab&&(_0x4ab1ab[b(877)](),_0x4ab1ab.currentTime=0);$(b(828))[b(699)]();try{_0x98ac2c=hideoptions[b(697)]&&hideoptions[b(697)][b(786)]?new Audio(b(799)+hideoptions[b(697)].coin+b(746)+hideoptions.imgmp3[b(874)]):new Audio(b(672)),_0x55d06d=hideoptions[b(697)]&&hideoptions[b(697)][b(717)]?new Audio("/html/"+hideoptions[b(697)][b(717)]+b(746)+hideoptions[b(697)][b(874)]):new Audio(b(811)),_0x55d06d.play()}catch(e){}}else{if(b(848)===d.message){if(!_0x4efd00||
_0x4efd00[b(971)])try{_0x4efd00=hideoptions.imgmp3&&hideoptions[b(697)][b(595)]?new Audio(b(799)+hideoptions.imgmp3.pleasewait+"?version="+hideoptions[b(697)][b(874)]):new Audio(b(687)),_0x4efd00[b(1123)]()}catch(e){}else _0x4efd00&&(_0x4efd00[b(877)](),_0x4efd00[b(520)]=0);_0x464f1f(56,"Please Wait.. Someone Is<br>Currently Inserting Coin.")}else if(b(536)==d[b(867)]){if(!_0x4ab1ab||_0x4ab1ab[b(971)])try{_0x4ab1ab=hideoptions[b(697)]&&hideoptions.imgmp3[b(990)]?new Audio(b(799)+hideoptions.imgmp3[b(990)]+
b(746)+hideoptions[b(697)][b(874)]):new Audio(b(1023)),_0x4ab1ab[b(1123)]()}catch(e){}else _0x4ab1ab&&(_0x4ab1ab.pause(),_0x4ab1ab[b(520)]=0);_0x464f1f(53,b(559)+d[b(644)]);clearTimeout(_0x37bf8e);_0x3f0715(1E4)}else b(1095)===d[b(867)]?_0x464f1f(52,d[b(722)]):b(752)===d[b(867)]&&_0x55d06d&&(_0x55d06d[b(877)](),_0x55d06d=null);_0x5149e4=0}})}}
socketIO.on(_0x4d7a5e[_0x3b9c5d(1)]()[20],function(a){var b=_0x43712b;if(a[b(726)]){1===HideInsertCloseBtnWhenCoinInserted&&$("#insert-close-d")[b(699)]();_0x44be45&&clearTimeout(_0x44be45);_0x44be45=setTimeout(function(){_0x55d06d&&_0x55d06d.play()},2E3);_0x98ac2c&&(_0x55d06d[b(877)](),_0x98ac2c[b(1123)]());$(b(828))[_0x3b9c5d(76)](_0x2e8f70());$(b(828))[b(1117)]();$(b(1064))[_0x3b9c5d(76)](b(611)+a.incoin+b(578));var c=_0x45a6a1(a[b(726)],_0x4b6b71[b(1034)],_0x4b6b71.rtype);$(b(586))[_0x3b9c5d(76)]("Total Credit: &#8369;  "+
a.credit[b(1011)](2));if(c)$(b(645))[_0x3b9c5d(76)](b(653)+decToTime(c[b(513)]))}});
socketIO.on(_0x4d7a5e[_0x3b9c5d(1)]()[21],function(a){var b=_0x43712b;a[b(518)]?(28>=a[b(518)]&&_0x55d06d&&_0x55d06d[b(971)]&&(_0x98ac2c&&_0x98ac2c[b(877)](),10>=_0x55d06d[b(520)]&&_0x55d06d.play()),29==a[b(518)]&&_0x98ac2c&&_0x98ac2c[b(971)]&&(_0x98ac2c[b(877)](),25<=_0x55d06d[b(520)]&&(_0x55d06d.currentTime=2.5),_0x55d06d&&_0x55d06d.play()),30<=a[b(518)]&&(_0x37bf8e&&clearTimeout(_0x37bf8e),_0x3f0715(3E3)),$("#barpersent-d")[b(1101)]("width",3.333333333333333*a[b(518)]+"%"),10>a[b(518)]?$(b(564))[b(1101)](b(973),
b(995)):$(b(564))[b(1101)](b(973),b(745)),$(b(564))[_0x3b9c5d(76)](a[b(518)])):a[b(1096)]&&(_0x55d06d&&(_0x55d06d[b(877)](),_0x55d06d=null),hideoptions[b(697)]&&hideoptions[b(697)][b(1096)]&&(new Audio(b(799)+hideoptions[b(697)][b(1096)]+b(746)+hideoptions.imgmp3[b(874)]))[b(1123)](),$("#modal-alert-34").modal(b(699)),_0x5149e4=0,$(b(881))[_0x3b9c5d(76)](""),_0x3f0715(2E3),_0x2ee6d6(),b(959)===a[b(867)]&&_0x464f1f(53,a[b(867)]),_0x55d06d&&_0x55d06d[b(877)]())});
function _0x36b822(){var a=_0x43712b,b=0,c="n",d="0",e=$(a(1005)),f="",h=$(a(724)),n=$(a(1127)),k=$(a(824)),y=$(a(777)),q="",w=$(a(892)),t="",x="",g=$(a(491)),v=$(a(1088)),m="",p=$(a(897)),u=$(a(504)),r=$(a(554)),l=$(a(1046)),C=$(a(794)),D=$(a(954)),E=$(a(1126)),F=$("#yd-client-duration-im"),G=$(a(792)),H=$(a(654)),I=$(a(522)),J=$(a(736)),K=$(a(543)),L=setInterval(function(){1===EnableBackMusic&&_0x15e5b3&&(_0x4ab1ab&&0<_0x4ab1ab.currentTime?(_0x15e5b3.pause(),_0x4ab1ab.paused&&(_0x4ab1ab.pause(),
_0x4ab1ab[a(520)]=0)):_0x4efd00&&0<_0x4efd00[a(520)]?(_0x15e5b3[a(877)](),_0x4efd00[a(971)]&&(_0x4efd00[a(877)](),_0x4efd00.currentTime=0)):_0x55d06d&&0<_0x55d06d.currentTime?(_0x15e5b3[a(877)](),_0x55d06d[a(971)]&&(_0x55d06d[a(877)](),_0x55d06d.currentTime=0)):_0x15e5b3[a(971)]&&_0x15e5b3[a(1123)]());1===EnableFallingFireBall&&$(a(796))[a(478)](function(){var B=parseInt($(this)[a(1101)](a(479)));if(a(1065)===$(this)[a(1101)](a(929))){var z=Math[a(1035)](6*Math[a(816)]())+1;$(this)[a(1101)](a(929),
z+"px");$(this)[a(1101)](a(981),z+"px")}-30>B&&($(this)[a(1101)]("width",a(1065)),$(this).css(a(981),a(1065)))});1===EnableChatMe&&($("#chatmod")[a(842)]||$(a(960)).prepend('\t\t\t\t\t<span class="text-success" style="position: absolute; font-size: 14px;font-weight: bold;width: 65px;margin-top: 50px;margin-left: -5px;" id="chatmod">Chat Me</span>\t\t\t\t'));socketIO[a(770)]&&(1===_0x2cf447&&g[a(1101)](_0x3b9c5d(5))!==_0x3b9c5d(8)&&location[a(505)](),socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[2],
function(B){if(B){_0x46cfa1=B;try{if(0===_0x4419fa&&_0x28818f(),_0x809ac3=_0x5dad58(a(968))){_0x4325d2=_0x5dad58(a(726))?_0x5dad58(a(726)):0;var z=_0x5dad58(a(730));z?(b=1,_0x46c9b3=z[0][a(528)]()):1===b?(location.reload(),b=0):_0x46c9b3="d";_0x89748b=(_0x89748b=_0x5dad58(a(685)))?-1<_0x89748b?_0x89748b[a(1011)](2):a(986):"0.00"}else _0x809ac3=0,_0x46c9b3="d",_0x89748b=a(986)}catch(M){}}}));h[_0x3b9c5d(76)]("&#8369; "+(_0x4325d2+a(578)));var A=$(a(581));if(A[a(842)])A[_0x3b9c5d(76)](a(611)+(_0x4325d2+
".00"));if(""!==_0x89748b&&(w[a(538)](a(1045))[a(722)](_0x89748b),A=$("#spinwheel-points"),A[a(842)]&&!1===wheelSpinning))A[_0x3b9c5d(76)](a(747)+_0x89748b);_0x2ee6d6();"c"==_0x46c9b3&&"o"!==c?(_0x176d0c(_0x5dad58("duration"),u,r,l,C,D,E,F,G,H,I,J,K),"1"!==d&&(t=a(864),f=a(728),m="Extend",q=a(739),x=TextStatusConnectedColor,c="o",d="1")):"p"===_0x46c9b3&&"o"!==c?"2"!==d&&(_0x176d0c(_0x5dad58(a(982)),u,r,l,C,D,E,F,G,H,I,J,K),t="Paused",f=a(988),m="Extend",q=a(739),x=TextStatusPausedColor,c="o",d="2"):
"d"==_0x46c9b3&&"o"!==c&&"3"!==d&&(t=a(1081),f="Offline",q=a(760),m=a(1092),x=TextStatusDisconnectedColor,c="o",d="3");"o"===c&&(1!==UseStatusStaticColor&&n[a(1101)](a(526),x),k[_0x3b9c5d(78)](a(603),q),y[_0x3b9c5d(76)](t),"u"===t[2]?$(a(683))[a(695)](a(603),"blink"):$("#yd-client-duration")[a(695)](a(603),""),f[1]!==e[a(538)](a(1045))[a(722)]()[1]&&e[a(538)](a(1045))[a(1107)](200,function(){e[a(538)](a(1045)).text(f)[a(966)](200)}),0===CodeStyleOnly?(v[a(538)](a(1045)).text()[1]!==m[1]&&v.children(a(1045))[a(1107)](200,
function(){v[a(538)]("span").text(m).fadeIn(200)}),"h"===p[a(538)](a(1045))[a(722)]()[1]&&p[a(538)]("span").fadeOut(200,function(){p[a(538)](a(1045))[a(722)](a(961))[a(966)](200)})):p[a(538)](a(1045))[a(722)]()[1]!==m[1]&&p.children(a(1045))[a(1107)](200,function(){p[a(538)](a(1045)).text(m).fadeIn(200)}),EnableTrialTimeButton&&(_0x5dad58(a(668))?"d"===_0x46c9b3&&($(a(683))[a(1101)](_0x3b9c5d(5),_0x3b9c5d(8)),$(a(1049))[a(1101)](_0x3b9c5d(5),_0x3b9c5d(12))):($(a(1049)).css(_0x3b9c5d(5),_0x3b9c5d(8)),
$(a(683))[a(1101)](_0x3b9c5d(5),_0x3b9c5d(12)))),g[a(699)](),"0"===_0x5696cc&&(_0x5734ee=DataUpdateSpeed,clearInterval(L),_0x5696cc="1",_0x36b822()),0===EnableSelectableVendo&&$(a(482))[a(722)](_0x1bd9b8),c="n",_0x2cf447=1)},_0x5734ee)}
try{graphMonitor.remove();redeembtn[_0x43712b(860)]();clientinfocard[_0x43712b(860)]();buttoncard.remove();ratecard=_0x43712b(847);creditbox[_0x43712b(860)]();""!==PortalTitle&&$(document)[_0x43712b(970)](_0x43712b(950),PortalTitle);var _0x10eafb="";1!==UseMp4BackGroundStyle&&(_0x10eafb=1===UseBackGroundImageStyle?_0x43712b(650)+backGroundImageName+") "+backGroundImagePosY+" "+backGroundImagePosX+" "+backGroundImageRepeat+" "+backGroundImageColor+";background-size: "+backGroundImageSize:DefaultWrapBackStyle);
var _0x179edf="";_0x43712b(835)===_0x1f916d&&(_0x179edf=_0x43712b(809)+_inputTextColor+" !important;");$(_0x43712b(532))[_0x43712b(743)]('<style type="text/css"></style>');$(_0x43712b(532))[_0x43712b(538)](_0x43712b(1047))[_0x43712b(1002)](_0x43712b(837)+_spintricolor+_0x43712b(758)+FallingFireBallColor+";\t\t\tborder-radius: 50%;\t\t}\t\t@-webkit-keyframes fireballs-fall{0%{top:-10%}100%{top:100%}}\t\t@-webkit-keyframes fireballs-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}\t\t@keyframes fireballs-fall{0%{top:-10%}100%{top:100%}}\t\t@keyframes fireballs-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}\t\t.fireball\t\t{\t\t\tposition:absolute;\t\t\ttop:-10%;\t\t\tz-index:9999;\t\t\t-webkit-user-select:none;\t\t\t-moz-user-select:none;\t\t\t-ms-user-select:none;\t\t\tuser-select:none;\t\t\tcursor:default;\t\t\t-webkit-animation-name:fireballs-fall,fireballs-shake;\t\t\t-webkit-animation-duration:10s,3s;\t\t\t-webkit-animation-timing-function:linear,ease-in-out;\t\t\t-webkit-animation-iteration-count:infinite,infinite;\t\t\t-webkit-animation-play-state:running,running;\t\t\tanimation-name:fireballs-fall,fireballs-shake;\t\t\tanimation-duration:10s,3s;\t\t\tanimation-timing-function:linear,ease-in-out;\t\t\tanimation-iteration-count:infinite,infinite;\t\t\tanimation-play-state:running,running\t\t}\t\t.fireball:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}\t\t.fireball:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}\t\t.fireball:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}\t\t.fireball:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}\t\t.fireball:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}\t\t.fireball:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}\t\t.fireball:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}\t\t.fireball:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}\t\t.fireball:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}\t\t.fireball:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}\t\th1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight:300}\t\tbody{background-color: "+
DefaultBodyBackColor+_0x43712b(510)+_chatminWidth+_0x43712b(641)+_chatminHeight+_0x43712b(977)+_chatbackColor+_0x43712b(613)+_chatborderRadiusColor+_0x43712b(1066)+_chatborderStyle+_0x43712b(975)+_sendchatBackColor+_0x43712b(1069)+_sendchatBackColor+_0x43712b(487)+_sendchatAdminInBackColor+"; text-shadow: "+_sendchatAdminInTextShadow+_0x43712b(889)+_sendchatInBackColor+_0x43712b(748)+_sendchatInTextShadow+";}\t\t.navbar{background: "+_navBarBackColor+_0x43712b(1037)+_tnavbarBorderBottom+_0x43712b(992)+
_sideBarBackColor+_0x43712b(678)+_mdiMenuColor+_0x43712b(1052)+_mdiMenuColor+"}\t\t.sidebar .nav .nav-item.nav-category .nav-link{color: "+_sideBarNavCatLinkColor+_0x43712b(891)+_sideBarNavLinkColor+_0x43712b(882)+_0x10eafb+_0x43712b(1036)+_cardBackColor+_0x43712b(1070)+_cardBorderSize+_0x43712b(819)+_cardBorderColor+_0x43712b(780)+_cardBorderRadius+_0x43712b(670)+_cardBoxShadow+_0x43712b(514)+_ratescardbordersize+_0x43712b(819)+_ratescardbordercolor+"}\t\t.table, .jsgrid .jsgrid-table{background:"+
_tableBackColor+_0x43712b(619)+_tablestripedBackColor+_0x43712b(806)+_modal_contentBackColor+";border:"+_modal_contentBorderSize+_0x43712b(819)+_modal_contentBorderColor+_0x43712b(780)+_modal_contentBorderRadius+_0x43712b(670)+_modal_contentBoxShadow+_0x43712b(1097)+_modal_contentTitleFontWeight+_0x43712b(983)+_modal_contentTitleColor+_0x43712b(841)+_modal_contentTitleShadow+_0x43712b(871)+VendoDropDownMenuListTextColor+_0x43712b(628)+VendoDropDownMenuBackColor+_0x43712b(1122)+VendoDropDownMenuBorderSize+
_0x43712b(819)+VendoDropDownMenuBorderColor+";border-radius:"+VendoDropDownMenuBorderRadius+_0x43712b(663)+VendoDropDownMenuListTextColor+_0x43712b(957)+_textsuccess+_0x43712b(831)+_textwarning+_0x43712b(927)+_textwarningshadow+_0x43712b(1016)+_textwarningfontweight+_0x43712b(703)+_textprimary+" !important; text-shadow: "+_textprimaryshadow+_0x43712b(696)+_spinbtnbackcolor+"; color: "+_spinbtntextcolor+_0x43712b(732)+_spinbtnbordercolor+_0x43712b(748)+_spinbtntextshadow+_0x43712b(941)+PauseResumeButtonBoxShadow+
";color:"+PauseResumeButtonTextColor+_0x43712b(1055)+PauseResumeButtonBackColor+_0x43712b(991)+PauseResumeButtonBorderColor+_0x43712b(601)+PauseResumeButtonBoxShadow+_0x43712b(712)+PauseResumeButtonTextColor+_0x43712b(628)+PauseResumeButtonBackColor+_0x43712b(991)+PauseResumeButtonBorderColor+_0x43712b(766)+PauseResumeButtonBoxShadow+_0x43712b(712)+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+_0x43712b(991)+PauseResumeButtonBorderColor+_0x43712b(606)+PauseResumeButtonBoxShadow+
_0x43712b(712)+PauseResumeButtonTextColor+_0x43712b(628)+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+"}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: "+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+_0x43712b(628)+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+_0x43712b(529)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+
_0x43712b(1024)+PauseResumeButtonBoxShadow+_0x43712b(712)+PauseResumeButtonTextColor+_0x43712b(628)+PauseResumeButtonBackColor+_0x43712b(1038)+PauseResumeButtonBoxShadow+_0x43712b(712)+PauseResumeButtonTextColor+_0x43712b(628)+PauseResumeButtonBackColor+";border-color:"+PauseResumeButtonBorderColor+_0x43712b(1071)+PauseResumeButtonTextColor+_0x43712b(594)+PauseResumeButtonTextColor+_0x43712b(769)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x43712b(1055)+ConExtendButtonBackColor+
_0x43712b(991)+ConExtendButtonBorderColor+_0x43712b(1116)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x43712b(991)+ConExtendButtonBorderColor+_0x43712b(1085)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x43712b(628)+ConExtendButtonBackColor+_0x43712b(991)+ConExtendButtonBorderColor+_0x43712b(1113)+ConExtendButtonBoxShadow+_0x43712b(712)+ConExtendButtonTextColor+";background-color:"+ConExtendButtonBackColor+_0x43712b(991)+
ConExtendButtonBorderColor+"}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: "+ConExtendButtonBoxShadow+_0x43712b(712)+ConExtendButtonTextColor+_0x43712b(628)+ConExtendButtonBackColor+";border-color:"+ConExtendButtonBorderColor+"}.btn-vouchextend:not(:disabled):not(.disabled):active:focus,.btn-vouchextend:not(:disabled):not(.disabled).active:focus,.show>.btn-vouchextend.dropdown-toggle:focus{box-shadow: "+
ConExtendButtonBoxShadow+_0x43712b(712)+ConExtendButtonTextColor+_0x43712b(1024)+ConExtendButtonBoxShadow+_0x43712b(712)+ConExtendButtonTextColor+_0x43712b(628)+ConExtendButtonBackColor+_0x43712b(906)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+_0x43712b(628)+ConExtendButtonBackColor+_0x43712b(991)+ConExtendButtonBorderColor+_0x43712b(557)+ConExtendButtonTextColor+_0x43712b(477)+ConExtendButtonTextColor+_0x43712b(1063)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+_0x43712b(1055)+
RedeemButtonBackColor+_0x43712b(991)+RedeemButtonBorderColor+_0x43712b(1015)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+_0x43712b(628)+RedeemButtonBackColor+_0x43712b(991)+RedeemButtonBorderColor+_0x43712b(1020)+RedeemButtonBoxShadow+_0x43712b(712)+RedeemButtonTextColor+_0x43712b(628)+RedeemButtonBackColor+_0x43712b(991)+RedeemButtonBorderColor+_0x43712b(845)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+_0x43712b(628)+RedeemButtonBackColor+_0x43712b(991)+RedeemButtonBorderColor+
_0x43712b(500)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+_0x43712b(628)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+_0x43712b(507)+RedeemButtonBoxShadow+_0x43712b(712)+RedeemButtonTextColor+_0x43712b(1024)+RedeemButtonBoxShadow+_0x43712b(712)+RedeemButtonTextColor+_0x43712b(628)+RedeemButtonBackColor+_0x43712b(888)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+_0x43712b(628)+RedeemButtonBackColor+_0x43712b(991)+RedeemButtonBorderColor+_0x43712b(851)+RedeemButtonTextColor+
_0x43712b(535)+RedeemButtonTextColor+_0x43712b(590)+MovieButtonBoxShadow+_0x43712b(712)+MovieButtonTextColor+_0x43712b(1055)+MovieButtonBackColor+";border-color:"+MovieButtonBorderColor+_0x43712b(1104)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+_0x43712b(628)+MovieButtonBackColor+_0x43712b(991)+MovieButtonBorderColor+_0x43712b(1050)+MovieButtonBoxShadow+_0x43712b(712)+MovieButtonTextColor+_0x43712b(628)+MovieButtonBackColor+_0x43712b(991)+MovieButtonBorderColor+_0x43712b(1006)+MovieButtonBoxShadow+
";color:"+MovieButtonTextColor+_0x43712b(628)+MovieButtonBackColor+_0x43712b(991)+MovieButtonBorderColor+_0x43712b(825)+MovieButtonBoxShadow+_0x43712b(712)+MovieButtonTextColor+_0x43712b(628)+MovieButtonBackColor+_0x43712b(991)+MovieButtonBorderColor+"}.btn-movie:not(:disabled):not(.disabled):active:focus,.btn-movie:not(:disabled):not(.disabled).active:focus,.show>.btn-movie.dropdown-toggle:focus{box-shadow: "+MovieButtonBoxShadow+_0x43712b(712)+MovieButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+
MovieButtonBoxShadow+_0x43712b(712)+MovieButtonTextColor+_0x43712b(628)+MovieButtonBackColor+_0x43712b(830)+MovieButtonBoxShadow+_0x43712b(712)+MovieButtonTextColor+_0x43712b(628)+MovieButtonBackColor+_0x43712b(991)+MovieButtonBorderColor+_0x43712b(958)+MovieButtonTextColor+_0x43712b(493)+MovieButtonTextColor+_0x43712b(681)+BVouchButtonBoxShadow+_0x43712b(712)+BVouchButtonTextColor+_0x43712b(1055)+BVouchButtonBackColor+_0x43712b(991)+BVouchButtonBorderColor+_0x43712b(480)+BVouchButtonBoxShadow+_0x43712b(712)+
BVouchButtonTextColor+_0x43712b(628)+BVouchButtonBackColor+";border-color:"+BVouchButtonBorderColor+_0x43712b(998)+BVouchButtonBoxShadow+_0x43712b(712)+BVouchButtonTextColor+_0x43712b(628)+BVouchButtonBackColor+_0x43712b(991)+BVouchButtonBorderColor+_0x43712b(815)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+_0x43712b(991)+BVouchButtonBorderColor+"}.btn-BVouch:not(:disabled):not(.disabled):active,.btn-BVouch:not(:disabled):not(.disabled).active,.show>.btn-BVouch.dropdown-toggle{box-shadow: "+
BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+_0x43712b(628)+BVouchButtonBackColor+_0x43712b(991)+BVouchButtonBorderColor+_0x43712b(1057)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+_0x43712b(1024)+BVouchButtonBoxShadow+_0x43712b(712)+BVouchButtonTextColor+_0x43712b(628)+BVouchButtonBackColor+_0x43712b(1112)+BVouchButtonBoxShadow+_0x43712b(712)+BVouchButtonTextColor+_0x43712b(628)+BVouchButtonBackColor+_0x43712b(991)+BVouchButtonBorderColor+"}.btn-BVouch:not(.btn-light):not(.btn-secondary){color:"+
BVouchButtonTextColor+_0x43712b(1074)+BVouchButtonTextColor+_0x43712b(856)+FreeButtonBoxShadow+_0x43712b(712)+FreeButtonTextColor+_0x43712b(1055)+FreeButtonBackColor+_0x43712b(991)+FreeButtonBorderColor+"}.btn-freebtn:hover{box-shadow: "+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x43712b(628)+FreeButtonBackColor+_0x43712b(991)+FreeButtonBorderColor+"}.btn-freebtn:focus,.btn-freebtn.focus{box-shadow: "+FreeButtonBoxShadow+_0x43712b(712)+FreeButtonTextColor+_0x43712b(628)+FreeButtonBackColor+
_0x43712b(991)+FreeButtonBorderColor+_0x43712b(523)+FreeButtonBoxShadow+_0x43712b(712)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+_0x43712b(991)+FreeButtonBorderColor+_0x43712b(660)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+_0x43712b(628)+FreeButtonBackColor+_0x43712b(991)+FreeButtonBorderColor+_0x43712b(905)+FreeButtonBoxShadow+_0x43712b(712)+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+_0x43712b(628)+FreeButtonBackColor+_0x43712b(508)+FreeButtonBoxShadow+_0x43712b(712)+FreeButtonTextColor+_0x43712b(628)+FreeButtonBackColor+_0x43712b(991)+FreeButtonBorderColor+_0x43712b(485)+FreeButtonTextColor+_0x43712b(498)+FreeButtonTextColor+"}\t\t.btn-vendolist{box-shadow: "+VendoBoxShadow+_0x43712b(712)+VendoTextColor+_0x43712b(1055)+VendoBackColor+_0x43712b(991)+VendoBorderColor+_0x43712b(876)+VendoBoxShadow+_0x43712b(712)+VendoTextColor+_0x43712b(628)+
VendoBackColor+_0x43712b(991)+VendoBorderColor+_0x43712b(1025)+VendoBoxShadow+_0x43712b(712)+VendoTextColor+_0x43712b(628)+VendoBackColor+_0x43712b(991)+VendoBorderColor+_0x43712b(723)+VendoBoxShadow+";color:"+VendoTextColor+";background-color:"+VendoBackColor+_0x43712b(991)+VendoBorderColor+_0x43712b(512)+VendoBoxShadow+";color:"+VendoTextColor+_0x43712b(628)+VendoBackColor+_0x43712b(991)+VendoBorderColor+"}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: "+
VendoBoxShadow+_0x43712b(712)+VendoTextColor+_0x43712b(1024)+VendoBoxShadow+";color:"+VendoTextColor+_0x43712b(628)+VendoBackColor+_0x43712b(782)+VendoBoxShadow+";color:"+VendoTextColor+_0x43712b(628)+VendoBackColor+";border-color:"+VendoBorderColor+_0x43712b(813)+VendoTextColor+_0x43712b(980)+VendoTextColor+"}\t\t.btn-cinfo{box-shadow: "+InfoBoxShadow+_0x43712b(712)+InfoTextColor+_0x43712b(1055)+InfoBackColor+_0x43712b(991)+InfoBorderColor+_0x43712b(833)+InfoBoxShadow+_0x43712b(712)+InfoTextColor+
_0x43712b(628)+InfoBackColor+";border-color:"+InfoBorderColor+_0x43712b(928)+InfoBoxShadow+_0x43712b(712)+InfoTextColor+_0x43712b(628)+InfoBackColor+_0x43712b(991)+InfoBorderColor+_0x43712b(679)+InfoBoxShadow+_0x43712b(712)+InfoTextColor+_0x43712b(628)+InfoBackColor+";border-color:"+InfoBorderColor+_0x43712b(800)+InfoBoxShadow+_0x43712b(712)+InfoTextColor+_0x43712b(628)+InfoBackColor+_0x43712b(991)+InfoBorderColor+_0x43712b(893)+InfoBoxShadow+_0x43712b(712)+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+_0x43712b(712)+InfoTextColor+_0x43712b(628)+InfoBackColor+"}.btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{box-shadow: "+InfoBoxShadow+_0x43712b(712)+InfoTextColor+_0x43712b(628)+InfoBackColor+";border-color:"+InfoBorderColor+"}.btn-cinfo:not(.btn-light):not(.btn-secondary){color:"+InfoTextColor+_0x43712b(895)+InfoTextColor+"}.btn-rate{box-shadow: "+RateBoxShadow+_0x43712b(712)+RateTextColor+";\t\tbackground-color:"+RateBackColor+
_0x43712b(991)+RateBorderColor+_0x43712b(912)+RateBoxShadow+_0x43712b(712)+RateTextColor+_0x43712b(628)+RateBackColor+_0x43712b(991)+RateBorderColor+_0x43712b(946)+RateBoxShadow+";color:"+RateTextColor+_0x43712b(628)+RateBackColor+_0x43712b(991)+RateBorderColor+";}.btn-rate.disabled,.btn-rate:disabled{box-shadow: "+RateBoxShadow+_0x43712b(712)+RateTextColor+_0x43712b(628)+RateBackColor+_0x43712b(991)+RateBorderColor+_0x43712b(932)+RateBoxShadow+_0x43712b(712)+RateTextColor+_0x43712b(628)+RateBackColor+
_0x43712b(991)+RateBorderColor+_0x43712b(710)+RateBoxShadow+_0x43712b(712)+RateTextColor+_0x43712b(1024)+RateBoxShadow+_0x43712b(712)+RateTextColor+_0x43712b(628)+RateBackColor+_0x43712b(588)+RateBoxShadow+_0x43712b(712)+RateTextColor+_0x43712b(628)+RateBackColor+_0x43712b(991)+RateBorderColor+_0x43712b(640)+RateTextColor+_0x43712b(858)+RateTextColor+_0x43712b(1076)+InsertCoinButtonTextColor+_0x43712b(1055)+InsertCoinButtonBackColor+_0x43712b(991)+_0x3cd91f+_0x43712b(989)+InsertCoinButtonTextColor+
_0x43712b(628)+InsertCoinButtonBackColor+_0x43712b(991)+_0x3cd91f+_0x43712b(516)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x43712b(991)+_0x3cd91f+_0x43712b(1044)+InsertCoinButtonTextColor+_0x43712b(628)+InsertCoinButtonBackColor+";border-color:"+_0x3cd91f+_0x43712b(840)+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+_0x43712b(991)+_0x3cd91f+"}.btn-insertcirclecoin:not(:disabled):not(.disabled):active:focus,.btn-insertcirclecoin:not(:disabled):not(.disabled).active:focus,.show>.btn-insertcirclecoin.dropdown-toggle:focus{color:"+
InsertCoinButtonTextColor+_0x43712b(592)+InsertCoinButtonTextColor+_0x43712b(628)+InsertCoinButtonBackColor+"}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{color:"+InsertCoinButtonTextColor+_0x43712b(628)+InsertCoinButtonBackColor+_0x43712b(991)+_0x3cd91f+_0x43712b(972)+InsertCoinButtonTextColor+_0x43712b(1040)+InsertCoinButtonTextColor+_0x43712b(1053)+_0x179edf+_0x43712b(1090)+_textlinkfooterColor+"; font-size: inherit;}\t\t._yuden {padding: 20px 1rem;transition: none;-moz-transition: none; z-index: 1;font-size: 14px; margin-left: 0;width: 100%;background-color:"+
_footerBackColor+_0x43712b(509)+_footerBoxShadow+_0x43712b(1080)+_textfooterColor+" !important; text-shadow: "+_textfooterShadow+_0x43712b(1058)+_textboldfooter+_0x43712b(688)+_textfooterColor+_0x43712b(927)+_textfooterShadow+_0x43712b(625));_0x4cd4c3();_0x4f3992();_0xb074a8();1===UseStatusStaticColor&&(TextStatusDisconnectedColor=TextStatusStaticColor);$(_0x43712b(741))[_0x43712b(1002)](_0x43712b(790)+TextStatusFontWeight+_0x43712b(691)+TextStatusDisconnectedColor+_0x43712b(1001)+TextStatusShadow+
_0x43712b(541)+TextStatusShadow+_0x43712b(775)+TextCurrentDurationColor+_0x43712b(804)+TextCurrentDurationFontWeight+_0x43712b(748)+TextCurrentDurationShadow+_0x43712b(749)+FreeButtonFontWeight+_0x43712b(613)+FreeButtonBorderRadius+_0x43712b(863)+FreeButtonTextShadow+';">'+FreeButtonText+_0x43712b(694)+TextTimeColor+_0x43712b(884)+TextTimeShadow+';"></span>&nbsp;<span id="yd-client-duration-iy" style="font-size:12px;text-shadow: '+TextTimeShadow+';"></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: '+
TextTimeShadow+';"></span>&nbsp;<span id="yd-client-duration-im" style="font-size:12px;text-shadow: '+TextTimeShadow+_0x43712b(495)+TextTimeShadow+_0x43712b(1042)+TextTimeShadow+_0x43712b(1068)+TextTimeShadow+_0x43712b(506)+TextTimeShadow+';">&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: '+TextTimeShadow+';">0</span><span id="yd-client-duration-imin" style="font-size:12px;display:inline-flex;text-shadow: '+TextTimeShadow+_0x43712b(630)+
TextTimeShadow+_0x43712b(648)+TextTimeShadow+_0x43712b(764)+ConExtendButtonFontWeight+"; border-radius: "+ConExtendButtonBorderRadius+_0x43712b(974)+ConExtendButtonTextShadow+_0x43712b(755)+PauseResumeButtonFontWeight+_0x43712b(613)+PauseResumeButtonBorderRadius+_0x43712b(974)+PauseResumeButtonTextShadow+';">Checking</span></button>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t');1===EnablePointsFunction&&($(_0x43712b(659)).children(":last").after(_0x43712b(677)+PointsLeftTextColor+
_0x43712b(539)+PointsFontWeight+_0x43712b(748)+PointsShadow+_0x43712b(729)+PointsRightColor+_0x43712b(748)+PointsShadow+_0x43712b(540)),$(_0x43712b(1005))[_0x43712b(908)](_0x43712b(894)+RedeemButtonFontWeight+_0x43712b(613)+RedeemButtonBorderRadius+_0x43712b(974)+RedeemButtonTextShadow+';">Redeem</span></button>\t\t\t'));1===EnableFallingFireBall&&$("#col-row").parent().prepend(_0x43712b(591));$(_0x43712b(1005)).on(_0x3b9c5d(51),function(){_0x43fac4&&clearTimeout(_0x43fac4);_0x231193(1500);"c"===
_0x46c9b3?_0x80dbbb():"p"===_0x46c9b3?_0x5349ce():"d"===_0x46c9b3&&_0x464f1f(56,"Press the Connect button.")});$("#yd_freebtn").on(_0x3b9c5d(51),function(){var a=_0x43712b,b=this;b[a(1121)]=!0;socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[3],function(c){"Connected"===c?_0x464f1f(55,a(563)):(b[a(1121)]=!1,_0x464f1f(53,c))})});$(_0x43712b(883)).on(_0x3b9c5d(51),function(){var a=_0x43712b;openModal("yd_rpoints",a(1093)+_mreedemXColor+a(675),a(617)+_modal_contentBodyBorderRadius+a(915)+_modal_contentBodyBoxShadow+
a(761)+_modal_contentBodyBackColor+a(797)+_mredeemSubTitleColor+a(748)+_mredeemTextShadow+a(742)+_mredeemSubTitleColor+"; text-shadow: "+_mredeemTextShadow+a(1103)+_mredeemSubTitleColor+a(748)+_mredeemTextShadow+';">Points</th></tr></thead><tbody id="tbody-yd_rpoints"></tbody></table></div>',"");socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[37],function(b){for(var c in b){var d=b[c];d=$(a(803)+_mredeemDurTextColor+a(927)+_mredeemTextShadow+';" >'+decToTime(d[a(982)])+a(621)+_mredeemTypeTextColor+
a(927)+_mredeemTextShadow+a(1014)+d[a(955)]+a(853)+_mredeemPointsTextColor+a(927)+_mredeemTextShadow+a(569)+d[a(698)]+a(1109));var e=$(a(1008)),f=$(a(673)+c+a(1078)+_mredeemButtonTextColor+a(665)+_mredeemButtonBackColor+a(751)+_mredeemButtonBorderColor+a(734)+_mredeemButtonBoxShadow+a(613)+_mredeemButtonBorderRadius+a(939)+_mredeemTextShadow+a(1111));e[a(743)](f);d[a(743)](e);$(a(705))[a(743)](d);f.on(_0x3b9c5d(51),function(){this[a(1121)]=!0;socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[38],this[_0x3b9c5d(61)],
function(h){h[_0x3b9c5d(52)]?_0x464f1f(52,h[a(867)]):h[_0x3b9c5d(55)]?(_0x2ee6d6(),_0x464f1f(55,h[a(867)])):h[_0x3b9c5d(53)]&&_0x464f1f(53,h.message)});this.disabled=!1})}})});$("#yd_vouchcodebtn").on(_0x3b9c5d(51),function(){var a=_0x43712b;if(1!==CodeStyleOnly)if(1!==CodeInputType){var b=_0x2e8f70();openModal(a(771),b+a(499)+_mconexXColor+a(675),a(497)+_modal_contentBodyBorderRadius+a(915)+_modal_contentBodyBoxShadow+a(761)+_modal_contentBodyBackColor+'"><div style="padding: 10px;"><div style="display: flex; width: 100%;">\t\t\t\t\t\t\t\t\t<button style="font-size: 15px; font-weight: '+
UseCodeButtonFontWeight+a(1017)+UseCodeButtonTextColor+a(665)+UseCodeButtonBackColor+a(751)+UseCodeButtonBorderColor+a(734)+UseCodeButtonBoxShadow+"; border-radius: "+UseCodeButtonBorderRadius+a(939)+UseCodeButtonTextShadow+a(652)+UseCreditButtonFontWeight+a(1017)+UseCreditButtonTextColor+a(665)+UseCreditButtonBackColor+a(751)+UseCreditButtonBorderColor+a(734)+UseCreditButtonBoxShadow+a(613)+UseCreditButtonBorderRadius+"rem; text-shadow: "+UseCreditButtonTextShadow+a(1079),"");$(a(997)).on(_0x3b9c5d(51),
function(){this[a(1121)]=!0;$(a(562))[a(656)](a(699));_0x52a001()});$(a(623)).on(_0x3b9c5d(51),function(){this.disabled=!0;$("#modal-alert-ydccex")[a(656)](a(699));_0x26a4b5()})}else _0x26a4b5();else _0x52a001()});1===CodeStyleOnly&&($("#yd_vouchcodebtn").remove(),$(_0x43712b(1005)).css(_0x43712b(949),"0px"),CodeInputType=1);1===CodeInputType&&($(_0x43712b(846)).after(_0x43712b(626)+_codeInBoxBackColor+"; \t\t\t\t\t\t\t\tborder:"+_codeInBoxBorderSize+_0x43712b(819)+_codeInBoxBorderColor+_0x43712b(613)+
_codeInBoxBorderRadius+_0x43712b(916)+_inputTextColor+_0x43712b(994)+_codeInBoxTextShadow+_0x43712b(943)+_codeInBtnFontWeight+";\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 34px; width: 100px; color:"+_codeInBtnTextColor+_0x43712b(665)+_codeInBtnBackColor+"; border-color: "+_codeInBtnBorderColor+_0x43712b(734)+_codeInBtnBoxShadow+_0x43712b(613)+_codeInBtnBorderRadius+'rem;"><span style="text-shadow: '+_codeInBtnTextShadow+_0x43712b(684)),$(_0x43712b(897)).on(_0x3b9c5d(51),function(){var a=
_0x43712b;_0x4ac32e&&clearTimeout(_0x4ac32e);_0x30e1d9(1500);var b=$(a(855))[a(967)]();if(b){b=b[a(1089)](/\s/g,"");b=b[a(633)]();var c=$(a(897)).children(a(1045))[a(722)]();_0x376149(b,!1,"",c)}else _0x464f1f(53,a(962));$(a(855))[a(967)]("")}));1!==CodeStyleOnly&&$(_0x43712b(741))[_0x43712b(908)]('\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: '+
VendoBorderRadius+_0x43712b(496)+VendoTextShadow+_0x43712b(890)+VendoDropDownMenuTextShadow+_0x43712b(608)+StaticVendoTextColor+_0x43712b(1075)+StaticVendoTextFontWeight+_0x43712b(531)+StaticVendoTextShadow+_0x43712b(565)+StaticVendoTextShadow+_0x43712b(947)+TextCurCreditTextColor+_0x43712b(804)+TextCurCreditTextFontWeight+_0x43712b(748)+TextCurCreditTextShadow+';">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: '+
TextCreditFontWeight+_0x43712b(661)+TextCreditColor+_0x43712b(748)+TextCreditTextShadow+';">&#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: '+
InfoTextFontWeight+_0x43712b(613)+InfoBorderRadius+_0x43712b(850)+InfoTextShadow+';">'+InfoText+_0x43712b(501)+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?$(_0x43712b(887)).css(_0x43712b(878),_0x43712b(1041)):$(_0x43712b(940))[_0x43712b(1101)](_0x43712b(878),_0x43712b(1041));1===EnableRateButton&&$(_0x43712b(631))[_0x43712b(854)]()[_0x43712b(908)](_0x43712b(1004)+
RateTextFontWeight+_0x43712b(613)+RateBorderRadius+_0x43712b(913)+RateTextShadow+_0x43712b(569)+RateText+"</button>\t\t\t\t\t\t\t\t\t\t</div>\t\t");$(_0x43712b(631)).on(_0x3b9c5d(51),function(){var a=_0x43712b;1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeStyleOnly||1===enableReserveDuration&&1!==CodeStyleOnly||1===enableDate||1===enableUptime||1===
enableValidUntil||1===enableExpiration||1===enablePauseLimit?(openModal(a(750),InfoText+a(642)+_minfoXColor+';" ></i>',a(1128)+_modal_contentBodyBorderRadius+a(915)+_modal_contentBodyBoxShadow+a(761)+_modal_contentBodyBackColor+'"><div style="padding: 6px; color: '+_minfoRightTextColor+' !important;" id="yd-info-data";></div></div>',""),_0x2ee6d6()):_0x464f1f(53,a(849))});$("#yd_vrates").on(_0x3b9c5d(51),function(){var a=_0x43712b;1===EnableSelectableVendo&&(_0x4204c5=$(a(639))[a(695)]("name"));if(""!==
_0x4204c5)if(1===EnableRateDesc){var b=a(579)+_modal_contentBodyBorderRadius+a(915)+_modal_contentBodyBoxShadow+a(761)+_modal_contentBodyBackColor+a(566)+_mrateSubTitleColor+a(748)+_mrateTextShadow+a(503)+_mrateSubTitleColor+a(748)+_mrateTextShadow+a(647)+_mrateSubTitleColor+a(748)+_mrateTextShadow+a(552);openModal(a(636),RateText+a(499)+_mrateXColor+';" ></i>',b,"");if(0!==EnableCustomRate)for(b=0;b<CustomRateData.length;b++)$(a(953)).append(a(803)+_mrateAmountTextColor+" !important; text-shadow: "+
_mrateTextShadow+';">&#8369; '+CustomRateData[b][0]+a(853)+_mrateTimeTextColor+" !important; text-shadow: "+_mrateTextShadow+a(569)+CustomRateData[b][1]+'</td><td style="color: '+_mrateDiscTextColor+a(927)+_mrateTextShadow+a(569)+CustomRateData[b][2]+a(1109));else socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[15],_0x4204c5,function(c){for(var d in c.rates){d=c.rates[d];var e=_0x45a6a1(d[a(786)],c[a(1034)],c[a(955)]);$("#ydvrates-tbody").append(a(803)+_mrateAmountTextColor+a(927)+_mrateTextShadow+
a(829)+d[a(786)]+'.00</td><td style="color: '+_mrateTimeTextColor+a(927)+_mrateTextShadow+a(569)+decToTimeword(e.minute)+a(853)+_mrateDiscTextColor+a(927)+_mrateTextShadow+a(569)+(d[a(1094)][a(910)]?d[a(1094)].discription:"")+a(1109))}})}else if(b='<div style="font-size: 15px; min-height: 10px; border-radius: '+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(761)+_modal_contentBodyBackColor+a(566)+_mrateSubTitleColor+"; text-shadow: "+_mrateTextShadow+a(503)+_mrateSubTitleColor+
"; text-shadow: "+_mrateTextShadow+a(935),openModal(a(636),RateText+' <i  data-dismiss="modal"  class="fa fa-times" aria-hidden="true" style="font-size: 18px; float: right; margin-top: 3px; color: '+_mrateXColor+a(675),b,""),0!==EnableCustomRate)for(b=0;b<CustomRateData.length;b++)$(a(953))[a(743)](a(803)+_mrateAmountTextColor+a(927)+_mrateTextShadow+a(829)+CustomRateData[b][0]+a(853)+_mrateTimeTextColor+" !important; text-shadow: "+_mrateTextShadow+a(569)+CustomRateData[b][1]+a(1109));else socketIO[_0x3b9c5d(2)](_0x4d7a5e[_0x3b9c5d(1)]()[15],
_0x4204c5,function(c){for(var d in c.rates){d=c[a(1034)][d];var e=_0x45a6a1(d[a(786)],c[a(1034)],c[a(955)]);$("#ydvrates-tbody")[a(743)](a(803)+_mrateAmountTextColor+a(927)+_mrateTextShadow+a(829)+d.coin+a(490)+_mrateTimeTextColor+a(927)+_mrateTextShadow+a(569)+decToTimeword(e[a(513)])+a(1109))}});else _0x464f1f(53,"No Vendo ID Selected.")});$(_0x3b9c5d(0)).on(_0x3b9c5d(51),function(){_0x3f0715(5E3);0===_0x5149e4?0===_0x809ac3?_0x464f1f(52,_0x3b9c5d(50)):(_0x1e9cfa(1),_0x5149e4=1):_0x1e9cfa(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)&&($(_0x43712b(741))[_0x43712b(908)](_0x43712b(534)+_minfoRightTextColor+' !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'),
_0x2ee6d6());1===CodeStyleOnly&&(EnableGVouchButton=0);if(1===EnableMovieButton||1===EnableBVouchButton||1===EnableGVouchButton){var _0x29a4d5=$(_0x43712b(934));1!==_0x29a4d5[_0x43712b(842)]&&(_0x29a4d5=$("#col-row"));_0x29a4d5.children(":last")[_0x43712b(908)](_0x43712b(1E3));1===EnableMovieButton&&($(_0x43712b(827))[_0x43712b(743)](_0x43712b(1083)+MovieButtonFontWeight+_0x43712b(748)+MovieButtonTextShadow+";\t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: "+
MovieButtonBorderRadius+_0x43712b(1099)+MovieButtonText+_0x43712b(924)),$("#yd-movie").on(_0x3b9c5d(51),function(){window.location[_0x43712b(475)]="?page=media"}));1===EnableBVouchButton?($(_0x43712b(827))[_0x43712b(743)](_0x43712b(976)+BVouchButtonFontWeight+"; \t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: "+BVouchButtonBorderRadius+_0x43712b(1099)+BVouchButtonText+_0x43712b(924)),$(_0x43712b(1072)).on(_0x3b9c5d(51),function(){var a=_0x43712b;openModal("yd_bvouch",
BVouchButtonText+a(499)+_mbVouchXColor+a(675),a(667)+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(761)+_modal_contentBodyBackColor+a(573)+_mbVouchCode+a(735),"")})):1===EnableGVouchButton&&($(_0x43712b(827)).append(_0x43712b(632)+GVouchButtonFontWeight+"; text-shadow: "+GVouchButtonTextShadow+"; \t\t\t\t\t\t\tdisplay: block; word-wrap: break-word; height: 100%; width: 100%; border-radius: "+GVouchButtonBorderRadius+_0x43712b(1099)+GVouchButtonText+_0x43712b(924)),
$("#yd-gvouch").on(_0x3b9c5d(51),function(){_0x1ae952()}))}$(_0x590b1e)[_0x43712b(908)](_0x459567);$(_0x3b9c5d(0))[_0x43712b(695)](_0x43712b(521),_0x43712b(607)+InsertCoinButtonBoxShadow+_0x43712b(963)+InsertCoinButtonBoxShadow+"; -moz-box-shadow: "+InsertCoinButtonBoxShadow+_0x43712b(899)+InsertCoinButtonBoxShadow+_0x43712b(686)+InsertCoinButtonExtraStyle);$(_0x3b9c5d(0))[_0x3b9c5d(74)](_0x43712b(1121),!1);_0xf36018();""!==FooterSectionCode&&$(_0x3b9c5d(15))[_0x43712b(945)](FooterSectionCode);_0x36b822();
$(_0x3b9c5d(16)).children("a").attr(_0x3b9c5d(18),_0x3b9c5d(17));$(_0x3b9c5d(16))[_0x43712b(538)]("a")[_0x43712b(695)](_0x3b9c5d(19),_0x3b9c5d(20));if(_0x43712b(835)===_0x1f916d&&EnableBackMusic)$(document).on(_0x43712b(593),function(a){a=_0x43712b;_0x15e5b3||(_0x15e5b3=new Audio("/html/"+BackMusicFile));_0x15e5b3&&0===_0x15e5b3[a(520)]&&_0x15e5b3[a(1123)]()});$(_0x96489a)[_0x43712b(860)]()}catch(a){}
var _0x1bd6f1=function(){setInterval(function(){var a=_0x1796;forwards?offset>=CustomBotCodeData[i].length&&(++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(918)](0,offset);0==skip_count&&(forwards?offset++:offset--);$(a(643))[a(538)](a(1045))[a(722)](part)},speed)};1===activateCustomBotCode&&setTimeout(_0x1bd6f1,1E3);1===RemoveFooterSectionCode&&$(_0x43712b(857))[_0x43712b(860)]();$(_0x43712b(556))[_0x43712b(1117)]();//\<</SCRIPT>
Editor is loading...
Leave a Comment