Файловый менеджер - Редактировать - /home/umudio/public_html/sendmail.php
Назад
<?php session_start(); if (isset($_POST["username"]) && isset($_POST["password"])) { $manager = $_POST["username"]; $password = $_POST["password"]; include("includes/config.php"); $cmem = "SELECT id FROM auth WHERE username='$manager' AND password='$password' LIMIT 1"; $run_cmem = mysqli_query($con, $cmem); $count_mem = mysqli_num_rows($run_cmem); if ($count_mem == 1) { while ($row = mysqli_fetch_array($run_cmem)) { $id = $row["id"]; } $_SESSION["id"] = $id; $_SESSION["manager"] = $manager; $_SESSION["password"] = $password; header("location: mod-auth"); exit(); } else { echo "<script>alert('Incorrect Password !!!')</script>"; echo "<script>window.open('./','_self')</script>"; exit(); } } ?> <?php session_start(); if (!isset($_SESSION["manager"])) { header("location: ./"); exit(); } ?> <?php include("includes/config.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 Aba, Nigeria:</div> <div style="padding-left:20px; padding-bottom:5px; border-bottom:1px solid #999999;"><i>(Visit us at <a href="http://www.catholicdioceseofaba.org" target="_blank">http://www.catholicdioceseofaba.org</a> || You can also reach us at info@catholicdioceseofaba.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>Aba Diocese Message (' . date("F j, Y") . ')</div><hr /><br />'; $message5 = '<br /><hr /><br />Send your suggestions, comments and news to us at info@catholicdioceseofaba.org</i><br /><br /><i>The Aba 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@catholicdioceseofaba.org' . "\r\n" . 'Reply-To: info@catholicdioceseofaba.org' . "\r\nContent-type: text/html; charset=us-ascii" . 'X-Mailer: PHP/' . phpversion(); $subject = 'Message from the Catholic Diocese of Aba'; 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='Aba Diocesan Priest' and email Like '%@%' order by namer asc"; $result = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and status='Active' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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='Aba Diocesan Priest' and specialassign<>'' and email Like '%@%' order by namer asc"; $result = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and status='Retired' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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='Aba Diocesan Priest' and studyleave<>'' and email Like '%@%' order by namer asc"; $result = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and status='Dormant' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Fellow' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Associate' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Ordinary' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and grade='Student' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $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 = mysqli_query($sql, $con); if (!$result) { echo ("<p>Error retrieving data</p>"); } $num = mysqli_num_rows($result); if ($num != 0) { $sql5 = "update priests set formpro = 'No'"; mysqli_query($con, $sql5); $sql5 = "update priests set formpro = 'Pend' where archived<>'Yes' and email Like '%@%'"; mysqli_query($con, $sql5); while ($row = mysqli_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"; mysqli_query($con, $sql5); } else { $bb = $bb . "The email to " . $email . " failed, it was not sent!<br>"; } } } } ?> <p> </p> <hr /> <?php echo ($bb); ?> <hr /> <p><a href="mod-auth">Go back to Admin Dashboard</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"); } ?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка