Ok, then I will take a look

Moderator: Moderators
Murtak at [unixtime wrote:1200557659[/unixtime]]
But since text is yucky you do not store the user as "Maj" but instead store Maj's unique number, say 104.
Aycarus at [unixtime wrote:1202014450[/unixtime]]Is it possible to parse the forums / messages directly from the HTML (that is, create a spider that reads every thread/page and saves the data into some sort of flatfile)? This would result in whispers and PMs being lost, but it is an option.
Murtak at [unixtime wrote:1202027774[/unixtime]]Aycarus at [unixtime wrote:1202014450[/unixtime]]Is it possible to parse the forums / messages directly from the HTML (that is, create a spider that reads every thread/page and saves the data into some sort of flatfile)? This would result in whispers and PMs being lost, but it is an option.
Possible, yes.
However with the unbelievably bad markup on these boards (HTML Tidy gives me 190 warnings on this single page) parsing it for contents is going to be a nightmare.
Code: Select all
[br]post1:[br] username:"Murtak"[br] text: "blabla"[br]
Code: Select all
[br]post1:[br] username: "Murtak"[br] date: "10:36:11 Sun Feb 3 2008"[br] subject: "Re: High Load Errors are annoying..."[br] post: <POSTTEXT>[post text]</POSTTEXT>[br]
Crissa at [unixtime wrote:1202131029[/unixtime]]...We still don't know why we use 'more' cpu time...
...tzor's mother did unspeakable things to him as a child...
...And bbboy must've lost their coders in the web crunch.
Aycarus at [unixtime wrote:1202132157[/unixtime]]Tho... anyone else feel kinda treasonous for discussing the idea here?
Zherog at [unixtime wrote:1202139684[/unixtime]]
Our current working theory over on Nifty is to convert to BbSuckass v2; that version uses an actual MySQL database, unlike the current BbSuckass version. Once we have the forums in a MySQL database, in theory it shouldn't be difficult to extract the data and insert it into phpBB (or another free forum package). The downside, as Maj said, is we'd have to write, test, and implement the conversion scripts in a month.