Introduction

Keep in mind: allowing to include PHP-Code can be a security problem when you not do it in restricted way. Use for the scripts a directory nobody can upload files and if you have a bunch of authors restrict execution to some articles.
This plugin allows to add PHP-Code to articles or modules. The PHP-script-files should be located under the Joomla! root-directory and you should disable the "Print" and "Email to a friend" links.
Execution can be restricted to articles and/or modules. For articles you can also configure for which articles the script should be executed. Further more you can set the base directory and the relativ path to the file will then be calculated on this base.


This plugin allows you to include PHP in your content items.

Usage:

{babioonaddphp file=relpathtothefilewithfilename}

Example:

Joomla installation directory: /var/www/joomla
PHP-Files are in: /var/www/joomla/myphpfiles
Filename: my_file.php

{babioonaddphp file=myphpfiles/my_file.php}

Plugin Configuration

You have to create a folder within the Joomla-Root-Directory, all normal Joomla-Directories are excluded from the list.

Event for running

Do not run disables executing for articles at all. Both events work in the same way the difference is that OnContentPrepare is executed a bit sooner then onContentBeforeDisplay.

Access Rule

If you chose deny then the listed articles are excluded from the execution of the script and for allow the execution only runs on these articles.

Article List

Comma separated list of article ids like 23,45,66

babioon-addphp

Version:
3.0.1
Developer:
Robert Deutz
Last updated:
Oct 27 2015
8 years ago
Date added:
Oct 21 2015
License:
GPLv2 or later
Type:
Free download
Includes:
p
Compatibility:
J3
Download

This extension does NOT implement the Joomla! Update System