questo è il send.php
Codice:
<?
include "include/config_mail.php";
include "include/functions.php";
head();
body();
//content("");
echo "<div id=\"content\">";
$version = "1.2";
$key = array ();
$val = array ();
$output = "";
$senderNames = array ($senderNames);
foreach($_POST as $chiave=>$valore)
{
// <Input type=qualunque name=chiave value=valore>
array_push ($key, $chiave);
array_push ($val, eregi_replace("\\\\'", "'", $valore));
if (!empty($emailField))
{
if ($chiave == $emailField)
{
$emailMittente = $valore;
}
}
if (!empty($subjectField))
{
if ($chiave == $subjectField)
{
$subject = $valore;
}
}
if (!empty($senderNames))
{
for ($i = 0; $i < count ($senderNames); $i++)
{
if ($chiave == $senderNames[$i])
{
$nome .= $valore." ";
}
}
}
}
if (!empty($subject))
{
$oggetto .= " - ".$subject;
}
if ($html)
{
$output = getHtmlOutput ($key, $val);
$intestazioni = "MIME-Version: 1.0\r\n";
$intestazioni .= "Content-type: text/html; charset=iso-8859-1\r\n";
}
else
{
for ($i = 0; $i < count ($key); $i++)
{
$output .= $key[$i].": ".$val[$i]."\n";
}
$intestazioni = "";
}
if ( (!empty($emailMittente)) || (!empty($nome)) )
{
$intestazioni .= "From: ".$nome."<".$emailMittente."> \r\n";
}
else
{
$intestazioni .= "From: ".$mittente."\r\n";
}
if (!mail($destinatari, $oggetto, $output, $intestazioni))
{
echo "<br>".$messaggioErrore."<br />".getHtmlOutput($key, $val);
if (strlen($paginaErrore) < 5)
{
exit ();
}
else
{
echo "<META HTTP-EQUIV=Refresh CONTENT=\"10; URL=".$paginaErrore."\">";
}
}
echo "<br>".$messaggioConferma."<br />".getHtmlOutput($key, $val);
if (strlen($paginaConferma) < 5)
{
exit ();
}
else
{
echo "<META HTTP-EQUIV=Refresh CONTENT=\"10; URL=".$paginaConferma."\">";
}
function getHtmlOutput ($k, $v)
{
global $stripsHtml;
global $tagAllowed;
return $return;
}
echo "</div>";
bottom();
?>
questo invece è il config
Codice:
<?php
$mittente = "indirizzo@mail.it";
$destinatari = "damico.simone@yahoo.it";
$oggetto = "----Dati Modulo Web----";
$paginaConferma = "";
$messaggioConferma = "<center><b><font color=#B35772 size=3>Inserimento avvenuto con successo!!</font></b><br /><br /><br /><br />
<p>Torna alla <b><a href=\"home.php\">Home</a></b> o ai <b><a href=\"contacts.php\">Contatti</a></b><br /><br /><br /><br /><br /><br /></p></center>
</div>
<!-- BOTTOM -->
<div id=\"footer\">
<hr />
©
<script type=\"text/javascript\">
copyright=new Date();
update=copyright.getFullYear();
document.write(update);
</script>
Simone D'Amico<br />
<a href=\"index.php\" class=\"small-navigation\">HOME</a>
--
<a href=\"contacts.php\" class=\"small-navigation\">CONTATTI</a>
--
<a href=\"map.php\" class=\"small-navigation\">MAP SITE</a><br />
Questo sito e le opere contenute sono pubblicate sotto licenza Creative Commons <a rel=\"license\" href=\"http: //creativecommons.org/licenses/by-nc-nd/2.5/it/\"><img style=\"border-width:0\" src=\"images/creative.png\" alt=\"Creative Commons\" width=\"80\" height=\"15\" /></a><br /><br />
Questo sito rispetta gli standard
<img alt=\"XHTML\" src=\"images/xhtml.png\" width=\"80\" height=\"15\" />
<img alt=\"CSS2\" src=\"images/css.gif\" width=\"80\" height=\"15\" />
<br /><br />
Site tested with:
<img alt=\"Mozilla Firefox\" src=\"images/firefox.gif\" width=\"80\" height=\"15\" />
<img alt=\"Internet Explorer\" src=\"images/explorer.gif\" width=\"80\" height=\"15\" />
<img alt=\"Opera\" src=\"images/opera.jpg\" width=\"80\" height=\"15\" />
<br /><hr />
<!-- Inizio Codice Shinystat -->
<script type=\"text/javascript\" language=\"JavaScript\" src=\"http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=simonedamico\"></script>
<noscript>
<a href=\"http://www.shinystat.com/it\" target=\"_top\">
<img src=\"http://www.shinystat.com/cgi-bin/shinystat.cgi?USER=simonedamico\" alt=\"Statistiche\" border=\"0\"></a>
</noscript>
<!-- Fine Codice Shinystat -->
<img alt=\"Get Firefox2\" src=\"images/firefox.png\" width=\"80\" height=\"31\" />
</div>
</div>
</body>
</html>
";
$paginaerrore = "";
$messaggioErrore = "<center><b><font color=#B35772 size=3> Si è verificato un errore!<br />Se il problema persiste contatta l'<a href=\"mailto:damico.simone@yahoo.it\">amministratore del sito</a>!!</font></b><br />
<br /><br />
<p>Torna alla <b><a href=\"home.php\">Home</a></b> o ai <b><a href=\"contacts.php\">Contatti</a></b><br /><br /><br /><br /><br /><br /></p></center>
</div>
<!-- BOTTOM -->
<div id=\"footer\">
<hr />
©
<script type=\"text/javascript\">
copyright=new Date();
update=copyright.getFullYear();
document.write(update);
</script>
Simone D'Amico<br />
<a href=\"index.php\" class=\"small-navigation\">HOME</a>
--
<a href=\"contacts.php\" class=\"small-navigation\">CONTATTI</a>
--
<a href=\"map.php\" class=\"small-navigation\">MAP SITE</a><br />
Questo sito e le opere contenute sono pubblicate sotto licenza Creative Commons <a rel=\"license\" href=\"http: //creativecommons.org/licenses/by-nc-nd/2.5/it/\"><img style=\"border-width:0\" src=\"images/creative.png\" alt=\"Creative Commons\" width=\"80\" height=\"15\" /></a><br /><br />
Questo sito rispetta gli standard
<img alt=\"XHTML\" src=\"images/xhtml.png\" width=\"80\" height=\"15\" />
<img alt=\"CSS2\" src=\"images/css.gif\" width=\"80\" height=\"15\" />
<br /><br />
Site tested with:
<img alt=\"Mozilla Firefox\" src=\"images/firefox.gif\" width=\"80\" height=\"15\" />
<img alt=\"Internet Explorer\" src=\"images/explorer.gif\" width=\"80\" height=\"15\" />
<img alt=\"Opera\" src=\"images/opera.jpg\" width=\"80\" height=\"15\" />
<br /><hr />
<!-- Inizio Codice Shinystat -->
<script type=\"text/javascript\" language=\"JavaScript\" src=\"http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=simonedamico\"></script>
<noscript>
<a href=\"http://www.shinystat.com/it\" target=\"_top\">
<img src=\"http://www.shinystat.com/cgi-bin/shinystat.cgi?USER=simonedamico\" alt=\"Statistiche\" border=\"0\"></a>
</noscript>
<!-- Fine Codice Shinystat -->
<img alt=\"Get Firefox2\" src=\"images/firefox.png\" width=\"80\" height=\"31\" />
</div>
</div>
</body>
</html>
";
$emailField = "email";
$subjectField = "";
$senderNames = "nome";
$mostraInputinConferma = 1;
$html = 1;
$stripsHtml = 1;
$tagAllowed = "<b><i><br /><u>";
?>