Warning: chmod(): Operation not permitted in /var/www/alexvillarreal/wp-content/plugins/custom-post-type-ui/custom-post-type-ui.php on line 8
403WebShell
403Webshell
Server IP : 74.208.250.37  /  Your IP : 216.73.216.114
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/retoaventura/theme/default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/retoaventura/theme/default/top.php
<?php
$model_aventuras = new ModelAventuras($registry);
$aventuras       = $model_aventuras->getAventuras();
/*//////////////BACKGROUND/////////////////////*/
?>
<div id="bg">
	<img alt="" src="<?php echo TEMPLATE_PATH;?>/images/body_bg_3.jpg">
</div>

<div id="top_nav" class="navbar hbar">
<div class="container">
<div id="header" class="bg_orange">	
<div class="row">
<div class="right">
<button type="button" class="navbar-toggle" data-toggle="show" data-target=".navbar-collapse">
	<span class="icon-bar"></span>
  <span class="icon-bar"></span>
  <span class="icon-bar"></span>
  </button>
</div>	
</div>
<div id="header_top" class="row rl_padd">

<div class="logo">
 <div id="logo" class="col three als_c">	
 <img src="<?php echo TEMPLATE_PATH;?>/images/logo.png" />
 </div>
	
 <div id="gavemac" class="col three als_c">
 <img class="clean" src="<?php echo TEMPLATE_PATH;?>/images/gavemac.png" height="80" alt="gavemac"	/>
 </div>
	
 <div id="top_select" class="col three als_c">
 <div id="forms_wrap">
 <form method="get" id="form_aventura" action="<?php echo SITE_URL;?>">
 <input type="hidden" name="q" value="aventuras" />
 <div class="select_style">
 <select name="id" onchange="this.form.submit();">
 <option value="0">Selecciona tu Aventura</option>
<?php	
 foreach($aventuras as $av){
?>
 <option value="<?= $av['node'] ?>"><?= $av['recorrido'] ?></option>
<?php
 }
?>
 </select>
 </div>
 </form>
 <div class="search_box">
 <form action="<?php echo SITE_URL;?>" id="searchform" method="get" >
 <input type="hidden" name="q" value="aventuras" />
 <input type="text" class="inputField" id="search" name="search" onblur="if (this.value == '') {this.value = '';}" onfocus="if (this.value == '') {this.value = '';}" value="">
 <input type="submit" class="btn-search" value="Buscar" id="searchsubmit">
 </form>
 </div>	
 </div>
 </div><!--EOF top_select-->
 <div class="clear"></div>	
</div><!--EOF .logo-->
  
</div><!--EOF #header_top-->
<div id="top_nav" class="nav navbar-collapse collapse">	
<?php	$pages->nav('main',$q); ?>
</div><!--EOF .nav-->
	<div class="clear"></div>
</div><!--EOF #header-->	
	</div><!--EOF .container-->
</div><!--EOF .navbar-->

Youez - 2016 - github.com/yon3zu
LinuXploit