What is the best way to make a free website for someone who has next to no HTML skill

Well you'll still able to use that to host the files. And if you have a domain name already, you'll be able to redirect that, to point to the 000webhost server.

no the co.cc thing is just a domain. and my current domain (.tk) is just a redirctor
 
Ok, I have that acount up and running now I think.

How do I now get the pixelpost thing customized for me and how do I get it on the web?
 
To customize it you're going to need a bit of HTML/CSS knowledge, but you can take a look at these templates for a starting point.

http://www.pixelpost.org/extend/templates/

For the install, make sure you FTP account can access the server and then follow this guide.

http://www.pixelpost.org/docs/GettingStarted/Install

To setup the database, go into the CPanel on 000webhosts and go into the 'MySQL' section. Then just create a datasbase and user (you can name them whatever you want).

And make sure you upload the files into 'public_html' not the first folder you connect to.
 
To get to the CPanel.

1) http://members.000webhost.com/
2) Sign in.
3) Then click the go to CPanel link.
4) Find and click MySQL
5) Setup the database and username and give them a password.

The database is basically for storing and sorting the images, links, text on the site.

To connect to the server over FTP.

1) Install FireFTP in Firefox as its easy and simple to use.
2) Create a new account in FireFTP.
3) Host name will be 'ftp.username.site90.com
4) Username and password.
5) Connect.
6) Go into 'public_html'
7) Upload all the Pixelpost folders and files.

The rest you should be able to follow in the guide.
 
Last edited:
2) Create a new account in FireFTP.
3) Host name will be 'ftp.username.site90.com
4) Username and password.
5) Connect.
6) Go into 'public_html'
7) Upload all the Pixelpost folders and files.

The rest you should be able to follow in the guide.

I got so far, but now I'm stuck at this bit, I can't find where to make a Fire FTP account anywhere.
 
what do I have to fill in in the dialogue box? it keeps telling me connection failed.

Should just be the hostname, which would be 'ftp.username.site90.com' changing username for whatever you used to sign up with.

Then your username and password which are in your welcome email from 000webhost.
 
Just an extra piece of advice, it's worth installing a virtual web server locally for testing rather then edit, FTP, edit FTP.... and so on...

Uniform server is easy as pie to use....

It's basically a web server that runs locally on your PC, not viewable to the outside world, it's purely for testing, or at least that's my understanding.

That way you can create files and test them before actually putting them up on a live server, and you're not subject to transfer speeds.

You'd simply open your web browser and goto http://localhost/ or http://127.0.0.1/ to access your local site.

Just an extra if you want it... ;)
 
Reconnect to the server and then make sure all the files are in public_html and that's there's a folder there called 'admin' with a file called 'install.php'
 
Back
Top Bottom