- download phpBB from
http://belnet.dl.sourceforge.net/sourceforge/phpbb/phpBB-2.0.6.tar.gz or
http://aleron.dl.sourceforge.net/sourceforge/phpbb/phpBB-2.0.6.tar.gz
- unpack
- copy phpBB2/ to website
- chmod 0666 cache
- chmod 0666 images/avatars
- insert contents of install/schemas/mysql_schema.sql
- insert contents of install/schemas/mysql_schema.sql
- run this mysql query:
UPDATE phpbb_users SET username = '{ADMIN_LOGIN}', user_regdate = '{TIME}', user_password = '{PASSWORD}', user_email = '{EMAIL}' WHERE user_id = '2'
(in query replace {ADMIN_LOGIN} with admin login, {TIME} with current time integer, {PASSWORD} with md5(admin password), {EMAIL} with admin email)
- rm -rf install
- rm -rf contrib
- write mysql configuration to config.php