Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/career.outerorbittech.com/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: connection.php

Path: /home2/outerorb/career.outerorbittech.com/connection.php

Size: 458 B

Permissions: 0644

<?php

define('DBNAME','outerorb_career');

define('DBUSER','outerorb_career');

define('DBPASS','Passw0rd@321');

define('DBHOST','outerorbittech.com');

try {

  $db = new PDO("mysql:host=".DBHOST.";dbname=".DBNAME, DBUSER, DBPASS);

  $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

  //echo "Your page is connected with database successfully..";

} catch(PDOException $e) {

  echo "Issue -> Connection failed: " . $e->getMessage();

}

?>

← Back to Directory Edit File 🔒 Chmod

WP File Manager