[OBSOLETE] EasyMOD v0.2.0a 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
wGEric
Registered User
Posts: 521
Joined: Wed Jun 11, 2003 2:07 am
Contact:

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

Post by wGEric »

EasyMOD v0.2.0a
We're very pleased to release EasyMOD version 0.2.0a, the "Let's work as a team!" edition. This is the first EasyMOD release since it came under the control of a team of developers.

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 will try to install all other MODs, as well. For most users, MOD installs should be completely automated. There are break points during the installation, 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 the DIY INSTRUCTIONS action command, which tells the user about actions that they must perform themself, as they are out of the realm of EasyMOD, and the INCREMENT action command, which is used to increment numbers, such as that in the width of a table row. Also very important is the elimination of all of the hard-coded English text, so EasyMOD is now fully translatable! All of the known bugs have been fixed, including that pesky conflict between DEFAULT and AUTO_INCREMENT on MySQL 4.1+, as well as better support for PHP 5 (including the addition of support for MySQLi).

The only major feature missing is an uninstaller, which is definitely planned before version 1.0.0. This version lacks a certain degree of polish, and the SQL and COPY commands may still be a bit buggy, but nothing show-stopping. This is the 11th 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 Compliance). A key to success will be getting MOD Authors to write their MODs so they don't clash with other MOD installations. Our goal is to present a method that is as clear, reasonable, and unobtrusive as possible.

Lastly, thank you to everyone that has pitched in, whether it be translations, graphics, or hard core testing. You've been a big help!

Installation

Downloading EasyMOD
EasyMOD is available for download from the attachment at the bottom of this post.

Installing EasyMOD
  1. Download the archive of the latest EasyMOD.
  2. Extract it into the admin/ directory of your phpBB2 installation. The proper directory hierarchy should be phpBB2/admin/mods/easymod/. The image below shows a proper setup.
    Image
  3. From a web browser, open http://www.example.com/admin/mods/easymod/easymod_install.php, where www.example.com is the URL to your board, and the installer will guide you through everything. No modifications will occur before warning you first.
  4. If you are using FTP access, make sure you, as the owner, have write permission on ALL your phpBB files (CHMOD 755).
If you need more detailed instructions for installing EasyMOD, please read this topic.

Upgrading EasyMOD
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. EasyMOD will figure everything else out.

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/ directory).
    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 directories, from phpBB root downward).
    2. via FTP (fully automated: requires FTP access):
      • by default, using fsockopen().
      • alternately, using the PHP FTP Extension.
    3. by executing a script (fully automated: requires permission to run scripts).
    4. manually (requires your time ;)).
  • SQL processing for all supported DBMS types.
  • MD5 hashing and Blowfish encryption to protect sensitive data.
  • Preview Mode allows for 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.
  • 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 administrators 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 Adminstration Control Panel.
  • Installed MODs history Adminstration Control Panel.
  • View MOD script from the install screen by clicking a link.
  • Security-conscious every step of the way.
  • MOD script line numbers appear wherever they will be helpful.
  • Convenient install debugger.
  • And more!
Translations
EasyMOD is going international! Translations of lang_easymod.php are needed! Several translations have been completed in the past, but they will need to be updated for all of the new language variables in this version. Translations will be available in this topic. If you have translated EasyMOD into a language that's not already available there, please send your translation to wGEric via PM.

Changes

Version History
A complete list of changes to the EasyMOD code, including past versions, can be found here.

Language Pack History
A complete list of changes to the EasyMOD language variables, including past versions, can be found here.

Enjoy!


Download

wGEric
Registered User
Posts: 521
Joined: Wed Jun 11, 2003 2:07 am
Contact:

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

Post by wGEric »

Version 0.2.0 is now released.

EasyMOD has been given over to the Modifications team to be developed. The Sourceforge project page for EasyMOD isn't permanent and will not be removed once certain events have taken place. More information on this will be avaliable as the time comes.
Eric

wGEric
Registered User
Posts: 521
Joined: Wed Jun 11, 2003 2:07 am
Contact:

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

Post by wGEric »

Just any FYI, 0.2.1 will be released sometime soon. I suggest everyone wait until that version is released.
Eric

wGEric
Registered User
Posts: 521
Joined: Wed Jun 11, 2003 2:07 am
Contact:

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

Post by wGEric »

Version 0.2.0a has been released. I changed my mind and decided to call this a rerelease instead of 0.2.1. This just fixes bugs that were introduced by us. You can find all of the changes here
Eric

wGEric
Registered User
Posts: 521
Joined: Wed Jun 11, 2003 2:07 am
Contact:

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

Post by wGEric »

Please see this topic for information about a bug fix for IN-LINE actions. There will probably be a 0.2.0b
viewtopic.php?f=17&t=20260&p=121767#121767
Eric

Post Reply