[OBSOLETE] EasyMOD beta v0.1.13 released (for phpBB 2.0.x)

If you are new, check here first! Help and the latest news are here.
Forum rules
[b]DO NOT[/b] give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Post Reply
Nuttzy99
Registered User
Posts: 927
Joined: Fri Aug 03, 2001 7:09 am
Contact:

[OBSOLETE] EasyMOD beta v0.1.13 released (for phpBB 2.0.x)

Post by Nuttzy99 »

beta - 0.1.13
I'm am very pleased to release EasyMOD beta version 0.1.13, the "I'm sick of calling it alpha" edition :D Making some good progress now!


Introduction:
EasyMOD is an automatic MOD installer. It does in seconds what used to be the laborious and time consuming task of manually editing files. EM will install EasyMOD Compliant (EMC) MODs and also try to install all other MODs as well. For most users, MOD installs should be completely automated. There are break points so you can check what EM proposes to do before it makes any permanent changes.


Author's Notes:
This release is a "must have"! Most notably, there is support for SQL processing and the COPY command is fully supported, including *.* notation. Also the installation process has been further refined and a few important bugs have been squished.

The only major feature missing is an uninstaller, which is definitely planned in the next major release. This version lacks a certain degree of polish and I already know the SQL and COPY commands are a bit buggy, but nothing show stopping. This is the 10th public release of the program and most parts are battle tested.

MOD Authors: learn all about the proposed SQL Command implementation. Initial efforts have already been taken to document how best to write MODs for EM (EasyMOD Compliant). A key to success will be getting MOD Authors to write their MODs so they don't clash with other MOD installations. My goal is to present a clear, reasonable, and unobtrusive as possible method.

Lastly, thank you to everyone that has pitched in, whether it be translations, graphics, or hard core testing. Thanks!


Installation:

Download EM:
(from the attachment at the bottom of this page)

New installs:
  1. Extract in your admin directory. The proper directory hierarchy should be admin/mods/easymod and it should be setup like this...
    Image
  2. From a web browser, open http://{YOUR" target="_blank BOARD ADDRESS}/admin/mods/easymod/easymod_install.php and the install will guide you through everything. No modifications occur before warning you.
  3. If you are using FTP access make sure you, as the owner, have write permission on ALL your phpBB files (744)
  4. Once installed, you may wish to install the Country Flags MOD which is the only "official" EMC MOD. It is also attached at the end of this post.
Upgrading:
It is advised that you remove any previous admin/mods/easymod directories. Once they are out of the way, just follow the install instructions above. EM will figure everything else out :D



Features:
  • Choose from some fully automated installation methods and some manual methods as well. You decide what's best for you!
  • the modified files generated can be:
    1. written directly to server (requires write access in the "mods" dir)
    2. written to a buffer and FTP'd into place (requires FTP access)
    3. written to a tmp file and FTP'd into place (requires PHP FTP extension)
    4. downloaded to your local machine
    5. written on screen in a separate browser window (requires you to be sadistic ;))
  • If you are satisfied with the modifications, the files can then be moved into place
    1. by the copy command (fully automated: requires write access to ALL dirs from phpBB root downward)
    2. FTP'd into place (fully automated: requires FTP access)
      • by default, FTP is done using fsockopen
      • alternately, using the PHP FTP Extension provides a second option
    3. execute a script (fully automated: requires permission to run scripts)
    4. manually loaded (requires your time ;))
  • SQL processing for all supported DB types
  • MD5 hashing and blowfish encryption to protect sensitive data
  • Preview Mode allows viewing how proposed changes will look in a file
  • robust installer
  • the program is ready to accept translations for multiple languages
  • support for ALL MOD Template functions (COPY command needs some work)
  • install MODs to all installed themes
  • install MODs to all installed languages
  • automatically backups up files before modifying (you should still make your own backups though!)
  • continued processing if non-English or non-subSilver file fails - you decide if you want to continue or not
  • password protected - even admins cannot access EM unless the board owner gives them the password
  • object oriented programming - classes could be used in other programs
  • install EMC MODs
  • *try* to install non-EMC MODs
  • settings ACP
  • installed MODs history ACP
  • view MOD script from the install screen (click link)
  • security-conscious every step of the way
  • MOD script line numbers appear where ever they will be helpful
  • convenient install debugger
  • I'm sure there are more but I don't feel like thinking about it anymore ;)
Translations:
EM is going international :D Translations of lang_easymod.php are needed!!! Several translations have already been completed although EM will not fully utilize them until later. Below are the languages submitted and their current status:

--I really need to apologize to the folks that have submitted translations. I will set up an area where you can automatically upload translations and not have to depend on me ;)

Language version changes
The language change log can be found here



Change Log:
The complete change log can be found here

Enjoy!
-Nuttzy :cool:


3/22/05 I put a new version with the latest SpellingCow software. The previous zip was downloaded 43,383 times!
Attachments
easymod-0-1-13.zip
Updated for 2.0.13 and later
(230.05 KiB) Downloaded 26129 times
SpellingCow.com - Free spell check service for your forums or any web form!
My Other Site

Nuttzy99
Registered User
Posts: 927
Joined: Fri Aug 03, 2001 7:09 am
Contact:

Re: EasyMOD beta v0.1.13 released (for phpBB 2.0.x)

Post by Nuttzy99 »

Updated the download file today (3/22/05). The included SpellingCow MOD was no longer compatible with all versions of phpBB and the new one is.

-Nuttzy :cool:
SpellingCow.com - Free spell check service for your forums or any web form!
My Other Site

Post Reply