
Home | About | Contact Us | Email | Other
This site does not offer advice on any financial products or tax. Any information on this website in connection with loans is for general information purposes only.
Copyright 2001. About-CreditCards.co.uk. All rights reserved.
|
|
|
|
DEFINE('STATUS_INVALID_NAME',1);
DEFINE('STATUS_INVALID_DESCRIPTION',2);
DEFINE('STATUS_INVALID_URL',4);
DEFINE('STATUS_INVALID_RECIPROCAL_URL',8);
DEFINE('STATUS_INVALID_CONTACT_NAME',16);
DEFINE('STATUS_INVALID_CONTACT_EMAIL',32);
DEFINE('STATUS_DUPLICATE_SITE',64);
DEFINE('STATUS_DUPLICATE_RECIPROCAL_URL',128);
DEFINE('STATUS_SYSTEM_ERROR',256);
DEFINE('SUBMISSION_SITE','http://callsite.info/submission.htm');
DEFINE('SITECODE','MXCC');
DEFINE('LINKBACKSITECODE','MXCC');
if(isset($status))$status = $status+0;
if(isset($submitted))
{
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".SUBMISSION_SITE."?siteCode=".SITECODE."&linkBackSiteCode=".LINKBACKSITECODE."&name=".urlencode($name).
'&description='.urlencode($description).
'&url='.urlencode($url).
'&reciprocal_url='.urlencode($reciprocal_url).
'&contact_name='.urlencode($contact_name).
'&contact_email='.urlencode($contact_email));
header("Connection: close");
}
if($status !== 0)
{
if($status > 0)
echo('Your submission has the following errors:');
$params = unserialize($params);
print_r($params);
if($status & STATUS_INVALID_NAME)
{
echo('- Please enter your site name.
');
}
if ($status & STATUS_INVALID_DESCRIPTION)
{
echo('- Please enter your site description.
');
}
if ($status & STATUS_INVALID_URL)
{
echo('- Please enter your URL.
');
}
if ($status & STATUS_INVALID_RECIPROCAL_URL)
{
echo('- Please enter your reciprocal URL.
');
}
if ($status & STATUS_INVALID_CONTACT_NAME)
{
echo('- Please enter your contact name.
');
}
if ($status & STATUS_INVALID_CONTACT_EMAIL)
{
echo('- Please enter your contact email address.
');
}
if ($status & STATUS_DUPLICATE_SITE)
{
echo('- This website already exists in our database.
');
}
if ($status & STATUS_DUPLICATE_RECIPROCAL_URL)
{
echo('- This reciprocal link page has already been used.
');
}
if ($status & STATUS_SYSTEM_ERROR)
{
echo('- This reciprocal link page has already been used.
');
}
if($status > 0)
echo(' Please complete the form and submit again.');
echo('Complete the form below in order to be listing within our other directory.
Once you have subitted the form, your site will be listed immediately.
All we ask is that you place a link back to www.about-creditcards.co.uk from your site within 3 days of submitting this form.
Please ensure that your submission adheres to the following, otherwise we will be unable to list your site.
- Your site must be relevant to this site.
- Your reciprocal page must either be your home page, linked to from your home page.
- Your reciprocal page must not sit within a frameset.
- You must link to our site using the link text given below.
- Make sure you enter the correct details and spelling before submitting. Your listing cannot be amended once submitted.
The following HTML code should be added to your reciprocal page (if you need to move the link in relation to the text in order to match the format of your page, please feel free to do so):
Compare <a href="http://www.about-creditcards.co.uk">credit cards</a> to find the best balance transfer rates, introductory purchase rates, cashback deals and lowest standard APR credit cards available.');
require('http://callsite.info/form.htm?name='.urlencode($name).
'&description='.urlencode($description).
'&url='.urlencode($url).
'&reciprocal_url='.urlencode($reciprocal_url).
'&contact_name='.urlencode($contact_name).
'&contact_email='.urlencode($contact_email).
'&bannerField=off'.
'&buttonField=off');
}
else
{
echo('Thank you for submitting your site’s details for inclusion within our directory.
Please add the following HTML code to your page within 3 days. We will display your listing in our directory within 24 hours of you doing so.
Compare <a href=”http://www.about-creditcards.co.uk”>credit cards</a> to find the best balance transfer rates, introductory purchase rates, cashback deals and lowest standard APR credit cards available.This information has also been emailed to your specified contact email address.');
}
echo('Site submission powered by . If you have any problems with your submission, please contact info@imediafactory.com.
');
?> |
|
|