I tried it in a plugin and it just spit out all of the php imaging code (weird characters, etc):
ÿÛ¸Ù&DPÃ"¸sÃ0¶eÓÛc|¢~Sô¬¡SnÒÐ x^:ʸnêÏåB¥]N<µë*ûúW~ç5Q@Q@Q@Q@Q@<45½\]Ý'ú£lôû/øû}kÜmȽf'þ=ã8Ç÷yî'D²Ó`P'ï# W K;Híã<"ã=ϽgV|Ò9=ÅÈAÚ±îo9çé PÜÝõæ±înúó^eJÇ|)ój3J¢å
I tested the image in a post doing [img]getavatar.php?account=1[/img] which display fine. But if I try using a <img src="getavatar.php?account=$post[userid]"> in the postbit template, it doesn't allow it. Is there a setting to allow dynamic php images (files ending in ? or &) within a template?
If use the <img src="getavatar.php?account=$post[userid]"> and view the source code, it correctly lists the <img src="getavatar.php?account=1">, but it doesn't display the image.
|