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.144.18.59
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 /
bnu /
[ HOME SHELL ]
Name
Size
Permission
Action
admupload
[ DIR ]
drwxrwsrwx
backup
[ DIR ]
drwxrwxrwx
docs
[ DIR ]
drwxr-sr-x
halltickets
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxr-sr-x
img
[ DIR ]
drwxr-sr-x
imported_files
[ DIR ]
drwxrwsrwx
misc_files
[ DIR ]
drwxrwxrwx
notifications
[ DIR ]
drwxrwxrwx
student_photos
[ DIR ]
drwxrwsrwx
study_material
[ DIR ]
drwxrwsrwx
teacher_photos
[ DIR ]
drwxrwsrwx
timetable
[ DIR ]
drwxrwxrwx
upload
[ DIR ]
drwxrwsrwx
MainPage.html
21.65
KB
-rwxr-xr-x
collegeInfoPopup.html
4.35
KB
-rwxr-xr-x
docverify.php
818
B
-rw-rw-r--
flash.html
2.23
KB
-rwxr-xr-x
forgotpassword.html
3.38
KB
-rwxr-xr-x
getAppdet.php
8
KB
-rw-rw-r--
getfeepaid.php
9.24
KB
-rw-r--r--
homepage.html
3.35
KB
-rwxr-xr-x
index.php
5.09
KB
-rwxr-xr-x
index_stop.html
6.23
KB
-rwxr-xr-x
indexlogin.html
6.2
KB
-rwxr-xr-x
pgadm.php
13.81
KB
-rw-rw-r--
pgadmfeepaid.php
15.32
KB
-rw-r--r--
timetable.php
2.86
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : homepage.html
<script> /*$(document).ready(function () { $('#homedatepicker').datepicker({ onSelect: function(dateText, inst) { assignPlannerDate(dateText); }, onChangeMonthYear: function(year_id, month_id, inst) { month_code=(month_id<10)?"0"+month_id:month_id; getSavedEventDates(year_id,month_code); GetDashboardDetails(); }, dateFormat:'yy-mm-dd',changeMonth: true,changeYear: true,showButtonPanel: true }); }); */ $(document).ready(function () { GetDashboardDetails(); }); function getSavedEventDates(year_id,month_code) { //var month_id=eval(parseInt($("#homedatepicker .ui-datepicker-month").val())+1); //month_code=(month_id<10)?"0"+month_id:month_id; //var year_id=$("#homedatepicker .ui-datepicker-year").val(); /* $.ajax({ type: "POST", data:"year_month="+year_id+month_code+"&user_id="+getCookie('user_id') , url: $host_url+"getSavedEventDates", success: function getSavedEventDatesResponce($responce) { $responce = eval('(' + $responce + ')'); if ($responce.error_code == 0) { jQuery.each($responce.data, function(k, v) { $("#homedatepicker_"+v['date_id']).addClass("ui-state-highlight"); }); } } }); */ } </script> <div class="homepage-maindiv"> <!-- <div class="page-info-header" id="page_info_header"><span id="parent_menu"></span><span id='display_module_name'></span></div> --> <div class="homepage-leftdiv"> <div class='Dash-board-home ui-widget ui-widget-content ui-corner-all ui-corner-all' style='overflow-y: auto;overflow-x: hidden;height:340px;padding:10px 10px;width:585px;'> <div class='ui-widget-header ui-corner-all' style="height:15px; padding:2px;">Notice Board</div> <div id='college_message_board' style='line-height:18px;text-align:justify;font-size:12px;padding:10px 10px;'> </div> </div> <div style='padding:5px 5px;font-size:18px;margin-top:10px;margin-left:20px;'> <span style='display:none;'><a href='#' onclick='enableUniversityCommunication()' >Communicate with University</a></span> </div> <!-- Calender & notes div -- <div class="Calender-notes-div"> <div class='calender-div' style="display:none;"> <div id="homedatepicker"></div> </div> <div class='notes-div ui-widget ui-widget-content ui-corner-all' style="display:none;" align='center'> <div class='ui-widget-header ui-corner-all'> <table style="width:100%"> <tr> <td align="left"> Notes </td> <td align="right"> <a href="#" class='notes-header-name' onclick="updatePlannerNotes();"> Update | </a> <a href="#" class='notes-header-name' onclick="getnotesdetails();"> Cancel</a> </td> </tr> </table> </div> <textarea id='planner_area' cols="60" rows="11" style="border:0px;"></textarea> </div> --> </div> <!--message board div --> <div class ='messageboard-div ui-widget ui-widget-content ui-corner-all' style='padding:10px 10px;width:190px;height:340px;'> <div class='ui-widget-header ui-corner-all' style="height:15px; padding:2px;">Message Board</div> <div id='message_board_content' style="height:306px;overflow-y: auto;overflow-x: hidden;padding:10px 5px;width:190px;"></div> </div> </div>
Close