This script is designed to retrieve the latest software releases from
Fileforum.
Additional features include retrieving the "File Of The Week" and the weekly top software, top 3, top 5 and top 10.
Installation:Simply unzip the
DeMo-Fileforum.vbs file to your Samurize\Scripts folder.
Configuration:Open up
DeMo-Fileforum.vbs in notepad and look at the CONFIGURATION section. Set the variables as follows:
FILEFORUM_ADDR: This is Fileforum's URL, you don't need to change it!
SHOW_RELEASE_DATE: Sets if the date the software was released should be shown. Eg: "Samurize 0.93 (Today - 10:15 pm)". 0 (zero) means disabled.. 1 (one) means enabled.
TOTAL_RELEASES: Sets how many releases you want to retrieve. Important: MAXIMUM number is 30!!
SHOW_TOP_POSITION: This sets if the software position in the Top 3, Top 5 and Top 10 should be shown or not. Eg: "1- Samurize 0.93". 0 (zero) means disabled, 1 (one) means enabled.
Usage:All you have to do is add an ActiveScript to your config and select
DeMo-Fileforum.vbs in the script selection box. Then select the desired function in the function box as follows:
GetReleases: This will retrieve the latest software releases from Fileforum's main page.
GetFileOfTheWeek: This returns the software chosen as File Of The Week.
GetTop1: This retrieves the first software in Fileforum's weekly top10 list.
GetTop3: Same as above but will return the first 3 softwares from the top10 list.
GetTop5: I think you already know what this one does!
GetTop10: Do I need to say anything??
Thanks:I did this one on my own... but thanks everybody on the Samurize community!!