BLACKSITE
:
216.73.216.62
:
147.93.18.13 / vinyasaweddings.com
:
Linux srv667811 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
:
/
var
/
www
/
insonohearing
/
Upload File:
files >> /var/www/insonohearing/db.php
<?php // db.php $host = 'localhost'; $db = 'insonohearing'; // Change this to your DB name $user = 'root'; // DB user $pass = 'yourpassword'; // DB password try { $conn = new PDO("mysql:host=$host;dbname=$db;charset=utf8", $user, $pass); $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $e) { die("Connection failed: " . $e->getMessage()); } ?>