Welcome to MrOrange - Help Page!


Server installation process:
    Pre-requisits
  • PHP
  • MySQL access
    (username, password, database_name)
    How to:
  • Extract server_core_source_X.XX.rar in your desktop
  • Upload extracted files to the server, you have to place it in the apache root directory
  • Import mysql_core_X.XX.sql to your MySQL database
    (command line# mysql -u username database_name < mysql_core_X.XX.sql)
    (phpmyadmin)


      


      

  • Set correct username/password/database_name for MySQL in:
    include/mysqlconnect.php
    $dbuser = 'mrorange_user';
    $dbpass = 'mrorange_password';
    $dbname = 'mrorange_database';
  • You have to make admin/uploads writable, for apache user.
    If you dont understand what are we talking about just make admin/uploads 777 with your file transfer program.
  • Its a very good idea to protect your admin directory with a .htaccess file
    You can read about it at wikipedia
Go back to help main page.