Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6737401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:14:40+00:00 2026-05-26T11:14:40+00:00

I am trying to extract, say, the latest/most recent 5 threads in the X

  • 0

I am trying to extract, say, the latest/most recent 5 threads in the X section of my Forums and have it ‘posted’ on my website with a link so the viewers can go directly to the thread instead of having to browse the forum or what not.

I’ve seen and read some tutorials online but…in all honesty, phpbb seems like a mess to me.

All help appreciated
G.Campos

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:14:41+00:00Added an answer on May 26, 2026 at 11:14 am

    If you don’t have access to the forum’ db, you might want to try some phpbb3 portal, such as this one.

    However, if you do have access to the mysql(?) db, you might want to give a shot for a SELECT sentence, such as:

    SELECT * FROM phpbb_posts WHERE forum_id = X ORDER BY post_time DESC LIMIT Y";
    

    Change that ‘X’ to the forum id that you want to dump from, and the ‘Y’ to the post_time limit you want to stop dumping; having in mind that you will be facing with strtotime times, such as 1290886590.

    Then, execute the query and fetch the result (mysql_fetch_array) for formatting it on a table or whatever you want. Play with the post_subject and other columns for a nice output. Good luck.

    Edit: You have a pretty extensive tutorial on the phpbb page, here. Give it a look.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What I'm trying to achieve here is lets say we have two example URLs:
I am trying to extract text from body downloaded via ajax. I can not
Let's say I have an image URL http://website.com/content/image.png I want to grab that image
I can't post the exact data i'm trying to extract but here's a basic
Trying to extract strings that are wrapped in double brackets. For example [[this is
Trying to extract files to a given folder ignoring the path in the zipfile
im trying to extract some files from a jar-file downloaded using java-webstart. below code
Im trying to extract part of a line with perl use strict; use warnings;
I am trying to extract the facebook id from an iframe in order to
I am trying to extract the video id from a youtube url using the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.