X7ROOT File Manager
Current Path:
/var/sentora/hostdata/konguhitek/public_html
var
/
sentora
/
hostdata
/
konguhitek
/
public_html
/
📁
..
📄
.htaccess
(63 B)
📄
70feie.php
(4.7 KB)
📄
PuNiSheRsRe_xDNMM3IK.php
(0 B)
📄
R&D.php
(33.07 KB)
📄
about.php
(4.23 KB)
📄
about1751417440.php
(5.74 KB)
📄
admin.php
(4.23 KB)
📄
admission.php
(76.48 KB)
📄
alumni.php
(36.5 KB)
📄
brig.html
(1.11 KB)
📄
civil_engineering.php
(21.83 KB)
📄
class.php
(0 B)
📄
committees.php
(24.86 KB)
📄
contact.php
(7 KB)
📁
css
📄
department.php
(3.95 KB)
📄
department_activities.php
(2.33 KB)
📄
edc.php
(6.75 KB)
📄
events.php
(7.2 KB)
📄
facilities.php
(3.58 KB)
📄
feedback.php
(27.25 KB)
📄
filter.php
(881 B)
📁
fonts
📄
footer.php
(18.51 KB)
📄
gallery copy.php
(37.84 KB)
📄
gallery.php
(9.33 KB)
📄
header.php
(14.1 KB)
📄
iipc.php
(45.19 KB)
📁
images
📄
index.html
(181 B)
📄
index.php
(28.67 KB)
📄
jga.php
(0 B)
📄
jobs copy.php
(860 B)
📄
jobs.php
(27.38 KB)
📁
js
📁
ktgadmin
📄
mld.txt
(1 B)
📄
mou.php
(30.11 KB)
📄
news_details.php
(2.28 KB)
📄
placement.php
(12.08 KB)
📁
plugins
📄
putkmsz.php
(4.92 KB)
📄
robots.txt
(1.09 KB)
📄
send_1751421498.php
(192.75 KB)
📄
student_activities.php
(4.03 KB)
📄
student_corner.php
(34.04 KB)
📄
style.php
(28 B)
📄
sw_rex_v2.js
(50 B)
📄
tmnvan.php
(1.4 KB)
📁
uploads
📄
utchiha_2aMtLW3Y.php
(0 B)
📄
utchiha_6DgilRNm.txt
(9 B)
📄
utchiha_Gw6LMY1H.php
(8 KB)
📄
utchiha_L9dwha7s.php
(8 KB)
📄
utchiha_MVYTcKX1.php
(214.79 KB)
📄
utchiha_SEsPQxII.php
(8 KB)
📄
utchiha_WYpTbrci.txt
(10 B)
📄
utchiha_qDN2zSra.php
(8 KB)
📄
utchiha_rlmZwxb1.php
(0 B)
📄
vjaacyo.php
(4.92 KB)
📄
wp-filter.php
(374 B)
📄
xKou99_0E0rcROc.php
(0 B)
📄
xKou99_2VYeDNmG.php
(0 B)
📄
xKou99_smgW3Y78.php
(0 B)
📄
zi.php
(1.55 KB)
📄
zoo.php
(0 B)
Editing: edc.php
<?php include('header.php'); ?> <!-- Page Title --> <link rel="stylesheet" href="css/jquery.tabs.css" type="text/css" media="all"> <style> .career-tabs .tab-btn { color: #ffffff; background: #243559; width: 100%; } .gallery-tabs .tab-btn { width: auto !important; } table { font-family: arial, sans-serif; border-collapse: collapse; width: 100%; } td, th { border: 1px solid #dddddd; text-align: center; padding: 8px; } </style> <section class="page-title" style="background-image: url(images/background/3.jpg)"> <div class="auto-container"> <h1>EDC</h1> <ul class="page-breadcrumb"> <li><a href="index.html">Home</a></li> <li>EDC</li> </ul> </div> </section> <!-- End Page Title --> <!-- Sidebar Page Container --> <div class="container"> <div class="auto-container"> <div class="row clearfix"> <!-- Career Info Tabs--> <div class="career-info-tabs "> <!-- Career Tabs --> <div class="career-tabs tabs-box row"> <!--Tab Btns--> <div class="col-sm-3" style="color: #243559;background:#ffffff ;padding:10px;"> <ul class="tab-btns tab-buttons clearfix"> <li data-tab="#prod-business" class="tab-btn active-btn">About EDC </li> <li data-tab="#prod-consulting" class="tab-btn">Activities </li> </ul> </div> <!--Tabs Container--> <div class="tabs-content col-sm-9"> <div class="tab active-tab" id="prod-business"> <div class="content"> <div class="title"> About EDC</div> <div class="content-inner"> <div class="row clearfix"> <div class="column col-lg-12 col-md-12 col-sm-12"> <?php $sql = "Select * from tbl_edc where delete_status='NDL'"; $resul = $conn->query($sql); $i = 1; while ($row = $resul->fetch_assoc()) { ?> <p><?php echo $row['descp']; ?></p> <?php $i++; } ?> <div class="row"> <div class="col-sm-8"> <table> <tr style="color: #ffffff;background: #243559;"> <td>S. No</td> <td>Name of the Member</td> <td>Designation</td> <td>Mobile Number</td> </tr> <?php $pql = "Select * from tbl_edc where delete_status='NDL'"; $resul = $conn->query($pql); $j = 1; while ($row1 = $resul->fetch_assoc()) { ?> <?php $qql = "Select * from tbl_edc_members where delete_status='NDL' and prod_st_mi_dt_id='" . $row1['prod_st_mi_dt_id'] . "'"; $resul = $conn->query($qql); $k = 1; while ($row2 = $resul->fetch_assoc()) { ?> <tr> <td><?php echo $k; ?></td> <td><?php echo $row2['title']; ?></td> <td><?php echo $row2['desig']; ?></td> <td><?php echo $row2['mobile']; ?></td> </tr> <?php $k++; } ?> <?php $j++; } ?> </table> </div> <div class="col-sm-4"> <table style="margin-left: -31px;"> <tr style="color: #ffffff;background: #243559;"> <th>Email-id</th> </tr> <tr> <td style="height: 367px;">edckonguhitek@gmail.com</td> </tr> </table> </div> </div> <p class="MsoNormal"><span style="font-family:"Times New Roman","serif""> </span> </p> </div> </div> </div> </div> </div> <!--Tab / Active Tab--> <div class="tab" id="prod-consulting"> <div class="content"> <div class="title">Activities</div> <div class="content-inner"> <div class="row clearfix"> <!--Shop Item--> <div class="col-lg-12" style="margin-bottom:20px;"> <?php $sql = "Select *,count(imgname) as avail from tbl_edc_activities where delete_status='NDL'"; $resul = $conn->query($sql); $i = 1; while ($row = $resul->fetch_assoc()) { ?> <?php if($row['avail']>='1'){ ?> <img src="ktgadmin/userdata/images/edc_activities/<?php echo $row['imgname']; ?>" style="width: 100%"> <?php } else { ?> <p class="text-align:center;width: 100%"> *** Will be updated Soon ***</p> <?php } ?> <?php $i++; } ?> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <style> .jq-tab-menu .jq-tab-title { background-color: #fff; border-right: 1px solid #eeeeee; border-left: .1875rem solid #dddddd; font-weight: bold; font-size: .9375rem; } .jq-tab-menu .jq-tab-title:hover, .jq-tab-menu .jq-tab-title.active { color: #fff; font-weight: bold; border-left: .1875rem solid #243559; background-color: #243559; } .jq-tab-content { padding: 0 } </style> <?php include('footer.php'); ?> <script src="js/jquery.tabs.min.js"></script> <script> $(document).ready(function() { $("#business").css("display", "block"); $("#gallary_ul").click(function() { $("#gallery").css("display", "block"); }); }); </script> <script> $(function() { $('#verticalTab').jqTabs(); $('#horizontalTab').jqTabs({ direction: 'horizontal', duration: 200 }); }); </script>
Upload File
Create Folder