Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 18.224.33.235
Cant Read [ /etc/named.conf ]
7.4.20
www-data
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 /
boaz2 /
public /
js2 /
[ HOME SHELL ]
Name
Size
Permission
Action
imtech.js
1.3
KB
-rw-rw-r--
jquery.js
84.68
KB
-rw-rw-r--
jqueryui.js
508.51
KB
-rw-rw-r--
script.js
1.62
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : imtech.js
var Imtech = {}; Imtech.Pager = function() { this.paragraphsPerPage = 3; this.currentPage = 1; this.pagingControlsContainer = '#pagingControls'; this.pagingContainerPath = '#content'; this.numPages = function() { var numPages = 0; if (this.paragraphs != null && this.paragraphsPerPage != null) { numPages = Math.ceil(this.paragraphs.length / this.paragraphsPerPage); } return numPages; }; this.showPage = function(page) { this.currentPage = page; var html = ''; this.paragraphs.slice((page-1) * this.paragraphsPerPage, ((page-1)*this.paragraphsPerPage) + this.paragraphsPerPage).each(function() { html += '<tr>' + $(this).html() + '</tr>'; }); $(this.pagingContainerPath).html(html); renderControls(this.pagingControlsContainer, this.currentPage, this.numPages()); } var renderControls = function(container, currentPage, numPages) { var pagingControls = 'Page: <ul id="#controlsList">'; for (var i = 1; i <= numPages; i++) { if (i != currentPage) { pagingControls += '<li><a class="btn btn-default" href="#" onclick="pager.showPage(' + i + '); return false;">' + i + '</a></li>'; } else { pagingControls += '<li>' + i + '</li>'; } } pagingControls += '</ul>'; $(container).html(pagingControls); } }
Close