Untitled

 avatar
unknown
javascript
2 years ago
82 kB
5
Indexable
<<SCRIPT defer>
$('body').hide();

var PortalTitle = 'Kurt PisoWiFi';
var FooterCode = '';

var CodeTypeOnly = 0;
var EnableInfoInCodeType = 1;
var EnableTrialTimeButton = 0;
var HideCodeFreeActivateUI = 0;
var EnableChatMe = 1;

var EnableSnowBall = 1;
var EnableChristmasLights = 1;

var activateCustomBanner = 0;
var imageBannerName = 'defbanner.png';
var imageBannerHeight = '80';
var imageBannerRadius = '0.3';

var activateCustomBotNotice = 1;
var noticeCapsuleSize = '30';
var noticeCapsuleColor = 'rgba(78,90,102,0.99)';
var noticeTextsColor = 'snow';
var noticeTexts = ['Welcome','To KurtPiso WiFi','Insert Coin', 
'And Earn Points','5 Pesos = 1 Point','10 Pesos = 2 Points',
'15 Pesos = 3 Points','20 Pesos = 4 Points','Redeem Points','3 Points = 30 Mins',
'5 Points = 1 Hour','10 Points = 3 Hours','15 Points = 5 Hours','Thank You'],
    part,
    i = 0,
    offset = 0,
    len = noticeTexts.length,
    forwards = true,
    skip_count = 0,
    skip_delay = 15,
    speed = 80;

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

/*= MOVIE BTN =*/
var EnableMovieButton = 1;
var MovieButtonText = 'Watch Movies';
var MovieButtonTextColor = 'snow';
var MovieButtonBackColor = 'limegreen';
var MovieButtonBorderColor = 'black';
var MovieButtonBorderRadius = '0.3';
var MovieButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';

/*= BUY VOUCHER BTN =*/
var EnableBVouchButton = 1;
var BVouchButtonText = 'Buy Voucher';
var BVouchButtonTextColor = 'snow';
var BVouchButtonBackColor = 'limegreen';
var BVouchButtonBorderColor = 'black';
var BVouchButtonBorderRadius = '0.3';
var BVouchButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';

var _mbVouchCloseTextColor = 'snow';
var _mbVouchCloseBackColor = 'limegreen';
var _mbVouchCloseBorderColor = 'black';
var _mbVouchCloseBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var _mbVouchCloseBorderRadius = '0.3';

var _mbVouchCode = '\
<form id="paymentForm" action="https://s2.klinternetservices.com/xendit/payment" method="GET">\
	<div class="form-group" style="text-align:left;">\
		<label for="amountDropdown">Select Promo:</label>\
		<select class="form-control" id="amountDropdown" name="amount" style="font-size:16px; font-weight:500; color:green;">\
			<option value="10">?10.00 - 5 HOURS UNLIMITED INTERNET</option>\
			<option value="20">?20.00 - 1 DAY UNLIMITED INTERNET</option>\
			<option value="100">?100.00 - 7 DAYS UNLIMITED INTERNET </option>\
		</select>\
	</div>\
	<div class="form-group">\
		<label for="tokenInput" class="sr-only">KLCiS API Key:</label>\
		<input type="hidden" class="form-control" id="tokenInput" name="token" value="6OMCogqD97z8Se2dvkTyB0WjU">\
	</div>\
	<div class="form-group" style="text-align:left;">\
		<label for="numberInput">Mobile Number:</label>\
		<input type="number" class="form-control text-center" style="font-size:20px;" id="numberInput" placeholder="e.g. 09912346789" name="number" required>\
	</div>\
	<button type="submit" class="btn btn-success btn-block" style="margin-bottom: 20px;">BUY NOW</button>\
</form>\
<p style="color: #546E7A; text-align: center;"> Powered by: KLCiS Voucher System &copy;</p>\
';

/*= EDIT UI =*/
var _defaultBodyBackColor = 'black';
// OR
var UseBackGroundImageStyle = 0;
var backGroundImageName = 'myback.jpg';
var backGroundImagePosX = 'left';
var backGroundImagePosY = 'top';
var backGroundImageColor = 'black';
var backGroundImageRepeat = 'no-repeat';
var backGroundImageSize = 'cover';

var _cardBackColor = 'rgba(78,90,102,0.99)';
var _cardBorderColor = 'black';
var _cardBorderSize = '1';
var _cardBorderRadius = '0.3';
var _cardBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), rgba(10,10,10,0.50) 5px 0px 50px -5px inset';

/*= FIRST BOX =*/
//////////////////////////////////////////////
var PointsLeftText = 'Available Points:';
var PointsLeftTextColor = 'rgb(106, 113, 146)';
var PointsRightColor = 'limegreen';
var PointsBackColor = 'rgb(8,8,8)';
var PointsFontSize = '14';
var PointsFontWeight = '500';//bold or 100's

var TextCurrentDurationText = 'Current Duration';
var TextCurrentDurationColor = 'rgb(106, 113, 146)';
var TextTimeColor = 'limegreen';

var TextCurTimeBackColor = 'rgb(8,8,8)';
var TextCurTimeBorderColor = 'transparent';
var TextCurTimeBorderSize = '0';
var TextCurTimeBorderRadius = '0.3';
var TextCurTimeBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var FreeButtonText = 'Activate Free Time';
var FreeButtonTextColor = 'snow';
var FreeButtonBackColor = 'limegreen';
var FreeButtonBorderColor = 'black';
var FreeButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var FreeButtonBorderRadius = '0.3';

var _codeText = 'Enter Code Here';
var _codeTextColor = 'rgb(217,218,219)';
var _codeBackColor = 'rgb(41,48,56)';
var _codeBorderColor = 'transparent';
var _codeBorderSize = '0';
var _codeBorderRadius = '0.3';
var _codeBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var TextStatusLeft = 'Status:';
var TextStatusColor = 'rgb(106, 113, 146)';
var TextStatusConnectedColor = 'rgb(2, 202, 90)';
var TextStatusPausedColor = 'rgb(248, 167, 0)';
var TextStatusDisconnectedColor = 'rgb(245, 64, 71)';
var TextStatusBackColor = 'rgb(8,8,8)';
var TextStatusFontSize = '14';
var TextStatusFontWeight = '500';//bold or 100's
//////////////////////////////////////////////
var RedeemButtonTextColor = 'snow';
var RedeemButtonBackColor = 'limegreen';
var RedeemButtonBorderColor = 'black';
var RedeemButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var RedeemButtonBorderRadius = '0.3';

var PauseResumeButtonTextColor = 'snow';
var PauseResumeButtonBackColor = 'limegreen';
var PauseResumeButtonBorderColor = 'black';
var PauseResumeButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var PauseResumeButtonBorderRadius = '0.3';

var ConExtendButtonTextColor = 'snow';
var ConExtendButtonBackColor = 'limegreen';
var ConExtendButtonBorderColor = 'black';
var ConExtendButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var ConExtendButtonBorderRadius = '0.3';

var _codeInfoBackColor = 'rgb(8,8,8)';
var _codeInfoBorderColor = 'transparent';
var _codeInfoBorderSize = '0';
var _codeInfoBorderRadius = '0.3';
var _codeInfoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
/*= END FIRST BOX =*/

/*= SECOND BOX =*/
//////////////////////////////////////////////
var TextSelectedVendoText = 'Selected Vendo';
var TextSelectedVendoColor = 'rgb(106, 113, 146)';

var VendoTextColor = 'limegreen';
var VendoBackColor = 'transparent';
var VendoBorderColor = 'black';
var VendoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 1px 0px 0px rgb(106, 113, 146)';
var VendoBorderRadius = '0.3';

var VendoDropDownMenuListTextColor = 'rgb(255,255,255)';
var VendoDropDownMenuBackColor = 'rgb(25, 28, 37)';
var VendoDropDownMenuBorderColor = 'rgb(44, 44, 51)';
var VendoDropDownMenuBorderSize = '1';
var VendoDropDownMenuBorderRadius = '0.3';

var _VendoBoxBackColor = 'rgb(8,8,8)';
var _VendoBoxBorderColor = 'transparent';
var _VendoBoxBorderSize = '0';
var _VendoBoxBorderRadius = '0.3';
var _VendoBoxBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var InfoText = 'Client Info';
var InfoTextColor = 'rgb(217,218,219)';
var InfoBackColor = 'transparent';
var InfoBorderColor = 'black';
var InfoBorderRadius = '0.3';
var InfoBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2), inset 0 -1px 0px 0px rgb(106, 113, 146)';

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

var _InfoRateBackColor = 'rgb(8,8,8)';
var _InfoRateBorderColor = 'transparent';
var _InfoRateBorderSize = '0';
var _InfoRateBorderRadius = '0.3';
var _InfoRateBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';
//////////////////////////////////////////////
var InsertCoinButtonTextColor = 'black';
var InsertCoinButtonBackColor = 'snow';
var InsertCoinButtonBorderColor = 'black';
var InsertCoinButtonBorderSize = '3';
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)';

//////////////////////////////////////////////
/*= MODAL =*/
var _modal_contentBackColor = 'rgba(78,90,102,0.99)';
var _modal_contentBorderColor = 'black';
var _modal_contentBorderSize = '1';
var _modal_contentBorderRadius = '0.3';
var _modal_contentBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), rgba(10,10,10,0.50) 5px 0px 50px -5px inset';

var _modal_contentTitleColor = 'rgb(255,255,255)';
var _modal_contentBodyBackColor = 'rgba(1,3,8,0.95)';
var _modal_contentBodyBorderRadius = '0.3';
var _modal_contentBodyBoxShadow = 'inset 0 0 1px 1px hsla(0,0%,0%,.2)';

//Redeem//////////////////
var _mredeemSubTitleColor = '#a6a6a6';
var _mredeemDurTextColor = 'limegreen';
var _mredeemTypeTextColor = 'white';
var _mredeemPointsTextColor = 'white';

var _mredeemButtonTextColor = 'snow';
var _mredeemButtonBackColor = 'limegreen';
var _mredeemButtonBorderColor = 'black';
var _mredeemButtonBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var _mredeemButtonBorderRadius = '0.3';

var _mredeemCloseTextColor = 'snow';
var _mredeemCloseBackColor = 'limegreen';
var _mredeemCloseBorderColor = 'black';
var _mredeemCloseBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var _mredeemCloseBorderRadius = '0.3';
//////////////////
//Insert Coin//////////////
var _minsertCreditColor = 'limegreen';
var _minsertTotalCreditColor = 'rgb(108,114,145)';
var _minsertDurationColor = 'rgb(108,114,145)';
var _minsertprogressbarColor = 'limegreen';

var _minsertCloseTextColor = 'snow';
var _minsertCloseBackColor = 'limegreen';
var _minsertCloseBorderColor = 'black';
var _minsertCloseBoxShadow = 'insetinset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var _minsertCloseBorderRadius = '0.3';

var _minsertDoneTextColor = 'snow';
var _minsertDoneBackColor = 'limegreen';
var _minsertDoneBorderColor = 'black';
var _minsertDoneBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var _minsertDoneBorderRadius = '0.3';
//////////////////
//Client Info
var _minfoLeftTextColor = 'limegreen';
var _minfoRightTextColor = 'white';

var _minfoCloseTextColor = 'snow';
var _minfoCloseBackColor = 'limegreen';
var _minfoCloseBorderColor = 'black';
var _minfoCloseBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var _minfoCloseBorderRadius = '0.3';
//////////////////////////////
//Wifi Rate
var _mrateSubTitleColor = '#a6a6a6';
var _mrateAmountTextColor = 'limegreen';
var _mrateTimeTextColor = 'white';
var _mrateDiscTextColor = 'white';

var _mrateCloseTextColor = 'snow';
var _mrateCloseBackColor = 'limegreen';
var _mrateCloseBorderColor = 'black';
var _mrateCloseBoxShadow = 'inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), limegreen 10px 0px 50px -15px inset';
var _mrateCloseBorderRadius = '0.3';

//////////////////////////////
//Others
var _tablestripedBackColor = 'rgba(1,6,16,0.30)';
var _ratescardbordercolor = 'black';
var _ratescardbordersize = '1';
var _tableBackColor = 'transparent';
var _textsuccess = 'orangered';//ChatIconColor

