- GRAYBYTE UNDETECTABLE CODES -

403Webshell
Server IP : 184.154.167.98  /  Your IP : 18.191.171.26
Web Server : Apache
System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
User : puertode ( 1767)
PHP Version : 8.2.26
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/puertode/public_html/oficios/perfil/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/puertode/public_html/oficios/perfil/employee.list.php
<?php
require_once 'dbconnect/database.class.php';

$objDB = new DataBase;

$result = $objDB->Execute('SELECT * FROM crud_employees');

while($employee = $result->fetch_assoc()){
  ?>
  <tr>
    <td><?= $employee['names'] ?></td>
    <td><?= $employee['address'] ?></td>
    <td><?= $employee['date_register'] ?></td>
    <td><?= $employee['phone'] ?></td>
    <td><?= $employee['salary'] ?></td>
    <td><?= $employee['comment'] ?></td>
    <td>
      <a class="edit" data-id="<?= $employee['id'] ?>" href="#">Editar</a>
      <a class="delete" data-id="<?= $employee['id'] ?>" href="#">Eliminar</a>
    </td>
  </tr>
  <?php
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit