0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

How do I install a Plugin to read PHP code into Joomla 1.015?

  • How do I install a Plugin to read PHP code into Joomla 1.015?

    Posted 16 years 6 months ago
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: How do I install a Plugin to read PHP code into Joomla 1.015?

    Posted 16 years 6 months ago
    • Hmm, can you install other plugins without any issues?
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: How do I install a Plugin to read PHP code into Joomla 1.015?

    Posted 16 years 6 months ago
    • Well, this is the first I have tried. I am new to Joomla as of about 3 months ago and I just got into Rocketthemes about one month ago. So the answer is, I don't know.

      There must be a way to upload the file directly in via FTP but where should I put it? Once it is in there, how do I access it in Joomla?

      Sorry for these super basic questions.

      Thanks again.
  • Re: How do I install a Plugin to read PHP code into Joomla 1.015?

    Posted 16 years 6 months ago
    • FYI-Here are the instructions I found for the first plugin but I can't get past Item #2:

      How to install (Joomla 1.0.x)

      1. Download the plugin and unzip it into a folder.
      2. From the Installers menu, select mambots. In the field "Install directory", enter the folder location (where you unzipped the file) and click Install.
      3. From the Mambots menu, select Site Mambots.
      4. Make sure the plugin "DirectPHP" is published. If you see a cross in the Published column, just click on it. It will turn into a green tick.
      5. To try if it works, go to Content Manager, and copy the following text into any static content page:

      Current date and time is: <?php echo date('Y-m-d H:i:s');?>

      6. Now load that content page. You should see the current date and time displayed.



      Here is the instructions for Item #2 but it doesn't work either:

      To use:

      Install the bot through the normal Joomla Bot installation process and make sure it is published.
      (Basically from within the Joomla Admin Control Panel > Installers > Mambots and upload mambot_runphp.zip).
  • Re: How do I install a Plugin to read PHP code into Joomla 1.015?

    Posted 16 years 6 months ago
    • Here is the code I want to place on my Joomla page. Can anyone please help me figure out how to get this to work correctly? I have almost 12 sites that I need to get this to work on and none of them are working. I can do it fine on my Wordpress Sites but not my Joomla sites.

      Thanks in advance.

      <?php
      # ==================================
      # 3WayLinks.net Resources Page v1.0
      # ==================================
      # DO NOT MODIFY THIS CODE
      # ==================================
      if(!isset($_GET["article"])){
      $_GET["article"] = "";
      }
      $ch = curl_init();
      curl_setopt($ch, CURLOPT_HTTPGET, true);
      curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
      curl_setopt($ch, CURLOPT_ENCODING, "gzip,deflate");
      curl_setopt($ch, CURLOPT_URL, " 3waylinks.net/links.php?id=25304&incode=1&article=$_GET
      Article cannot be shown
  • Re: How do I install a Plugin to read PHP code into Joomla 1.015?

    Posted 16 years 6 months ago
    • Hello,

      OK, maybe I am a compete idiot with Joomla and am not doing this correctly. Can someone please point me in the right direction as to how to install this Mambot Plugin to read PHP code? Is there a video tut somewhere that will show me the details? I have 15 sites I need this code on and am not able to install it on any of them yet.

      Sorry for being a newbie with this issue. All my sites are doing great except for this one issue. ???

      Thanks.
  • Re: How do I install a Plugin to read PHP code into Joomla 1.015?

    Posted 16 years 6 months ago

Time to create page: 0.101 seconds