OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
knaadu
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/04/2025 08:32:49 AM
rwxr-xr-x
📄
about.php
22 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📁
cms
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
contact.php
1.61 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
contributors.php
3.19 KB
05/19/2025 10:07:13 AM
rw-r--r--
📁
data
-
03/03/2025 08:31:53 AM
rwxr-xr-x
📄
editor.desk.php
6.52 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
editorial.php
4.01 KB
05/19/2025 10:07:13 AM
rw-r--r--
📁
grfx
-
03/03/2025 08:22:57 AM
rwxr-xr-x
📁
inc
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
index.php
984 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
list.articles.php
4.28 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
list.authors.php
2.94 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
list.categories.php
2.45 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
list.volumes.php
3.6 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
puzzle.corner.php
987 bytes
05/19/2025 10:07:13 AM
rw-r--r--
📄
show.article.php
2.81 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
show.author.php
3.38 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
show.category.php
2.45 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
show.issue.php
3.85 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
show.volume.php
2.65 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
zeditor.desk.php
6.52 KB
05/19/2025 10:07:13 AM
rw-r--r--
Editing: contact.php
Close
<!DOCTYPE html> <html> <head> <title>DARE BECAUSE ENTREPRENEURS DO</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="inc/jquery-3.6.0.min.js"></script> <script src="inc/bootstrap.min.js"></script> <script src="inc/moment.min.js"></script> <script src="inc/common.js"></script> <link rel="stylesheet" type="text/css" href="inc/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="inc/fontawesome/css/all.min.css" /> <link rel="stylesheet" type="text/css" href="inc/style.css" /> </head> <body> <? include 'inc/config.php' ?> <? include 'inc/header.php' ?> <div class="container"> <div class="row"> <div class="col-12 col-md-8"> <div class="txtMedium txtBlue mb-2 py-2">Contact Us</div> <b>EDITORIAL Office:</b><br> 455, 8th cross, 8th main, 1st stage, 2nd Block<br> Nagarabavi, Bangalore – 560 072<br> KARNATAKA, INDIA<br><br> <!-- <b>Telephone:</b> +91 80 2360 7142<br> <b>Mobile:</b> +91 76249 57142<br> --> <b>Email:</b> editor@knobly.com<br><br> <!-- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3887.2128908976943!2d77.56446754994262!3d13.022110717247344!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae17d75930ccb3%3A0x9dfde97721b36fa9!2sAdvanced+Computing+%26+Communication+Society!5e0!3m2!1sen!2sin!4v1499662025309" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe> --> </div> <div class="col-12 col-md-4"> <? include 'inc/side.php' ?> </div> </div> </div> <? include 'inc/footer.php' ?> </body> </html>