Hackfut Security File Manager
Current Path:
/home/u126195517/domains/rdnirjaldhulai.com/public_html
home
/
u126195517
/
domains
/
rdnirjaldhulai.com
/
public_html
/
📁
..
📄
aarambh.php
(2.46 KB)
📄
about.php
(4.71 KB)
📄
adi.php
(2.45 KB)
📄
adi_terms.php
(5.85 KB)
📄
agrima.php
(2.3 KB)
📄
app-ads.txt
(58 B)
📁
applications
📄
booking.php
(2.46 KB)
📄
booking_terms.php
(4.16 KB)
📄
composer.phar
(2.97 MB)
📄
config.php
(633 B)
📄
contact.php
(4.02 KB)
📄
contact_process.php
(3.05 KB)
📄
delete_account.php
(3.41 KB)
📄
error_log
(0 B)
📄
footer.php
(3.68 KB)
📄
google028f325756238b38.html
(53 B)
📄
google7c0482add8b65d24.html
(53 B)
📄
googledbda1fce9a3128a0.html
(53 B)
📄
header.php
(3.26 KB)
📁
images
📄
index.php
(9.03 KB)
📄
onetwothree3.php
(177.99 KB)
📄
prarambh.php
(2.51 KB)
📄
preshayati.php
(2.31 KB)
📄
privacy.php
(6.36 KB)
📄
product_edition_template.php
(4.13 KB)
📄
products.php
(3.21 KB)
📄
robots.txt
(73 B)
📄
rohati.php
(2.3 KB)
📄
samapurna.php
(2.31 KB)
📄
termsconditions.html
(325.84 KB)
📄
termsconditions.php
(7.69 KB)
📄
test_push.php
(1.49 KB)
📄
testing3.php
(7.88 KB)
📄
user_new.php
(20.86 KB)
📄
v3.php
(20.86 KB)
📁
web_assets
📁
web_vendor
Editing: products.php
<?php session_start(); $pageTitle = "RD’s Nirjal Dhulai - Products"; $activePage = "products"; $flash = $_SESSION['flash'] ?? []; unset($_SESSION['flash']); include __DIR__ . "/header.php"; ?> <!-- Page Content --> <div class="page-heading header-text"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1>Our Products</h1> <span>The Perfect Fabric Tracker</span> </div> </div> </div> </div> <!-- Flash message (if footer form submitted) --> <div class="container" id="contact" style="margin-top:20px;"> <?php if (!empty($flash['success'])): ?> <div class="alert alert-success"><?= htmlspecialchars($flash['success']) ?></div> <?php elseif (!empty($flash['error'])): ?> <div class="alert alert-danger"><?= htmlspecialchars($flash['error']) ?></div> <?php endif; ?> </div> <div class="single-services"> <div class="container"> <div class="row" id="tabs"> <div class="col-md-4"> <ul> <li><a href="#tabs-0">Prarambh Edition <i class="fa fa-angle-right"></i></a></li> <li><a href="#tabs-1">Aarambh Edition <i class="fa fa-angle-right"></i></a></li> <li><a href="#tabs-2">Rohati Edition <i class="fa fa-angle-right"></i></a></li> <li><a href="#tabs-3">Agrima Edition <i class="fa fa-angle-right"></i></a></li> <li><a href="#tabs-4">Samapurna Edition <i class="fa fa-angle-right"></i></a></li> <li><a href="#tabs-5">Preshayati Edition <i class="fa fa-angle-right"></i></a></li> </ul> </div> <div class="col-md-8"> <section class="tabs-content"> <article id="tabs-0"> <img src="web_assets/images/prarambh.png" alt=""> <h4>Prarambh Edition</h4> <a href="web_assets/download_app/rdsnd-prarambh.apk"> <img src="web_assets/images/Download Button.png" alt=""> </a> </article> <article id="tabs-1"> <img src="web_assets/images/aarambh.png" alt=""> <h4>Aarambh Edition</h4> <a href="web_assets/download_app/rdsnd-aarambh.apk"> <img src="web_assets/images/Download Button.png" alt=""> </a> </article> <article id="tabs-2"> <img src="web_assets/images/t1.png" alt=""> <h4>Rohati Edition</h4> </article> <article id="tabs-3"> <img src="web_assets/images/t2.png" alt=""> <h4>Agrima Edition</h4> </article> <article id="tabs-4"> <img src="web_assets/images/t3.png" alt=""> <h4>Samapurna Edition</h4> </article> <article id="tabs-5"> <img src="web_assets/images/t4.png" alt=""> <h4>Preshayati Edition</h4> </article> </section> </div> </div> </div> </div> <div class="partners"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="owl-partners owl-carousel"> <div class="partner-item"></div> </div> </div> </div> </div> </div> <?php include __DIR__ . "/footer.php"; ?>
Upload File
Create Folder