Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
cai /
admins /
javascripts /
forms /
[ HOME SHELL ]
Name
Size
Permission
Action
examples.advanced.form.js
1.25
KB
-rwxr-x--x
examples.validation.js
1.17
KB
-rwxr-x--x
examples.wizard.js
9.29
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : examples.validation.js
(function() { 'use strict'; // basic $("#form").validate({ highlight: function( label ) { $(label).closest('.form-group').removeClass('has-success').addClass('has-error'); }, success: function( label ) { $(label).closest('.form-group').removeClass('has-error'); label.remove(); }, errorPlacement: function( error, element ) { var placement = element.closest('.input-group'); if (!placement.get(0)) { placement = element; } if (error.text() !== '') { placement.after(error); } } }); // validation summary var $summaryForm = $("#summary-form"); $summaryForm.validate({ errorContainer: $summaryForm.find( 'div.validation-message' ), errorLabelContainer: $summaryForm.find( 'div.validation-message ul' ), wrapper: "li" }); // checkbox, radio and selects $("#chk-radios-form, #selects-form").each(function() { $(this).validate({ highlight: function(element) { $(element).closest('.form-group').removeClass('has-success').addClass('has-error'); }, success: function(element) { $(element).closest('.form-group').removeClass('has-error'); } }); }); }).apply( this, [ jQuery ]);
Close