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 /
intranetpage /
iiitdinternaldocs /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
adminlte.min.js
24.79
KB
-rwxr-x--x
bootstrap.bundle.min.js
79.19
KB
-rwxr-x--x
checkbox.js
1.82
KB
-rwxr-x--x
dataTables.bootstrap.min.js
1.93
KB
-rwxr-x--x
demo.js
12.74
KB
-rwxr-x--x
jQuery.tab.js
533
B
-rwxr-x--x
jquery.dataTables.min.js
80.64
KB
-rwxr-x--x
jquery.inview.js
2.2
KB
-rwxr-x--x
jquery.inview.min.js
1.7
KB
-rwxr-x--x
jquery.min.js
86.08
KB
-rwxr-x--x
jquery.slim.min.js
70.69
KB
-rwxr-x--x
main.js
76
B
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : checkbox.js
$.fn.zInput = function(){ var $inputs = this.find(":radio,:checkbox"); $inputs.hide(); var inputNames = []; $inputs.map(function(){ inputNames.push($(this).attr('name')); }); inputNames = $.unique(inputNames); $.each(inputNames, function(index,value){ var $element = $("input[name='" + value + "']"); var elementType = $element.attr("type"); $element.wrapAll('<div class="zInputWrapper" />'); if (elementType == "radio"){ $element.wrap(function(){ return '<div class="zInput"><span style="display:table;width: 100%;height: 100%;"><span style="display: table-cell;vertical-align:middle;">' + $(this).attr("title") + '</span></span></div>'}); } if (elementType == "checkbox") { $element.wrap(function(){ return '<div class="zInput zCheckbox"><span style="display:table;width: 100%;height: 100%;"><span style="display: table-cell;vertical-align:middle;">' + $(this).attr("title") + '</span></span></div>'}); } }); var $zRadio = $(".zInput").not(".zCheckbox"); var $zCheckbox = $(".zCheckbox"); $zRadio.click(function(){ $theClickedButton = $(this); //move up the DOM to the .zRadioWrapper and then select children. Remove .zSelected from all .zRadio $theClickedButton.parent().children().removeClass("zSelected"); $theClickedButton.addClass("zSelected"); $theClickedButton.find(":radio").prop("checked", true).change(); }); $zCheckbox.click(function(){ $theClickedButton = $(this); //move up the DOM to the .zRadioWrapper and then select children. Remove .zSelected from all .zRadio $theClickedButton.toggleClass("zSelected"); $theClickedButton.find(':checkbox').each(function () { this.checked = !this.checked; $(this).change()}); }); $.each($inputs,function(k,v){ if($(v).attr('checked')){ $(v).parent().click(); } }); }
Close