Jump to content

KBlount

Members
  • Posts

    3
  • Joined

  • Last visited

KBlount's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks a million, djbob. While I didn't understand the 'mod_rewrite', I was able to googl it and find something that works. Basically my .htaccess file now looks like this: AddType application/x-httpd-php .png RewriteEngine On RewriteRule .png /phpsigs/test.php This allows ANY .png file to redirect to test.php, and that script renders the .png file correctly. Plus, with a little bit of trickery, I was even able to capture the image name, and use that inside the image. e.g. http://beekay.heliohost.org/phpsigs/djbob.png will show a (very temporary) image withsome stuff and your name on it. There is no physical file called djbob.png, and changing the name to 'whowouldhavethoughtitwouldwork.png' will work too! Thanks for all the help and nudges in the right direction.
  2. Thanks for the reply, djbob. I had tried that, but found that my .png files were prompted for download, rather than being rendered. My .htaccess file contains a single line of 'AddType application/x-httpd-php .png'. I realise this isn't a PHP support group, but ifyou have any advise, it would be apreciated. I'm googling right now, also Many thanks
  3. Hi.. I'm a brand new user, and forgive me if I missed the obvious link, but where can I ask for support request? I want to see if I can setup one folder within my site to process .png files through PHP (for dynamically generated images containing script). My account is under the Ads plan, and I only see very general topics here, or a forum for the Ads Unlimited plan. Thanks in advance.
×
×
  • Create New...