Script Usage: How to run scripts.

1. Please upload the .php file (sdn.php) on your sever via FTP.

Example:
[ folder ]
    |         yourpage.html (index.html etc.)
    |         sdn.php

2. Change file extension from .html to .php

Example:
from yourpage.html to yourpage.php
[ folder ]
    |         yourpage.php (index.php etc.)
    |         sdn.php

3. Open the yourpage.php file and include the following tag:
Border: #

Title: #

Background: #

Text: #

URL: #
-----------------------------------------------------------------------------
<?require "./sdn.php";?> //First line:
<HTML>
<HEAD>
</HEAD>
<BODY>

<?echo getSDLink("1","ffffff","0000ff","ffffff","000000","008000");?>
//You need to paste the code in between the <BODY> and the </BODY> tags of the document.
</BODY>
</HTML>
-----------------------------------------------------------------------------
If the your site's page is being previewed, the your link displays on the LinkExchange user's page.
It will be proportional to the number of times that the your page was displayed on the your page.