Quote:
|
Originally Posted by Drumstix42
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...
|
Ok I understand the .htaccess file it is easy enough. However, you said you put your pid in the .php file, I assume you mean Player Id, now you just put that alone or is there code I: am not thinking about that should be in there.
If I follow what you say to the T, when I link to the "fake" image, I end up with it just showing my player id, what am I missing if you do not mind sharing. Thanks.