History: Old BPFK Data

Preview of version: 6

This page contains, in rather unwieldy formats I'm sorry to say, data from the old BPFK site.

Zip file of the raw SQL data from the old PHPBB forums is about 450KiB.

BPFK data from the old TWiki, as zip of text files is about 38KiB.
-Robin

This query extracts posted text chronologically from the PHPBB database:

select t.topic_title, pt.post_subject, u.username, from_unixtime(p.post_time) as post_time, pt.post_text
from phpbb_posts p
join phpbb_posts_text pt on pt.post_id = p.post_id 
join phpbb_users u on p.poster_id = u.user_id 
join phpbb_topics t on t.topic_id = p.topic_id 
order by p.post_time
\G

History

Advanced
Information Version
Wed 20 of Aug, 2014 04:47 GMT mukti from 173.226.142.61 link to bpfk 2003 report 7
Wed 23 of Jul, 2014 05:26 GMT mukti from 24.90.95.13 6
Fri 11 of Jul, 2014 21:21 GMT mukti from 216.194.27.154 5
Mon 10 of Jan, 2005 07:02 GMT rlpowell from 64.81.49.171 4
Sat 27 of Nov, 2004 20:45 GMT rlpowell from 64.81.49.171 3
Sat 27 of Nov, 2004 20:39 GMT rlpowell from 64.81.49.171 2
Sat 27 of Nov, 2004 20:33 GMT rlpowell from 64.81.49.171 1
Show PHP error messages