One Hat Cyber Team
Your IP :
3.145.26.180
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
ef.electronharmony.com
/
1
/
T5
/
Edit File:
db_config.php
<?php $host = "localhost"; // 数据库主机 $db_name = "powerball"; // 数据库名称 $username = "powerball"; // 数据库用户名 $password = "LZpyFLyXRbC4NWXn"; // 数据库密码 try { $conn = new PDO("mysql:host=$host;dbname=$db_name;charset=utf8", $username, $password); $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch (PDOException $e) { die("Connection failed: " . $e->getMessage()); } ?>
Simpan