Shoutbox

something i found - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: something i found (/showthread.php?tid=40609)

something i found by saralk on 03-19-2005 at 04:49 PM

i made this script a long time ago, I just thaught i'd share it with you.

The idea is that you put your e-mail address on a website, instead of writing it, you use this which turns it into an image.

http://www.fw6.net/emailpic/email.php

then spam bots can't harvest your e-mail address

[Image: index.php?email=c2FyYWxAZnc2Lm5ldA==]


RE: something i found by jren207 on 03-19-2005 at 05:21 PM

You should code it to allow you to customize the colours and size of the text and the bgcolor etc.


RE: something i found by albert on 03-19-2005 at 05:51 PM

colors and some font editing sound cool!

But good job saralk!


RE: something i found by Jhrono on 03-19-2005 at 06:11 PM

quote:
Originally posted by jren207


You should code it to allow you to customize the colours and size of the text and the bgcolor etc.

I think the font colors per example are difficult to make..(Well for me.. a noobish joe in php...)
RE: something i found by Eljay on 03-19-2005 at 06:20 PM

nah thats easy

you just use for example color as a $_GET variable like so

email.php?color=#000000

then just:

imagestring($image, 3, 0, 0, $email, $_GET['color']);


RE: something i found by saralk on 03-19-2005 at 09:03 PM

ok, i ive done it.

http://www.fw6.net/emailpic/index.php?email=c2FyY...=&rw=255&gw=0&bw=0

would give [Image: index.php?email=c2FyYWxAZnc2Lm5ldA==&rw=255&gw=0&bw=0]

to do it, just add

&rw=255&gw=0&bw=0

to the end of the address, but you can change rw, gw and bw to the red green and blue colours you want, respectively.


RE: something i found by dylan! on 03-19-2005 at 09:06 PM

[Image: index.php?email=THVDa1lfTnVNYkVyXzE1c0Bo...lsLmNvbQ==]