| |
Mortgage Calculators - How To Install
No matter what version you choose you’ll get an archive containing three folders: "Manual", "ASP" and "PHP".
"Manual" folder has only one "manual.html" file containing details about using and installing Falcon’s Mortgage Calculator.
"ASP" folder contains the files to use if you have a web hosting on a MS Windows platform.
This version will contain seven files in "Free Version" and "Personal Version". These files are fixed-mortgage.asp, compare-mortgage.asp, print-fixed-mortgage.asp,
print-compare-mortgage.asp, mortgageheader.inc, mortgagefooter.inc and default.asp.
"Professional version" and "Enterprise Version" contains 10 more files:
adjsutable-rate-mortgage.asp, advanced-mortgage.asp, balloon-mortgage.asp, extra-payment.asp, refiance-mortgage.asp, print-adjsutable-rate-mortgage.asp,
print-advanced-mortgage.asp, print-balloon-mortgage.asp, print-extra-payment.asp, print-refiance-mortgage.asp.
"PHP" folder contains files used when your web hosting works under a platform different from MS Windows such as Linux/Unix.
This folder contains for "Free Version" and "Personal Version’ seven files. These files are: fixed-mortgage.php, compare-mortgage.php, print-fixed-mortgage.php,
print-compare-mortgage.php, mortgageheader.inc, mortgagefooter.inc and index.php.
"Professional Version" and "Enterprise Version" contains 10 more files:
adjsutable-rate-mortgage.php, advanced-mortgage.php, balloon-mortgage.php, extra-payment.php, refiance-mortgage.php,
print-adjsutable-rate-mortgage.php, print-advanced-mortgage.php, print-balloon-mortgage.php, print-extra-payment.php, print-refiance-mortgage.php.
|
|
![]() |
|
|
|
| |
|
| |
For all versions, the installing process has five steps:
- Step one: Find out which kind of web hosting do you have. For this simply ask your web host which platform uses. If it is MS Windows, you will use the files
from "ASP" folder. Otherwise, you will use the files from "PHP" folder
- Step two: Create in the root folder of your web site a new folder called "mortgage-calculators".
- Step three: Load the files from ASP or PHP folder into the root folder of your web site you will load only the files which are compatible with your web host platform.
For example, for Linux platform web hosing you will load only the files from PHP folder in the folder "mortgage-calculators" which you have been created at step two.
You have to be careful to load the content of PHP folder not directly the PHP folder.
- Step four: It is about linking the mortgage calculators to the rest of your web site’s pages. Therefore, in every page of your web site you have to create links to the
calculators pages. You can create the link to the "Adjustable Rate Mortgage Calculator" and you have to insert in every page next script:
<a href="/mortgage-calculators/adjustable-rate-mortgage.asp">Adjustable Rate Mortgage Calculator</a>
for Adjustable Rate Mortgage Calculator on MS Windows web hosting platforms.
OR
<a href="/mortgage-calculators/adjustable-rate-mortgage.php">Adjustable Rate Mortgage Calculator</a>
for Adjustable Rate Mortgage Calculator on Linux/Unix web hosting platforms
<a href="/mortgage-calculators/advanced-mortgage.asp">Advanced Mortgage Calculator</a>
for Advanced Mortgage Calculator on MS Windows web hosting platforms.
OR
<a href="/mortgage-calculators/advanced-mortgage.php">Advanced Mortgage Calculator</a>
for Advanced Mortgage Calculator on Linux/Unix web hosting platforms
<a href="/mortgage-calculators/balloon-mortgage-payments.asp">Balloon Mortgage Calculator</a>
for Balloon Mortgage Calculator on MS Windows web hosting platforms.
OR
<a href="/mortgage-calculators/balloon-mortgage-payments.php">Balloon Mortgage Calculator</a>
for Balloon Mortgage Calculator on Linux/Unix web hosting platforms
<a href="/mortgage-calculators/compare-mortgage.asp">Compare Mortgage Calculator</a>
for Compare Mortgage Calculator on MS Windows web hosting platforms.
OR
<a href="/mortgage-calculators/compare-mortgage.php">Compare Mortgage Calculator</a>
for Compare Mortgage Calculator on Linux/Unix web hosting platforms
<a href="/mortgage-calculators/extra-payment.asp">Extra Payment Calculator</a>
for Extra Payment Calculator on MS Windows web hosting platforms.
OR
<a href="/mortgage-calculators/extra-payment.php">Extra Payment Calculator</a>
for Extra Payment Calculator on Linux/Unix web hosting platforms
<a href="/mortgage-calculators/fixed-mortgage.asp">Fixed Rate Mortgage Calculator</a>
for Fixed Rate Mortgage Calculator on MS Windows web hosting platforms.
OR
<a href="/mortgage-calculators/fixed-mortgage.php">Fixed Rate Mortgage Calculator</a>
for Fixed Rate Mortgage Calculator on Linux/Unix web hosting platforms
<a href="/mortgage-calculators/refinance-mortgage.asp">Refinance Mortgage Calculator</a>
for Refinance Mortgage Calculator on MS Windows web hosting platforms.
OR
<a href="/mortgage-calculators/refinance-mortgage.php">Refinance Mortgage Calculator</a>
for Refinance Mortgage Calculator on Linux/Unix web hosting platforms
- Step five: After the precedent four steps your site will contain two new pages for "Free Version" and "Personal Version" and seven new pages
for "Professional Version" and "Enterprise Version". Click here to preview the default mortgage calculator web page that will be added to your computer.
In case you wish to change the layout of your calculator pages so those look like the rest of your web site you have to insert the HTML syntax with the graphics of
your web site, into the header.inc and footer.inc files. The header.inc file will contain after that the upper and left sides graphics of your web site pages and the
footer.inc file will contain the down and right sides graphic elements.
In case you cannot do it yourself, we provide integration services for that. Click here for more details.
|
|
|
|
|