OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
education-podcasts
/
includes
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/31/2025 06:36:42 AM
rwxr-xr-x
📄
db.php
326 bytes
03/31/2025 06:36:42 AM
rw-r--r--
📄
fetchPodcasts.php
412 bytes
03/31/2025 06:36:42 AM
rw-r--r--
📄
opmlParser.php
508 bytes
03/31/2025 06:36:42 AM
rw-r--r--
Editing: db.php
Close
<?php $host = "139.59.38.164"; $user = "root"; // Change if using a different user $pass = "newstart"; // Set your database password $dbname = "education_podcasts"; $conn = new mysqli($host, $user, $pass, $dbname); if ($conn->connect_error) { die("Database connection failed: " . $conn->connect_error); } ?>