Text Link Ad Rotater
---------------------------
Homepage: http://www.rss-wiki.com/
Email: webmaster@rss-wiki.com

Package Contents
-----------------------------------------
1count - will cycle through your links in 2link file, note cycling is better
than radom because if you have 4 ads all about one topic you can place them
together so that your links will be contextual among themselves, it just keeps
a count of what ads to display next

2link - contains the links, when you request a link exhange wither using
software or one of the reciprocal link exchanges on the net you add their
details in the 2link file, the file alreay contains 4 links, part of the copyright is that
you keep those links there just mail me for a link up.

3ad.php - text links are displayed like a banner ad with 2 text links
4ad.php - text link are displayed like a leaderboard ad with 4 text link

if you are savy you can edit the html to create sqaures and scrapers np.

Instructions
------------------------------------------
Upload files to you server
Set permissions
	chmod 777 1count
	chmod 755 2link
	chmod 755 3ad.php
	chmod 755 4ad.php

Add your text links to 2link format of the text file is

	Title
	Description line 1
	Description line 2
	URL
	Empty Line

for example these 2 link

	Parental Filter
	Freeware porn control
	Protect your children online
	http://www.ecommsec.com

	Owl Consultants
	Get advice via email
	Free advice for medical/law matters
	http://www.owlconsultants.com
	
Add as many links as you can

to include the file use php code

	include('4ad.php');	//for leaderboard as seen at http://www.owlconsultants.com

	or

	include('3ad.php')	//for banner style

change the colors to fit your site

---end of line---
