Home Extensions Tools Joomlacode Files Scraper
Tool - Joomlacode Files Scraper PDF Print E-mail
User Rating: / 2
PoorBest 

"Joomlacode Files Scraper" tool is a PHP script, its purpose is to extract the Files list from a Joomlacode.org (GForge) project and display it as a "clean table".

We use it on our very own Download page.

 

Credits:

  • It uses the "PHP Simple HTML DOM Parser" by S.C. Chen (http://simplehtmldom.sourceforge.net/). It is released under X11 License (aka MIT License) which is compatible with GNU GPL v2.

 

Disclaimer:
Read it here!

 

License:
Read it here!

 

Requirements:

  • PHP 5.2+
  • allow_url_fopen set to TRUE (php.ini)

 

Use:

  1. Extract the zip file.
  2. Open "joomlacode.php" in your favorite text editor .
  3. Go to line 27 and edit the $url_base variable to it points to your project.
  4. For most people it will be enough with replacing expose with the name of your project.
  5. Upload the 4 files to your webserver (joomlacode.php, joomlacode.css, simple_html_dom.php and index.html), preferred to a subfolder.
  6. (Optional) Create an article and copy this code:
    <iframe frameborder="no" height="600" marginheight="0" marginwidth="0" scrolling="no" src="http://_REPLACE_THIS_WITH_CORRECT_URL_/joomlacode.php" width="800"></iframe>
  7. Remember to replace the line "_REPLACE_THIS_WITH_CORRECT_URL_" with the URL to the "joomlacode.php" file.