954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need more explaining on how to add a website software to my hosting

Hello, I have purchased this software and I am wanting to upload it to make a website and the software came with instructions on how to install it and I would like to ask if you could explain to me what I need to do. Thank you for helping me out.

Here is the instructions

installation Instructions

1. Open /include/config.php
Find:


/home/youruser/public_html

Replace with the path to your public web directory.

Find:

http://www.yourdomain.com

Replace with your domain name where you are going to install the script.

Find:


localhost

Replace with your SQL host.

Find:


dbuser

Replace with your database username.

Find:


dbpass

Replace with your database password.

Find:


dbname

Replace with your database name.

2. Import /sql/db.sql into your newly created database for the script.

3. Upload all files in the /upload folder to your web server's public directory.
4. CHMOD 777 the following files and directories:


/imgs/mbg/
/imgs/membersprofilepic/
/imgs/membersprofilepic/thumbs/
/pics/
/pics/thumbs/
/temporary/
/temporary/sessions/


5. Installation has now been completed. You may access the admin control panel via http://www.yourdomain.com/admincp/


Login: admin
Password: admin

6. The installation has now been completed.

dc013
Newbie Poster
1 post since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

What exactly do you need help with ? Everything you need to do is described.

pritaeas
Posting Expert
Moderator
5,483 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

I spent time just for you to write all this. I hope it works, please reply back with your results.Obtain FTP (File Transfer Protocol) Credentials from your web host
Download a FTP Client such as FileZilla
Connect using the credentials your web host gave you
Open a text editor like Programmers Notepad and place the following inside it:

<?php echo $_SERVER['DOCUMENT_ROOT']; ?>
save it as test.php Go back to your FTP Client (FileZilla) and drag test.php to the public_html folder Visit the primary domain linked with your host (the one your registered with is usually the primary). So the url would be primarydomain.com/test.php That should give you the "public web directory" you need. The domain linked to public_html will be what you replace "http://yourdomain.com" with. Go to your web hosts control panel (usually called cPanel or similar). Look for MySQL databases Create a new database - any name(confirmation page should say something like "Added the Database username_databasename") Go back to the databases page and scroll down until you see a section to add a new user. Add a new user and remember the password (confirmation page should say something like "Added user username_databaseusername with password yourpassword" Add the user to the database on the database listing page (scroll down) Give the user ALL privileges The host is usually localhost, but email your web host to find out Enter PHPMyAdmin (under MySQL Databases in cPanel) Click your database you just created (in the left database navigation) Click the import tab on top browse for the SQL file it wants you to import (/sql/db.sql) Go back to FileZilla and reconnect to your server if necessary go to the upload folder on your computer in the script you downloaded drag all that into the public_html folder on the server To CHMOD files or directories in FileZilla, right click a server file or folder (right side) and click "File Permissions..." enter 777 or whatever they want you to change them to
epicrevolt
Junior Poster in Training
94 posts since Oct 2010
Reputation Points: 16
Solved Threads: 6
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: