Current Path : /web/htdocs/www.entinoprofit.org/home/admin/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/admin/check_mail.php

<?php
// phpinfo();

// constants
define("THUNDERPLUNGER_GUID", "{bfec0750-aa6f-11db-abbd-0800200c9a66}");

// note: the following 2 defines MUST refer to VALID domain and email as
// many servers check this and will reject us if they are not found
define("DOMAIN_TO_USE_FOR_SMTP", "out.alice.it");
define("EMAIL_TO_USE_FOR_SMTP", "webmaster@rivs.it");

define("EMAIL_UNSURE", "404");
define("EMAIL_GOOD", "200");
define("EMAIL_BAD", "400");
define("ERROR", "500");
define("SMTP_CONNECTION_TIMEOUT", 5);
define("SMTP_READ_TIMEOUT", 15);
define("SMTP_CONNECT_OK", "220");
define("SMTP_GENERIC_OK", "250");
define("EMAIL_REGEX", "/^([a-zA-Z0-9])+([a-zA-Z0-9\._-])*@([a-zA-Z0-9_-])+([a-zA-Z0-9\._-]+)+$/");
define("SMTP_PORT", 25);


include_once("include/config.php");
include_once("include/auth.lib.php");

list($status, $user) = auth_get_status();

?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Inserimento news Entinoprofit.org - Rivs.it - Aesnazionale.it</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK href="style.css" rel="stylesheet" type="text/css">

</head>

<body>
<div id="testata">
<table width="760" border="0" cellpadding="0" cellspacing="0" align="center">
  <!--DWLayoutTable-->
  <tr>
    <td height="105" colspan="2" valign="top"><img src="images/testata.jpg" width="760" height="105" border="0"></td>
  </tr>
<tr><td height="37" colspan="2" valign="center" background="images/navbar.gif"> 
<div align="center" class="titolo"><b>Controlla email </b></div>
</td> 
</tr>
</table>
</div>
<?php 


switch($status){
case AUTH_LOGGED:

include("menu.php"); 



echo '<div id="main"><div id="news"><form method="get" action="check.php" target="_blank"><table width="100%" border="0">';

echo '<tr><td class="cusco"><input type="hidden" name="test" value="1"><input type="hidden" name="accessKey" value="{bfec0750-aa6f-11db-abbd-0800200c9a66}">';
echo 'Email';
echo '</td><td class="cusco"><input type="text" name="emailAddress" value="" size="50"></td></tr>';
echo '<tr><td COLSPAN ="2" class="cusco"><input type="submit" value="&gt;&gt; Controlla" style= "BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; MARGIN: 2px 0px; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid;"></td></tr>';

echo '</table></form></div></div>';


break;
case AUTH_NOT_LOGGED:


?>

<table width="760" border="0" cellpadding="0" cellspacing="0" align="center">
      <tr>
          <td >Login Club </td>
      </tr>
      <tr>
          <td >
        
		  <form action="login.php<?=$link?>" method="post">
			 <table cellspacing="2">
			   <!--DWLayoutTable-->
				<tr>
					<td >Username :</td>
					<td ><input name="uname" type="text" size="10"></td>
	  </tr>
				<tr>
					<td class="text1">Password :</td>
					<td><input name="passw" type="password" size="10"></td>
				</tr>
				<tr>
					<td colspan="2">
					  <input type="submit" name="action" value="entra">
				  </td>
				</tr>
				<tr><td height="21" colspan="2" valign="top" ><!--DWLayoutEmptyCell-->&nbsp;</td>
			    </tr>
			</table>
			
          </form>
		  
</table>

<?php 
break; }
?>
</div></div>
</body>
</html>