Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.220.49.32
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
Refinance /
[ HOME SHELL ]
Name
Size
Permission
Action
calculator
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
about.php
1.6
KB
-rw-r--r--
apply-now.php
11.65
KB
-rw-r--r--
blog-single.php
2.91
KB
-rw-r--r--
blog.php
4.36
KB
-rw-r--r--
calculator.php
5.79
KB
-rw-r--r--
contact.php
4.18
KB
-rw-r--r--
faq.php
4.3
KB
-rw-r--r--
index.php
18.53
KB
-rw-r--r--
single-loan.php
5.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : calculator.php
<?php include("includes/header.php");?> <div class="page-header"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2>Loan Calculator</h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Loan Calculator</li> </ol> </nav> </div> </div> </div> </div> <section class="loan-calculator-page bc section-padding"> <div class="container"> <div class="row "> <div class="col-lg-6 mx-auto"> <div class="section-title text-center"> <h2 class="">Calculator</h2> <p class="">Get an approximate figure for the total monthly instalment payments along with a complete break-up of the home loan. </p> </div> </div> </div> <div class="calculator-widget mt-50"> <div class="row gy-lg-0 gy-3"> <div class="col-lg-7"> <div class="single-calculator-widget"> <div class="single-range"> <div class="range-header d-flex justify-content-between align-items-center mb-25"> <h6>Loan Amount</h6> <input type="text" id="SetRange"> </div> <div id="RangeSlider"></div> </div> <div class="single-range mt-85 mb-95"> <div class="range-header d-flex flex-wrap justify-content-between align-items-center mb-25"> <h6>Loan Duration</h6> <ul class="nav nav-tabs" id="myTab" role="tablist"> <li><span class="active_bar"></span></li> <li class="nav-item" role="presentation"> <a class="nav-link active month-tab" id="monthTab" data-bs-toggle="tab" href="#monthTabId" role="tab" aria-controls="monthTabId" aria-selected="true">Month</a> </li> <li class="nav-item " role="presentation"> <a class="nav-link year-tab" id="yearTab" data-bs-toggle="tab" href="#yearTabId" role="tab" aria-controls="yearTabId" aria-selected="false">Year</a> </li> </ul> <input type="text" id="SetMonthRange"> </div> <div class="tab-content"> <div class="tab-pane fade show active" id="monthTabId" role="tabpanel" aria-labelledby="monthTab"> <div id="MonthRangeSlider"></div> </div> <div class="tab-pane fade" id="yearTabId" role="tabpanel" aria-labelledby="yearTab"> <div id="YearRangeSlider"></div> </div> </div> </div> <div class="bg_disable px-4 py-2 interestBox"> <p>Rate of Interest</p> <span id="InterestAmount"></span> </div> </div> </div> <div class="col-lg-5 pl-lg-35"> <div class="calculator-result-widget"> <div class="row align-items-center"> <div class="col-lg-7 col-md-8 col-sm-7"> <div class="emi-amount"> <h6>EMI Amount</h6> <span>Principal + Interest</span> <p class="mt-10" id="TotalAmount"></p> </div> <div class="interest-payable mt-20"> <h6>Interest Payable</h6> <p class="mt-10" id="InterestPayable"></p> </div> </div> <div class="col-lg-5 col-md-4 col-sm-5 col-7 mx-auto"> <svg class="radial-progress" id="LoanGraph" viewBox="0 0 80 80"> <circle class="incomplete" cx="40" cy="40" r="35"></circle> <circle class="complete" cx="40" cy="40" r="30"></circle> </svg> </div> </div> <div class="row text-center"> <div class="col-12"> <h4 class="mt-4 ">Your EMI Amount</h4> <h1 class="mt-4 mb-4 " id="emiAmount">$ 3,495*</h1> <a href="apply-now.php" class="btn applybtn btn-default btn-sm mt-40">Apply Now <i class="arrow_right"></i></a> </div> </div> </div> </div> </div> </div> </div> </section> <link rel="stylesheet" type="text/css" href="calculator/calculator.css" media="all" /> <script type="text/javascript" src="calculator/jquery-3.6.0.min.js"></script> <script type="text/javascript" src="calculator/bootstrap.bundle.min.js"></script> <script type="text/javascript" src="calculator/jquery.nice-select.min.js"></script> <script type="text/javascript" src="calculator/nouislider.min.js"></script> <script type="text/javascript" src="calculator/wNumb.js"></script> <script type="text/javascript" src="calculator/custom.js"></script> <?php include("includes/footer.php");?>
Close