Uploading A Script To Freehost Or Paid Host And Configuring It

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Uploading A Script To Freehost Or Paid Host And Configuring It

    /////////Uploading/////////////
    1. Make sure your host has the requirements the script needs incase if uploading an php script with mysql your server needs php and mysql
    2. upload your files to your host in the root folder in most cases its html,httpdocs or public_html easiest way to do this is via ftp
    ////////////configuring////////////
    1. Create a mysql user and a mysql database and assign al privileges to this user for the database and upload your sql file in phpmyadmin
    2. Edit your config file this file changes from script to script (for example on lavalair edit the config.php)
    3. you are nearly done now you need only to set the right permissions to folders as some folder require chmod 777 to work (eg. Gallery)

    Hope this tutorial helps you

    PHP Code:
    foreach ($_SERVER as $server => $value)
    {
    echo 
    "$server is $value<br />";

Working...
X