Insert your feed's info into one of the files: dual_column.php giftcard.php round_corners.php window.php Those are basically the same file. The only difference are they are set to work with own theme. after you are done editing, upload edited file (for example "window.php) and the folder /generator/ to your server. Call the uploaded script from your browser: http://yoursite.com/somefolder/window.php _____________________________________ FAQ: http://dotbeyond.com/Knowledge_Base/cat=9.html +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ How to combine/mix several feeds? When you edit your 'index.php' file inser more than one $urls[]. for example: Code: $urls[]='http://link_to_rss1.com'; $urls[]='http://link_to_rss2.com'; $urls[]='http://link_to_rss3.com'; How to create a new theme? The easiest way to create a new theme is to edit existing one. All "themes" are located in their own folders inside /generator/ folder. Typical "theme" contains 3 files: -Articles.html -Main.html - Links.html First files positions Article's Title and Articles's body Second file positions the whole article, ads, keyword cloud. Variable:: %items% - code from items.html, %title% - your new feed title, which will be used in metatags as page title. This variables has been defined in index.php. %description% - your new feed description, which will be used in metatags as page description. This variables has been defined in index.php. %googleAd% - your AdWord. This variables has been defined in index.php. %keywords% - generated keywords for metatags. This variables has been defined automatically. %cloud% - keyword cloud. This variables has been defined automatically. %article_url% - feed's article URL link. his variables has been defined automatically. %article_title% -feed's article title. This variables has been defined automatically. %article_text% - feed's article text. his variables has been defined automatically. $links - Automatic Indexer This variables has been defined automatically. How to install this script? It is really simple! o. Create a new folder on your server. 1. Edit "index.php" file: 2. Save 'index.php' (you can re-name it , if you wish, or if you plan to use this script more than one time) 3. Create a new folder on your web server, for example, /feeds/. 4. Copy all files you recieved from us to this newly created folder. 5. Run this script from your browser: http://yoursite.com/feeds/index.php What is "commonwords.php"? t's a file which contains a list of "junk" words , which are either irrelevant to your project, or just to common, or too short to be keywords.