var _footerBackColor = 'rgb(0,0,0)';
var _footerBoxShadow = '0 0 0 0';
var _textfooter = 'rgb(2, 202, 90)';
var _textlinkfooter = 'limegreen';
var _textboldfooter = '500';

/*============ NO NEED TO EDIT BELOW  ==================*/
var _0x4e0a3d=_0x4dc3;(function(b,c){for(var d=_0x4dc3,e=b();;)try{if(-parseInt(d(218))*(parseInt(d(539))/2)+-parseInt(d(293))/3*(-parseInt(d(424))/4)+parseInt(d(492))/5+parseInt(d(256))/6+parseInt(d(306))/7+parseInt(d(409))/8*(-parseInt(d(520))/9)+-parseInt(d(546))/10*(parseInt(d(274))/11)===c)break;else e.push(e.shift())}catch(f){e.push(e.shift())}})(_0x4a85,924371);var _0x1c9d29=_0x1c9d29||{};
function _0x4a85(){var b=[";}\t\t#rates-card th, #rates-card td {border: ","}.btn-PauseResume:hover{box-shadow: ",'rem;" type="button" \t\t\t\t\tdata-dismiss="modal" class="btn btn-PauseResume">Close</button></div>','</button>\t\t\t\t\t\t\t\t\t</div>\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_vrates" type="button" class="btn btn-rate btn-sm" style="margin-top: 1px; font-size: 14px; font-weight:500; border-radius: ',
"Reserve Duration:",' !important" >',"name","}.btn-redeem:not(:disabled):not(.disabled):active,.btn-redeem:not(:disabled):not(.disabled).active,.show>.btn-redeem.dropdown-toggle{box-shadow: ","floor","coin",";}\t\t.modal-header{color:",'; border-left: 8px solid transparent; border-right: 8px solid transparent;">\t\t\t\t\t\t\t<div id="yd_con_points_txt" style="display: flex; justify-content: center; margin-top: -28px; color: ',"Duration Paused",'\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t<div class="snowball"></div>\t\t\t',
"}.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:","span","</button>\t\t\t\t\t</div>\t\t\t\t","version","}.btn-BVouch{box-shadow: ","#yd-client-mac","#insert-display","border-radius","vendoset","undefined","/client/theme/mp3/insert_coin.mp3","18px","Total Credit: &#8369;  ",'</button>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t<div id="insert-btn-parent" style="display: grid; align-items: center;">\t\t\t\t\t\t\t\t<button id="yd-client-insert-coin" class="btn btn-insertcirclecoin" style="height: fit-content;">\t\t\t\t\t\t\t\t\t<span id="yd-insert1" class="d-inline-block text-center" style="margin: auto; font-size: 18px; font-weight: bold;"><span>INSERT COIN</span></span>\t\t\t\t\t\t\t\t</button>\t\t\t\t\t\t\t</div>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t',
"#spinner","div",'<div id="yd-res-duration"></div>',"}.btn-redeem:not(.btn-light):not(.btn-secondary){color:","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary){color:","Paused",'rem;\t\t\t\t\t\t\t\t\t\t\t\twhite-space: nowrap; height: 30px; min-width: 114px;" disabled>Selecting</button>\t\t\t\t\t\t\t\t\t\t\t\t<div id="select-dropdown-options" style="max-height: 500px; overflow: auto;" class="dropdown-menu" aria-labelledby="select-box-dropdown"></div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t<div style="height:32px; display: flex; justify-content: center; align-items: center; box-shadow: ',
'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 114px;"><span>Checking</span></button>\t\t\t\t',';}</style><span style="width:100%; height: 32px; display: flex; justify-content: center;">\t<div class="word animate-character" style="    border-left: ',';">Discriptions</th></tr></thead><tbody id="ydvrates-tbody"></tbody></table></div>',"minute","}.btn-cinfo{box-shadow: ","#yd_loginout","border",'<div id="yd-client-interface"></div>',"#yd_con_status_txt","next","Redeem",
'<button type="button" name="',"0.00","rtype",'<div id="yd-client-mac"></div>',"}.btn-freebtn:hover{box-shadow: ","MAC Address:","#yd-client-id","#yd-client-interface","}.btn-rate:not(.btn-light):not(.btn-secondary){color:",'<span style="width:100%; display: flex; justify-content: center; align-items: center;">\t<img id="mbanner" src="html/',"Stop","mac","&#8369; ",' !important;" class="form-control" placeholder="',' !important">&#8369; ',"}\t\t.text-success{color: ",";border-color:","2274655WmCKPa",
'rem;">\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_vinfos" type="button" class="btn btn-cinfo btn-sm" style="margin-top: 1px; font-size: 14px; font-weight:500; border-radius: ',"}.btn-freebtn:not(:disabled):not(.disabled):active:focus,.btn-freebtn:not(:disabled):not(.disabled).active:focus,.show>.btn-freebtn.dropdown-toggle:focus{box-shadow: ","rates","yd_infos","trial",'" class="table-responsive">\t\t\t\t\t<table class="table table-striped"><thead><tr><th style="color:',
"0/0/0 0:0 xx","Error #1","}.btn-rate:hover{box-shadow: ","Extend",'rem;" id="insert-close-d" type="button" class="btn btn-PauseResume">Close</button>\t\t\t\t\t\t\t<button style="margin: auto; width: 45%; color:',' !important;">',"}.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:","d-inline-block text-center blink","done",";}.btn-movie.disabled,.btn-movie:disabled{box-shadow: ",
"Success",'; font-size:20px; font-weight:500; margin-left:10px; margin-right:10px; line-height: 1.4rem;" id="yd-client-duration">Checking</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-redeem" type="button" class="btn btn-redeem" style="font-size: 16px; font-weight:500; border-radius: ','rem;\t\t\t\t\t\t\t\twhite-space: nowrap; height: 36px; width: 100%;">',".snowball",
"dlimit","duration",';">Checking</span>\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',"}\t\t.btn-vendolist{box-shadow: ","html","}.btn-BVouch:not(.btn-light):not(.btn-secondary){color:","}.btn-vouchextend:not(.btn-light):not(.btn-secondary){color:","837eHPXFf",'" style="width:100%; border-radius:','rem;" id="insert-done-d" type="button" class="btn btn-PauseResume">Done</button>\t\t\t\t\t\t\t</div>',"}.btn-freebtn:not(:disabled):not(.disabled):active,.btn-freebtn:not(:disabled):not(.disabled).active,.show>.btn-freebtn.dropdown-toggle{box-shadow: ",
"Disconnected","background: ","?version=","}.btn-movie:not(.btn-light):not(.btn-secondary){color:","remove","Duration","; background-color:","(((.+)+)+)+$","0 bps",".word",'\t\t\t<div style="display: flex; justify-content: center; padding-bottom: 30px">\t\t\t\t<div class="lightrope">\t\t\t\t\t<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>\t\t\t\t</div>\t\t\t</div>\t\t\t',
"discription",";background-color:","toString",'<div id="yd-client-code"></div>',"274XqoFNs","#modal-alert-34",";}.btn-cinfo.disabled,.btn-cinfo:disabled{box-shadow: ",".00",'<div style="font-size: 14.5px; min-height: 10px; border-radius: ',"0.0.0.0","message","8100870ANBZMx","random",'; font-size:12px; font-weight:500;">',"dashboard","114px","}.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:",
'<div style="font-size: 14.5px; min-height: 10px; border-radius:','\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: 16px; font-weight:500; \t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 100%; border-radius: ',"imgmp3",'rem;" type="button" \t\t\t\tdata-dismiss="modal" class="btn btn-PauseResume">Close</button></div>',"head",'rem;">\t\t\t\t\t\t<div style="padding: 6px; color: ',"makeIterator",
' !important;" id="yd-info-data";></div></div>',"replace","}.btn-redeem:focus,.btn-redeem.focus{box-shadow: ","}.btn-cinfo:not(:disabled):not(.disabled):active,.btn-cinfo:not(:disabled):not(.disabled).active,.show>.btn-cinfo.dropdown-toggle{box-shadow: ","toUpperCase","9Hnbsry79Hnt{~ryc","No Vendo Selected.","ulimit","Interface:",";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: ","#ydvrates-tbody","Pausable",
"play","arrayIterator","incoin","color","Code:","round","class","#yd-client-ip",'%;"></div>\t\t\t\t\t\t\t\t\t\t\t<div id="barvalue-d" style="z-index: 9999; margin-top: -7px; margin-left: -16px;" >','&nbsp;&nbsp;<span style="color: ',"+v7\u007ferq*00)Gx`rers7Un-7]AT9c~|",";color: ",'\t\t.snowball {\t\t\twidth: 0px;\t\t\theight: 0px;\t\t\tbackground: white;\t\t\tborder-radius: 50%;\t\t}\t\t@-webkit-keyframes snowballs-fall{0%{top:-10%}100%{top:100%}}\t\t@-webkit-keyframes snowballs-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}\t\t@keyframes snowballs-fall{0%{top:-10%}100%{top:100%}}\t\t@keyframes snowballs-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}\t\t.snowball\t\t{\t\t\tposition:absolute;\t\t\ttop:-10%;\t\t\tz-index:9999;\t\t\t-webkit-user-select:none;\t\t\t-moz-user-select:none;\t\t\t-ms-user-select:none;\t\t\tuser-select:none;\t\t\tcursor:default;\t\t\t-webkit-animation-name:snowballs-fall,snowballs-shake;\t\t\t-webkit-animation-duration:10s,3s;\t\t\t-webkit-animation-timing-function:linear,ease-in-out;\t\t\t-webkit-animation-iteration-count:infinite,infinite;\t\t\t-webkit-animation-play-state:running,running;\t\t\tanimation-name:snowballs-fall,snowballs-shake;\t\t\tanimation-duration:10s,3s;\t\t\tanimation-timing-function:linear,ease-in-out;\t\t\tanimation-iteration-count:infinite,infinite;\t\t\tanimation-play-state:running,running\t\t}\t\t.snowball:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}\t\t.snowball:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}\t\t.snowball:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}\t\t.snowball:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}\t\t.snowball:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}\t\t.snowball:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}\t\t.snowball:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}\t\t.snowball:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}\t\t.snowball:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}\t\t.snowball:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}\t\t.lightrope {\t\t  text-align: center;\t\t  white-space: nowrap;\t\t  overflow: hidden;\t\t  position: absolute;\t\t  z-index: 1;\t\t  margin: -25px 0 0 0;\t\t  padding: 0;\t\t  pointer-events: none;\t\t  width: 100%;\t\t}\t\t.lightrope li {\t\t  position: relative;\t\t  -webkit-animation-fill-mode: both;\t\t\t\t  animation-fill-mode: both;\t\t  -webkit-animation-iteration-count: infinite;\t\t\t\t  animation-iteration-count: infinite;\t\t  list-style: none;\t\t  margin: 0;\t\t  padding: 0;\t\t  display: block;\t\t  width: 8px;\t\t  height: 12px;\t\t  border-radius: 50%;\t\t  margin: 20px;\t\t  display: inline-block;\t\t  background: #00f7a5;\t\t  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;\t\t  -webkit-animation-name: flash-1;\t\t\t\t  animation-name: flash-1;\t\t  -webkit-animation-duration: 2s;\t\t\t\t  animation-duration: 2s;\t\t}\t\t.lightrope li:nth-child(2n+1) {\t\t  background: aqua;\t\t  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);\t\t  -webkit-animation-name: flash-2;\t\t\t\t  animation-name: flash-2;\t\t  -webkit-animation-duration: 0.4s;\t\t\t\t  animation-duration: 0.4s;\t\t}\t\t.lightrope li:nth-child(4n+2) {\t\t  background: #f70094;\t\t  box-shadow: 0px 4.6666666667px 24px 3px #f70094;\t\t  -webkit-animation-name: flash-3;\t\t\t\t  animation-name: flash-3;\t\t  -webkit-animation-duration: 1.1s;\t\t\t\t  animation-duration: 1.1s;\t\t}\t\t.lightrope li:nth-child(odd) {\t\t  -webkit-animation-duration: 1.8s;\t\t\t\t  animation-duration: 1.8s;\t\t}\t\t.lightrope li:nth-child(3n+1) {\t\t  -webkit-animation-duration: 1.4s;\t\t\t\t  animation-duration: 1.4s;\t\t}\t\t.lightrope li:before {\t\t  content: "";\t\t  position: absolute;\t\t  background: #222;\t\t  width: 10px;\t\t  height: 9.3333333333px;\t\t  border-radius: 3px;\t\t  top: -4.6666666667px;\t\t  left: -1px;\t\t}\t\t.lightrope li:after {\t\t  content: "";\t\t  top: -16px;\t\t  left: 0px;\t\t  position: absolute;\t\t  width: 52px;\t\t  height: 18.6666666667px;\t\t  border-bottom: solid #222 2px;\t\t  border-radius: 50%;\t\t}\t\t.lightrope li:last-child:after {\t\t  content: none;\t\t}\t\t.lightrope li:first-child {\t\t  margin-left: -40px;\t\t}\t\t@-webkit-keyframes flash-1 {\t\t  0%, 100% {\t\t\tbackground: #00f7a5;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #00f7a5;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 247, 165, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);\t\t  }\t\t}\t\t@keyframes flash-1 {\t\t  0%, 100% {\t\t\tbackground: #00f7a5;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #00f7a5;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 247, 165, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);\t\t  }\t\t}\t\t@-webkit-keyframes flash-2 {\t\t  0%, 100% {\t\t\tbackground: aqua;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px aqua;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 255, 255, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);\t\t  }\t\t}\t\t@keyframes flash-2 {\t\t  0%, 100% {\t\t\tbackground: aqua;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px aqua;\t\t  }\t\t  50% {\t\t\tbackground: rgba(0, 255, 255, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);\t\t  }\t\t}\t\t@-webkit-keyframes flash-3 {\t\t  0%, 100% {\t\t\tbackground: #f70094;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #f70094;\t\t  }\t\t  50% {\t\t\tbackground: rgba(247, 0, 148, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);\t\t  }\t\t}\t\t@keyframes flash-3 {\t\t  0%, 100% {\t\t\tbackground: #f70094;\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px #f70094;\t\t  }\t\t  50% {\t\t\tbackground: rgba(247, 0, 148, 0.4);\t\t\tbox-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);\t\t  }\t\t}\t\t.navbar{border-bottom: 1px solid rgba(0,0,0,0.80)}\t\t.content-wrapper{',
"warning","}\t\t.modal-content{background-color:","info",'<div style="font-weight:500; border-radius: ',"length","number","}\t\tinput::placeholder {\t\t\tcolor: ","Duration Extended","connected","; border-color: ","}.btn-PauseResume:not(:disabled):not(.disabled):active,.btn-PauseResume:not(:disabled):not(.disabled).active,.show>.btn-PauseResume.dropdown-toggle{box-shadow: ","}.btn-insertcirclecoin:not(:disabled):not(.disabled):active:focus,.btn-insertcirclecoin:not(:disabled):not(.disabled).active:focus,.show>.btn-insertcirclecoin.dropdown-toggle:focus{box-shadow:",
";border:","match","vendo","}.btn-PauseResume:not(.btn-light):not(.btn-secondary){color:","; font-size: ","}\t\t.card{background-color:","#total-d-display","}.btn-cinfo:focus,.btn-cinfo.focus{box-shadow: ","error",';">\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:',"Login ban","#yd-info-data",";}.btn-vouchextend.disabled,.btn-vouchextend:disabled{box-shadow: ",
"}.btn-insertcirclecoin:focus,.btn-insertcirclecoin.focus{box-shadow:","; box-shadow: ",'<div style="display: flex; width: 100%; justify-content: flex-end;">\t\t\t\t\t\t\t<button style="margin: auto; width: 45%; color:',"}.btn-rate:not(:disabled):not(.disabled):active,.btn-rate:not(:disabled):not(.disabled).active,.show>.btn-rate.dropdown-toggle{box-shadow: ","each","; border-radius: ","IP Address:","paused",'</td><td style="color: ',"+dgvy7t{vdd*5croc:tqxxcre7s:u{xt|7croc:trycre7croc:dz:trycre7s:dz:~y{~yr:u{xt|5)",
"now","text","#credit",'<div style="font-size: 14px; border-radius: ',"hide","#yd-res-duration",'<tr><td style="color: ',"constructor","font-size","rem; text-align: center; box-shadow: ",";}.btn-vendolist.disabled,.btn-vendolist:disabled{box-shadow: ","}.btn-rate:not(:disabled):not(.disabled):active:focus,.btn-rate:not(:disabled):not(.disabled).active:focus,.show>.btn-rate.dropdown-toggle:focus{box-shadow: ","}.btn-vendolist:not(:disabled):not(.disabled):active,.btn-vendolist:not(:disabled):not(.disabled).active,.show>.btn-vendolist.dropdown-toggle{box-shadow: ",
"}.btn-movie:not(.btn-light):not(.btn-secondary):focus, .btn-movie:not(.btn-light):not(.btn-secondary):active{box-shadow: ","pleasewait",'<div style="display: flex;"><div style="margin-right: 10px; color: ',"toFixed","px solid ","Offline","rate","#yd_vouchcodebtn",'">\t\t\t\t\t\t\t\t\t<div style="padding: 10px;">\t\t\t\t\t\t\t\t\t\t','</span>\t\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\t<button type="button" id="select-box-dropdown" class="btn btn-vendolist dropdown-toggle" data-toggle="dropdown" \t\t\t\t\t\t\t\t\t\t\t\taria-haspopup="true" aria-expanded="false" style="font-size: 14px; font-weight:500; display: block; border-radius: ',
"Down","}.btn-vouchextend:hover{box-shadow: ",'\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',"5725uiszWP","address","}.btn-cinfo:hover{box-shadow: ","ydvrates","#yd-downspeed",
" !important;}}\t\t._yclient{font-weight:","/html/",'\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: 16px; font-weight:500;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 100%; border-radius: ',"/client/theme/mp3/coin.mp3","css","rem;box-shadow:","}.btn-freebtn:not(.btn-light):not(.btn-secondary){color:",'rem;">',"Code Not Found","}.btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{box-shadow: ",
"Insufficient Credit","0px",";}.btn-rate.disabled,.btn-rate:disabled{box-shadow: ","click",'rem;\t\t\t\t\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 30px; margin-left:5px;">',"off","I3lkLWNsaWVudC1pbnNlcnQtY29pbg== Z2V0S2V5cw== ZW1pdA== I3lkLWNsaWVudC1kdXJhdGlvbg== dWJv ZGlzcGxheQ== cmVtb3Zl hwv412ja= bm9uZQ== Z2F3bw== Y2h1cGFrYQ== dWxvbA== YmxvY2s= cGFreXU= YmFrbGFrYQ== LnRleHQtY2Zvb3Rlcg== Ll95Y2xpZW50 aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3Byb2ZpbGUucGhwP2lkPTEwMDA5MDIwOTQ4NDMxMA== aHJlZg== dGFyZ2V0 X2JsYW5r X3l1ZGVu Zm9vdGVy Ll95dWRlbg==",
";}.btn-PauseResume.disabled,.btn-PauseResume:disabled{box-shadow: ","uptime","show","rem; box-shadow: ","}\t\t.btn-freebtn{box-shadow: ",";}.btn-freebtn.disabled,.btn-freebtn:disabled{box-shadow: ","</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t\t",'<div style="display: flex; width: 100%; justify-content: flex-end;"><button style="margin: auto; width: 45%; color:',"arrayIteratorImpl","}.btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):focus, .btn-insertcirclecoin:not(.btn-light):not(.btn-secondary):active{box-shadow:",
"\u007fcz{","#ydm1"," !important;\t\t}\t\t._yuden {padding: 20px 1rem;transition: all 0.25s ease;-moz-transition: all 0.25s ease;}\t\t._yuden a {color: ",'.00</td><td style="color: ',"#conntent","#yd-movie","5606400DLjZQn","insertclosebtn","val","top","credit","resduration",' !important;">\t\t\t\t\t',"search","#yd_vouchcodein","prop","; box-shadow:","#yd-upspeed","No Infos Option Enabled.",";}\t\t.text-cfooter{color: ","fadeIn","}.btn-movie:hover{box-shadow: ","attr",'</td><td style="text-transform: capitalize; color: ',
"11nVzXeB",'" class="table-responsive">\t\t\t<table class="table table-striped"><thead><tr><th style="color:',"#insert-close-d",'" class="btn btn-redeem btn-sm" style="font-size: 12px; height: 25px; color:',"#insert-done-d","Please Wait","insertban","x:x:x:x:x:x","currentTime","}.btn-insertcirclecoin:hover{box-shadow:","}.btn-movie:focus,.btn-movie.focus{box-shadow: ",";}.btn-BVouch.disabled,.btn-BVouch:disabled{box-shadow: ","; border:","Status:","margin-left","rem;padding:0rem}\t\t.dropdown-header{color:",
"parse","width","}\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:","755013RSnIns","#select-box-dropdown","}.btn-vouchextend:focus,.btn-vouchextend.focus{box-shadow: ","}.btn-rate:focus,.btn-rate.focus{box-shadow: ",'rem;">Redeem</button>',';">Points</th></tr></thead><tbody id="tbody-yd_rpoints"></tbody></table></div>',
"Code or Credit Required","Insert Coin","#yd-uptime","}.btn-redeem:not(.btn-light):not(.btn-secondary):focus, .btn-redeem:not(.btn-light):not(.btn-secondary):active{box-shadow: ","; \t\t\t\t\t\t\t\t\tmargin-top: 10px; background:","ID:","px; font-weight: ","7244853ttNXQo",'<div id="yd-client-id"></div>',"Consumable","; font-size: inherit;}\t\t@media (max-width: 991px) {._yuden {font-size: 14px; margin-left: 0;width: 100%;background-color:","}.btn-vendolist:not(:disabled):not(.disabled):active:focus,.btn-vendolist:not(:disabled):not(.disabled).active:focus,.show>.btn-vendolist.dropdown-toggle:focus{box-shadow: ",
"Date:","}\t\t.table, .jsgrid .jsgrid-table{background:","call","?page=media","4txyycryc","rem; margin-top: 10px; font-size: 14px; box-shadow: ","toLowerCase","split","Internet:","-13px","Download:","interface","}\t\t.btn-vouchextend{box-shadow: ","#ydbtnm",'">\t\t\t\t\t\t\t</div>\t\t\t\t',"#col-row","}.btn-cinfo:not(.btn-light):not(.btn-secondary):hover, .btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{color:","}.btn-PauseResume:focus,.btn-PauseResume.focus{box-shadow: ",
"autologin","}.btn-vendolist:focus,.btn-vendolist.focus{box-shadow: ","#barpersent-d","; width:","insertcoin","}.btn-BVouch:focus,.btn-BVouch.focus{box-shadow: ","}.btn-rate:not(.btn-light):not(.btn-secondary):hover, .btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{color:","}.btn-redeem:hover{box-shadow: ","status",";\t\t\t\t\t\t\t\tcolor: ","push","50%","+8v)+8dgvy)+8dgvy)+8s~a)+8qxxcre)","amount","Insert Ban",";border-radius:",";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:",
"parent","modal","-16px",'\t\t\t\t\t<button id="yd_vouchcodebtn" type="button" class="btn btn-vouchextend" style="margin-top: 10px; font-size: 16px; font-weight:500; border-radius: ',"#yd_freebtn","Total Credit: &#8369 ","iterator","bps","apply","children","fromCharCode","}.btn-rate:not(.btn-light):not(.btn-secondary):focus, .btn-rate:not(.btn-light):not(.btn-secondary):active{box-shadow: ",' !important"></div></div>',"</td></tr>","code","Duration Type:","body","type","#barvalue-d","sort",";color:",
"point","#yd-client-system-internet","href",'rem;\t\t\t\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 30px; margin-right:5px;">',"success",'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 114px;"><span>Redeem</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: 16px; font-weight:500; border-radius: ','\t\t\t\t\t<div class="input-group" style="margin-top: 10px;">\t\t\t\t\t\t\t\t<button id="yd_freebtn" class="btn btn-freebtn" type="button" style="display: none; font-size: 16px; font-weight:500; border-radius: ',
"after","}.btn-freebtn:focus,.btn-freebtn.focus{box-shadow: ","; \t\t\t\t\t\t\t\tborder:","Duration: ",";\t\tbackground-color:",'</span>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t<div style="display: flex; justify-content: center;">\t\t\t\t\t\t\t\t\t<div class="d-flex align-items-center align-self-start" style="text-align:center">\t\t\t\t\t\t\t\t\t\t<span style="color:','rem;" \t\t\t\t\ttype="button" data-dismiss="modal" class="btn btn-PauseResume">Close</button></div>',"/client/theme/mp3/please_wait.mp3",
"#yd-date",":last",":first",'\t\t\t\t<div id="ydc2" class="card" style="min-height: 87px; margin-top: 10px;">\t\t\t\t\t<div class="card-body">\t\t\t\t\t\t<div id="ydm2" style="display: flex; justify-content: end;">\t\t\t\t\t\t\t<div style="width: 100%; margin-right: 10px;">\t\t\t\t\t\t\t\t<div style="height:70px; display: grid; justify-content: center; align-items: center; \t\t\t\t\t\t\t\tbackground:',"expiry","countdown","Code Input Invalid",';    border-radius: 50px;">&nbsp;<span></span>&nbsp;</div></span>',
"indexOf","Error","0.0.0",';">Type</th><th style="color:',"Connected","prepend","}.btn-redeem:not(:disabled):not(.disabled):active:focus,.btn-redeem:not(:disabled):not(.disabled).active:focus,.show>.btn-redeem.dropdown-toggle:focus{box-shadow: "," !important}\t\t.btn-PauseResume{box-shadow: ","#yd-client-code",'<div id="yd-date"></div>','<div id="yd-downspeed"></div>',"substr","}.btn-vendolist:not(.btn-light):not(.btn-secondary){color:","}.btn-BVouch:hover{box-shadow: ","height",'<div id="yd-res-durtype"></div>',
'<div id="yd-client-ip"></div>',"; color:",'<div id="yd-uptime"></div>',"121768ffkRov","}.btn-cinfo:not(.btn-light):not(.btn-secondary):focus, .btn-cinfo:not(.btn-light):not(.btn-secondary):active{box-shadow: ",';">Time</th><th style="color:',"append","; background-color: ","disabled","}\t\t.btn-movie{box-shadow: ","}\t\t.btn-redeem{box-shadow: ",';">\t\t\t\t\t\t\t\t',"#yd-redeem","#yd-client-status",'\t\t\t\t\t<div style="width: 100%; background:','<div id="yd-upspeed"></div>',"}.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:",
'\t\t\t<div class="row g-4">\t\t\t\t<div class="col-lg-4 grid-margin stretch-card">\t\t\t\t\t<div class="card">\t\t\t\t\t\t<div class="card-body">',"24kuXTdT","}.btn-PauseResume:not(:disabled):not(.disabled):active:focus,.btn-PauseResume:not(:disabled):not(.disabled).active:focus,.show>.btn-PauseResume.dropdown-toggle:focus{box-shadow: ","consumable","Reloading","pause"];_0x4a85=function(){return b};return _0x4a85()}_0x1c9d29.scope={};
_0x1c9d29[_0x4e0a3d(248)]=function(b){var c=0;return function(){var d=_0x4dc3,e={};return e[d(507)]=!0,c<b[d(588)]?{done:!1,value:b[c++]}:e}};_0x1c9d29.arrayIterator=function(b){return{next:_0x1c9d29[_0x4e0a3d(248)](b)}};_0x1c9d29.makeIterator=function(b){var c=_0x4e0a3d,d=c(452)!=typeof Symbol&&Symbol[c(352)]&&b[Symbol[c(352)]];if(d)return d[c(313)](b);if(c(589)==typeof b[c(588)])return _0x1c9d29[c(572)](b);throw Error(String(b)+" is not an iterable or ArrayLike");};1===CodeTypeOnly&&$(_0x4e0a3d(194))[_0x4e0a3d(346)]()[_0x4e0a3d(528)]();
var _0xa3cad2,_0x5b05f0=!1,_0x5d02c1=!1,_0xbd281f="",_0x20bca0="",_0x1bfb9f=0,_0x56bafd="0",_0x2051b1,_0x1cd65a="0",_0x287ce5,_0x3a2516,_0x2226fe,_0xf68a4b,_0xc41eda,_0x4dc4d4,_0x2c5bbe,_0x346f56,_0x46be23=!1,_0x9747ed,_0x4df588="+qxxcre7t{vdd*5Hnbsry5)+s~a7t{vdd*5s:dz:q{ro7}bdc~qn:txycryc:trycre7}bdc~qn:txycryc:dz:trycre5)",_0x264675=_0x4e0a3d(191),_0x289a3d="9qxxcre",_0x4cef54=_0x4e0a3d(564),_0x25f583=_0x4e0a3d(250),_0x1e9559=_0x4e0a3d(315),_0x267aa3="+dgvy7t{vdd*0Hnt{~ryc0)",_0x53e377=_0x4e0a3d(581),
_0x633f6d=_0x4e0a3d(341);try{_0x2051b1=$(location)[_0x4e0a3d(272)](_0x4e0a3d(369))[_0x4e0a3d(318)]("=")[1],_0x53bf32=function(){},_0x59416c=function(){}}catch(b){}var _0x205078=_0x4e0a3d(239)[_0x4e0a3d(318)](" ");
function _0x33447f(b){var c=function(){var d=!0;return function(e,f){var h=d?function(){var g=_0x4dc3;if(f)return g=f[g(354)](e,arguments),f=null,g}:function(){};return d=!1,h}}()(this,function(){var d=_0x4dc3;return c[d(537)]()[d(263)](d(531))[d(537)]()[d(199)](c)[d(263)](d(531))});return c(),atob(_0x205078[b])}
var _0xe4674=$(_0x4e0a3d(207)+_minfoLeftTextColor+_0x4e0a3d(358)),_0x626c24=_0xe4674.prop("outerHTML"),_0x11c823=JSON[_0x4e0a3d(290)](atob(wisft)),_0xc08ebc={},_0x2d9646=(_0xc08ebc[_0x33447f(1)]=function(){return _0x11c823},_0xc08ebc),_0x15f681=_0x4e0a3d(484)+imageBannerName+_0x4e0a3d(521)+imageBannerRadius+"rem; height:"+imageBannerHeight+'px;"></img></span>',_0x2912a0="<style>.animate-character{   text-transform: uppercase;  animation: textclip 2s linear infinite;  display: inline-block;}@keyframes textclip {  to {    background-position: 200% center;  }}</style><style>.word {  margin: auto;  font-weight: 500;  font-size: 14px;  color: "+
noticeTextsColor+_0x4e0a3d(465)+noticeCapsuleSize+_0x4e0a3d(209)+noticeCapsuleColor+";    border-right: "+noticeCapsuleSize+_0x4e0a3d(209)+noticeCapsuleColor+_0x4e0a3d(389),_0x149e3e=function(){setInterval(function(){var b=_0x4dc3;forwards?offset>=noticeTexts[i][b(588)]&&(++skip_count,skip_count==skip_delay&&(forwards=!1,skip_count=0)):0==offset&&(forwards=!0,i++,offset=0,i>=len&&(i=0));part=noticeTexts[i][b(401)](0,offset);0==skip_count&&(forwards?offset++:offset--);$(b(533))[b(355)](b(444))[b(193)](part)},
speed)};1===activateCustomBotNotice&&setTimeout(_0x149e3e,1E3);function _0x2b894d(b){for(var c=_0x4e0a3d,d="",e=0;e<b[c(588)];e++)d+=String[c(356)](23^b.charCodeAt(e));return d}function _0x4bff6e(b){for(var c=_0x4e0a3d,d="",e=0;e<b[c(588)];e++)d+=String[c(356)](23^b.charCodeAt(e));return d}function _0x21fc99(b){var c=_0x4e0a3d;$(c(469))[c(265)](c(414),!0);_0x287ce5=setTimeout(function(){$("#yd_loginout")[c(265)](c(414),!1);clearTimeout(_0x287ce5)},b)}
function _0x5ebc37(b){var c=_0x4e0a3d;$(c(212)).prop(c(414),!0);_0x3a2516=setTimeout(function(){$(c(212)).prop(c(414),!1);clearTimeout(_0x3a2516)},b)}function _0x9f78f5(b){var c=_0x4e0a3d;$(_0x33447f(0))[c(265)](c(414),!0);_0x346f56=setTimeout(function(){$(_0x33447f(0))[c(265)](c(414),!1)},b)}
function _0x84031e(b,c,d){var e=_0x4e0a3d,f=[];c=_0x1c9d29[e(558)](c);for(var h=c[e(473)]();!h[e(507)];h=c[e(473)]())f[e(339)](h.value);f=f[e(365)](function(a,k){return k[e(438)]-a.coin});if(d&&0!=d){var g=0,n;for(q in f){var q=f[q];b>=q[e(438)]&&(n||(n=q[e(451)]),d=Math[e(437)](b/q.coin)*q.coin,b-=d,g+=d*q.minute*60)}return b={},b[e(467)]=g,b[e(451)]=n,b}for(g in f)if(g=f[g],b>=g[e(438)])break;return g?(n={},n.minute=60*b*g.minute,n[e(451)]=g.vendoset,n):null}
function _0x138106(){_0x4df588=_0x2b894d(_0x4df588)+_0x2b894d(_0x264675)+_0x2b894d(_0x267aa3)+_0x2b894d(_0x53e377)+_0x2b894d(_0x633f6d);_0x289a3d=_0x2b894d(_0x289a3d);_0x4cef54=_0x2b894d(_0x4cef54);_0x25f583=_0x2b894d(_0x25f583);_0x1e9559=_0x2b894d(_0x1e9559)}function _0x10c0bc(b,c){var d=_0x4e0a3d;1===b&&d(549)===_0x2051b1&&($(d(254))[d(355)](d(384))[d(528)](),$(d(254)).prepend(d(423)+c+d(246)))}
function _0x442262(b,c){var d=_0x4e0a3d;1===b&&"dashboard"===_0x2051b1&&$(d(254))[d(412)]('\t\t\t<div class="row g-4" style="margin-top: -5px;">\t\t\t\t<div class="col-lg-4 grid-margin stretch-card" style="justify-content: center;">\t\t\t\t\t'+c+"\t\t\t\t</div>\t\t\t</div>\t\t\t")}function _0x4dc3(b,c){var d=_0x4a85();return _0x4dc3=function(e,f){return d[e-167]},_0x4dc3(b,c)}function _0x5743f0(b){var c=null;return _0xa3cad2&&_0xa3cad2[b]&&(c=_0xa3cad2[b]),c}
function _0x22bd4b(b){var c=_0x4e0a3d,d=b/60/518400;b=Math.floor(d);var e=12*(d-b);d=Math[c(437)](e);var f=30*(e-d);e=Math[c(437)](f);var h=24*(f-e);f=Math[c(437)](h);var g=60*(h-f);return h=Math[c(437)](g),g=Math[c(576)](60*(g-h)),60==g&&(g=0,h+=1),b=0<b?b+"y ":"",d=0<d?d+"m ":"",e=0<e?e+"d ":"",""!==b?b+f+"h "+h+"m "+g+"s":""!==d?d+e+f+"h "+h+"m "+g+"s":""!==e?e+f+"h "+h+"m "+g+"s":f+"h "+h+"m "+g+"s"}
function _0x3d4e3f(){var b=_0x4e0a3d;if("1"===_0x1cd65a){if(19!==$(_0x4cef54)[b(193)]()[b(588)])$(_0x25f583)[_0x33447f(6)]();if($(_0x4cef54)[b(227)](_0x33447f(5))===_0x33447f(8))$(_0x25f583)[_0x33447f(6)]();_0x1cd65a="0"}if($("#modal-body-yd_infos")[b(588)]||1===CodeTypeOnly){if(enableDate){if(!$("#yd-date")[b(588)]){var c=$(_0x626c24);c[b(355)](b(458))[b(517)](b(311));c[b(412)](b(399));$(b(180))[b(412)](c)}$(b(382))[b(517)](_0x5743f0("now")?dateFormat(new Date(_0x5743f0(b(192)))):b(499))}enableInterface&&
($(b(482))[b(588)]||(c=$(_0x626c24),c[b(355)](b(458))[b(517)](b(567)),c[b(412)](b(471)),$(b(180))[b(412)](c)),$(b(482))[b(517)](_0x5743f0(b(322))?_0x5743f0("interface"):_0x33447f(8)));enableNetStatus&&($(b(368)).length||(c=$(_0x626c24),c.children(b(458))[b(517)](b(319)),c[b(412)]('<div id="yd-client-system-internet"></div>'),$(b(180))[b(412)](c)),$(b(368))[b(517)](_0x5d02c1?"Up":b(215)));enableConStatus&&($(b(419))[b(588)]||(c=$(_0x626c24),c.children(b(458))[b(517)](b(287)),c[b(412)]('<div id="yd-client-status"></div>'),
$("#yd-info-data")[b(412)](c)),$(b(419))[b(517)](_0x5743f0(b(337))?_0x5743f0("status"):b(524)));enableCode&&($(b(398))[b(588)]||(c=$(_0x626c24),c[b(355)]("div")[b(517)](b(575)),c[b(412)](b(538)),$("#yd-info-data")[b(412)](c)),$(b(398))[b(517)](_0x5743f0(b(360))?_0x5743f0(b(360)):_0x33447f(8)));enableID&&($("#yd-client-id")[b(588)]||(c=$(_0x626c24),c[b(355)]("div")[b(517)](b(304)),c[b(412)](b(307)),$(b(180))[b(412)](c)),$(b(481)).html(_0x5743f0("id")?_0x5743f0("id"):_0x33447f(8)));enableMAC&&($(b(448))[b(588)]||
(c=$(_0x626c24),c[b(355)](b(458))[b(517)](b(480)),c[b(412)](b(478)),$(b(180))[b(412)](c)),$("#yd-client-mac").html(_0x5743f0(b(486))?_0x5743f0(b(486)):b(281)));enableIPAddress&&($(b(578))[b(588)]||(c=$(_0x626c24),c[b(355)](b(458)).html(b(188)),c.append(b(406)),$("#yd-info-data")[b(412)](c)),$("#yd-client-ip").html(_0x5743f0(b(219))?_0x5743f0(b(219)):b(544)));if(enableUpSpeed){$(b(267))[b(588)]||(c=$(_0x626c24),c[b(355)](b(458))[b(517)]("Upload:"),c[b(412)](b(421)),$(b(180))[b(412)](c));var d;_0x5743f0(b(566))&&
(d=_0x5743f0(b(566))[b(170)](/\d+/g));d&&(d=d[0],(c=_0x5743f0(b(566))[b(170)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(d=c[0]&&"b"!==c[0].toLowerCase()?d+(" "+c[0]+b(353)):d+b(353)));$(b(267))[b(517)](d?d:b(532))}if(enableDownSpeed){$("#yd-downspeed")[b(588)]||(c=$(_0x626c24),c.children(b(458)).html(b(321)),c[b(412)](b(400)),$(b(180))[b(412)](c));var e;_0x5743f0(b(513))&&(e=_0x5743f0(b(513))[b(170)](/\d+/g));e&&(e=e[0],(d=_0x5743f0(b(513))[b(170)](/(B|b|K|k|M|m|G|g|T|t)/g))&&(e=d[0]&&"b"!==d[0][b(317)]()?e+(" "+
d[0]+"bps"):e+"bps"));$(b(222))[b(517)](e?e:b(532))}enableDurationType&&1!==CodeTypeOnly&&($("#yd-res-durtype").length||(c=$(_0x626c24),c[b(355)]("div")[b(517)](b(361)),c[b(412)](b(405)),$(b(180)).append(c)),$("#yd-res-durtype").html(_0x5743f0(b(363))?b(426)===_0x5743f0(b(363))?b(308):b(570):"none"));enableReserveDuration&&1!==CodeTypeOnly&&($(b(197))[b(588)]||(c=$(_0x626c24),c[b(355)](b(458)).html(b(433)),c.append(b(459)),$("#yd-info-data").append(c)),$("#yd-res-duration")[b(517)](_0x5743f0(b(261))?
_0x5743f0("resduration"):"0.0.0"));enableUptime&&($(b(301)).length||(c=$(_0x626c24),c[b(355)]("div").html("Uptime:"),c[b(412)](b(408)),$("#yd-info-data")[b(412)](c)),$(b(301))[b(517)](_0x5743f0(b(241))?decToTime(_0x5743f0(b(241))):b(392)))}}function _0x1ebcab(b){var c=_0x4e0a3d;if(!b||0>=b)toastada[c(177)](c(233));else socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[11],b,function(d){c(371)===d.toLowerCase()?toastada[c(371)](c(591)):toastada[c(177)](d)})}
function _0x59f2a8(b){var c=_0x4e0a3d;if(!b||0>=b)toastada[c(177)](c(233));else socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[12],b,function(d){"Insuffient Credit"===d?toastada[c(177)](d):toastada[c(371)]("Connected")})}function _0xb15ea7(b){var c=0;return socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[8],b,function(d){var e=_0x4dc3;d[e(342)]&&(c=1,"d"!==_0xbd281f?_0x1ebcab(d[e(342)]):_0x59f2a8(d.amount))}),c}
function _0x4f1e68(b){var c=_0x4e0a3d;if(b&&4<b[c(588)]&&9>b[c(588)]){if(1!==_0xb15ea7(b))socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[9],b,function(d){c(394)===d?toastada[c(371)](c(394)):-1<d[c(390)]("Login ban")?(d=d[c(560)](c(179),"Code Activation Timeout"),toastada.error(d)):toastada[c(177)](c(231))})}else toastada[c(177)](c(388))}
function _0xd2451(b){var c=_0x4e0a3d;if(b&&4<b.length&&9>b[c(588)]){if(1!==_0xb15ea7(b))socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[10],b,function(d){c(371)===d.toLowerCase()?toastada.success("Duration Extended"):-1<d.indexOf(c(179))?(d=d[c(560)](c(179),"Code Activation Timeout"),toastada[c(177)](d)):toastada[c(177)](c(231))})}else toastada[c(177)](c(388))}
function _0x5a7850(){socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[4],function(b){var c=_0x4dc3;"disconnected"===b.toLowerCase()?toastada[c(584)](c(441)):(b=b[c(560)](c(529),"Consumable"),toastada[c(586)](b))})}function _0x3c037d(){socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[6],function(b){var c=_0x4dc3;-1<b.indexOf(c(391))?(toastada[c(177)](b),c(500)===b&&setTimeout(function(){location.reload()},2E3)):toastada[c(371)]("Duration Resumed")})}socketIO[_0x4e0a3d(238)](_0x2d9646[_0x33447f(1)]()[20]);
socketIO[_0x4e0a3d(238)](_0x2d9646[_0x33447f(1)]()[21]);
function _0x34d077(b){var c=_0x4e0a3d,d=$(c(294))[c(272)](c(435));if(d){var e={};b=(e[c(171)]=d,e[c(363)]=b,e[c(329)]=!!hideoptions[c(257)],e);socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[13],b,function(f){if("Insert"==f.message||"Resume"==f.message){_0x2226fe=f[c(211)];_0x46be23=!0;openModal(34,c(300),c(587)+_modal_contentBodyBorderRadius+c(243)+_modal_contentBodyBoxShadow+c(413)+_modal_contentBodyBackColor+'">\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: '+_minsertCreditColor+
' !important; font-size:22px;">&#8369; 0.00</div>\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t\t<div id="insert-display" style="font-size: 15px; color: '+_minsertTotalCreditColor+' !important;">Total Credit: &#8369; 0.00</div>\t\t\t\t\t\t\t\t\t<div id="total-d-display" style="font-size: 15px; margin-top: -4px;margin-bottom:15px;color: '+_minsertDurationColor+' !important;">Duration: 00:00:00</div>\t\t\t\t\t\t\t\t\t<div id="progressbar-d" style="width: calc(100% - 20px); position: absolute; left: 10px; bottom: 10px;">\t\t\t\t\t\t\t\t\t\t<div class="progress pink">\t\t\t\t\t\t\t\t\t\t\t<div class="progress-bar" id="barpersent-d" style="background:'+
_minsertprogressbarColor+c(332)+3.333333333333333*f[c(387)]+c(579)+f[c(387)]+"</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>",c(184)+_minsertCloseTextColor+c(530)+_minsertCloseBackColor+c(593)+_minsertCloseBorderColor+c(183)+_minsertCloseBoxShadow+c(187)+_minsertCloseBorderRadius+c(503)+_minsertDoneTextColor+c(530)+_minsertDoneBackColor+c(593)+_minsertDoneBorderColor+c(183)+_minsertDoneBoxShadow+c(187)+_minsertDoneBorderRadius+c(522));socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[2],
function(h){var g=_0x84031e(h.credit,_0x2226fe[c(495)],_0x2226fe[c(477)]);$(c(449)).html(c(351)+h[c(260)]+c(542));g&&$(c(175))[c(517)](c(377)+decToTime(g[c(467)]))});$(c(278)).off(c(236));$(c(278)).on(c(236),function(){this[c(414)]=!0;_0x34d077(0);0<_0x1bfb9f&&("d"!==_0xbd281f?_0x1ebcab(_0x1bfb9f):_0x59f2a8(_0x1bfb9f))});$(c(276))[c(238)](c(236));$("#insert-close-d").on(c(236),function(){this[c(414)]=!0;_0x34d077(0)});_0x4dc4d4&&(_0x4dc4d4[c(428)](),_0x4dc4d4[c(282)]=0);_0x2c5bbe&&(_0x2c5bbe[c(428)](),
_0x2c5bbe.currentTime=0);$(c(278))[c(196)]();try{_0xf68a4b=hideoptions[c(554)]&&hideoptions[c(554)][c(438)]?new Audio(c(224)+hideoptions.imgmp3.coin+"?version="+hideoptions.imgmp3[c(446)]):new Audio(c(226)),_0xc41eda=hideoptions[c(554)]&&hideoptions[c(554)][c(333)]?new Audio(c(224)+hideoptions.imgmp3[c(333)]+"?version="+hideoptions.imgmp3.version):new Audio(c(453)),_0xc41eda.play()}catch(h){}}else{if(c(279)===f[c(545)]){if(!_0x4dc4d4||_0x4dc4d4[c(189)])try{_0x4dc4d4=hideoptions.imgmp3&&hideoptions.imgmp3[c(206)]?
new Audio(c(224)+hideoptions.imgmp3[c(206)]+"?version="+hideoptions[c(554)][c(446)]):new Audio(c(381)),_0x4dc4d4[c(571)]()}catch(h){}else _0x4dc4d4&&(_0x4dc4d4[c(428)](),_0x4dc4d4[c(282)]=0);toastada[c(586)]("Please Wait.. Someone Is<br>Currently Inserting Coin.")}else if(c(343)==f.message){if(!_0x2c5bbe||_0x2c5bbe[c(189)])try{_0x2c5bbe=hideoptions[c(554)]&&hideoptions[c(554)][c(280)]?new Audio(c(224)+hideoptions[c(554)][c(280)]+c(526)+hideoptions.imgmp3[c(446)]):new Audio("/client/theme/mp3/insert_ban.mp3"),
_0x2c5bbe[c(571)]()}catch(h){}else _0x2c5bbe&&(_0x2c5bbe.pause(),_0x2c5bbe.currentTime=0);toastada[c(177)]("Insert Coin Timeout.<br>Please Try Again After: "+f[c(386)]);clearTimeout(_0x346f56);_0x9f78f5(1E4)}else"have session"===f[c(545)]?toastada[c(584)](f.text):c(485)===f.message&&_0xc41eda&&(_0xc41eda[c(428)](),_0xc41eda=null);_0x46be23=!1}})}else toastada[c(177)](c(565))}
socketIO.on(_0x2d9646[_0x33447f(1)]()[20],function(b){var c=_0x4e0a3d;if(b[c(260)]){$("#insert-close-d")[c(196)]();if($(_0x33447f(23))[c(227)](_0x33447f(5))===_0x33447f(8))$(_0x25f583)[_0x33447f(6)]();_0x9747ed&&clearTimeout(_0x9747ed);_0x9747ed=setTimeout(function(){_0xc41eda&&_0xc41eda[c(571)]()},2E3);_0xf68a4b&&(_0xc41eda[c(428)](),_0xf68a4b[c(571)]());$("#insert-done-d")[c(242)]();$("#inserted-coin-d")[c(517)]("&#8369; "+b[c(573)]+c(542));var d=_0x84031e(b[c(260)],_0x2226fe.rates,_0x2226fe[c(477)]);
$(c(449))[c(517)](c(455)+b[c(260)][c(208)](2));d&&$(c(175))[c(517)](c(377)+decToTime(d.minute))}});
socketIO.on(_0x2d9646[_0x33447f(1)]()[21],function(b){var c=_0x4e0a3d;b.countdown?(28>=b[c(387)]&&_0xc41eda&&_0xc41eda[c(189)]&&(_0xf68a4b&&_0xf68a4b.pause(),10>=_0xc41eda.currentTime&&_0xc41eda.play()),29==b[c(387)]&&_0xf68a4b&&_0xf68a4b[c(189)]&&(_0xf68a4b[c(428)](),25<=_0xc41eda.currentTime&&(_0xc41eda[c(282)]=2.5),_0xc41eda&&_0xc41eda[c(571)]()),30<=b.countdown&&(_0x346f56&&clearTimeout(_0x346f56),_0x9f78f5(3E3)),$(c(331)).css(c(291),3.333333333333333*b[c(387)]+"%"),10>b.countdown?$(c(364)).css(c(288),
c(320)):$(c(364))[c(227)](c(288),c(348)),$(c(364))[c(517)](b[c(387)])):b.done&&(_0xc41eda&&(_0xc41eda[c(428)](),_0xc41eda=null),hideoptions[c(554)]&&hideoptions[c(554)][c(507)]&&(new Audio("/html/"+hideoptions[c(554)][c(507)]+c(526)+hideoptions[c(554)][c(446)])).play(),$(c(540))[c(347)]("hide"),_0x46be23=!1,$("#progress").html(""),_0x9f78f5(2E3),_0x3d4e3f(),_0xc41eda&&_0xc41eda[c(428)]())});
function _0x331ba6(){var b=_0x4e0a3d,c=!1,d="n",e="0",f=$(_0x33447f(3)),h="",g=$("#yd_loginout"),n="",q=$(b(194)),a=$(b(472)),k=$("#yd_con_points_txt"),m="",l="",r=$(b(457)),t=$(b(212)),p="";setInterval(function(){1===EnableSnowBall&&$(b(512))[b(186)](function(){var v=parseInt($(this).css(b(259)));if(b(234)===$(this)[b(227)](b(291))){var u=Math[b(437)](6*Math[b(547)]())+1;$(this)[b(227)](b(291),u+"px");$(this)[b(227)](b(404),u+"px")}-30>v&&($(this).css("width",b(234)),$(this).css("height",b(234)))});
1===EnableChatMe&&($("#chatmod")[b(588)]||$("#chati")[b(395)]('\t\t\t\t\t<span class="text-success" style="position: absolute; font-size: 14px;font-weight: bold;width: 65px;margin-top: 50px;margin-left: -5px;" id="chatmod">Chat Me</span>\t\t\t\t'));socketIO[b(592)]&&(!0===_0x5b05f0&&r.css(_0x33447f(5))!==_0x33447f(8)&&location.reload(),socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[2],function(v){if(v){_0xa3cad2=v;try{if(_0x5d02c1=_0x5743f0("internet")){_0x1bfb9f=_0x5743f0(b(260))?_0x5743f0(b(260)):
0;var u=_0x5743f0("status");u?(c=!0,_0xbd281f=u[0].toLowerCase()):c?(location.reload(),c=!1):_0xbd281f="d";_0x20bca0=(_0x20bca0=_0x5743f0(b(367)))?-1<_0x20bca0?_0x20bca0[b(208)](2):b(476):b(476)}else _0x5d02c1=!1,_0xbd281f="d",_0x20bca0=b(476)}catch(w){}}}));q[b(517)](b(487)+(_0x1bfb9f+".00"));""!==_0x20bca0&&k.children(b(444))[b(193)](_0x20bca0);_0x3d4e3f();"c"==_0xbd281f&&"o"!==d?(h=_0x5743f0("duration")?_0x22bd4b(_0x5743f0(b(514))):"Reloading",f[b(193)](h),"1"!==e&&(m=b(394),n="Pause",p=b(502),
l=TextStatusConnectedColor,d="o",e="1")):"p"===_0xbd281f&&"o"!==d?"2"!==e&&(h=_0x5743f0(b(514))?_0x22bd4b(_0x5743f0(b(514))):b(427),m=b(462),n="Resume",p=b(502),l=TextStatusPausedColor,d="o",e="2"):"d"==_0xbd281f&&"o"!==d&&"3"!==e&&(h="0h 0m 0s",m=b(524),n=b(210),p="Connect",l=TextStatusDisconnectedColor,d="o",e="3");"o"===d&&(a[b(355)]("span")[b(227)](b(574),l),a[b(355)](b(444)).text(m),f[b(193)](h),g.children(b(444)).fadeOut(function(){g[b(355)]("span")[b(193)](n)[b(270)]()}),g.prop("disabled",
!1),t[b(355)]("span")[b(193)]()[1]!==p[1]&&t[b(355)](b(444)).fadeOut(function(){t[b(355)](b(444))[b(193)](p).fadeIn()}),EnableTrialTimeButton&&(_0x5743f0(b(497))?"d"===_0xbd281f&&($("#yd_vouchcodein")[b(227)](_0x33447f(5),_0x33447f(8)),$("#yd_freebtn")[b(227)](_0x33447f(5),_0x33447f(12))):($(b(350)).css(_0x33447f(5),_0x33447f(8)),$("#yd_vouchcodein").css(_0x33447f(5),_0x33447f(12)))),"0"===_0x56bafd&&($("#yd-insert1")[b(272)](b(577),b(506)),_0x56bafd="1"),r[b(196)](),_0x5b05f0=!0,d="n",_0x1cd65a=
"1")},500)}
function _0x9e35b8(b,c,d,e,f,h,g,n,q){var a=_0x4e0a3d;try{graphMonitor.remove();redeembtn.remove();clientinfocard.remove();buttoncard.remove();ratecard=a(452);creditbox.remove();""!==b&&$(document)[a(265)]("title",b);b="";b=1===UseBackGroundImageStyle?"background:url(/html/"+c+") "+e+" "+d+" "+backGroundImageRepeat+" "+f+";background-size: "+backGroundImageSize:a(525)+_defaultBodyBackColor;$(a(556)).append('<style type="text/css"></style>');$(a(556))[a(355)](a(383))[a(517)](a(583)+b+a(174)+_cardBackColor+
";border:"+_cardBorderSize+"px solid "+_cardBorderColor+a(344)+_cardBorderRadius+a(228)+_cardBoxShadow+a(429)+_ratescardbordersize+a(209)+_ratescardbordercolor+a(312)+_tableBackColor+a(292)+_tablestripedBackColor+a(585)+_modal_contentBackColor+a(169)+_modal_contentBorderSize+a(209)+_modal_contentBorderColor+a(344)+_modal_contentBorderRadius+"rem;box-shadow:"+_modal_contentBoxShadow+a(439)+_modal_contentTitleColor+";border-bottom: 0px solid transparent;margin-bottom: -5px;}\t\t.modal-footer{border-top:0px;padding: 0px;margin-top: 5px; margin-bottom: 10px;}\t\t.dropdown-menu{color:"+
VendoDropDownMenuListTextColor+a(536)+VendoDropDownMenuBackColor+";\t\tborder:"+VendoDropDownMenuBorderSize+a(209)+VendoDropDownMenuBorderColor+";border-radius:"+VendoDropDownMenuBorderRadius+a(289)+VendoDropDownMenuListTextColor+a(490)+_textsuccess+a(397)+PauseResumeButtonBoxShadow+a(366)+PauseResumeButtonTextColor+";\t\tbackground-color:"+PauseResumeButtonBackColor+a(491)+PauseResumeButtonBorderColor+a(430)+PauseResumeButtonBoxShadow+a(366)+PauseResumeButtonTextColor+a(536)+PauseResumeButtonBackColor+
a(491)+PauseResumeButtonBorderColor+a(328)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+a(536)+PauseResumeButtonBackColor+a(491)+PauseResumeButtonBorderColor+a(240)+PauseResumeButtonBoxShadow+a(366)+PauseResumeButtonTextColor+";background-color:"+PauseResumeButtonBackColor+a(491)+PauseResumeButtonBorderColor+a(167)+PauseResumeButtonBoxShadow+";color:"+PauseResumeButtonTextColor+a(536)+PauseResumeButtonBackColor+a(491)+PauseResumeButtonBorderColor+a(425)+PauseResumeButtonBoxShadow+
a(366)+PauseResumeButtonTextColor+a(568)+PauseResumeButtonBoxShadow+a(366)+PauseResumeButtonTextColor+a(536)+PauseResumeButtonBackColor+a(232)+PauseResumeButtonBoxShadow+a(366)+PauseResumeButtonTextColor+a(536)+PauseResumeButtonBackColor+a(491)+PauseResumeButtonBorderColor+a(172)+PauseResumeButtonTextColor+"}.btn-PauseResume:not(.btn-light):not(.btn-secondary):hover, .btn-PauseResume:not(.btn-light):not(.btn-secondary):focus, .btn-PauseResume:not(.btn-light):not(.btn-secondary):active{color:"+PauseResumeButtonTextColor+
a(323)+ConExtendButtonBoxShadow+";color:"+ConExtendButtonTextColor+a(378)+ConExtendButtonBackColor+";border-color:"+ConExtendButtonBorderColor+a(216)+ConExtendButtonBoxShadow+a(366)+ConExtendButtonTextColor+a(536)+ConExtendButtonBackColor+a(491)+ConExtendButtonBorderColor+a(295)+ConExtendButtonBoxShadow+a(366)+ConExtendButtonTextColor+a(536)+ConExtendButtonBackColor+a(491)+ConExtendButtonBorderColor+a(181)+ConExtendButtonBoxShadow+a(366)+ConExtendButtonTextColor+a(536)+ConExtendButtonBackColor+a(491)+
ConExtendButtonBorderColor+"}.btn-vouchextend:not(:disabled):not(.disabled):active,.btn-vouchextend:not(:disabled):not(.disabled).active,.show>.btn-vouchextend.dropdown-toggle{box-shadow: "+ConExtendButtonBoxShadow+a(366)+ConExtendButtonTextColor+a(536)+ConExtendButtonBackColor+a(491)+ConExtendButtonBorderColor+"}.btn-vouchextend:not(:disabled):not(.disabled):active:focus,.btn-vouchextend:not(:disabled):not(.disabled).active:focus,.show>.btn-vouchextend.dropdown-toggle:focus{box-shadow: "+ConExtendButtonBoxShadow+
a(366)+ConExtendButtonTextColor+a(568)+ConExtendButtonBoxShadow+a(366)+ConExtendButtonTextColor+a(536)+ConExtendButtonBackColor+"}.btn-vouchextend:not(.btn-light):not(.btn-secondary):focus, .btn-vouchextend:not(.btn-light):not(.btn-secondary):active{box-shadow: "+ConExtendButtonBoxShadow+a(366)+ConExtendButtonTextColor+a(536)+ConExtendButtonBackColor+a(491)+ConExtendButtonBorderColor+a(519)+ConExtendButtonTextColor+a(551)+ConExtendButtonTextColor+a(416)+RedeemButtonBoxShadow+a(366)+RedeemButtonTextColor+
";\t\tbackground-color:"+RedeemButtonBackColor+a(491)+RedeemButtonBorderColor+a(336)+RedeemButtonBoxShadow+a(366)+RedeemButtonTextColor+a(536)+RedeemButtonBackColor+a(491)+RedeemButtonBorderColor+a(561)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+a(536)+RedeemButtonBackColor+a(491)+RedeemButtonBorderColor+";}.btn-redeem.disabled,.btn-redeem:disabled{box-shadow: "+RedeemButtonBoxShadow+a(366)+RedeemButtonTextColor+";background-color:"+RedeemButtonBackColor+a(491)+RedeemButtonBorderColor+
a(436)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+a(536)+RedeemButtonBackColor+";border-color:"+RedeemButtonBorderColor+a(396)+RedeemButtonBoxShadow+a(366)+RedeemButtonTextColor+a(568)+RedeemButtonBoxShadow+";color:"+RedeemButtonTextColor+a(536)+RedeemButtonBackColor+a(302)+RedeemButtonBoxShadow+a(366)+RedeemButtonTextColor+a(536)+RedeemButtonBackColor+a(491)+RedeemButtonBorderColor+a(460)+RedeemButtonTextColor+"}.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:"+
RedeemButtonTextColor+a(415)+MovieButtonBoxShadow+a(366)+MovieButtonTextColor+";\t\tbackground-color:"+MovieButtonBackColor+a(491)+MovieButtonBorderColor+a(271)+MovieButtonBoxShadow+a(366)+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+a(491)+MovieButtonBorderColor+a(284)+MovieButtonBoxShadow+a(366)+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+a(491)+MovieButtonBorderColor+a(508)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+
";border-color:"+MovieButtonBorderColor+"}.btn-movie:not(:disabled):not(.disabled):active,.btn-movie:not(:disabled):not(.disabled).active,.show>.btn-movie.dropdown-toggle{box-shadow: "+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+a(536)+MovieButtonBackColor+a(491)+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+a(366)+MovieButtonTextColor+
a(568)+MovieButtonBoxShadow+a(366)+MovieButtonTextColor+";background-color:"+MovieButtonBackColor+a(205)+MovieButtonBoxShadow+";color:"+MovieButtonTextColor+a(536)+MovieButtonBackColor+";border-color:"+MovieButtonBorderColor+a(527)+MovieButtonTextColor+a(443)+MovieButtonTextColor+a(447)+BVouchButtonBoxShadow+a(366)+BVouchButtonTextColor+a(378)+BVouchButtonBackColor+a(491)+BVouchButtonBorderColor+a(403)+BVouchButtonBoxShadow+a(366)+BVouchButtonTextColor+a(536)+BVouchButtonBackColor+a(491)+BVouchButtonBorderColor+
a(334)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+a(536)+BVouchButtonBackColor+a(491)+BVouchButtonBorderColor+a(285)+BVouchButtonBoxShadow+";color:"+BVouchButtonTextColor+";background-color:"+BVouchButtonBackColor+a(491)+BVouchButtonBorderColor+"}.btn-BVouch:not(:disabled):not(.disabled):active,.btn-BVouch:not(:disabled):not(.disabled).active,.show>.btn-BVouch.dropdown-toggle{box-shadow: "+BVouchButtonBoxShadow+a(366)+BVouchButtonTextColor+a(536)+BVouchButtonBackColor+";border-color:"+
BVouchButtonBorderColor+"}.btn-BVouch:not(:disabled):not(.disabled):active:focus,.btn-BVouch:not(:disabled):not(.disabled).active:focus,.show>.btn-BVouch.dropdown-toggle:focus{box-shadow: "+BVouchButtonBoxShadow+a(366)+BVouchButtonTextColor+";box-shadow: 0 0 0 0.1rem rgba(33, 35, 43, 0.5)}.badge-warning,.preview-list.preview-item.preview-thumbnail.badge.badge-busy{box-shadow: "+BVouchButtonBoxShadow+a(366)+BVouchButtonTextColor+a(536)+BVouchButtonBackColor+"}.btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{box-shadow: "+
BVouchButtonBoxShadow+a(366)+BVouchButtonTextColor+a(536)+BVouchButtonBackColor+a(491)+BVouchButtonBorderColor+a(518)+BVouchButtonTextColor+"}.btn-BVouch:not(.btn-light):not(.btn-secondary):hover, .btn-BVouch:not(.btn-light):not(.btn-secondary):focus, .btn-BVouch:not(.btn-light):not(.btn-secondary):active{color:"+BVouchButtonTextColor+a(244)+FreeButtonBoxShadow+a(366)+FreeButtonTextColor+";\t\tbackground-color:"+FreeButtonBackColor+a(491)+FreeButtonBorderColor+a(479)+FreeButtonBoxShadow+";color:"+
FreeButtonTextColor+";background-color:"+FreeButtonBackColor+a(491)+FreeButtonBorderColor+a(375)+FreeButtonBoxShadow+a(366)+FreeButtonTextColor+a(536)+FreeButtonBackColor+";border-color:"+FreeButtonBorderColor+a(245)+FreeButtonBoxShadow+a(366)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+a(491)+FreeButtonBorderColor+a(523)+FreeButtonBoxShadow+";color:"+FreeButtonTextColor+a(536)+FreeButtonBackColor+a(491)+FreeButtonBorderColor+a(494)+FreeButtonBoxShadow+a(366)+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+a(366)+FreeButtonTextColor+";background-color:"+FreeButtonBackColor+"}.btn-freebtn:not(.btn-light):not(.btn-secondary):focus, .btn-freebtn:not(.btn-light):not(.btn-secondary):active{box-shadow: "+FreeButtonBoxShadow+a(366)+FreeButtonTextColor+a(536)+FreeButtonBackColor+a(491)+FreeButtonBorderColor+a(229)+FreeButtonTextColor+a(505)+FreeButtonTextColor+
a(516)+VendoBoxShadow+a(366)+VendoTextColor+a(378)+VendoBackColor+a(491)+VendoBorderColor+"}.btn-vendolist:hover{box-shadow: "+VendoBoxShadow+a(366)+VendoTextColor+a(536)+VendoBackColor+a(491)+VendoBorderColor+a(330)+VendoBoxShadow+a(366)+VendoTextColor+a(536)+VendoBackColor+a(491)+VendoBorderColor+a(202)+VendoBoxShadow+a(366)+VendoTextColor+a(536)+VendoBackColor+a(491)+VendoBorderColor+a(204)+VendoBoxShadow+a(366)+VendoTextColor+";background-color:"+VendoBackColor+a(491)+VendoBorderColor+a(310)+
VendoBoxShadow+";color:"+VendoTextColor+a(568)+VendoBoxShadow+a(366)+VendoTextColor+a(536)+VendoBackColor+"}.btn-vendolist:not(.btn-light):not(.btn-secondary):focus, .btn-vendolist:not(.btn-light):not(.btn-secondary):active{box-shadow: "+VendoBoxShadow+";color:"+VendoTextColor+a(536)+VendoBackColor+a(491)+VendoBorderColor+a(402)+VendoTextColor+a(422)+VendoTextColor+a(468)+InfoBoxShadow+";color:"+InfoTextColor+a(378)+InfoBackColor+a(491)+InfoBorderColor+a(220)+InfoBoxShadow+a(366)+InfoTextColor+a(536)+
InfoBackColor+a(491)+InfoBorderColor+a(176)+InfoBoxShadow+";color:"+InfoTextColor+";background-color:"+InfoBackColor+a(491)+InfoBorderColor+a(541)+InfoBoxShadow+a(366)+InfoTextColor+a(536)+InfoBackColor+a(491)+InfoBorderColor+a(562)+InfoBoxShadow+";color:"+InfoTextColor+a(536)+InfoBackColor+a(491)+InfoBorderColor+"}.btn-cinfo:not(:disabled):not(.disabled):active:focus,.btn-cinfo:not(:disabled):not(.disabled).active:focus,.show>.btn-cinfo.dropdown-toggle:focus{box-shadow: "+InfoBoxShadow+";color:"+
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+a(366)+InfoTextColor+a(536)+InfoBackColor+a(410)+InfoBoxShadow+a(366)+InfoTextColor+";background-color:"+InfoBackColor+a(491)+InfoBorderColor+"}.btn-cinfo:not(.btn-light):not(.btn-secondary){color:"+InfoTextColor+a(327)+InfoTextColor+"}.btn-rate{box-shadow: "+RateBoxShadow+";color:"+RateTextColor+a(378)+RateBackColor+a(491)+RateBorderColor+
a(501)+RateBoxShadow+";color:"+RateTextColor+";background-color:"+RateBackColor+a(491)+RateBorderColor+a(296)+RateBoxShadow+a(366)+RateTextColor+";background-color:"+RateBackColor+a(491)+RateBorderColor+a(235)+RateBoxShadow+a(366)+RateTextColor+a(536)+RateBackColor+a(491)+RateBorderColor+a(185)+RateBoxShadow+a(366)+RateTextColor+a(536)+RateBackColor+a(491)+RateBorderColor+a(203)+RateBoxShadow+";color:"+RateTextColor+a(568)+RateBoxShadow+a(366)+RateTextColor+";background-color:"+RateBackColor+a(357)+
RateBoxShadow+a(366)+RateTextColor+a(536)+RateBackColor+a(491)+RateBorderColor+a(483)+RateTextColor+a(335)+RateTextColor+"}\t\t.btn-insertcirclecoin{box-shadow:"+InsertCoinButtonBoxShadow+a(366)+InsertCoinButtonTextColor+a(378)+InsertCoinButtonBackColor+";border-color:"+InsertCoinButtonBorderColor+a(283)+InsertCoinButtonBoxShadow+";color:"+InsertCoinButtonTextColor+";background-color:"+InsertCoinButtonBackColor+a(491)+InsertCoinButtonBorderColor+a(182)+InsertCoinButtonBoxShadow+";color:"+InsertCoinButtonTextColor+
";background-color:"+InsertCoinButtonBackColor+a(491)+InsertCoinButtonBorderColor+";}.btn-insertcirclecoin.disabled,.btn-insertcirclecoin:disabled{box-shadow:"+InsertCoinButtonBoxShadow+";color:"+InsertCoinButtonTextColor+a(536)+InsertCoinButtonBackColor+a(491)+InsertCoinButtonBorderColor+"}.btn-insertcirclecoin:not(:disabled):not(.disabled):active,.btn-insertcirclecoin:not(:disabled):not(.disabled).active,.show>.btn-insertcirclecoin.dropdown-toggle{box-shadow:"+InsertCoinButtonBoxShadow+a(366)+InsertCoinButtonTextColor+
a(536)+InsertCoinButtonBackColor+";border-color:"+InsertCoinButtonBorderColor+a(168)+InsertCoinButtonBoxShadow+a(366)+InsertCoinButtonTextColor+a(345)+InsertCoinButtonBoxShadow+a(407)+InsertCoinButtonTextColor+a(536)+InsertCoinButtonBackColor+a(249)+InsertCoinButtonBoxShadow+a(366)+InsertCoinButtonTextColor+a(536)+InsertCoinButtonBackColor+";border-color:"+InsertCoinButtonBorderColor+a(461)+InsertCoinButtonTextColor+"}.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:"+
InsertCoinButtonTextColor+a(590)+_codeTextColor+a(252)+_textlinkfooter+a(309)+_footerBackColor+a(266)+_footerBoxShadow+a(582)+_textfooter+a(223)+_textboldfooter+a(269)+_textfooter+" !important}\t\t.toast {font-size: 14px;padding: 4px;}\t\t");_0x138106();_0x10c0bc(h,g);$("#col-row")[a(517)]('\t\t\t<div id="ydc1" class="card" style="min-height: 87px;">\t\t\t\t<div class="card-body">\t\t\t\t\t<div id="ydm1" 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: 82px; display: grid; justify-content: center; align-items: center; padding: 10px;\t\t\t\t\t\t\tbackground:'+
TextCurTimeBackColor+a(286)+TextCurTimeBorderSize+a(209)+TextCurTimeBorderColor+"; border-radius: "+TextCurTimeBorderRadius+"rem; box-shadow: "+TextCurTimeBoxShadow+a(178)+TextCurrentDurationColor+a(548)+TextCurrentDurationText+a(379)+TextTimeColor+a(510)+RedeemButtonBorderRadius+a(372)+PauseResumeButtonBorderRadius+'rem;\t\t\t\t\t\t\tdisplay: block; white-space: nowrap; height: 36px; width: 114px;"><span>Checking</span></button>\t\t\t\t\t\t</div>\t\t\t\t\t</div>\t\t\t\t</div>\t\t\t</div>\t\t');1===
EnableChristmasLights&&$(a(326))[a(395)](a(534));1===EnableSnowBall&&$("#col-row").prepend(a(442));1!==HideCodeFreeActivateUI&&($("#yd_cstatus_t")[a(374)](a(373)+FreeButtonBorderRadius+a(511)+FreeButtonText+'</button>\t\t\t\t\t\t\t\t<input id="yd_vouchcodein" type="text" style="display: block; text-transform: uppercase; font-size: 14px; height: 36px; background:'+_codeBackColor+a(376)+_codeBorderSize+a(209)+_codeBorderColor+a(187)+_codeBorderRadius+a(201)+_codeBoxShadow+a(338)+_codeTextColor+a(488)+
_codeText+a(325)),$(a(469))[a(374)](a(349)+ConExtendButtonBorderRadius+a(464)));$("#yd_loginout").on("click",function(){_0x287ce5&&clearTimeout(_0x287ce5);_0x21fc99(1500);"c"===_0xbd281f?_0x5a7850():"p"===_0xbd281f?_0x3c037d():"d"===_0xbd281f&&toastada[a(177)]("Press the Connect button.")});$(a(350)).on(a(236),function(){var k=this;k[a(414)]=!0;socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[3],function(m){a(394)===m?toastada.success(a(509)):(k.disabled=!1,toastada[a(177)](m))})});$(a(418)).on(a(236),
function(){openModal("yd_rpoints",a(474),a(552)+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(413)+_modal_contentBodyBackColor+a(275)+_mredeemSubTitleColor+';">Duration</th><th style="color:'+_mredeemSubTitleColor+a(393)+_mredeemSubTitleColor+a(298),'<div style="display: flex; width: 100%; justify-content: flex-end;"><button \t\t\ttype="button" data-dismiss="modal" class="btn btn-redeem" style="margin: auto; width: 45%; color:'+_mredeemCloseTextColor+a(530)+_mredeemCloseBackColor+
a(593)+_mredeemCloseBorderColor+"; box-shadow: "+_mredeemCloseBoxShadow+"; border-radius: "+_mredeemCloseBorderRadius+'rem;">Close</button></div>');socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[37],function(k){for(var m in k){var l=k[m];l=$('<tr><td style="color: '+_mredeemDurTextColor+a(434)+decToTime(l.duration)+a(273)+_mredeemTypeTextColor+a(262)+l[a(363)]+a(190)+_mredeemPointsTextColor+a(504)+l.points+"</td></tr>");var r=$("<td></td>"),t=$(a(475)+m+a(277)+_mredeemButtonTextColor+a(530)+_mredeemButtonBackColor+
"; border-color: "+_mredeemButtonBorderColor+"; box-shadow: "+_mredeemButtonBoxShadow+"; border-radius: "+_mredeemButtonBorderRadius+a(297));r[a(412)](t);l.append(r);$("#tbody-yd_rpoints")[a(412)](l);t.on(a(236),function(){this.disabled=!0;socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[38],this[a(435)],function(p){p[a(584)]?toastada[a(584)](p.message):p[a(371)]?(_0x3d4e3f(),toastada.success(p.message)):p[a(177)]&&toastada.error(p.message)});this.disabled=!1})}})});$(a(212)).on(a(236),function(){_0x3a2516&&
clearTimeout(_0x3a2516);_0x5ebc37(1500);var k=$("#yd_vouchcodein")[a(258)]();k?"d"===_0xbd281f?(k=k[a(563)](),_0x4f1e68(k)):(k=k[a(560)](/\s/g,""),k=k[a(563)](),_0xd2451(k)):1!==CodeTypeOnly?0<_0x1bfb9f?"d"!==_0xbd281f?_0x1ebcab(_0x1bfb9f):_0x59f2a8(_0x1bfb9f):toastada[a(177)](a(299)):toastada[a(177)]("Code Required.");$(a(264))[a(258)]("")});1!==CodeTypeOnly&&$("#col-row")[a(355)](a(383)).after(a(385)+_VendoBoxBackColor+a(286)+_VendoBoxBorderSize+a(209)+_VendoBoxBorderColor+a(187)+_VendoBoxBorderRadius+
a(243)+_VendoBoxBoxShadow+';">\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\t<span style="color:'+TextSelectedVendoColor+a(548)+TextSelectedVendoText+a(214)+VendoBorderRadius+a(463)+_InfoRateBoxShadow+a(303)+_InfoRateBackColor+a(286)+_InfoRateBorderSize+a(209)+_InfoRateBorderColor+a(187)+_InfoRateBorderRadius+a(493)+InfoBorderRadius+a(370)+InfoText+
a(432)+RateBorderRadius+a(237)+RateText+a(456));$(a(251)).parent()[a(395)]('\t\t\t\t\t<div style="display: flex; justify-content: center; margin-top: -10px; margin-bottom: 10px">\t\t\t\t\t\t<div style="width: 100%; border-top: 32px solid '+PointsBackColor+a(440)+PointsLeftTextColor+"; font-size: "+PointsFontSize+a(305)+PointsFontWeight+';">\t\t\t\t\t\t\t\t'+PointsLeftText+a(580)+PointsRightColor+a(515));$(a(251))[a(374)]('\t\t\t\t\t<div style="display: flex; justify-content: center; margin-top: 10px; margin-bottom: -10px">\t\t\t\t\t\t<div style="width: 100%; border-bottom: 32px solid '+
TextStatusBackColor+'; border-left: 8px solid transparent; border-right: 8px solid transparent;">\t\t\t\t\t\t\t<div id="yd_con_status_txt" style="display: flex; justify-content: center; margin-bottom: -32px; margin-top: 6px; color: '+TextStatusColor+a(173)+TextStatusFontSize+a(305)+TextStatusFontWeight+a(417)+TextStatusLeft+a(580)+TextStatusDisconnectedColor+a(515));$("#yd_vinfos").on("click",function(){1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===
enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeTypeOnly||1===enableReserveDuration&&1!==CodeTypeOnly||1===enableDate||1===enableUptime?(openModal(a(496),InfoText,a(195)+_modal_contentBodyBorderRadius+a(243)+_modal_contentBodyBoxShadow+a(413)+_modal_contentBodyBackColor+'"><div style="padding: 6px; color: '+_minfoRightTextColor+a(559),a(247)+_minfoCloseTextColor+a(530)+_minfoCloseBackColor+a(593)+_minfoCloseBorderColor+"; box-shadow: "+_minfoCloseBoxShadow+
a(187)+_minfoCloseBorderRadius+a(555)),_0x3d4e3f()):toastada[a(177)](a(268))});$("#yd_vrates").on(a(236),function(){var k=$("#select-box-dropdown")[a(272)]("name");k&&(openModal(a(221),RateText,a(543)+_modal_contentBodyBorderRadius+a(243)+_modal_contentBodyBoxShadow+a(413)+_modal_contentBodyBackColor+a(498)+_mrateSubTitleColor+';">Amount</th><th style="color:'+_mrateSubTitleColor+a(411)+_mrateSubTitleColor+a(466),'<div style="display: flex; width: 100%; justify-content: flex-end;"><button style="margin: auto; width: 45%; color:'+
_mrateCloseTextColor+a(530)+_mrateCloseBackColor+"; border-color: "+_mrateCloseBorderColor+a(183)+_mrateCloseBoxShadow+a(187)+_mrateCloseBorderRadius+a(380)),socketIO[_0x33447f(2)](_0x2d9646[_0x33447f(1)]()[15],k,function(m){for(var l in m.rates){l=m[a(495)][l];var r=_0x84031e(l[a(438)],m.rates,m[a(363)]);$(a(569))[a(412)](a(198)+_mrateAmountTextColor+a(489)+l[a(438)]+a(253)+_mrateTimeTextColor+a(504)+decToTimeword(r[a(467)])+'</td><td style="color: '+_mrateDiscTextColor+' !important;">'+(l[a(451)][a(535)]?
l[a(451)][a(535)]:"")+a(359))}}))});$(_0x33447f(0)).on(a(236),function(){_0x9f78f5(5E3);_0x46be23?_0x34d077(0):_0x5d02c1?(_0x34d077(1),_0x46be23=!0):toastada[a(584)]("No Internet Connection.<br>Please Report To The Owner.")});1===CodeTypeOnly&&1===EnableInfoInCodeType&&(1===enableNetStatus||1===enableConStatus||1===enableCode||1===enableInterface||1===enableID||1===enableMAC||1===enableIPAddress||1===enableUpload||1===enableDownload||1===enableDurationType&&1!==CodeTypeOnly||1===enableReserveDuration&&
1!==CodeTypeOnly||1===enableDate||1===enableUptime)&&($(a(251))[a(374)](a(420)+_codeInfoBackColor+"; border:"+_codeInfoBorderSize+a(209)+_codeInfoBorderColor+"; \t\t\t\t\tborder-radius: "+_codeInfoBorderRadius+a(316)+_codeInfoBoxShadow+a(557)+_minfoRightTextColor+' !important;" id="yd-info-data";></div>\t\t\t\t\t</div>\t\t\t\t'),_0x3d4e3f());if(1===EnableMovieButton||1===EnableBVouchButton)$(a(326)).children(a(383)).after(a(217)),1===EnableMovieButton&&($(a(324))[a(412)](a(225)+MovieButtonBorderRadius+
a(230)+MovieButtonText+a(445)),$(a(255)).on(a(236),function(){window.location[a(369)]=a(314)})),1===EnableBVouchButton&&($(a(324)).append(a(553)+BVouchButtonBorderRadius+a(230)+BVouchButtonText+a(445)),$("#yd-bvouch").on(a(236),function(){openModal("yd_bvouch",BVouchButtonText,a(195)+_modal_contentBodyBorderRadius+"rem; box-shadow: "+_modal_contentBodyBoxShadow+a(413)+_modal_contentBodyBackColor+a(213)+_mbVouchCode+"\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\t\t\t</div>",a(247)+_mbVouchCloseTextColor+a(530)+
_mbVouchCloseBackColor+a(593)+_mbVouchCloseBorderColor+a(183)+_mbVouchCloseBoxShadow+a(187)+_mbVouchCloseBorderRadius+a(431))}));$(_0x1e9559)[a(374)](_0x4df588);$(_0x33447f(0))[a(227)](a(200),a(454));$(_0x33447f(0)).css(a(291),"114px");$(_0x33447f(0))[a(227)](a(404),a(550));$(_0x33447f(0)).css(a(450),a(340));c=""+InsertCoinButtonBorderSize+"px solid "+InsertCoinButtonBorderColor;$(_0x33447f(0))[a(227)](a(470),c);$(_0x33447f(0))[a(265)]("disabled",!1);_0x442262(n,q);""!==FooterCode&&$(_0x33447f(15))[a(395)](FooterCode);
_0x331ba6();$(_0x33447f(16))[a(355)]("a")[a(272)](_0x33447f(18),_0x33447f(17));$(_0x33447f(16))[a(355)]("a").attr(_0x33447f(19),_0x33447f(20));$(_0x289a3d).remove()}catch(k){}}_0x9e35b8(PortalTitle,backGroundImageName,backGroundImagePosX,backGroundImagePosY,backGroundImageColor,activateCustomBanner,_0x15f681,activateCustomBotNotice,_0x2912a0);$(_0x4e0a3d(362))[_0x4e0a3d(242)]();
//\<</SCRIPT>
Editor is loading...
Leave a Comment