| Server IP : 45.94.215.241 / Your IP : 216.73.216.243 Web Server : Apache/2.4.66 (Ubuntu) System : Linux srv2937474766 7.0.0-28-generic #28-Ubuntu SMP PREEMPT_DYNAMIC Sun Jun 21 01:01:36 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.5.4 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/hamoon-gym-pwa/admin_web/ |
Upload File : |
<?php if ($_SESSION['admin.'.$company_name_en.'_login']!="1") die; ?>
<?php
$operator_id=$_SESSION['admin.'.$company_name_en.'_user_id'];
$operator_level=$_SESSION['admin.'.$company_name_en.'_user_level'];
$db->query("select * from people where id='$operator_id'");
$res=$db->result();
$row=$res[0];
$user_fullname=$row['name'];
?>
<table class="taskbar" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="center">
<img src="../images/buttons/users.png"><a href="index.php?pid=users"><?php echo "$user_fullname"; ?></a>
<?php
$db->query("select * from users_login_log where user_id='".$operator_id."' order by id desc");
$res=$db->result();
$row=$res[1];
?>
(آخرین ورود= تاریخ:<?php echo $row['date']; ?> - ساعت:<?php echo $row['time']; ?>)
|
<img src="../images/buttons/calendar.png"><span dir=rtl><b><?php echo $today; ?></b></span>
</td>
<td align="left" valign="center"><a href="index.php?signout=true">خروج</a></td>
</tr>
</table>