403Webshell
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 :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/oriscomadm/domains/oriscom.com/private_html/m/test_database.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<?php  
$mysqli;           //  ตัวแปรสำหรับเชื่อมต่อฐานข้อมูล
$HostName = "122.155.165.28";    //  ชื่อเครื่อง Server ที่ให้บริการ
$UserName = "root";      // ชื่อผู้ใช้ สำหรับติดต่อ MySQL
$Password = "FGNEOB";       //  รหัสผ่าน สำหรับติดต่อ MySQL
$Database = "gpsonline";  //  ชื่อฐานข้อมูล
$port="6318";
$mysqli = mysqli_connect($HostName, $UserName, $Password, $Database, $port) or die("ไม่สามารถติดต่อกับ MySQL ได้");
mysqli_query($mysqli, "SET NAMES utf-8"); 

$sqlSelect = "select * from car  order by gps_id limit 50" ;
$result = mysqli_query($mysqli, $sqlSelect) or die(mysqli_error());

while($info = mysqli_fetch_array($result)) 
{
	echo " ".$info['gps_id']."<br />";
}


?>  
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit