Hackfut Security File Manager
Current Path:
/home/u126195517/domains/rddvc.com/public_html
home
/
u126195517
/
domains
/
rddvc.com
/
public_html
/
📁
..
📄
.htaccess
(953 B)
📁
PS_Creation1
📄
about.php
(8.03 KB)
📄
aboutdvc.php
(1.05 KB)
📄
banner.php
(2.07 KB)
📄
benifits.php
(4.57 KB)
📄
brochure_download_kriya.php
(715 B)
📄
checkCoverImageSize.php
(790 B)
📄
checkLogoImageSize.php
(785 B)
📄
checkPayProofImageSize.php
(804 B)
📄
check_availability.php
(1011 B)
📄
contact.php
(2.53 KB)
📄
contact_form.php
(3.43 KB)
📄
copyright.php
(834 B)
📁
css
📁
cssphp
📄
diamond.php
(27.44 KB)
📄
digital_visiting_card.php
(3.96 KB)
📄
disp_pln_amt.js
(454 B)
📄
dvc_design.php
(3.01 KB)
📄
dvc_design_form.php
(7.08 KB)
📄
dvc_design_function.php
(10.09 KB)
📄
dvc_design_gold.php
(4.37 KB)
📄
enquiry_form.php
(2.06 KB)
📄
features.php
(3.32 KB)
📄
final_payment.php
(6.34 KB)
📄
final_payment_form.php
(1.22 KB)
📁
fonts
📄
footer.php
(3.86 KB)
📄
get_discount_rate.php
(1.26 KB)
📄
get_plan_amount.php
(1.06 KB)
📄
gold.php
(18.48 KB)
📄
header.php
(1.74 KB)
📁
images
📄
index.php
(3.14 KB)
📄
login.php
(2.35 KB)
📄
login_form.php
(2.75 KB)
📁
members
📄
name_availability.js
(338 B)
📄
newsletter.php
(841 B)
📁
offline
📄
offline_cards.php
(2.89 KB)
📄
online_cards.php
(1.1 KB)
📄
payment-failed.php
(96 B)
📄
payment-success.php
(1.01 KB)
📄
payment_checkout_kriya.php
(3.7 KB)
📄
price.php
(8.44 KB)
📄
privacypolicy.php
(9.28 KB)
📄
process_success.php
(2.71 KB)
📄
processoutput.php
(2.73 KB)
📄
redeemcoupon.js
(1.9 KB)
📄
select_design.php
(1.45 KB)
📄
send_contactus_email.php
(1.33 KB)
📄
termsandconditions.php
(6.01 KB)
📄
testimonials.php
(3.37 KB)
📄
trycode_1.php
(354 B)
Editing: processoutput.php
<!DOCTYPE html> <html lang="zxx"> <head> <title>RD's Digital Visiting Card | Contact </title> <link href="images/rddvc_icon.png" rel="shortcut icon" /> <!-- Meta tag Keywords --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8" /> <meta name="keywords" content="Infinitude Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" /> <script> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar() { window.scrollTo(0, 1); } </script> <!-- //Meta tag Keywords --> <!-- Custom-Files --> <link rel="stylesheet" href="css/bootstrap.css"> <!-- Bootstrap-Core-CSS --> <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <!-- Style-CSS --> <!-- font-awesome-icons --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- //font-awesome-icons --> <?php session_start(); ?> </head> <body> <!--/home --> <div id="home" class="inner-w3pvt-page"> <div class="overlay-innerpage"> <!--/top-nav --> <div class="top_w3pvt_main container"> <!--/header --> <?php include_once('header.php'); ?> <!--//header --> <!--/breadcrumb--> <div class="inner-w3pvt-page-info"> <ol class="breadcrumb d-flex"> <li class="breadcrumb-item"> <a href="index.php">Home</a> </li> <li class="breadcrumb-item active">Confirmation</li> </ol> </div> <!--//breadcrumb--> </div> <!-- //top-nav --> </div> </div> <!-- //home --> <?php // Display flash message if it exists if (isset($_SESSION['alert'])) { echo '<div class="alert alert-success" role="alert" style="text-align: center">' . $_SESSION['alert'] . '</div>'; // Remove the flash message from the session to avoid displaying it again unset($_SESSION['alert']); } ?> <!-- footer --> <?php include_once('footer.php'); ?> <!-- //footer --> <!-- copyright --> <?php include_once('copyright.php'); ?> <!-- //copyright --> <script> setTimeout(function() { document.querySelector('.alert').style.display = 'none'; }, 100000); // Adjust the time (in milliseconds) as needed </script> </body> </html>
Upload File
Create Folder