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

phpBB custom fields a href

I am using custom style on my rpg type forum and I wanted to add simple button using custom fields that will redirect you to character sheet (which is a thread). This button can be viewed in meberlist.php?mode=viewprofile which is simply preview of…
Gorzalt
  • 1
  • 2
-1
votes
1 answer

LDAP failing to bind

We have been using LDAP on a phpBB install for about 3 months now, went to login today and received a "Could not connect to LDAP server." error. I know my LDAP configuration in phpBB is correct and has not changed. I am still able to connect from my…
sbdthru
  • 27
  • 2
  • 4
-1
votes
1 answer

Why googlebots not indexing phpbb3?

I have used http://testuri.org/sniffer to check the content but found out that PHPBB3 serves a totally different content for example: http://codingforspeed.com/forum/viewtopic.php?f=4&t=59 the google bots are not able to read them. So, how to make…
justyy
  • 5,831
  • 4
  • 40
  • 73
-1
votes
1 answer

The requested topic does not exist error in PHPBB

Getting The requested topic does not exist error in PHPBB when posting reply to any forum in PHPBB forum
Ayushi.J
  • 19
  • 5
-1
votes
1 answer

How to integrate phpBB with yii 2.0

For yii 1.1 ,proper documentation is there but for yii 2.0 they specified nothing. http://www.yiiframework.com/extension/phpbb-integration-kit - for yii 1.1 If any have answer please reply.
-1
votes
1 answer

AJAXify won't work on phpBB?

According to PHPBB's website AJAXify is enabled on the software however I can not get it to work at all. I have followed their insturctions documented on their website here: https://wiki.phpbb.com/Using_AJAX Here is my code:
Peter Stuart
  • 2,362
  • 7
  • 42
  • 73
-1
votes
1 answer

phpbb forum display recent post on my website, but when I echo the post time, it comes out 1970 instead of the real post time

I would like to echo latest forum post into my forum's first page, but when I using the following code, it shows Year 1970 instead of the real post time 2014...by any chance anyone can solve this problem?
-1
votes
1 answer

how to add an average rating of topic as picture star

how to add an average rating of topic as picture star ?
sssss
  • 109
  • 1
  • 1
  • 10
-1
votes
1 answer

Having trouble understanding some Apache .htaccess directives

I have installed a forum software called phpBB. Inside it's server config file, .htaccess I see the following: # # Uncomment the statement below if you want to make use of # HTTP authentication and it does not already work. # This could be required…
PowerUser
  • 812
  • 1
  • 11
  • 32
-1
votes
2 answers

PHPBB How do you load files through public_html

I am doing a school project but I am having some trouble with PHPBB because I cant get it to load files through public_html. I would appreciate some help with this thanks. If you have any questions I will happily answer them.
-1
votes
1 answer

Parse error: syntax error, unexpected '}' in

I'm getting this error: Parse error: syntax error, unexpected '}' in /home/bottl632/public_html/forums/cache/ctpl_admin_overall_header.html.php on line 216 It all happened when I installed Automod, then I attempted to install mchat for my phpBB…
-1
votes
1 answer

Remembering Sessions - phpBB

Im currently coding a basic login using HttpWebRequests in Visual Basic 2010. After following some tutorials, I somehow racked this code up: http://pastebin.com/azZuyvDM Pretty much I have phpBB being hosted on my computer (using WAMP) and im using…
Steve Laster
  • 93
  • 1
  • 2
  • 5
-1
votes
1 answer

non-static method cannot be referenced from a static context

I am using a login method that checks passwords and usernames in a phpbb installation. i need to make this work to decrypt the phpbb encryption. i am getting this error: vBulletin.java:139: error: non-static method phpbb_hash(String) cannot be…
user2175693
  • 23
  • 1
  • 5
-1
votes
1 answer

User login not working

I am developing a forum using phpBB. It has a problem with authentication. Users have to login very frequently, almost on every HTTP request. What could be the cause for this?
-1
votes
2 answers

c# authenticate phpbb forum user in application

I would like to have a simple authentication on my software. I know I will need to use HttpWebRequest and send the post data/ headers, but I have not been able to figure it out.... does anyone have any examples?
user1127093
  • 85
  • 1
  • 3
  • 8
1 2 3
37
38