Untitled

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