Quote:
|
Originally Posted by 0ctavius
- instruction in the readme on how to use tinyurl.com or HTACCESS depending on which you are able to do...
|
meaning:
instructions for the tinyurl.com....
but if you know how to do HTACCESS, you can do that.
Anyhow, I was the the one that mentioned I use HTACCESS.
-I put my pid inside the file, and save the file as just .php
-Rename the extension to .gif
-create .HTACCESS file in the same directory as file
-then I paste thie code into the HTACCESS file:
Code:
<FilesMatch eq2sig.gif>
SetHandler application/x-httpd-php
</FilesMatch>
replacing eq2sig.gif with the name/location of your image file.
Then I call on my .gif file (which was once a php file) and there ya go...