Image Resizer – Documentation ✍️

Step 1: Upload the Tool

Upload the ZIP file to your server and extract it into your desired directory.

Step 2: Branding (Logo & Favicon)

You can replace the logo and favicon inside the /assets/ folder to match your company branding.

Step 3: Permissions

Ensure the following folders are writable so uploads and resized images work correctly:

  • /uploads/
  • /resized/

Step 4: Automatic File Cleanup (Cron Job)

To prevent unnecessary storage usage, old uploaded and resized images can be cleaned automatically.

Set up a cron job to run the cleanup script every hour:

0 * * * * /usr/bin/php /path/to/your/tool/cleanup.php >/dev/null 2>&1

Notes:

  • Replace /path/to/your/tool/ with the absolute path of the tool directory on your server.
  • 0 * * * * → Runs at the start of every hour.
  • /usr/bin/php → Path to your PHP executable (commonly used, but verify with your server).
  • >/dev/null 2>&1 → Prevents email notifications from being sent on each execution.

 

🔑 License Key Request : Click Here

Have A Project In Mind?

Online presence is vital for business success in the digital era.

Get a personalized ZOOM or Google Meet link for virtual consultations by simply submitting the form.