Downloads
DocumentsDate added
-
IncludePHP - Joomla 1.5 - v1.1.1hot!
-
03.12.2007
-
This version fixes a bug when including HTML within content.
-
Hits: 13129
-
-
includePHP v1.1hot!
-
19.11.2007
-
IncludePHP allows for code inclusion into content items for Joomla 1.5. What sets IncludePHP appart, is that it only allows administrators and super admins to add code (hence closing a MAJOR security hole in most other content mambots/plugins).
1.1 adds a few new features. Basic usage is as follows:
to include php code
{php}echo 'this is code';{/php}
to include a php file
{phpfile}/home/mysite/public_html/mycode.php{/phpfile}
to include javascript
{js}alert("this is javascript!");{/js}
to include a javascript file
{jsfile}http://www.mysite.com/jsfile.js{/jsfile}
to include a html file
{htmlfile}/path/to/html/file.html{/htmlfile}
-
Hits: 3569
-
-
IncludePHP v1.0hot!
-
27.08.2007
-
This is a 1.5 native plugin to include php and phpfiles inside of content items. Note, only administrators can use php, this plugin will ignore all other authors.
{php}code you want to execute; {/php}
OR
{phpfile}/path/to/php/file.php{/phpfile}
-
Hits: 2647
-
|