Domain Appraisal Website
This site is PHP based for easy installation and for the Stormpay link that passes the url to the order form. To install this site all you have to do is open up common.php in a text editor and change the information as follows:
<?
$site_title = "My Domain Appraisals";
$site_copyright = "My Domain Appraisals";
$site_name = "My Domain Appraisals";
$email_address = "neo@cyberia.ca";
$paypal_email = "neo@cyberia.ca";
$stormpay_email = "neo@cyberia.ca";
$appraisal_price =
"9.95";
// all_order.php
is for PayPal and Stormpay
// stormpay_order.php is for Stormpay only
// paypal_order.php is for Paypal only
$payment_processor = "all_order.php";
$
?>
Next, upload the site.
A blank logo file called logo_blank.gif is included in the images folder. Replace logo.gif with the modified blank logo you may create.
How it works
Customers can order domain appraisals which is done using the free software that is included. Instructions for using the sofware are included with the software itself.
The payment purchases will tell you the domain name that the customer wants appraised by entering the data in the forms provided.
The site has three option built in for Payment Processing; both PayPal and Stormpay, PayPal only and Stormpay only. Stormpay is to accomodate International Customers who cannot use PayPal. For other Payment processors you will have to modify a payment page yourself.