=== Servage Referral Widget ===
Contributors: BeeJAy
Donate link: http://www.techgremlin.com/
Requires at least: 2.3.0
Tested up to: 2.6.2

This is a simple Sidebar Widget that will display the Servage referral logo.

== Description ==

The web host Servage allows it's users through a link to their website/coupon code to refer it's users to their services.
For incentive they give 2 months free hosting and 25GB of permanent extra quota to the referrer and 25GB of permanent quota 
to the referee, this plugin places a simple logo/link on your website containing your coupon code.

== Installation ==

Installation:
Download the Widget using the link above, extract the widget from the zip file and upload the servage-widget folder to 
your wp-content/plugins/ directory.

Activation:
Open up the admin section and navigate to the Plugins section, it should be listed there as Servage Referral Widget, 
click on Activate to activate the Widget, once this is done navigate to the Design/Widgets section and insert the Widget 
into your sidebar.

Configuration: !Important!
Before you use the plugin you must configure it correctly, click on edit next to the Widget. There are 2 fields, Title is 
optional, Customer ID is required to be changed to your Servage customer coupon code which you can find in the Earn Free 
Hosting section of the Servage control panel, click Change, then click Save Changes.

== Frequently Asked Questions ==

= How do I change the logo? =

At the moment the logo is hard coded as servage.gif in the servage-widget folder, upload a new servage.gif to change it.
Edit line 53 to change the url of the image:
	echo '<div style="margin:5px 0;"><a href="http://www.servage.net/?coupon='.$customer.'" target="_blank">
	<img src="http://'.$_SERVER['SERVER_NAME'].'/wp-content/plugins/servage-widget/servage.gif" border="0"/></a></div>;

= I have more questions =

So far there isn't much that this plugin does so just go to the plugin's page at 
http://www.techgremlin.com/servage-referral-widget/ for any additional information, leave a comment if your question is
still unanswered.