The phpbb3 tag has no wiki summary.
0
votes
0answers
13 views
PHP Automatic Installation Method [closed]
I'm looking for a method to install phpBB3 automatically. Does anyone know a method to accomplish this task? Perfect would be a method like the drush make command for drupal, but i know that nothing ...
0
votes
0answers
52 views
nginx phpbb SSL only on posting, login in and registering
i want to use SSL on phpbb only on posting, loging and registering
the three URLS are...
http://abc.com/ucp.php?mode=login
http://abc.com/ucp.php?mode=register
http://abc.com/posting.php?
...
0
votes
2answers
293 views
Joomla & PHPBB3 blank upon server migration, admin panel and cPanel work
I did a cPanel move of a Joomla 1.5 website and a PHPBB3 forum from one server to another, and when the DNS changes kicked in all I see is a blank page. The administrator panel works without any ...
0
votes
1answer
75 views
VPS Requirements for phpBB
What would be the minimum requirements for a VPS running phpBB? Maybe 10 users online, no more than 200-300 registered. Would 256Mb RAM be enough?
1
vote
2answers
3k views
How do I change a password directly in the PhpBB3 SQL database?
I have inherited a PhpBB3 installation from an uncontactable previous admin who didn't leave me the password, or any mechanism to retrieve it.
It runs on a MySQL database, which I have logged into ...
1
vote
3answers
1k views
MYSQL Scheduled backups?
I have mysql installed on my web server, which I am accessing using PHPMyAdmin. My client asked me following:
Install PhpBB
Setup MYSQL Scheduled backup
I have installed PhpBB successfully but ...