Firstly If this is a Repost flame me!
Okay now to the guide. This guide is for people who want to set up a website for their server but don't wanna use wamp and everything.
We will start with the html site first:
Step One: Goto UcoZ - unique site creation system - free site builder of new generation and click that big buton that say SIGN UP NOW

ImageShack - Hosting :: steponekt3.jpg
Step Two: Fill out the info and register then login and all
Step Three: Fill in detais

ImageShack - Hosting :: stepthreesa6.jpg
Step Four: Choose services

ImageShack - Hosting :: stepfourag4.jpg
Step Five: Fill admin passwords and your done!
PhP site:
First off I would like to explain that this will look awlful in terms of URL. Here it is:
Step One: Goto www. ripway .com
Step Two Register and login
Step Three: Open your SPORA folder and open index.php
Step Four: Change what is in red
Code:
="en"; // Language ("en" - english, "ru" - russian)
Code:
="localhost"; // HOST for Antrix database
="root"; // USER for Antrix database
="PASSWORD"; // PASS for Antrix database
="DATABASENAME"; // NAME of Antrix database
="127.0.0.1"; // HOST for Login database
="root"; // USER for Login database
="PASSWORD"; // PASS for Login database
="ACCOUNTSDATABASENAME"; // NAME of Login database
= 'CP1251'; // Set encoding
= "img/"; // Image dir
= "IP/URL OF THE WEBSITE"; // Antrix Server Address
= "8093"; // Antrix Server Port
="NAME OF WEBSITE"; // Insert the title of your server here
=0; // Lock created account to IP address (1 - on, 0 - off)
=0; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...
Once you change these upload your files to ripway. Even the files in your img folder. (Make sure your files in the img folder are in a /img directory you make on ripway) Now goto your ripway site and test it. If something is in it then great if not then posst here and ill try to help you. If you can absolutly not do it pm me I will make one for you but it will be pretty slow before I make your php site.
Thanks for reading my guide!