Hax
PHP - e107

"Making IT happen on the
Information Superhighway"

 

2600 | Antionline | Astalavista | Blacklisted 411 | Crypto-Gram | Defcon | Geeks Are Sexy | IT Conversations | Shoutwire | Slashdot

Forums | Linux | News |Telephone | Windows |

 

 

Download the application  
  •  
  •  

 

Extract to directory  
  •  
  •  

 

Create database  
  • Login to phpmyadmin
  • Create a database (such as "NETINV") and note the name, for when you edit the configuration file
  • Import the SQL script (this file does NOT have a "SQL" extension...it is just a "TXT" file), which you can locate in the root of the directory, titled "scripts.txt"
  •  

 

Edit the configuration file  
  • Open the configuration file at Includes/PortalConection.php in a text editor, and change:
  • 1 - Match the user name with the admin username to your MySQL database server
  • 2 - Match the password with the admin password to your MySQL database server
  • 3 - Make sure the database name matches what you created in the MySQL server through phpMyAdmin (for instance "NETINV")
  •  

 

Follow installation instructions on the screen  
  • Enter the login screen in your web browser, such as http://yourwebsite/e107 and it will redirect you to http://yourwebsite/e107/e107/install.php
  • Select your language (defaults to English)
  • Enter your MySQL database credentials
    MySQL Server: (localhost is the default it displays)
    Enter a
    MySQL Username
    Enter a MySQL password
    Provide a database name you want created
  • You can also provide a Table prefix, which is set to default to e107_
  • You should see a screen entitled "Stage 3 - MySQL Connection Verification and Database Creation"- click continue
  •  

 

PHP & MySQL Versions Check / File Permissions Check

 
  • It usually succeeds by default
  • Click to continue installation
  •  

 

Administrator Details

 
  • Provide the following:
  • Admin Username
  • Admin Display Name
  • Admin Password
  • Admin Password Confirmation
  • Admin Email
  •  

 

Installation Cleanup

 
  • For security reasons you should now set the file permissions on the e107_config.php file back to 644.
  • Also please delete install.php from your server after you have clicked the button below.
  •  

 

Add a few plugins

 
  • Install the "Content Management", "List" and "Statistic Logging" plugins
  •