Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Existing Project Development (http://www.programmingforums.org/forum51.html)
-   -   [BETA] MOD maker v0.1.8 (http://www.programmingforums.org/showthread.php?t=5497)

theguy0000 Aug 21st, 2005 1:34 PM

[BETA] MOD maker v0.1.8
 
creates phpBB MODs thrugh a GUI! Completely integrated with the latest version of the phpBB MOD template, so MODs created with it should be installable with EasyMod.

So far it only creates the headers in MODs, ie
:

##############################################################
## MOD Title: mod_title_goes_here
## MOD Author: your_phpBB_username < your_email > (your_real_name) your_url
## MOD Description: some_description_goes_here
## MOD Version: x.x.x
##
## Installation Level: (Easy/Intermediate/Advanced)
## Installation Time: x Minutes
## Files To Edit: file_1,
##          file_2,
##          file_3,
##          etc
## Included Files: (N/A, or list of included files)
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##############################################################
## MOD History:
##
##  YYYY-MM-DD - Version x.x.x
##          - version notes go here
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


PLAN TO ADD:
- Functions (ie FIND, REPLACE WITH, OPEN, etc.)
- version notes in history
- Author notes
- installation time
- installation level
------------

so its missing some pretty important things, but thats why its only beta ;)

------------

download was too big to attach to this post, so i uploaded it to my site. you can download it at http://codewiz.xemoc.net/my_mods/beta/MODmaker.zip

note that the "bin" directory has to be in the ame directory as MODmaker.exe.

the correct hirachy should be:
MODmaker
--MODmaker.exe
--bin
----mmFunctions.au3

~~~~~~~~~~~~~~~~~~

the MODmaker.au3 file included in the zip file is the source and can be opened with any text editor.

coldDeath Aug 21st, 2005 4:04 PM

I haven't used phpbb2 much, but this could prove to be a valuble tool to someone else who does. gj

theguy0000 Aug 21st, 2005 4:21 PM

thanks :cool: working on adding actions now. plan to release next update later today, maybe tomorow.

coldDeath Aug 21st, 2005 4:43 PM

ok, when it's complete you should post it on the phpbb forums (if they have forums) that way you can let people who want to use have the chance to.

theguy0000 Aug 21st, 2005 5:34 PM

yeah they have forums, and yes im definitely going to post it there.

Infinite Recursion Aug 22nd, 2005 8:46 AM

good work

theguy0000 Aug 25th, 2005 5:03 PM

thanks

theguy0000 Aug 28th, 2005 8:24 PM

need a mod to update this please if its not too much trouble...

the very first post should be this:
Quote:

Welcome to phpbb MOD maker, the quick and easy way to create fully working MODs!

Features:
* Easy to use
* comes with executable file and source
* MODs created _should_ be installable with EasyMOD. This has not been tested, but it follows the MOD template completely

Problems:
(the following 3 are features not included and so will have to be changed manually in the txt or mod file)
* Installatiion time is left at "x minutes"
* Installation level is left at "(Easy/Intermediate/Advanced)"
* cannot change license
* can not read actions already existing in a MOD
Please tell me if you see any more problems!

The .au3 file included is the source, and can be opened with any text editor.

see the 8th reply for attachment.

- Matt
also, i need the [beta] taken out of the title, and the version changed to 1.0.0

thanks a bunch!

- Matt


All times are GMT -5. The time now is 2:29 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC