View Single Post
Old Jan 4th, 2007, 4:11 PM   #16
PhilBon
Hobbyist Programmer
 
PhilBon's Avatar
 
Join Date: Nov 2005
Posts: 172
Rep Power: 4 PhilBon is on a distinguished road
Send a message via AIM to PhilBon Send a message via MSN to PhilBon
@titaniumdecoy: I did what you said on the htaccess, this is what it looks like
AddHandler application/x-httpd-php .shtml

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 64.38.7.250

<Files getimage.jpg>
ForceType application/x-httpd-php
</Files>
<Files getimagetn.jpg>
ForceType application/x-httpd-php
</Files>

and then I put tried it on the website: http://lucy.philbon.com and http://philbon.com

my getimage.jpg is the same as getimage.php which is posted above, and then getimagetn.jpg is the same as getimagetn.jpg
PhilBon is offline   Reply With Quote