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 /
tables /
[ HOME SHELL ]
Name
Size
Permission
Action
examples.datatables.ajax.js
285
B
-rwxr-x--x
examples.datatables.default.js
201
B
-rwxr-x--x
examples.datatables.editable.j...
5.38
KB
-rwxr-x--x
examples.datatables.row.with.d...
2
KB
-rwxr-x--x
examples.datatables.tabletools...
724
B
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : examples.datatables.row.with.details.js
(function( $ ) { 'use strict'; var datatableInit = function() { var $table = $('#datatable-details'); // format function for row details var fnFormatDetails = function( datatable, tr ) { var data = datatable.fnGetData( tr ); return [ '<table class="table mb-none">', '<tr class="b-top-none">', '<td><label class="mb-none">Rendering engine:</label></td>', '<td>' + data[1]+ ' ' + data[4] + '</td>', '</tr>', '<tr>', '<td><label class="mb-none">Link to source:</label></td>', '<td>Could provide a link here</td>', '</tr>', '<tr>', '<td><label class="mb-none">Extra info:</label></td>', '<td>And any further details here (images etc)</td>', '</tr>', '</div>' ].join(''); }; // insert the expand/collapse column var th = document.createElement( 'th' ); var td = document.createElement( 'td' ); td.innerHTML = '<i data-toggle class="fa fa-plus-square-o text-primary h5 m-none" style="cursor: pointer;"></i>'; td.className = "text-center"; $table .find( 'thead tr' ).each(function() { this.insertBefore( th, this.childNodes[0] ); }); $table .find( 'tbody tr' ).each(function() { this.insertBefore( td.cloneNode( true ), this.childNodes[0] ); }); // initialize var datatable = $table.dataTable({ aoColumnDefs: [{ bSortable: false, aTargets: [ 0 ] }], aaSorting: [ [1, 'asc'] ] }); // add a listener $table.on('click', 'i[data-toggle]', function() { var $this = $(this), tr = $(this).closest( 'tr' ).get(0); if ( datatable.fnIsOpen(tr) ) { $this.removeClass( 'fa-minus-square-o' ).addClass( 'fa-plus-square-o' ); datatable.fnClose( tr ); } else { $this.removeClass( 'fa-plus-square-o' ).addClass( 'fa-minus-square-o' ); datatable.fnOpen( tr, fnFormatDetails( datatable, tr), 'details' ); } }); }; $(function() { datatableInit(); }); }).apply( this, [ jQuery ]);
Close