PNG IHDR x sBIT|d pHYs + tEXtSoftware www.inkscape.org< ,tEXtComment
<?php
require "inc/session.php";
require "include/header.php";
require "inc/process.php";
$user = $_SESSION["user"]["id"];
?>
<?php
$SQL= "SELECT * FROM web WHERE user_id=$user";
$query = mysqli_query($connection, $SQL);
$result2=mysqli_fetch_assoc($query);
?>
<style>
label {
color: #101031;
margin-top: 15px;
margin-bottom: 5px;
}
.info {
font-size: 11px;
font-style: italic;
}
</style>
<body>
<?php
require "include/sidebar.php";
?>
<!-- End Sidebar-->
<main id="main" class="main">
<div class="pagetitle">
<h1>Website information</h1>
<nav>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">Edit Site information</li>
</ol>
</nav>
</div><!-- End Page Title -->
<section class="section dashboard">
<div class="row">
<!-- Left side columns -->
<div class="col-lg-8">
<div class="row">
<!-- Sales Card -->
<div class="col-xxl-4 col-md-6">
<div class="card info-card sales-card">
<div class="card-body">
<h5 class="card-title">Testimonials <span>| Reveiw</span></h5>
<div class="d-flex align-items-center">
<div
class="card-icon rounded-circle d-flex align-items-center justify-content-center">
<i class="fa fa-pen"></i>
</div>
<div class="ps-3">
</div>
</div>
</div>
</div>
</div><!-- End Sales Card -->
<!-- Revenue Card -->
<div class="col-xxl-4 col-md-6">
<div class="card info-card sales-card p-3 bg-white">
<h5 class="card-title">Celebrity <span> Managment </span></h5>
<div class="d-flex align-items-center">
<div
class="card-icon rounded-circle d-flex align-items-center justify-content-center">
<i class="fa fa-list-alt"></i>
</div>
<div class="ps-3">
</div>
</div>
</div>
</div><!-- End Revenue Card -->
<!-- Top design -->
<div class="col-12">
<div class="card top-selling overflow-auto">
<div class="card-body pb-0">
<h5 class="card-title">Global Settings</h5>
<legend>Site Identity </legend>
<fieldset>Edit site logo </fieldset>
<div class="row">
<div class="col-md-3">
<img src="<?php echo $result2["logo"]; ?>" alt="site">
<div class="pt-2">
<a href="#" class="btn btn-primary btn-sm"
title="Upload new profile image"><i class="bi bi-upload"></i></a>
<a href="#" class="btn btn-danger btn-sm" data-toggle="modal"
data-target="#logo" title="Get Help"><i
class="bi bi-info-circle-fill"></i></a>
</div>
</div>
<?php
$user_id = $_SESSION["user"]["id"];
?>
<div class="col">
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="image" value="<?php echo $result2["logo"]; ?>"
require class="form-control my-2">
<input type="text" value="<?php echo $user_id; ?>" hidden name="user">
<button class="btn btn-success w-100 " name="logo">Update</button>
</form>
</div>
</div>
<br>
<h4>Edit Site Favicon </h4>
<div class="row">
<div class="col-md-3">
<img src="<?php echo $result2["favicon"]; ?>" alt="site">
<div class="pt-2">
<a href="#" class="btn btn-primary btn-sm"
title="Upload new profile image"><i class="bi bi-upload"></i></a>
<a href="#" class="btn btn-danger btn-sm" data-toggle="modal"
data-target="#favicon" title="Get Help"><i
class="bi bi-info-circle-fill"></i></a>
</div>
</div>
<div class="col">
<form action="" method="post" enctype="multipart/form-data">
<input type="file" name="image" require class="form-control my-2">
<input type="text" value="<?php echo $user_id; ?>" hidden name="user">
<button class="btn btn-success w-100 " name="favicon">Update</button>
</form>
</div>
</div>
<br>
<h3>Website information </h3>
<hr>
<form action="" method="post">
<label for="">Site Name</label>
<p class="info">Specify the name of your Website</p>
<input type="text" name="name" value="<?php echo $result2["name"]; ?>"
class="my-1 form-control">
<br>
<label for="">Site Email</label>
<p class="info">Specify the email address of your Website</p>
<input type="email" name="email" value="<?php echo $result2["email"]; ?>"
class="my-1 form-control">
<label for="">Site Description</label>
<p class="info">enter your website description in not more than 25 words</p>
<input type="text" name="desc" value="<?php echo $result2["description"]; ?>"
class="my-1 form-control">
<h4>Social Media profile link </h4>
<label for=""> FaceBook Url </label>
<input type="url" class="form-control my-2"
value="<?php echo $result2["facebook"]; ?>" name="facebook" id="">
<label for=""> Twitter Url </label>
<input type="url" class="form-control my-2"
value="<?php echo $result2["twitter"]; ?>" name="twitter" id="">
<label for=""> liknedIn Url </label>
<input type="url" class="form-control my-2"
value="<?php echo $result2["linked"]; ?>" name="Link" id="">
<label for=""> Instagram Url </label>
<input type="url" class="form-control my-2"
value="<?php echo $result2["instagram"]; ?>" name="insta" id="">
<label for=""> WhatsApp Number </label>
<input type="tel" class="form-control my-2" name="what"
value="<?php echo $result2["whatsapp"]; ?>" id="">
<input type="text" value="<?php echo $user; ?>" hidden name="user">
<button type="submit" name="site" class="btn btn-primary"> Update</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- End Top Selling -->
<!-- End Left side columns -->
<!-- Right side columns -->
<div class="col-lg-4">
<!-- Category/category-->
<div class="card">
<div class="card-body">
<h5 class="card-title"> System Info <span>| </span></h5>
<div class="activity">
<div class="nk-block">
<div class="card card-bordered">
<div class="card-inner">
<div class="card-title">
<h6>Application Environment</h6>
</div>
<table class="table table-borderless">
<tbody>
<tr class="my-2">
<td class="my-2">Site Name</td>
<td class="my-2"><?php echo $result2["name"]; ?></td>
</tr>
<tr class="my-2">
<td class="my-2">system category </td>
<td class="my-2">Celeb manager</td>
</tr>
<tr class="my-2">
<td class="my-2">Debug Mode</td>
<td class="my-2">Disabled</td>
</tr>
<tr class="my-2">
<td class="my-2">Site Email</td>
<td class="my-2"><?php echo $result2["email"]; ?></td>
</tr>
<tr class="my-2">
<td class="my-2">HTTPS Connection</td>
<td class="my-2">yes</td>
</tr>
<tr class="my-2">
<td class="my-2">Force SSL (HTTPS)</td>
<td class="text-danger">Enabled</td>
</tr>
<tr class="my-2">
<td class="my-2">Application Status</td>
<?php
if($result2["status"]==1){
echo '<td class="text-danger">Active</td>';
}else{
echo '<td class="text-secondary">Maintance Mode</td>';
}
?>
</tr>
<tr class="">
<td class="">Action</td>
<?php
if($result2["status"]==1){
echo '
<td class="text-danger"><a href="?revoke=1"
class="btn btn-secondary btn-sm">Revoke Site</a></td>';
}else{
echo '
<td class="text-danger"><a href="?action=1"
class="btn btn-danger btn-sm">Activate Site</a></td>';
}
?>
</tr>
</tbody>
</table>
</div>
</div>
<div class="card card-bordered">
<div class="card-inner">
<div class="card-title">
<h6>Modules and System</h6>
</div>
<table class="table table-borderless">
<tbody>
<tr class="my-2">
<td class="my-2">System Version</td>
<td class="my-2">v 1.1.0</td>
</tr>
<tr class="my-2">
<td class="my-2">Core Application / Type </td>
<td class="my-2">Extended / d900...63e0</td>
</tr>
<tr class="my-2">
<td class="my-2">Uploaded Gateway</td>
<td class="my-2">Manual</td>
</tr>
<tr class="my-2">
<td class="my-2">Payment Gateway</td>
<td class="my-2">Offline</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="card card-bordered">
<div class="card-inner">
<div class="card-title">
<h6>Server Environment</h6>
</div>
<table class="table table-borderless">
<tbody>
<tr class="my-2">
<td class="my-2">Server Info</td>
<td class="my-2">Apache</td>
</tr>
<tr class="my-2">
<td class="my-2">language </td>
<td class="my-2">PHP</td>
</tr>
<tr class="my-2">
<td class="my-2">PHP version</td>
<td class="my-2"><?php
// Get the PHP version
$phpVersion = phpversion();
// Output the PHP version
echo $phpVersion;
?></td>
</tr>
<tr class="my-2">
<td class="my-2">Database</td>
<td class="my-2">MySQL</td>
</tr>
<tr class="my-2">
<td class="my-2">MySQL Version</td>
<td class="my-2"><?php
// Query to fetch MySQL version
$sql = "SELECT VERSION() AS version";
$result = $connection->query($sql);
if ($result->num_rows > 0) {
// Fetch the version from the result
$row = $result->fetch_assoc();
$mysqlVersion = $row["version"];
// Output the MySQL version
echo "MySQL Version: " . $mysqlVersion;
}
?></td>
</tr>
<tr class="my-2">
<td class="my-2">PHP Post Max Size</td>
<td class="my-2">100MB</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Right side columns -->
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<?php
require "include/footer.php";
?>
<!-- Button trigger modal -->
<!-- Modal -->
<div class="modal fade" id="logo" tabindex="-1" role="dialog" aria-labelledby="logoLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="logoLabel">Site Logo </h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
A site logo is a graphic symbol that represents your website or brand. It's prominently
displayed
on the website and serves as a visual representation of the brand's identity, values, and
personality. it is recommended that you logo should be 1:4 in demension and not more tha 500kb
in size
</p>
</div>
</div>
</div>
</div>
<!-- modal for favicon -->
<div class="modal fade" id="favicon" tabindex="-1" role="dialog" aria-labelledby="faviconLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="faviconLabel">Site Logo </h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>
A favicon is a small icon that represents a website and appears next to the website name in a
browser tab or bookmark. It helps users quickly identify a website and reinforces its brand
identity. Favicons are usually 16x16 or 32x32 pixels and saved in .ico file format, although
other formats may be supported by some browsers. Adding a favicon to a website is a simple
process and can be done through HTML code or website building platforms.
</p>
</div>
</div>
</div>
</div>
</body>
</html>
b IDATxytVսϓ22 A@IR:hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-E