403Webshell
Server IP : 172.67.201.108  /  Your IP : 216.73.217.139
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/mitzvahm/wwwdevplanner/mod/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mitzvahm/wwwdevplanner/mod/tour.php
<?php include('_mod_security.php'); ?>
<script>
	$(document).ready(function()	
	{
		//************* delayed source for images ********************
		var ar_dsrc = [];
		var ix_dsrc = 0;
		$('img').each(function(){
			if ($(this).attr('dsrc') > ' ')
			{
				//alert($(this).attr('dsrc'));
				if ($(this).visible( true ))
				{
					$(this).attr('src', $(this).attr('dsrc'));
				}
				else
				{
					ix_dsrc = ix_dsrc + 1;
					ar_dsrc[ix_dsrc] = $(this);
				}
			}
		});
		var dsrc_loaded = false;
		$(window).scroll(function() {
					if (!dsrc_loaded)
					{
						window.setTimeout(function() {
									ar_dsrc.map( function(item) {
												$(item).attr('src', $(item).attr('dsrc')); 
											} );
								}, 300);
						dsrc_loaded = true;
					}
				});
		//************************************************************
	});
</script>
<div class="cleardiv">
</div>
<div class="home_signup">
	<div style="padding-left:22px; padding-right:22px; padding-top:0px; padding-bottom:0px; ">
		<div id="home_signup_button" style="">
			<a href="index.php?IX=signup_form">
				<img src="img/home_buy_button5.png" style="cursor:pointer; width:150px; float:right;" alt="Purchase Mitzvah Organizer">
			</a>
		</div>
		<div class="cleardiv">
		</div>
		<div class="home_nav">
			<a href="index.php?IX=home">HOME</a>
		</div>
	</div>
	<!-- --------------------------- Screenshot gallery ------------------------ -->
	<div class="gallery">
		<?php
			$ar_gallery = array(
				array(index => 'ez_guide', 						desc => 'Easy Guide',					video => ''),
				array(index => 'reports', 						desc => 'Over 30 Reports',				video => ''),
				array(index => 'events', 						desc => 'Event List',					video => ''),
				array(index => 'event_form_general', 			desc => 'Event Setup',					video => ''),
				array(index => 'event_form', 					desc => 'Video: Event Setup',			video => 'y'),
				array(index => 'event_form_temple', 			desc => 'Temple Setup',					video => ''),
				array(index => 'event_form_av', 				desc => 'Venue Setup',					video => ''),
				array(index => 'budget', 						desc => 'Budget Setup',					video => ''),
				array(index => 'budget_form', 					desc => 'Budget Details',				video => ''),
				array(index => 'budget', 						desc => 'Video: Budget',				video => 'y'),
				array(index => 'vendors', 						desc => 'Vendor List',					video => ''),
				array(index => 'vendor_form_general', 			desc => 'Vendor Details',				video => ''),
				array(index => 'vendor_form_proposals', 		desc => 'Vendor Proposals',				video => ''),
				array(index => 'guests', 						desc => 'Guest List',					video => ''),
				array(index => 'guest_quick_entry', 			desc => 'Guest Quick Entry',			video => ''),
				array(index => 'guest_quick_entry', 			desc => 'Video: Quick Entry',			video => 'y'),
				array(index => 'guest_form', 					desc => 'Guest Full Entry',				video => ''),
				array(index => 'invitation_inserts', 			desc => 'Invitation Inserts',			video => ''),
				array(index => 'invitation_insert_form', 		desc => 'Invitation Insert Form',		video => ''),
				array(index => 'invitations', 					desc => 'Invitation Worksheet',			video => ''),
				array(index => 'invitations', 					desc => 'Video: Invitations',			video => 'y'),
				array(index => 'labels', 						desc => 'Address Labels',				video => ''),
				array(index => 'labels', 						desc => 'Video: Labels',				video => 'y'),
				array(index => 'envelopes', 					desc => 'Invitation Envelopes',			video => ''),
				array(index => 'envelopes', 					desc => 'Video: Envelopes',				video => 'y'),
				array(index => 'rsvp', 							desc => 'Track RSVPs',					video => ''),
				array(index => 'rsvp', 							desc => 'Video: RSVPs',					video => 'y'),
				array(index => 'table_list', 					desc => 'Table List by Venue',			video => ''),
				array(index => 'table_form', 					desc => 'Table Details',				video => ''),
				array(index => 'table_assign', 					desc => 'Table Seating Assignment',		video => ''),
				array(index => 'table_assign', 					desc => 'Video: Seating Assignment',	video => 'y'),
				array(index => 'placecards', 					desc => 'Table Place Cards',			video => ''),
				array(index => 'candles', 						desc => 'Candle Lighting',				video => ''),
				array(index => 'honors', 						desc => 'Ceremony Honors',				video => ''),
				array(index => 'songs', 						desc => 'Song List',					video => ''),
				array(index => 'bus', 							desc => 'Transportation',				video => ''),
				array(index => 'hotel', 						desc => 'Hotel Accommodations',			video => ''),
				array(index => 'favors', 						desc => 'Favor Definition',				video => ''),
				array(index => 'favors_form', 					desc => 'Favor Details',				video => ''),
				array(index => 'favorlist', 					desc => 'Favor Worksheet',				video => ''),
				array(index => 'gifts', 						desc => 'Record Gifts',					video => ''),
				array(index => 'labels_thank_you', 				desc => 'Thank You Address Labels',		video => ''),
				array(index => 'envelopes_thank_you', 			desc => 'Thank You Envelopes',			video => ''),
			);
			$ix_gal = 0;
			echo '<h3 class="home left">Screenshots</h3>';
			foreach ($ar_gallery as $ar_thumb) :
				if ($ar_thumb['video'] != 'y') :
					$ix_gal = $ix_gal + 1;
		?>
					<script>
						ix_gal = ix_gal + 1;
						ix_gal_max = ix_gal;
						ar_gallery[ix_gal] = 'screenshot_home_<?php echo $ar_thumb['index']; ?>';
					</script>
					<div class="gallery_block">
						<a href="javascript:window_gallery('terms_window',<?php echo $ix_gal; ?>);">
							<img dsrc="img/thumb_sc_<?php echo $ar_thumb['index']; ?>.png" alt="<?php echo $ar_thumb['desc']; ?>" /><br />
							<?php echo $ar_thumb['desc']; ?>
						</a>
					</div>
		<?php
				endif;
			endforeach;
		?>
			<div class="cleardiv">
			</div>
		<?php
			echo '<h3 class="home left">Videos</h3>';
			foreach ($ar_gallery as $ar_thumb) :
				if ($ar_thumb['video'] == 'y') :
					$ix_gal = $ix_gal + 1;
		?>
					<script>
						ix_gal = ix_gal + 1;
						ix_gal_max = ix_gal;
						ar_gallery[ix_gal] = 'video_<?php echo $ar_thumb['index']; ?>';
					</script>					
					<div class="gallery_block">
						<a href="javascript:window_gallery('terms_window',<?php echo $ix_gal; ?>);">
							<img dsrc="img/thumb_video_<?php echo $ar_thumb['index']; ?>.png" alt="<?php echo $ar_thumb['desc']; ?>" /><br />
							<?php echo $ar_thumb['desc']; ?>
							<img class="gallery_video_button" src="img/play_button_70x70.png" alt="play video" />
						</a>
					</div>
		<?php
				endif;
			endforeach;
		?>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit