Support Joomla!
Search: Advanced Search
Serving 3385 extensions to the community. Last updated on July 23.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 628 guests and 48 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Custom Code Show All Developer's Extensions
Add PHP Pluginplugin
Rating
12 votes
Developer:Robert Deutz Version:5.0 (Updated 98 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 NativeCompatible with Joomla! 1.0
Views: 56,089 License:GPLv2.0
Favoured:
13
Type:Non-Commercial
Date Added:Mar 5, 2006
DownloadHomepageDemoWrite ReviewRecommend
Add PHP
This Bot/Plugin makes it possible to integrate any PHP Scriptes into a content item/ Article. The PHP Script must be below the Joomla root directory. You should switch off the print and pdf representation possibility. How to use: {rdaddphp file=rel_path_to_the_file_with_filename} Example: joomla install directory: /var/www/joomla PHP-Files are in the directory: /var/www/joomla/myphpfiles Name of the file to include my_file.php Then you have to use it like this: {rdaddphp file=myphpfiles/my_file.php} We have versions for Joomla 1.0.x http://www.run-digital.com/download/mambots.html and for Joomla 1.5 http://www.run-digital.com/download/plugins.html

Report this listing


Turn off caching by com2, August 22, 2007
As PHP can generate dynamice content you need to turn off Joomla's caching. I included some PHP code that retrieves information from another database, with paging and a search box. With caching Joomla enabled you will only see the first page and no paging nor search will make difference in that.

I will report this as a bug to the authors, but I don't know if Joomla allows deactivating cache for one specifice page.


BIG Security Risk by rsd, May 11, 2007
1 of 2 people find this review helpful:
As no one seems to realize this. I will the one to point it out.

This mambot can be a huge security risk to the installation of a Joomla site.

Just install this mambot if you truly trust all authors of your site and they understand the security problem behind this.

Including a PHP script in a content means that the script will have access to everything Joomla has. Including passwords (changing then at least) and even Erasing the whole installation/database.

The point of having the php script inside the Joomla root dir is not a big deal. It can be easily uploaded with some HTML editors, the backend or even using a broken script from some 3rd part component.


MAMbot wont work for me by iceregent, March 7, 2007
0 of 1 people find this review helpful:
I have been working with this mambot, and have not had any output from it. I have posted in the mambot help forum for help on the subject, but no one will even bother to look into it for me. This mambot will not produce any output for me.


works a treat! by Tirrawarra, February 2, 2007
1 of 1 people find this review helpful:
AddPHP is COOL and what Ive been searching for!

It took a while to work - but I hadnt published it im Mambots - thanks "LATTE"

can it be adapted to call external files?


One more thing you have to do by latte, January 20, 2007
2 of 3 people find this review helpful:
This is my second day playing with my installed Jooma. So, I really need things spelled out for me. A couple of thing I noticed.

1. The Joomla instructions on how to upload this mambot/plugin were almost correct. The folder that I ended up putting these files in was the path listed under the Joomla admin panel > Installers > Mambots. When you get to this page, you will see a field called "Install from directory." This is the path I put my 2 mambot files in. The Joomla help had this path name slighly different.

2. The second thing I missed at first was that I needed to the Joomla admin panel > Mambots > Site Mambots and click on the Published icon. Only after I did that did the code work. I'm sure these are basics, but being new, this additional information would have been helpful. I hope this helps others...

Oh - and it works like magic! I'd be lost without my php includes.


Works as advertised...have one question/suggestion by jmbesq, November 25, 2006
1 of 1 people find this review helpful:
This plugin works perfectly. Simple and straightforward.

If you need to include a bit of php in a content page (or lots of content pages), this is a fantastic, elegant solution.

My only question -- is there any way to pass a value to the php script being called? If not, could that be added in a future version?


This is PURE MAGIC.... by william_the_artist, November 2, 2006
1 of 1 people find this review helpful:
Okay, I am know expert...far from it, but I do know what I want. I wanted a bot (Plugin, whatever they are called) that would allow me to put MODS where I want them to be. When I saw this I thought - hey, not give it a try. BAM --- it worked magic. I use this to put mods in my content giving me incredible control of each page layout. Now, is there anyway to get more users??? 32 users is just not enough... lol ...thank you Robert Deutz (RUN DIGITAL) for the freedom you just gave me...


Just what you need by turboz, October 21, 2006
2 of 2 people find this review helpful:
smart, easy and powerfull.

remember you have to install it as a Mambot!


perfect! by davidwhthomas, October 4, 2006
4 of 4 people find this review helpful:
Just what I was looking for. Does the job simply and effectively.

To clarify the usage syntax:

the php file to include must be within your joomla installation (i.e contained within your joomla root folder)

to include a php file, add the following plugin tag in your content editor:

{rdaddphp file=folder/file.php}

where 'folder' is the folder containing your php file and 'file.php' is your script to include.

Thanks for the great work!


Missing english instructions but... by dlljunk, July 4, 2006
2 of 2 people find this review helpful:
Be nice to have some english instructions for those of us limited to English. But I've figured out to use place the following in the content:

{rdaddphp file=realPathToTheFileIncludingFilename.php}

Otherwise still testing. Thanks, DANIEL...


Small, simle, does the job by akolar, April 17, 2006
1 of 1 people find this review helpful:
Thanks.