Simple Mini Site Script

Please remember you were invited. Do not share this link, or this script without permission.

A great alternative to domain parking. Make money with ebay and your favorite ads. Build a simple mini site, using your favorite feeds. Mini Site is simple to install. It will use rss feeds automatically provided from ebay, using your keywords. Caching features are built-in to the script for speed. You will end up with a search engine friendly site, with multiple pages. The template (index.php) is easy to edit with your favorite html editor if desired. Add your own advertising, sell links, or move things around. You can create your own templates with ease or use the template included and any of the various color styles. Other possible uses; domain parking, blog portal, cam girls, microniche site, adult niche site, ebay store, youtube video site, latest niche news, unlimited.

Demo

A sample demo has been created at houdini2.com.
Don't want to use an ebay store? Versatile enough to use other feeds. See: eskimoes.com.
There are currently 15 different styles you can use. View them here.

Download

I tend to rewrite and update often while working on a script. You should always download the latest version here just before using the script. Usually, you should only need to replace common.php when updating.

Download link: minisite.zip
Last updated: October 03 2010 00:30:06 PST
The version number can now be located at the top of common.php

Quick Install

Complete Install

Frequently Asked Questions

Common steps to convert another template:

  1. At the top of the page, it must start with:
    <?php require('common.php'); ?>
  2. Add the following function to your title tag:
    <?php print get_title(); ?>
  3. Optionally, add the following function where any H1 tag or Website title early in the page may be:
    <?php print get_title(); ?>
  4. Optionally, add the logo function where desired:
    <?php print get_logo(); ?>
  5. Add your menu links in an appropriate location:
    <?php print get_menu_links(); ?>
  6. Add the appropriate location for your feed results or articles:
    <?php print get_content(); ?>

Links of Interest