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: index.php
<!DOCTYPE html> <html lang="zxx"><head> <title>RD's Digital Visiting Card | Home</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="Digital Visiting Card, India, Pune, RDDVC, Online Business Card, Virtual Business Card, Contactless Business Card, Professional Networking, Pune Business, RDDVC India, Best Digital Visiting Card in India, digital card, digital card maker, visiting card, business cards, rds digital visiting card, DVC"> <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 --> <script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <script type="text/javascript"> // Function to initialize Google Translate Element function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', includedLanguages: 'hi,kn,ml,mr,ta,te,pa,bn,gu,ur,as', // Add more Indian languages as needed layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false }, 'google_translate_element'); } </script> </head> <body> <!-- home --> <div id="google_translate_element"></div> <div id="home"> <?php // Get loginname from the URL query parameter $loginname = isset($_GET['loginname']) ? $_GET['loginname'] : ''; if (!empty($loginname)) { session_start(); // Start session if not already started $_SESSION["loginname"] = $loginname; //header("location:digital_visiting_card.php"); include_once('digital_visiting_card.php'); session_destroy(); // End the session exit(); // Stop further execution after including the file }else { // Your existing content when no login name is provided include_once('header.php'); include_once('banner.php'); include_once('aboutdvc.php'); include_once('features.php'); include_once('benifits.php'); include_once('offline_cards.php'); include_once('enquiry_form.php'); include_once('testimonials.php'); include_once('newsletter.php'); include_once('footer.php'); include_once('copyright.php'); } ?> </div> <!-- //home --> </body> </html>
Upload File
Create Folder