| 
 

Document details

Details for includePHP v1.1
PropertyValue
NameincludePHP v1.1
DescriptionIncludePHP 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}
FilenameincludePHP-1.1.zip
Filesize1.26 KB
Filetypezip (Mime Type: application/zip)
Creatorircmaxell
Created On: 19.11.2007 15:58
ViewersEverybody
Maintained by
Hits3569 Hits
Last updated on 19.11.2007 16:26
Homepage
MD5 Checksum
feed image
Copyright 2007 Anthony Ferrara, All Rights Reserved