Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
vivien-ascii edited this page Feb 23, 2011 · 4 revisions

Image Merger Wiki

Introducting...

Image Merger is a small application which crawls images from a particular url and merge them every 2 seconds on the main panel. This is an HTML 5 project, therefore it must be seen with a new browser as Chrome, Chromium or Firefox. You can add a new url on the "Config" tab, it appears when you put your mouse on the top of the page.

Setup

  • PHP Version:5.3
  • Additionnal PHP modules:gd, php_curl
  • If you are in Safe Mode, add the poject directory in safe_mode_exec_dir from your php.ini
  1. Put the files on a distinct Virtual Host
  2. Configure the "www" directory of the project as the DocumentRoot
  3. Make the directory "www/extracts" and Give the apache user right "w" on it
  4. Give the apache user right "x" on the shell script "exec_extract"
Clone this wiki locally