Hi, I don't know how much I can help with this but I'll give it a try. I have been able to get this working under Mambo 4.5.2 for single scripts.
Here's what I did:
1. Manually upload the
mosaddphp.php file to the mambots folder (put it directly into the folder, not in the content folder etc.
2. Manually create a folder in your Mambo directory called
mosaddphp (this is where you need to put the scripts you want to include).
This folder needs to be in your mambo installation root folder.
3. Create a test script (
test.php) and upload it to the mosaddphp folder you created in step 2.
4. In the admin area, from the Mambots menu select Site Mambots to view the list of mambots -- verify that the
Legacy Mambot Includer is published.
5. Create a static page using mambo's static content admin and give it a title etc. Then in the content area put the following code:
Code:
{mosaddphp:test.php} Save the page and add a link for the page to your menu.
Now try viewing your site and select the new menu item for the static page you just created: you should see the contents of the
test.php script displaying within your mambo site.
I have been able to get this working ok for any script that is directly in the mosaddphp folder; where I haven't yet succeeded, is trying to get it to work for stuff in a sub-folder of the mosaddphp folder (which is supposed to work too). So if you have a simple script that you can put within this folder, this will probably work ok for you.
If you have any problems or want to look at the test install I have, I'd be happy to try and help, just message me.
Hope this helps
