X7ROOT File Manager
Current Path:
/home/u126090504/domains/bpcaodisha.com/public_html/admin
home
/
u126090504
/
domains
/
bpcaodisha.com
/
public_html
/
admin
/
📁
..
📄
banner.php
(4.13 KB)
📄
code.php
(13.72 KB)
📁
css
📁
database
📁
faculty
📄
fboard.php
(7.32 KB)
📄
fboard_edit.php
(4.04 KB)
📁
files
📄
galleryedit.php
(4.2 KB)
📁
galleryimages
📁
imagedata
📁
img
📁
includes
📄
index.php
(4.08 KB)
📁
js
📄
login.php
(1.97 KB)
📄
logincode.php
(614 B)
📄
logout.php
(81 B)
📄
nboard.php
(4.91 KB)
📄
nboard_edit.php
(1.96 KB)
📄
rcode.php
(1.49 KB)
📄
register.php
(4.08 KB)
📄
register_edit.php
(2.02 KB)
📁
scss
📄
security.php
(168 B)
📁
vendor
📄
viewcontact.php
(2.82 KB)
Editing: index.php
<?php include('includes/header.php'); include('includes/navbar.php'); include('security.php'); ?> <!-- Begin Page Content --> <div class="container-fluid"> <!-- Page Heading --> <div class="d-sm-flex align-items-center justify-content-between mb-4"> <h1 class="h3 mb-0 text-gray-800">Dashboard</h1> </div> <!-- Content Row --> <div class="row"> <!--Total no. of admins--> <div class="col-xl-3 col-md-6 mb-4"> <div class="card border-left-primary shadow h-100 py-2"> <div class="card-body"> <div class="row no-gutters align-items-center"> <div class="col mr-2"> <div class="text-xs font-weight-bold text-primary text-uppercase mb-1">Total Registered Admin</div> <div class="h5 mb-0 font-weight-bold text-gray-800"> <?php $query = "SELECT id FROM register ORDER BY id"; $query_run = mysqli_query($connection, $query); $row = mysqli_num_rows($query_run); echo '<h4> Total Admin: ' . $row . '</h4>'; ?> </div> </div> <div class="col-auto"> <i class="fas fa-calendar fa-2x text-gray-300"></i> </div> </div> </div> </div> </div> <!-- Notice --> <div class="col-xl-3 col-md-6 mb-4"> <div class="card border-left-success shadow h-100 py-2"> <div class="card-body"> <div class="row no-gutters align-items-center"> <div class="col mr-2"> <div class="text-xs font-weight-bold text-success text-uppercase mb-1">NOTICE BOARD</div> <div class="h5 mb-0 font-weight-bold text-gray-800"><a href="nboard.php">Edit and Update</a></div> </div> <div class="col-auto"> <i class="fas fa-clipboard-list fa-2x text-gray-300"></i> </div> </div> </div> </div> </div> <!-- Faculty--> <div class="col-xl-3 col-md-6 mb-4"> <div class="card border-left-success shadow h-100 py-2"> <div class="card-body"> <div class="row no-gutters align-items-center"> <div class="col mr-2"> <div class="text-xs font-weight-bold text-success text-uppercase mb-1">FACULTY DETAILS</div> <div class="h5 mb-0 font-weight-bold text-gray-800"><a href="fboard.php">Edit and Update</a></div> </div> <div class="col-auto"> <i class="fas fa-clipboard-list fa-2x text-gray-300"></i> </div> </div> </div> </div> </div> <div class="col-xl-3 col-md-6 mb-4"> <div class="card border-left-success shadow h-100 py-2"> <div class="card-body"> <div class="row no-gutters align-items-center"> <div class="col mr-2"> <div class="text-xs font-weight-bold text-success text-uppercase mb-1">Gallery</div> <div class="h5 mb-0 font-weight-bold text-gray-800"><a href="galleryedit.php">View and delete</a></div> </div> <div class="col-auto"> <i class="fas fa-clipboard-list fa-2x text-gray-300"></i> </div> </div> </div> </div> </div> <div class="col-xl-3 col-md-6 mb-4"> <div class="card border-left-success shadow h-100 py-2"> <div class="card-body"> <div class="row no-gutters align-items-center"> <div class="col mr-2"> <div class="text-xs font-weight-bold text-success text-uppercase mb-1">CONTACT</div> <div class="h5 mb-0 font-weight-bold text-gray-800"><a href="viewcontact.php">View Messages</a></div> </div> <div class="col-auto"> <i class="fas fa-clipboard-list fa-2x text-gray-300"></i> </div> </div> </div> </div> </div> </div> <!-- Content Row --> <?php include('includes/scripts.php'); include('includes/footer.php'); ?>
Upload File
Create Folder