|
Installation of phpBender is quiet simple, please follow these instructions below:
- Download phpBender ZIP file at this location (make sure to download the latest version) which contains with 2 files:
- phpBender Flash component (phpbender.mxp)
- phpBender PHP file (freebender.php)
- phpBender Flash component (phpBender.mxp)
How to install this extension file? The instruction below was grabbed from Adobe Extension Manager Help file:
- Double-click the extension file in Windows® Explorer (Windows) or in the Finder (Macintosh®).
- Read the Adobe extensions disclaimer and any third-party extension license that may be included.
Select Accept to continue with the installation, or select Decline to cancel the installation.
- If you already have another version of the extension installed, or another extension with the same name, the Extension Manager asks if you want to disable or overwrite the one that’s already installed.
Select Yes to replace the previously installed extension with the new extension, or No to cancel the installation and leave the existing extension in place.
- If you’re asked if you would like to replace one or more existing files, select Yes or Yes to All to accept the version or versions included in the extension, or No to keep the current version of that file.
If you click Cancel, the installation will be cancelled and no files will be installed or replaced.
If the Extension Manager doesn’t encounter any problems, it informs you that the extension has been successfully installed.
Note: For some types of extensions, you must close and then restart the application for the changes to take effect.
If an extension modifies a configuration file such as menus.xml, the Extension Manager creates a backup of the affected configuration file (for example, menus.xbk) before installing the extension. In the unlikely event that the configuration file is damaged by the extension, you can restore it with the backup file.
Important: Adobe recommends that you not modify configuration files by hand. Incorrectly modifying them can cause significant portions of the product to fail and prevent the installation of other extensions. Configuration files should only be modified by the Extension Manager.
- phpBender PHP file (freebender.php)
This is the PHP generator file. You may locate this file anywhere in the public_html directory of your web server and rename it into anything you like but just don’t change any codes inside this file; otherwise it will throw some errors and your application will not running.
When you start to build an application using phpBender, make sure to type the location of PHP generator file (freebender.php) correctly! In this case, you have to type an absolute URL that starts with “http://” such as “http://localhost/myApplication/freebender.php” and not path of the filename such as “/home/accountname/public_html/myApplication/freebender.php”.
Since this PHP generator file is encoded using ionCube encoder, you have to install ionCuble loader files first in your web server. You may download ionCube loader files in this location or at ionCube website. For further information how to install ionCube loader, please visit ionCube website!
|