Mirrorman95/aquaria-mod-db
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
May 26, 2010. 12:31 AM MST Frostyfrog: added working mod system, I will improve it later today, after I go to sleep and go to school. Please run DB.sql into your database. DB username: aquaria DB password: data ------------------------------------------------------------------------------ Required things that need to be enabled from a fresh installation of LAMP on Ubuntu... You need to enable: headers_module, rewrite_module. Run this for LAMP: sudo a2enmod rewrite; sudo a2enmod headers; sudo /etc/init.d/apache2 restart ------------------------------------------------------------------------------