Файловый менеджер - Редактировать - /home/umudio/public_html/repo/getbal2.php.tar
Назад
home/umudio/public_html/OLD/getbal2.php 0000644 00000005057 14773625611 0013772 0 ustar 00 <?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheUmuahiasiteDiocese2016Byto")){?> <?php include("Connecter/dataconn.php"); ?> <?php if(!isset($_SESSION["raining"])){ $request = ""; $param["cmd"] = "login"; $param["owneremail"] = "tareopnislt@gmail.com"; $param["subacct"] = "UMUAHIADIOCESE"; $param["subacctpwd"] = "pwd4umuahia2016"; 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["raining"] = substr($answer, 4); } else { $stopraining = "Sorry! An error has occurred: [<b>$answer</b>]."; } } else { $stopraining = "Sorry! An error has occurred: <b>URL could not be opened</b>."; } } if(isset($_SESSION["raining"])){ $request = ""; $param["cmd"] = "querybalance"; $param["sessionid"] = $_SESSION["raining"]; 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") { $rained = "Your SMS Balance Left is: <b>" . substr($answer, 4) . " Unit(s).</b>"; } else { $stopraining = "Sorry! An error has occurred: [<b>$answer</b>]."; } } else { $stopraining = "Sorry! An error has occurred: <b>URL could not be opened</b>."; } } ?> <!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"); }?>