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
3
votes
1 answer

Share session between phpBB and a rails app

This might be a nonsensical question, but I have this task to create a rails app that shares session information, specifically login/authorization info, with an installation of a phpBB that some other person has customized to be more than just a BB.…
jaydel
  • 14,389
  • 14
  • 62
  • 98
3
votes
2 answers

Adding a new element HERE where the code is, not after another element

Made some BBcode for phpBB to allow users to post flickr pics with certain tags. Each photo div in the thread needs to be unique, and the images load when the thread is loaded. When it comes to the unique DIV, I'm stuck for a way to insert the…
digitaltoast
  • 659
  • 7
  • 23
3
votes
3 answers

Use PHPBB2 Login Credentials in my site

I'm currently using a PHPBB2 forum for a section of one of my sites, and I would like to extend this site (add new pages, scripts, etc). I would like to restrict access to these pages to the users already logged in the PHPBB2 Forum. In fact, if…
Spez
  • 33
  • 6
3
votes
1 answer

Trying to get an understanding of how $user->data works in phpbb3

I love to try and see how open source software works so that I can try and learn new ways to create code and increase my knowledge with certain programming languages. I have been digging through phpbb3 code to try and see how it manages sessions and…
zeropsi
  • 682
  • 9
  • 24
3
votes
2 answers

Membership Provider based on PhPbb database

I am just wondering how to go about implementing a forms Membership provider based off of a PhPbb forum database. I have looked at simply hashing the password using a function port of 'phpbb_hash' and comparing it to the database values, however I…
Alex Hope O'Connor
  • 9,354
  • 22
  • 69
  • 112
3
votes
0 answers

Laravel 5 loading phpBB 3.1

I'm trying to integrate phpBB 3.1 into my Laravel 5 app. This is so phpBB can handle my user sessions and so I can more easily do things like grab posts and run them through the bbcode parser for rendering on external pages (external to the…
Siegen
  • 161
  • 2
  • 5
3
votes
1 answer

How to access phpBB style template variables from PHP codes within html template files?

I want to modify the Oauth login template (/styles/my_style/template/login_body_oauth.html) of a phpBB(ver. 3.1.8) theme style to something like this:
 
sariDon
  • 7,782
  • 2
  • 16
  • 27
3
votes
1 answer

login to phpBB programmatically

I am trying to log in to a phpBB forum. However, I cannot figure out what is wrong with the code. import requests forum = "https://adblockplus.org/forum/" headers = {'User-Agent': 'Mozilla/5.0'} payload = {'username': 'username', 'password':…
anon
  • 35
  • 4
3
votes
1 answer

force https on login

I'm trying to force https on the login page with 3.0.13-PL1. I set Server protocol to: https:// but that only changes http:// to https:// affects after the login. I do not want to use mod_rewrite on my server.
michelle
  • 623
  • 2
  • 6
  • 22
3
votes
2 answers

Serve phpBB static resources from a different server?

phpBB has many static resources and serving them from a different server than the dynamic forum's server could mean a notable performance increase. We can set expires headers far into the future and possibly utilize a CDN in the future. From checks…
Collector
  • 2,034
  • 4
  • 22
  • 39
3
votes
3 answers

How to redirect guest to login page instead of homepage phpbb3

I would like to keep the entire forum private. Hence I removed the permissions of guest to the forums and all other features as suggested by other people. However when the user visits the forums, he is shown the home page but not the login page.…
char_x0r
  • 31
  • 2
3
votes
1 answer

phpBB session integration: using data in function

I am trying to integrate phpBB3 sessions and data into an external website. I've followed the official resource for this and also read some helpful tips, yet I haven't found a concrete solution to my problem. Into my site I include a phpbb.php which…
ividyon
  • 656
  • 2
  • 6
  • 17
3
votes
1 answer

Allowed memory size of 16777216 bytes exhausted (tried to allocate 78 bytes) in

I am using PHPbb , everything works fine, But i am getting the following error in a single page inside admin. Allowed memory size of 16777216 bytes exhausted (tried to allocate 78 bytes) in home/mytestsite/public_html/includes/template.php on line…
ashu
  • 1,339
  • 7
  • 27
  • 43
3
votes
1 answer

"Advertisement Management" isn't visible in the administrator panel

phpBB Forum. I want to include "Advertisement Management" Mod, but after installation it isn't visible in the administrator panel. When I change the formation of the objects in the administrator panel, I can see Advertisement Management, but it…
thara
  • 43
  • 1
  • 5
3
votes
1 answer

Hosting phpBB3 in a subfolder alongside CakePHP

I have CakePHP files in my web root (suppose http://www.example.com/). Now, I wish to host a phpBB3 installation in a folder called "forum" under my web root. So when somebody accesses (http://www.example.com/forum), they can use phpBB. How do I…
kapeels
  • 1,692
  • 4
  • 30
  • 52
1 2
3
37 38