12-11-2008, 09:23 PM
Raygoe Wrote:Here's the source
url.php (the image)
The .HTACCESS Mod Rewrite file:
Quote:RewriteEngine On
RewriteRule ^online_(.*)_(.*)_(.*)_(.*)_.jpg?$ url.php?ip=$1&port=$2&offI=$3&onI=$4 [L]
(Change the bold to whatever file name you used. Make sure the .htaccess file is in the same directory as this one)
Requirements:
1. PHP
2. GD Library
3. FSocket Protocol External Connections Enabled
4. Ability to load external images in GD.
The hardest to come by is #3 as it is commonly shut off.
Also note for the HTACCESS Forum Version your Online and Offline Images must not contain an underscore as it would be bad... (If it does you can just change the htaccess underscores between the "(.*)"s to something like ampersands or something...