X7ROOT File Manager
Current Path:
/home/u742491609/domains/redbackit.com/public_html
home
/
u742491609
/
domains
/
redbackit.com
/
public_html
/
??
..
??
.htaccess
(232 B)
??
AAAA-Client backup files
??
Khim.zip
(2.89 GB)
??
React-Native-App-for-iOS-and-Android-.png
(26.52 KB)
??
about-us.php
(26.05 KB)
??
admin
??
android-app-development.php
(13.69 KB)
??
assets
??
banner-design.php
(8.43 KB)
??
billing-software.php
(14.41 KB)
??
blog-post.php
(6.53 KB)
??
blog.php
(10.5 KB)
??
brochure-design.php
(9.32 KB)
??
cloud-hosting.php
(8.85 KB)
??
cms-website-development.php
(9.78 KB)
??
config.php
(124 B)
??
contact.php
(10.17 KB)
??
conversion-rate-optimization.php
(26.23 KB)
??
corporate-web-design.php
(10.11 KB)
??
crm-software.php
(22.92 KB)
??
cross-platform-app-development.php
(13.08 KB)
??
css
??
dedicated-server.php
(8.29 KB)
??
ecommerce-software.php
(12.05 KB)
??
ecommerce-solution.php
(9.54 KB)
??
email.php
(2.38 KB)
??
erp-software.php
(11.54 KB)
??
faq.php
(42.33 KB)
??
flutter-app-development.php
(14.38 KB)
??
fonts
??
footer.php
(6.57 KB)
??
google-ads-services.php
(28.82 KB)
??
google-my-business-setup-service.php
(22.81 KB)
??
graphic-design.php
(27.19 KB)
??
header.php
(7.14 KB)
??
hybrid-app-development.php
(14.67 KB)
??
images
??
index.php
(70.68 KB)
??
ios-app-development.php
(13.1 KB)
??
js
??
kanhaasa
??
logo-design.php
(11.41 KB)
??
mad_blog.jpg
(533.16 KB)
??
menu-card-design.php
(9.21 KB)
??
mobile-app-development.php
(29.29 KB)
??
online-reputation-management.php
(23.88 KB)
??
payment-gateway-integration.php
(8.44 KB)
??
photo-editing.php
(10.11 KB)
??
php-web-development.php
(9.54 KB)
??
react-native-app-development.php
(12.13 KB)
??
reseller-hosting.php
(9.45 KB)
??
responsive-web-design.php
(10.23 KB)
??
robots.txt
(64 B)
??
seo-services.php
(32.92 KB)
??
shared-hosting.php
(8.87 KB)
??
side.php
(2.87 KB)
??
sitemap.php
(12.92 KB)
??
social-media-marketing.php
(27.53 KB)
??
stationery-designs.php
(9.7 KB)
??
ui-ux-design-and-development.php
(9.72 KB)
??
uxo.txt
(1 B)
??
vps-hosting.php
(9.2 KB)
??
website-design.php
(28.93 KB)
??
website-development.php
(28.95 KB)
??
website-redesigning.php
(9.65 KB)
??
wordpress-web-design.php
(9.29 KB)
??
wordpress-website-development.php
(9.58 KB)
Editing: blog.php
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta name="description" content="Software Development, Web Solutions, Digital Marketing –Redback"> <meta name="keywords" content="Redback- We are one of the professional Website Design and Development Company located in USA, offers Website Design, Web Development, Software Solution, Ecommerce Web development, Infrastructure Solution, Brand Marketing, Digital Marketing services & more."> <meta name="author" content="Redback"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Redback </title> <!-- BEGIN: CSS --> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/fontawesome-all.css"> <link rel="stylesheet" href="css/orbito-icons.css"> <link rel="stylesheet" href="css/orientate-font.css"> <link rel="stylesheet" href="css/owl.theme.default.min.css"> <link rel="stylesheet" href="css/owl.carousel.min.css"> <link rel="stylesheet" href="css/lightslider.css"> <link rel="stylesheet" href="css/lightcase.css"> <link rel="stylesheet" href="css/settings.css"> <link rel="stylesheet" href="css/ignore_for_wp.css"> <link rel="stylesheet" href="css/preset.css"> <link rel="stylesheet" href="css/theme.css"> <link rel="stylesheet" href="css/responsive.css"> <!-- END: CSS --> <!-- BEGIN: Favicon Icon --> <link rel="icon" type="image/png" href="images/fav.png"> <!-- END: Favicon Icon --> </head> <?php include 'header.php'; ?> <!-- BEGIN: Page Banner Section --> <section class="pageBanner pbBG9" id="scene_1"> <div class="pageBannerOverlay pboDark3"></div> <div class="triangleShapes layer_items" data-depth="0.9"><img src="images/shapes/21.png" alt="Redback Banner Shapes"/></div> <div class="pageBannerContainer"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="pageBannerContent"> <div class="pageBannerContentInner"> <h2>Blog </h2> <div class="orbitoBredcrumbs"> <a href="index.php">Home</a><i>></i><span>Blog </span> </div> </div> <div class="pageBannerShape01"><img src="images/shapes/18.png" alt="Redback Banner Shapes"/></div> <div class="pageBannerShape02"><img src="images/shapes/19.png" alt="Redback Banner Shapes"/></div> </div> </div> </div> </div> </div> <div class="pageBannerShape03"><img src="images/shapes/20.png" alt="Redback Banner Shapes"/></div> </section> <!-- END: Page Banner Section --> <!-- BEGIN: Blog Page Section --> <section class="blogPageSection blogGridPage"> <div class="container"> <div class="row"> <div class="col-xl-8 col-lg-7"> <div class="row"> <?php include 'config.php'; if(isset($_GET['pageno'])){ $pageno = $_GET['pageno']; }else{ $pageno = 1; } $no_of_row_per_page =6; $offset = ($pageno-1) * $no_of_row_per_page; $sql_total= "SELECT COUNT(*) FROM `blog`"; $result = mysqli_query($con, $sql_total); $total_row = mysqli_fetch_array($result)[0]; $total_pages = ceil($total_row / $no_of_row_per_page); // $resultCheck = mysqli_num_rows($result); $sql = "SELECT * FROM `blog` ORDER BY `id` LIMIT $offset, $no_of_row_per_page "; $result_data = mysqli_query($con, $sql); // if($resultCheck > 0){ while($row = mysqli_fetch_array($result_data)){ $dt=$row['date']; $yrdata= strtotime( $dt); ?> <div class="col-xl-6 col-md-6 col-lg-12"> <div class="blogItem01 biMode2 biModeShadow"> <div class="bi01Thumb"> <img src="admin/<?php echo $row['image'];?>" alt=""> <div class="bi01Date"> <span><?php echo date('d', $yrdata);?></span> <span><?php echo date('M', $yrdata);?></span> </div> </div> <div class="bi01Details2"> <div class="bi01Meta"> <span><i class="fa-solid fa-user"></i> Admin</span> </div> <h3><a href="blog-post.php?id=<?=$row['id']?>"><?php echo $row['title'];?></a></h3> <p style="text-align: justify;"><?php echo $row['short_desc'];?></p> </div> </div> </div> <?php }?> </div> <div class="row blogPaginationRow"> <div class="col-lg-12"> <ul class="pagination pagination-lg text center"> <li class="page-item"><a class="page-link" href="?pageno=1"><i class="fa-solid fa-angle-double-left"></i></a></li> <li class="page-item <?php if($pageno <= 1){ echo 'disabled';} ?>"><a class="page-link" href="<?php if($pageno <= 1){ echo '#';} else{ echo "?pageno=".($pageno - 1);} ?>"><i class="fa-solid fa-angle-left"></i></a></li> <?php for($i =1; $i <= $total_pages; $i++): ?> <li class="page-item <?php if($i==$pageno){ echo 'active';}else{ echo '';}?>"> <a class="page-link" href="?pageno=<?php echo $i; ?>"><?php echo $i;?></a> </li> <?php endfor; ?> <li class="page-item <?php if($pageno >= $total_pages){ echo 'disabled';}?>"><a class="page-link" href="<?php if($pageno >= $total_pages){ echo '#';} else { echo "?pageno=".($pageno + 1);} ?>"><i class="fa-solid fa-angle-right"></i></a></li> <li class="page-item"><a class="page-link" href="?pageno=<?php echo $total_pages; ?>"><i class="fa-solid fa-angle-double-right"></i></a></li> </ul> </div> <!-- <div class="row blogPaginationRow">--> <!-- <div class="col-lg-12">--> <!-- <div class="orbitoPagination">--> <!-- <a href="blog_grid_lsb.html" class="opPrev"><i class="fa-solid fa-angle-left"></i></a>--> <!-- 1--> <!-- <span class="current"><a href="blog_grid_lsb.html">2</a></span>--> <!-- <a href="blog_grid_lsb.html">3</a>--> <!-- <a href="blog_grid_lsb.html" class="opNext"><i class="fa-solid fa-angle-right"></i></a>--> <!-- </div>--> <!-- </div>--> <!--</div>--> </div> </div> <?php include'side.php';?> </div> </div> </section> <!-- END: Blog Page Section --> <!-- BEGIN: CTA Section --> <section class="ctaSection"> <div class="container"> <div class="row"> <div class="col-lg-9 col-md-9"> <div class="ctaLeft"> <h3 class="secSubTitle text-uppercase">We Love What We do</h3> <h2 class="secTitle stWhite">Let’s Create Something Together</h2> <p class="secDesc">Pure dolor in reprehenderit in voluptate velit essm dolore eu fugiat </p> </div> </div> <div class="col-lg-3 col-md-3"> <div class="ctaRight justify-content-end"> <a class="orbBtn01 hoverBlue" href="contact.html"> <span class="bp-shape"></span> <span class="bp-shape"></span> <span class="bp-shape"></span> <span class="bp-shape"></span> <span class="bp-text">Contact Us</span> </a> </div> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="ctaBorder"></div> </div> </div> </div> </section> <!-- END: CTA Section --> <?php include 'footer.php'?>
Upload File
Create Folder