Questions tagged [phpbb]

Free and open source forum software written in PHP

phpBB, short for PHP Bulletin Board, is a forum software package written in PHP and available under the GNU General Public License.

It was created by James Atkinson in June 2000 as a UBB-like solution for his wife. The development team was soon joined by Nathan Codding and John Abela after phpBB's CVS repository moved to SourceForge.net. The pre-release version of phpBB was available the following July.

564 questions
2
votes
2 answers

Populating posting.php message field from form submission on phpBB3 forum

I'm trying to add a form button that will take a variable string and insert it into $_POST['message'], such that when someone presses my 'post this on forum' button it takes them to the new topic page with my variable string already in the message…
BigRob
  • 160
  • 7
  • 18
2
votes
2 answers

Can't connect to mysql in docker container from phpbb

My docker container is working nicely, and I can connect to my database using my graphical sql client. However when I try to connect to my phpbb instance, I get this error: General Error SQL ERROR [ mysqli ] No such file or directory [2002] An sql…
Positonic
  • 9,151
  • 14
  • 57
  • 84
2
votes
1 answer

phpbb3 after username is acceptable inject code

I have a list of reserved usernames that I would like to prevent new users from using before I've had a chance to authenticate them. Authentication would be done by putting a secret code on a website I will then check the website for the code and…
Charles
  • 21
  • 2
2
votes
3 answers

phpbb forum files deleted but database safe. how to configure new files with the existing database?

I have been using a phpbb forum. It got deleted. The database is intact. safe. What are all the files i should modify. I hope it is mostly one config file. what are all the configurations i need to change? so that the new files will work with the…
Jayapal Chandran
  • 10,600
  • 14
  • 66
  • 91
2
votes
1 answer

Cloudflare users ip issue on phpbb

I cannot get this IP fix to work with my forum: https://support.cloudflare.com/hc/en-us/articles/200170746-How-do-I-restore-original-visitor-IP-with-PHPBB- what else can I do to fix this issue with the IP for phpBB board?
user2513846
  • 1,151
  • 2
  • 16
  • 39
2
votes
3 answers

How to convert phpBB board to static archive page?

I used to run a phpBB forum for our class in school but we have now graduated and the forum isn't used anymore. I want to remove the phpBB installation but there is a lot written in the forum that is fun to read now and then. I wonder if there is an…
Zeta Two
  • 1,776
  • 1
  • 18
  • 37
2
votes
2 answers

phpBB automated email notifications to all members regarding all posts

While I search this one out on my own, may be some one could provide quick answer. Thank you so much in advance. So i really enjoy google groups and how every member receives notification about all new things that happen in the group. All new…
GnrlBzik
  • 3,358
  • 5
  • 27
  • 37
2
votes
3 answers

look for a forum in php module

I am looking for a forum script in PHP. Some time ago I installed phpBB but I had to remove it since my site was hacked and attacks cam from some security problems in this script. So I am looking for a popular php forum script that has NO SECURITY…
yarek
  • 11,278
  • 30
  • 120
  • 219
2
votes
1 answer

How to download all posts of phpBB3 forum if I am not admin?

I am used to post my ideas on one forum and started to worry that I will loose them if it gets closed. Do you know a good way to download entire (ideas of other guys are also nice!) phpBB3 forum to a database? Is there software already available, or…
Andrei
  • 10,918
  • 12
  • 76
  • 110
2
votes
1 answer

Social login with OAuth Provider for phpBB

Okay, so in phpBB, OAuth service has already implemented as other authentication method for phpBB (in ACP > General > Authentication > Oauth), but phpbb only provides bitly, facebook, and google authentication by default ... here's the picture…
Xtr0
  • 21
  • 3
2
votes
1 answer

website forum with same users and single sign on. How?

we have a web service with its own authentication system (not any of the widespread CMSs - the custom one) we want it to have a forum however, we want the forum to use the same user logins and other data, e.g. who is admin and who's not, how many…
Sergey Grechin
  • 876
  • 11
  • 14
2
votes
2 answers

Unable to load dynamic library Error showing up with phpbb forum?

i've a forum and i've installed phpbb3 and i happened to see my forum is not showing anything.. I've uploaded a test file and phpinfo() function and all is working fine but all others are not working.. the error log shows PHP Startup: Unable to load…
Vijay
  • 5,331
  • 10
  • 54
  • 88
2
votes
1 answer

phpbb3 database index too long

I've got a problema when i want to install phpbb 3.1.3 Index name 'phpbb_acl_options_auth_option' on table 'phpbb_acl_options' is too long. The maximum is 30 characters. Somebody know a solution ? Thanks!
VladutZzZ
  • 680
  • 1
  • 8
  • 27
2
votes
1 answer

Import full table into a (nearly) empty new table

I inherited a forum, that I plan now to move from a very old home-written php version to phpBB. I would like to keep the forum structure, posts and users, so keeping a few tables should be enough. But bringing the content from the old tables to the…
FrK
  • 129
  • 4
2
votes
2 answers

CodeIgniter and PhPBB 3.1.3 integration

I develop a website site based on CodeIgniter, the latest version 2.2.1 and I installed a PhPBB forum (version 3.1.3). I would like to use the functions of the forum on my web site (like the connection/profile etc.). I've looked on this site :…