Documentation
Image Resizer Setup Guide
Installation Guide ✍️
A step-by-step guide to installing and configuring your script.
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 (e.g., set permissions to 755 or 777) so uploads and resized images work correctly:
/uploads//resized/
Step 4: Automatic File Cleanup (Cron Job)
To prevent unnecessary storage usage, 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 on your server. 0 * * * *→ Runs at the start of every hour./usr/bin/php→ Path to your PHP executable (verify with your host).>/dev/null 2>&1→ Prevents email notifications.
Step 5: License Key Request
To get your license key, please click the button below and submit your purchase details.
Request Your License