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/sms4real.com/wwwroot/topold1/dashboard/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/sms4real.com/wwwroot/topold1/dashboard/processlogout.php
<?php
include "general2.php";
include "connect.php";

 
  $logoutval =$_REQUEST["res"];  
  
  
  if ($logoutval =="no")
  
  {
     header('Location: index.php');
	 exit();
  }
  
   if ($logoutval =="yes")
  
  {
     
     $_SESSION['loginuser'] ="";
	 $_SESSION['clientlogin'] ="";
	 $_SESSION['username'] ="";
	 $_SESSION['email'] = "";
	 session_destroy();
     header('Location: ../index.php?err=4');
	 exit();
  }
  
 // echo $camp;
  $datedue =  $_SESSION["startdate"]. " ". $_SESSION["starttime"];
 // echo  $_SESSION["starttime"];
 // echo  $_SESSION["startdate"];
 //echo  $datedue;
  //exit();
  
 $transID= generateTransID();
 $mtype ="0";
 $username = $_SESSION["username"];
 
 
	$sender=$_SESSION["sender"];   
    $phonenumber= $_SESSION["receiver"];   
    $mess= $_SESSION["mess"];   
    $camp=$_SESSION["camp"];   
    $pin =$_SESSION["pin"];
	$starttime=$_SESSION["starttime"] ;
    $startdate=$_SESSION["startdate"];
 
 
 $cnt = count(explode(",", $phonenumber));
// insert schedule(transid,username,bookname,message,sender,status,domain,messtype,datedue,dateused) values ('38382838','nosa','2348022225545,2348138884002,2348033214031,2348029995545','Test message and billing on new platform','Test','0','247sms.com','1','2014/12/08 00:30','2014/12/07');

 if($camp =="at") {
 $response = sendSMSschedule( $username,$phonenumber, $transID, $domain,$mess,$sender,$mtype,$datedue);
 }
 else
 {
   $response = sendSMS( $username,$phonenumber, $transID, $domain,$mess,$sender,$mtype);
 }
  
if ($response=="0" )
{ 

  $_SESSION["sendsms"]="";
  header('Location: sendsms.php?err=0&cnt='.$cnt);
   die();
}


?>

Youez - 2016 - github.com/yon3zu
LinuXploit