403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/247sms.com/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/247sms.com/wwwroot/confirmpage.php
<?php
/* 
  1.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  
  2.  Disclaimer of Warranty.
  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM ‘AS IS’ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  
  3.  Limitation of Liability.
  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

*/

    error_reporting (E_ALL ^ E_DEPRECATED);
    ini_set ('soap.wsdl_cache_enabled', 0);
    include('lib/nusoap.php');
    
    $client = new nusoap_client('https://demo.globalpay.com.ng/GlobalpayWebService_demo/service.asmx?wsdl', true);
    
	//echo $client;
	
    $soapaction = "http://www.eazypaynigeria.com/globalpay_demo/getTransactions";
    $namespace = "http://www.eazypaynigeria.com/globalpay_demo/";
    $client->soap_defencoding = 'UTF-8';
  	
  	$txnref = $_GET["txnref"];
  	//$status = $_GET["status"];
	if (substr($txnref,0,3) == "AGL"){
	    header('Location: http://www.247airtime.com/paymentairtime.php?txnref='.$txnref);
        die();
     }
	 
	 if (substr($txnref,0,3) == "AGD"){
	    header('Location: http://www.247airtime.com/directloading.php?txnref='.$txnref);
        die();
     }
 	   
     if (substr($txnref,0,3) == "GAL"){
	    header('Location: http://www.goalsalert.com/sports/payconfirmed.php?txnref='.$txnref);
        die();
     }
      
     if (substr($txnref,0,3) == "GAR"){
	    header('Location: http://www.goalsalert.com/sports/payconfirmed2.php?txnref='.$txnref);
        die();
     }
     
     if (substr($txnref,0,3) == "247"){
	    header('Location: http://www.247sms.com/dashboard/payconfirmed.php?txnref='.$txnref);
        die();
     }
      if (substr($txnref,0,3) == "248"){
	    header('Location: http://www.sms4real.com/dashboard/payconfirmed.php?txnref='.$txnref);
        die();
     }
      if (substr($txnref,0,3) == "249"){
         header('Location: http://www.hallsms.com/dashboard/payconfirmed.php?txnref='.$txnref);
        die();
     }
?>

Youez - 2016 - github.com/yon3zu
LinuXploit