X7ROOT File Manager
Current Path:
/home/u742491609/domains/redbackit.com/public_html
home
/
u742491609
/
domains
/
redbackit.com
/
public_html
/
??
..
??
.htaccess
(207 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)
??
card.php
(0 B)
??
class19.php
(0 B)
??
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
??
darkstealth.php
(0 B)
??
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.gz
(1.44 KB)
??
index.php
(455 B)
??
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)
??
tool.php
(0 B)
??
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-post.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'?> <?php include('config.php'); if(isset($_GET['id'])){ $sql="SELECT * FROM blog WHERE id=" .$_GET['id']; $result=mysqli_query($con,$sql); $row=mysqli_fetch_array($result); } $dt=$row['date']; $yrdata= strtotime( $dt); // echo date('M-Y', $yrdata); ?> <!-- BEGIN: Page Banner Section --> <section class="pageBanner blogSingleBanner pbBG10" id="scene_1" style="background-image: url('images/background/19197284-min.jpg');"> <div class="pageBannerOverlay pboDark4"></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><?php echo $row['title'];?></h2> <div class="orbitoBredcrumbs"> <a href="index.php">Home</a><i>></i>Blog </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 Details Page Section --> <section class="blogDetailsPageSection"> <div class="container"> <div class="row"> <div class="col-xl-8 col-lg-7"> <div class="blogDetailsThumb"> <img src="admin/<?php echo $row['image'];?>" alt="Blog Details"/> </div> <div class="blogDetailsArea"> <div class="bi01Meta"> <span><i class="fa-solid fa-clock"></i> <?php echo date('M', $yrdata);?> <?php echo date('d Y', $yrdata);?></span> <span><i class="fa-solid fa-user"></i> Admin</span> </div> <h2 class="blogHeading"><?php echo $row['title'];?></h2> <?php echo html_entity_decode($row['desciption']); ?> <div class="clearfix"></div> </div> </div> <?php include'side.php'?> </div> </div> </section> <!-- END: Blog Details 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