Thanks for purchasing Instant Site Machine. NOTE to DEMO USERS: If you decide to purchase ISM later on, please do not overwrite the config.php file when you replace files. Otherwise you lose all your changes. To install ======================================================= 1. Download file 2. Unzip 3. Upload to your web server in BINARY mode ** IMPORTANT ** 4. Go to admin page (example: http://www.mysite.com/admin.php) 5. Default password is beyond Themes ======================================================= You can add your own themes easily or change existing ones. Easiest way is to make a copy of existing theme and rename it. Then change the style.css file. Ioncube Folder ======================================================= If you webhost supports Ioncube, you do not need the Ioncube folder. You can simply delete it so it'll take you less time when you upload files to your web server. Making it work on Godaddy ======================================================= Edit the .htaccess file and replace whatever is in there with this below. Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^([^\.]*)?\.htm$ index.php?name=$1 [NC,L] Making it work on 1and1 Hosting ======================================================= Edit the .htaccess file and put this there. RewriteEngine on RewriteBase / RewriteRule ^([^\.]*)?\.htm$ index.php?name=$1 [NC,L] AddType x-mapp-php5 .php Making it work on subdirectory on 1and1 Hosting ======================================================= If you have the software installed inside a subdirectory such as www.mysite.com/domain/ RewriteEngine on RewriteBase / RewriteRule ^([^\.]*)?\.htm$ domain/index.php?name=$1 [NC,L] AddType x-mapp-php5 .php I am getting errors saying Warning: fopen(config.php) [function.fopen]: failed to open stream: Permission denied in /home/shop/public_html/admin.php on line 0 ======================================================= Please go into your files using FTP and change permission for config.php and keywords.txt to 777. This problem seems to occur only for certain web hosts.