| Server IP : 45.94.215.241 / Your IP : 216.73.216.122 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/nikooacademy_crm/students/ |
Upload File : |
<table class="menu_links" width="100%" cellpadding="0" cellspacing="0">
<?php
$db->query("select * from students where id='".$student_id."'");
$res=$db->result();
$row=$res[0];
?>
<tr class="menu_links_tr">
<td>
<?php
if (file_exists(CDN_URL."/uploads/images_students/".$student_id.".jpg"))
{
?>
<img src="<?php echo CDN_URL; ?>/uploads/images_students/<?php echo $student_id; ?>.jpg" width="50%" class="profile_picture">
<?php
}
else
{
?>
<img src="<?php echo CDN_URL; ?>/uploads/unknown.png" width="50%">
<?php
}
?>
<br/>
<?php echo $row['firstname']." ".$row['lastname']; ?>
</td>
</tr>
<tr>
<td class="menu_links_tr">* * * * * * * * *</td>
</tr>
<tr>
<td class="menu_links_tr"><a href="index.php">صفحه نخست</a></td>
</tr>
<tr>
<td class="menu_links_tr"><a href="index.php?pid=students&func=edit">اطلاعات کاربری</a></td>
</tr>
<tr>
<td class="menu_links_tr"><a href="index.php?pid=students&func=courses">دوره های من</a></td>
</tr>
<tr>
<td class="menu_links_tr"><a href="index.php?pid=students&func=courses">پیام ها</a></td>
</tr>
<tr>
<td class="menu_links_tr"><a href="index.php?pid=password.change">تغییر کلمه عبور</a></td>
</tr>
<tr>
<td class="menu_links_tr"><a target="_blank" href="https://lms.nikoo-academy.com">سیستم آموزش</a></td>
</tr>
<tr>
<td class="menu_links_tr"><a href="index.php?signout=true">خروج از حساب</a></td>
</tr>
</table>