The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Importing from old archive html files?
I ran a site 20 years ago that was lost and recently acquired the entire archive or everything that is on archive.org - it's a ton of posts, attachments, etc.
Is there any way at all to import from the archive (for example index.php?t-125231.html or whatever) into a real post in a database? Obviously expecting some data loss, non-recovery of users, etc. But is ANYTHING possible? If not I will likely just upload the html archive and let search engines crawl it, maybe remove the links to the 'real' forum that no longer exists. |
#2
|
|||
|
|||
If you have the .html files in a relatively organized structure and format then it's possible by creating a custom PHP script that iterates over all the files.
This PHP script should utilize either the DOMDocument PHP class or regular expressions to get the content and to insert it properly into a database. |
#3
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|