This is the first build of the MemHT 4 to 5 Converter
It creates an SQL file reading directly from a MySQL database (better local).
Converts:
- Users (Done)
- Articles (Done)
- News (Done)
- Blogs (Done)
- Downloads (Done)
- Guides (Done)
- Gallery (Done)
- Forums (Plugin not ready yet)
I converted the entire MemHT.com in 2/3 seconds with no errors. Let me know your impressions!
HowTo:
1) Upload your MemHT 4.0.2 database in your local AMP (I use XAMPP for all my tests).
It should work remotely too, if your hoster allows external connections, but the speed would be a problem.
2) Unpack and execute the converter, connect, select the folder you want to save the SQL files in and start converting.
The users conversion is required, obviously.
3) Empty your MemHT 5 db tables you're going to import:
You must do it before importing!
At this point you can import the converted SQL files using phpMyAdmin or your favourite MySQL client.
4) If you converted Downloads or Gallery, you need to move files to the new locations:
Downloads:
- assets/downloads/files/xxxx/ (local files)
Gallery:
- assets/gallery/categories/ (category images)
- assets/gallery/images/ (images and thumbnails)
Of course some elements like Sections in Gallery (for example) or page names, didn't exist in MemHT 4 so the converter uses some standards: Names are given the element id etc. Just check up the important data and send me a feedback.
Download