phpBB MOD Handler (convert MOD <--> MODX)

Tools by the phpBBModders team and Community contributed tools.
Forum rules
Only post tools related to modding in here, simple.
Post Reply
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

phpBB MOD Handler (convert MOD <--> MODX)

Post by igorw »

Hi,

the phpBB MOD handler is a script that currently consists of two parts. "Parser" and "Compiler". The Parser takes a MOD file (MOD or MODX) and stores the data in a PHP object. The Compiler takes the data from the parser object and makes a MOD file from it.

Conclusion for dummies:
This script is the base for a MOD <--> MODX convertor. There is a sample script included to convert MOD to MODX. I plan on adding some more, like automatic generation of separate template xmls, automatic zipping.

How to get it?
As always i'm lazy, so get it via SVN:

Code: Select all

http://code.phpbb.com/svn/modxtools/metamorph/trunk/


Credits:
Lord Le Brand is co-developer of this script. ;)

See also
This topic at phpBB.com
Post Reply