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: contact.php
<?php session_start(); $pageTitle = "RD’s Nirjal Dhulai - Contact Page"; $activePage = "contact"; $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>Contact Us</h1> <span>feel to send us a message now!</span> </div> </div> </div> </div> <div class="contact-information"> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="contact-item"> <i class="fa fa-phone"></i> <h4>Phone</h4> <p></p> <a href="tel:+917218542691">+91 721 8542 691</a> </div> </div> <div class="col-md-4"> <div class="contact-item"> <i class="fa fa-envelope"></i> <h4>Email</h4> <p></p> <a href="mailto:rdnirjaldhulai@gmail.com">rdnirjaldhulai@gmail.com</a> </div> </div> <div class="col-md-4"> <div class="contact-item"> <i class="fa fa-map-marker"></i> <h4>Location :</h4> <p>Flat No.5, S. No. 8, Paygude House, Taljai Pathar, Dhankawadi, Pune <span>Maharashtra</span></p> </div> </div> </div> </div> </div> <div class="callback-form contact-us" id="contact"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section-heading"> <h2>Send us a <em>message</em></h2> <span></span> </div> </div> <!-- Flash message (success/error after submit) --> <div class="col-md-12"> <?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="col-md-12"> <div class="contact-form"> <!-- IMPORTANT: changed method to POST and action to contact_process.php --> <form id="contact" action="contact_process.php" method="post"> <input type="hidden" name="form_type" value="contact_page_form"> <input type="hidden" name="redirect" value="contact.php#contact"> <!-- honeypot (anti-spam) --> <input type="text" name="website" value="" style="display:none"> <div class="row"> <div class="col-lg-4 col-md-12 col-sm-12"> <fieldset> <input name="name" type="text" class="form-control" id="ct_name" placeholder="Full Name" required> </fieldset> </div> <div class="col-lg-4 col-md-12 col-sm-12"> <fieldset> <input name="email" type="email" class="form-control" id="ct_email" placeholder="E-Mail Address" required> </fieldset> </div> <div class="col-lg-4 col-md-12 col-sm-12"> <fieldset> <input name="subject" type="text" class="form-control" id="ct_subject" placeholder="Subject" required> </fieldset> </div> <div class="col-lg-12"> <fieldset> <textarea name="message" rows="6" class="form-control" id="ct_message" placeholder="Your Message" required></textarea> </fieldset> </div> <div class="col-lg-12"> <fieldset> <button type="submit" id="form-submit" class="filled-button">Send Message</button> </fieldset> </div> </div> </form> </div> </div> </div> </div> </div> <div id="map"> <!-- Paste your Google Maps embed iframe here if you want --> </div> <?php include __DIR__ . "/footer.php"; ?>
Upload File
Create Folder