rah_test_php
Published under current TXP projects
Rah_test_php allows site authors to execute PHP code via admin-side interface. Just simple field to put your code in, button to run the code. Reports resulting values and error messages if any.
Image: rah_test_php
List of features
- Allows you to run PHP scripts directly from Textpattern’s backend.
- Simple and clean admin-side interface.
Requirements
- Textpattern 4.0.7 or newer.
Installation and usage
The general behavior stands: paste plugin code to the plugin installer textarea and run the automatic setup. Activate the plugin, and the new rah_test_php’s Execute PHP tab is created under Extensions.
Changelog
Version 0.2
- Added: confirmation dialog before executing the provided script.
- Added: language string support. Now TextPacks can be used to translate the admin-side interface.
- Added: options link to the admin-side interface.
- Added: Markup changes, added rah_ui class selectors to the elements for easier theming.
- Changed: no longer uses TXP’s
php()function nor includespublish.php. - Now requires Textpattern version 4.0.7 or newer.
Version 0.1
- Initial release.