andy smith (I am blind) wrote:Like how to get this whole thing started. I have a bravehost website, and I just dont know what to upload,
As I said, the steps are as follows:
1. Download a copy of PunBB
2. Uncompress it
3. Upload the contents of the folder named "upload" to the server
To install, you simply go to your browser and type the address where you uploaded it to and add install.php at the end (so if my site is named mynewsite.com and I uploaded the files to the "forum" folder, I would browser to http://mynewsite.com/forum/install.php). Enter the details it asks for and PunBB will install. You then need to copy the text the script generates (it generates a PHP script), save the text as config.php, and upload it to the same place you uploaded all the other files
andy smith (I am blind) wrote:how to run the php script (it is php right...),
PHP is run by the server when you browse to the page in your browser.
andy smith (I am blind) wrote:and how to do that database thing that you need.
That's something your host's control panel should allow you to do, create a MySQL database and user
andy smith (I am blind) wrote:It said something about my sql, what is that, and how can I get that?
MySQL is a database system that PunBB uses (PostgreSQL and SQLite are two others). They need to be installed on your server (your host most likely installed them, you wouldn't be able to, they're actual applications) or you can't use PunBB.