Файловый менеджер - Редактировать - /home/umudio/public_html/OLD/senddsmsresult2.php
Назад
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheUmuahiasiteDiocese2016Byto")){?> <?php include("Connecter/dataconn.php"); ?> <?php function getst($theValue) { $theValue = trim($theValue); $theValue = stripslashes($theValue); return $theValue; } $raining = $_SESSION["raining"]; if(!isset($_POST['getlength'])){ echo("Sorry!"); exit(); } if(isset($raining)){ $count=0; $recipients=$_POST['recipients']; $request = ""; $param["cmd"] = "sendmsg"; $param["sessionid"] = $raining; $param["message"] = getst($_POST['getlength']); $param["sender"] = getst($_POST['sender']); if($recipients=="generic"){ $param["sendto"]=$_POST['sendto']; } //start if($recipients=="allmember"){ $query_rsdirectory = "select * from priests where archived<>'Yes'"; $result=mysql_query($query_rsdirectory); if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); exit(); } $num = mysql_num_rows($result); if ($num != 0){ while($row = mysql_fetch_array($result)){ if($row['phone']!=""){ $dlength=strlen($row['phone']); $dlength=$dlength-1; $dcount=1; $onephone=""; for($i=0; $i<=$dlength; $i++){ $dcurrent=substr($row['phone'],$i,1); //echo("The current is:" . $dcurrent . " "); if(is_numeric($dcurrent)){ if($dcount==1){ $onephone=$onephone . "234"; if($dcurrent!="0"){ $onephone=$onephone . $dcurrent; } } else { $onephone=$onephone . $dcurrent; } $dcount++; //echo($onephone . " "); } else { if($dcurrent=="-" || $dcurrent==" "){ $j=1; } else { $dsendto = $dsendto . "," . $onephone; $dcount=1; $onephone=""; } //echo($onephone . " "); } //echo("<br>"); } $dsendto = $dsendto . "," . $onephone; //echo("<hr>"); } else { $dcount=1; $onephone=""; } } } $param["sendto"]=substr($dsendto,1); } //stop //start if($recipients=="somemember"){ $towhom=$_POST['towhom']; if($towhom=="IP"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Umuahia Diocesan Priest'"; $result=mysql_query($query_rsdirectory); } if($towhom=="IPSA"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Umuahia Diocesan Priest' and specialassign<>''"; $result=mysql_query($query_rsdirectory); } if($towhom=="IPSL"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Umuahia Diocesan Priest' and studyleave<>''"; $result=mysql_query($query_rsdirectory); } if($towhom=="OP"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Priest from Other Diocese'"; $result=mysql_query($query_rsdirectory); } if($towhom=="Pre"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Catholic Church of the East'"; $result=mysql_query($query_rsdirectory); } if($towhom=="RelP"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Religious' and ordination<>0"; $result=mysql_query($query_rsdirectory); } if($towhom=="AP"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and (titler<>'Msgr.' or titler<>'Very Rev. Fr.' or titler<>'Rev. Fr.')"; $result=mysql_query($query_rsdirectory); } if($towhom=="RelSB"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Religious' and ordination=0"; $result=mysql_query($query_rsdirectory); } if($towhom=="Rel"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Religious'"; $result=mysql_query($query_rsdirectory); } if($towhom=="Dea"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Others' and titler='Rev.'"; $result=mysql_query($query_rsdirectory); } if($towhom=="Sem"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Others' and titler='Seminarian'"; $result=mysql_query($query_rsdirectory); } if($towhom=="Cat"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Others' and titler='Catechist'"; $result=mysql_query($query_rsdirectory); } if($towhom=="Oth"){ $query_rsdirectory = "SELECT * FROM priests where archived<>'Yes' and status='Others' and (titler<>'Catechist' or titler<>'Seminarian' or titler<>'Rev.')"; $result=mysql_query($query_rsdirectory); } $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"){ $query_rsdirectory = "SELECT phone, sn, namer, email, dob, ordination, DAYOFMONTH(dob) AS 'weekname' FROM priests WHERE MONTH(dob) = $datmonth AND DAYOFMONTH(dob) >= $datday AND DAYOFMONTH(dob) <= $aweek ORDER by weekname"; $result=mysql_query($query_rsdirectory); } if($towhom=="Ord"){ $query_rsdirectory = "SELECT phone, sn, namer, email, dob, ordination, DAYOFMONTH(ordination) AS 'weekname' FROM priests WHERE MONTH(ordination) = $datmonth AND DAYOFMONTH(ordination) >= $datday AND DAYOFMONTH(ordination) <= $aweek ORDER by weekname"; $result=mysql_query($query_rsdirectory); } if(is_numeric($towhom)){ $query_rsdirectory = "select * from priests where sn='$towhom'"; $result=mysql_query($query_rsdirectory); } if (!$result){ echo ("<p>Error retrieving data: " . mysql_error() . "</p>"); exit(); } $num = mysql_num_rows($result); if ($num != 0){ while($row = mysql_fetch_array($result)){ if($row['phone']!=""){ $dlength=strlen($row['phone']); $dlength=$dlength-1; $dcount=1; $onephone=""; for($i=0; $i<=$dlength; $i++){ $dcurrent=substr($row['phone'],$i,1); //echo("The current is:" . $dcurrent . " "); if(is_numeric($dcurrent)){ if($dcount==1){ $onephone=$onephone . "234"; if($dcurrent!="0"){ $onephone=$onephone . $dcurrent; } } else { $onephone=$onephone . $dcurrent; } $dcount++; //echo($onephone . " "); } else { if($dcurrent=="-" || $dcurrent==" "){ $j=1; } else { $dsendto = $dsendto . "," . $onephone; $dcount=1; $onephone=""; } //echo($onephone . " "); } //echo("<br>"); } $dsendto = $dsendto . "," . $onephone; //echo("<hr>"); } else { $dcount=1; $onephone=""; } } } $param["sendto"]=substr($dsendto,1); } //stop //echo($param["sendto"]); //exit(); ////////////////////////////////////////////////////////////////////////////// /*Looping for 100s Begins here */ ////////////////////////////////////////////////////////////////////////////// $pizza=$param["sendto"]; //echo($pizza); //exit(); $pieces = explode(",", $pizza); $hum=count($pieces); $p=0; $hu=$hum-1; $j=0; $op=""; for($i=0; $i<$hum; $i++) { $op=$op . $pieces[$i] . ","; $j++; if($j==95 || $i==$hu){ $op=substr($op,0,-1); $disturb[$p]=$op; $j=0; $op=""; $p++; } } /* echo("<div style='width:900px'>"); for($i=0; $i<$p; $i++){ $param["sendto"]=$disturb[$i]; echo($param["sendto"]); echo("<br><br>"); echo("<hr>"); echo("<br><br>"); } echo("</div>"); echo("<b>".$p."</b>"); exit(); */ for($i=0; $i<$p; $i++){ $request = ""; $param["cmd"] = "sendmsg"; $param["sessionid"] = $raining; $param["message"] = getst($_POST['getlength']); $param["sender"] = getst($_POST['sender']); $param["sendto"]=$disturb[$i]; //sending codes starts here $param["msgtype"] = 0; //$param["sendtime"] = $_POST['senddate'] . " 12:01:00 AM"; foreach($param as $key=>$val) { $request.= $key."=".urlencode($val); $request.= "&"; } $request = substr($request, 0, strlen($request)-1); $host = "http://www.smslive247.com"; $script = "/http/index.aspx"; $url = $host . $script . "?" . $request; if ($f = @fopen($url, "r")) { $answer = fgets($f, 4096); if (substr($answer, 0, 1) == "O") { $_SESSION["rain"] = substr($answer, 4); $rain = substr($answer, 4); $rained = $rained . "<hr />Your SMS to " . $param["sendto"] . " has been sent! "; } else { $stopraining = $stopraining . "Sorry! An error has occurred: [<b>$answer</b>]."; } } else { $stopraining = $stopraining . "Sorry! An error has occurred: <b>URL could not be opened</b>."; } //Sending codes ends here //echo("<hr>"); } ////////////////////////////////////////////////////////////////////////////// /*Looping for 100s Ends here */ ////////////////////////////////////////////////////////////////////////////// } ?> <!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 if (isset($stopraining)){ echo ($stopraining); } ?> <?php if (isset($rained)){ echo ($rained); } ?> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html> <?php } else { include("ddadmin.php"); }?>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка