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.

567 questions
16
votes
5 answers

Handling unread posts in PHP / MySQL

For a personal project, I need to build a forum using PHP and MySQL. It is not possible for me to use an already-built forum package (such as phpBB). I'm currently working through the logic needed to build such an application, but it's been a long…
BenM
  • 49,881
  • 23
  • 107
  • 158
16
votes
4 answers

How can I integrate users' logins from my site into phpBB?

I need some help with what is probably a newbie question in terms of modifying phpBB. I have a whole system developed in PHP, and I would like to integrate phpBB so that people can navigate into the forums and post seamlessly, without logging in…
Daniel Magliola
  • 27,613
  • 56
  • 154
  • 235
12
votes
1 answer

Converting phpBB BBCode posts to Markdown

I have a phpBB2 forum with posts stored in BBCode. The forum posts are stored like this in the database: [quote:e5adceb8e8][quote:e5adceb8e8="Person 2"][quote:e5adceb8e8="Person 3"]Nested quote[/quote:e5adceb8e8]Another nested…
Chris Alley
  • 2,865
  • 2
  • 19
  • 30
8
votes
1 answer

Authenticate user against PhPbb database

Recently I have started implementing a solution which will use a PhPbb database for forms authorization, I have used the class from this below thread: PhPbb C# Authentication Port So i wrote a membership provider using this class in the…
Alex Hope O'Connor
  • 8,758
  • 20
  • 65
  • 107
8
votes
2 answers

Eclipse HTML editor for HTML template files

I'm trying to edit phpbb HTML template file with Eclipse Ganymedes version 3.4.1 containing Web Developer Tools. These template files contain HTML markup with template variable marks in form {variable_name}. Now, when trying to open such file,…
user122644
  • 115
  • 1
  • 5
7
votes
3 answers

Replicate PHPBB password hashing in ASP.net c#

I'm using phpbb 3.0.8 at the moment. It has 3,000 users and around 60,000 posts. I'm changing the forum to a different one, written in classic ASP (I know people are going to disapprove of this but I have good reasons). My site is written in…
Tom Gullen
  • 56,187
  • 79
  • 269
  • 433
7
votes
3 answers

Best way to get a file from remote server and copy to local server using php

Let's say there is a file on a remote server that can be downloaded without any restrictions, ie. you can put the direct link to the file in your browser and it downloads the file, for example http://www.remotesite.com/video.avi will prompt your…
Jizbo Jonez
  • 1,160
  • 8
  • 22
  • 39
6
votes
1 answer

phpBB3 auto-login

I've integrated a phpbb3 forum to my already existing website. I've been able to make my registration process add the user to the phpbb db as well. Now i'm facing a problem where I am trying to get the user to auto-login to the forum when he logs in…
Or Weinberger
  • 6,901
  • 18
  • 66
  • 113
6
votes
1 answer

Load Joomla 3.x Framework and Modules in external PHP file

I am migrating my Joomla 2.5 site to Joomla 3.3. Now I'm struggling with loading the joomla framework and displaying a module in a phpbb-Template. Loading the Joomla framework worked fine in Joomla 2.5 with this code: define( '_JEXEC', 1…
Oddy
  • 132
  • 1
  • 1
  • 11
6
votes
3 answers

php - website security using global variable

i was recently browsing some php source code, particularly ones of forum software like phpbb and esotalk I noticed one thing, most of them used a global variable at the start of their page as some sort of security like so: if…
Krimson
  • 6,306
  • 9
  • 47
  • 86
5
votes
3 answers

How to programmatically log in into phpBB forum?

I have a forum using phpBB. Now i would like to do something like this from source code: login("user", "password") How to do this in phpBB?
Tomasz Smykowski
  • 24,175
  • 51
  • 149
  • 222
5
votes
1 answer

Replace dt element with jQuery (phpBB)

I tried searching, but all the examples and answers I found I couldn't get to work. phpBB has the following lines of code:
5
votes
0 answers

Simple Forum Software?

I'm looking for extremely simple forum software. Something that simply allows a user to create an account, make a post, and for users to comment on that post. No HTML, no user profiles, no private message, no bloat. Just software for simple…
TeddyH
  • 181
  • 1
  • 1
  • 4
5
votes
1 answer

phpbb issue: Sorry but this board is currently unavailable

I am new to phpbb. Just installed now, but now I get this "Sorry but this board is currently unavailable." on each link. What should I do now?
5
votes
1 answer

The provided value for the input parameter 'redirect_uri' is not valid

I keep receiving this error from windows live The provided value for the input parameter 'redirect_uri' is not valid. The expected value is 'https://login.live.com/oauth20_desktop.srf' or a URL which matches the redirect Why do I keep…
Damien Keitel
  • 765
  • 1
  • 5
  • 12
1
2 3
37 38