PDA

View Full Version : E-mail Address Obscurer


j_86
04-21-2005, 11:04 AM
http://www.unrealadmin.org/forums/showpost.php?p=61091&postcount=32

If you see here, a simple GD library image is used to convert an e-mail addresses into this format. In my opinion, it doesn't even need the distortion on the background.

Hope someone will do something with this request, i've never used GD before :)

cinq
04-21-2005, 11:29 AM
I tried doing this, but I couldn't get past how to return the created email png image (on-the-fly) to the browser as something like

header("Content-type: image/png");

in the code breaks the page.

I tried ob_get_contents(); too, but it returns gibberish.
If anyone knows how to get round this problem, this can be released :)

Dan
04-21-2005, 11:53 AM
If someone could make this they would be god imo :| I'd really like something like that.

cinq
04-21-2005, 11:59 AM
Hmm quick and dirty way would be to actually store the images ... doing that solves the problem, though probably not the best way to do it ..