cmurray
05-31-2007, 11:13 PM
It looks like forumer does not allow exporting of the data to keep you on thier servers generating add revenue for them.
A couple of ideas and understand that I am mostly making this up as I go as usual so have no idea if any of this is possible.
Since the board is PHP based could you create a page with imbedded PHP that would request all the data in a format that could be imported onto the new server. OK something about that won't work because the page probably needs to be generated on thier server.
That would be too easy and someone would have already have done it if it was that easy.
Now the brute force method.
I looked at the forumer pages and it< appears that you only need three tags.
name or what comes after it. {span class="name"}{a name="11214"}{/a}{b}KC{/b}{/span} for the author
postdetails {span class="postdetails"}Posted: Sun May 27, 2007 3:38 pm{span for the time of post
and the postbody {span class="postbody"} for the actual content.
Seems a program could be written to load the pages then strip out the three fields which could be reloaded into the new boards database.
This is assuming that the datadase is on your server and you could dirrectly load data to it.
I always wanted to teach a i5 to surf the web.
JOel
A couple of ideas and understand that I am mostly making this up as I go as usual so have no idea if any of this is possible.
Since the board is PHP based could you create a page with imbedded PHP that would request all the data in a format that could be imported onto the new server. OK something about that won't work because the page probably needs to be generated on thier server.
That would be too easy and someone would have already have done it if it was that easy.
Now the brute force method.
I looked at the forumer pages and it< appears that you only need three tags.
name or what comes after it. {span class="name"}{a name="11214"}{/a}{b}KC{/b}{/span} for the author
postdetails {span class="postdetails"}Posted: Sun May 27, 2007 3:38 pm{span for the time of post
and the postbody {span class="postbody"} for the actual content.
Seems a program could be written to load the pages then strip out the three fields which could be reloaded into the new boards database.
This is assuming that the datadase is on your server and you could dirrectly load data to it.
I always wanted to teach a i5 to surf the web.
JOel