%PDF-1.5 % ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY
| Server IP : 122.155.17.190 / Your IP : 216.73.216.99 Web Server : Apache/2 System : Linux cat17190.thaihostserver.com 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 User : bungkla ( 1054) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,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/bungkla/public_html/admin/ |
Upload File : |
<?
session_start();
if ( isset($_SESSION["user"]) && isset($_SESSION["passwd"]) )
{
require_once('Connections/conndb.php');
$admin = $_SESSION["user"];
$u_ip = $_SERVER["REMOTE_ADDR"];
$now = date("Y-m-d H:i:s",time());
$query_m = "insert into tbl_session (id,user_name,ip_address,log_time,log_status) values ('','$admin','$u_ip','$now','o') ";
$result_d = mysql_query($query_m);
include("Connections/close_db.php");
}
unset($_SESSION["user"]);
unset($_SESSION["passwd"]);
unset($_SESSION["level"]);
session_destroy();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="3;url=index.php">
<style type="text/css">
<!--
-->
</style>
<link href="font_admin.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" cellspacing="0">
<tr>
<td align="center" valign="top"><table width="778" border="0" cellspacing="0">
<tr>
<td height="70" > </td>
</tr>
<br><br><p align="center"><h2><font color="#ff0000">...Log out...</font></h2></p>
<tr>
<td align="center"> </td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>