Phaeton!!

Danny

Administrator
Hello,

I have well Kinder sorter deleted your posts in the technical bit any chance of reposting them??

Sorry,

Also I will add a section in the gallery for your buggy if you like just either send me links where the photos are or email them across.

Cheers

Danny
 

Phaeton

Moderator
Staff member
Sorted, no worries, have you worked out how to get the old forum posts over?

Alan...
 

Danny

Administrator
No,

The people that hosted the old forum gossiping diabled the back up feature which is really useful.

Hence why I am hosting it myself.....

Cheers

Danny
 

Phaeton

Moderator
Staff member
That's unbelieveable!, we had so much information on there. Can you place a sticky at the top of the 1st category poiting people to the old forum. I know it's on your website but not everybody will go there first. Is there anyway that the search can be linked over to the old site?

Alan...
 

esdebe

New member
I'm still working on a script to convert the old forum into a flat file contailing, User name, Forum Name, and forum text.

I have found a way to extract all the forum information in the form of HTML pages using "wget" I am now looking to remove all the HTML crap to turni it back to plane text. I can then look at writing a script to upload the messages to the new forum.

Don't know if anyone else on the forum does and programing, but if they do and anyone already knows of a way to upload without needing everyones username and password it would be useful to know....

Extraction is the easy part, re-population is going to be hard...
 

iank

New member
Scraping the data out of the html shouldn't be too challenging. If you use python there is http://www.crummy.com/software/BeautifulSoup/ which does most of the difficult work for you, I'm sure there are perl libraries that do the same thing.

If Danny can get hold of the export format that gossiping have disabled he might be able to import it into this one he controls if you can write that out. However that might not work on a board that has already gone live, and might take a while to get right.
 

esdebe

New member
Yes, like I say exporting the info is easy, it's importing it that is hard.... If Danny has full access to the hosting server (command line level via telnet or SSH) it may be posible to write another perl (my preference) or phyton script to call on sql commands to populate the database, but other than that we need to send it all via html, changing users between posts... Would take a long time to do, even if I did get everyones passwords (temporaraly) as each post needs to be replayed in the correct order.
 

Phaeton

Moderator
Staff member
Also isn't the fact we are now posting in this forum with numbers that have already been used in the old forum going to cause problems.

Alan...
 

esdebe

New member
Not if I can get a way to re-post, My method of extracting the old posts is in such a way that they need to be reposted, it produces more of a running script of he said this she said that on a per topic basis, so it would be easy enoght to overcome numbering issues, but I still need to work out how I can script the transactions to populate the old data.
 

Phaeton

Moderator
Staff member
I'm working at an ISP on Monday, will ask there if anybody has done anything like this before & how they got round it.

Alan...
 

Phaeton

Moderator
Staff member
Think the problem would be

Our users have posted a total of 1673 articles


Who has time to do that?

Alan... :lol:
 

esdebe

New member
and users would need to post their responces in the right orders under their own accounts, and that would take a lot of co-ordination and some people have made a lot of posts
 
Top