| Server IP : 103.233.193.20 / Your IP : 216.73.216.169 Web Server : Apache/2 System : Linux host1.itclever.com 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 17:47:08 UTC 2024 x86_64 User : oriscomadm ( 1120) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/oriscomadm/domains/oriscom.com/private_html/m/ |
Upload File : |
<?php
$mysqli; // ??????????????????????????????
$HostName = "122.155.165.28"; // ??????????? Server ????????????
$UserName = "root"; // ?????????? ???????????? MySQL
$Password = "FGNEOB"; // ???????? ???????????? MySQL
$Database = "gpsonline"; // ?????????????
$port="6318";
// ????????????????????????????????
global $mysqli;
global $HostName;
global $UserName;
global $Password;
global $Database;
$mysqli = mysqli_connect($HostName, $UserName, $Password, $Database,$port) or die("?????????????????? MySQL ???");
mysqli_query($mysqli, "SET NAMES utf-8");
?>