Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/sendmail.php
Назад
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheUmuahiasiteDiocese2016Byto")){?> <?php include("Connecter/dataconn.php"); ?> <?php if(isset($_POST['sendmessage'])){ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("titlebar.php"); ?> <?php include("mast.php"); ?> <?php include("navbar.php"); ?> <?php include("contenttop.php"); ?> <?php include("sidebar.php"); ?> <?php include("mainbartop.php"); ?> <!--Content Goes here--> <?php function getst($theValue) { $theValue = trim($theValue); $theValue = stripslashes($theValue); return $theValue; } $towhom=getst($_POST['towhom']); $message=getst($_POST['message']); $message1 = '<div align="left" style="padding:0px 5px 5px 5px;font-family:Georgia, Times, serif;letter-spacing:-2px;font-size:25px;font-weight:bold;color:#000000;">Catholic Diocese of Umuahia, Nigeria:</div> <div style="padding-left:20px; padding-bottom:5px; border-bottom:1px solid #999999;"><i>(Visit us at <a href="http://www.umuahiadiocese.org" target="_blank">http://www.umuahiadiocese.org</a> || You can also reach us at info@umuahiadiocese.org)</i></div> <div style="font-family:Times, serif; color:#046800; font-weight:bold; font-size:20px; padding:20px 5px 10px 5px; line-height:20px; letter-spacing:-1px;"><a rel="nofollow" name="Top"></a>Umuahia Diocese Message (' . date("F j, Y") . ')</div><hr /><br />'; $message5 = '<br /><hr /><br />Send your suggestions, comments and news to us at info@umuahiadiocese.org</i><br /><br /><i>The Umuahia Catholic Diocese website was designed and is powered by <a href="http://www.verbumnetworks.net">Verbum Networks, Nigeria</a> -- You can reach Verbum Networks at Tel:(+234) (0)8025301075</i>'; $message=$message1 . $message . $message5; $headers = 'From: info@umuahiadiocese.org' . "\r\n" . 'Reply-To: info@umuahiadiocese.org' . "\r\nContent-type: text/html; charset=us-ascii" . 'X-Mailer: PHP/' . phpversion(); $subject='Message from the Catholic Diocese of Umuahia'; if(strpos($towhom,'@') !== false){ $email=$towhom; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>You could try again later.<br>"; } } if($towhom=="IP"){ $sql="select * from priests where archived<>'Yes' and status='Umuahia Diocesan Priest' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and status='Active' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="IPSA"){ $sql="select * from priests where archived<>'Yes' and status='Umuahia Diocesan Priest' and specialassign<>'' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and status='Retired' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="IPSL"){ $sql="select * from priests where archived<>'Yes' and status='Umuahia Diocesan Priest' and studyleave<>'' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and status='Dormant' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="OP"){ $sql="select * from priests where archived<>'Yes' and status='Priest from Other Diocese' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Fellow' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="Pre"){ $sql="select * from priests where archived<>'Yes' and status='Catholic Church of the East' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Associate' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="RelP"){ $sql="select * from priests where archived<>'Yes' and status='Religious' and ordination<>0 and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Ordinary' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="AP"){ $sql="select * from priests where archived<>'Yes' and (titler<>'Msgr.' or titler<>'Very Rev. Fr.' or titler<>'Rev. Fr.') and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="RelSB"){ $sql="select * from priests where archived<>'Yes' and status='Religious' and ordination=0 and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="Rel"){ $sql="select * from priests where archived<>'Yes' and status='Religious' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="Dea"){ $sql="select * from priests where archived<>'Yes' and status='Others' and titler='Rev.' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="Sem"){ $sql="select * from priests where archived<>'Yes' and status='Others' and titler='Seminarian' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="Cat"){ $sql="select * from priests where archived<>'Yes' and status='Others' and titler='Catechist' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="Oth"){ $sql="select * from priests where archived<>'Yes' and status='Others' and (titler<>'Catechist' or titler<>'Seminarian' or titler<>'Rev.') and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } $datyear = date("Y"); $datmonth = date("n"); $ddmonth = date("F"); $datday = date("d"); //$aweek = $datday + 6; $aweek = $datday; $tdate = date("Y-m-d"); $wkdate = date("m-d", strtotime("+6 day")); if($towhom=="Bir"){ $sql="select *, DAYOFMONTH(dob) AS 'weekname' FROM priests WHERE MONTH(dob) = $datmonth AND DAYOFMONTH(dob) >= $datday AND DAYOFMONTH(dob) <= $aweek ORDER by weekname"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="Ord"){ $sql="select *, DAYOFMONTH(ordination) AS 'weekname' FROM priests WHERE MONTH(ordination) = $datmonth AND DAYOFMONTH(ordination) >= $datday AND DAYOFMONTH(ordination) <= $aweek ORDER by weekname"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } if($towhom=="All"){ $sql="select * from priests where archived<>'Yes' and email Like '%@%' order by namer asc"; $result=mysql_query($sql,$csn); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); } $num = mysql_num_rows($result); if ($num != 0){ $sql5="update priests set formpro = 'No'"; mysql_query($sql5); $sql5="update priests set formpro = 'Pend' where archived<>'Yes' and email Like '%@%'"; mysql_query($sql5); while($row = mysql_fetch_array($result)){ $email=$row["email"]; $lilian=$row["sn"]; if ( mail($email,$subject,$message,$headers) ) { $bb = $bb . "The email to " . $email . " has been sent!<br>"; $sql5="update priests set formpro = 'Yes' where sn=$lilian"; mysql_query($sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } ?> <p> </p> <hr /> <?php echo ($bb); ?> <hr /> <p><a href="dadmin.php">Back to Admin Page</a></p> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("sendmailer.php"); } ?> <?php } else { include("ddadmin.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка