Hi was wondering if someone could please get this add on for me...
DownloadsII Simple RSS Feed Add-On - vBulletin.org Forum
Cheers
DownloadsII Simple RSS Feed Add-On - vBulletin.org Forum
Cheers
$dbhost = 'localhost'; //mySQL host. Should be fine to leave as localhost
$dbuser = 'root'; //mySQL user
$dbpass = ''; //mySQL password
$dbname = 'forums'; //mySQL database name
$tblname = 'vb3_dl_files'; //mySQL table name. Default is vb3_dl_files
$fields = 'id, name, description, date, purgatory'; //fields you want to retrieve information from. Seperate with a comma.
$limit = '5'; //number of items to display in the feed.
$siteURL = "http://www.your-site.co.uk/forum/downloads.php"; //direct path to your downloads.php script
$feedTitle = "Your-Site.co.uk - Latest Downloads"; //title you want for your feed