Re: Email address in web interface
- Posted by Robert Craig <rds at RapidEuphoria.com> Jun 29, 2007
- 695 views
Aku wrote: > Hi Rob. > > Please, could you NOT put sender email address in the EUforum web interface > page? > Even if you replace "@" with "at", the simplest address-miner can recognize > it. > > I suggest you to use javascript function to show the email address. > > Just a simple one like below will work: > > In the Euphoria code, instead of > }}} <eucode> > puts(email) > </eucode> {{{ > > change to: > sequence raw=sprint(email); > puts("<script>document.write(String.fromCharCode(" & raw[2..length(raw)-1] & > "))</script>"); OK, I'll consider doing something like that. There are actually lots of things that would help. I'd like people to be able to read eachother's addresses while making it hard for a program to easily harvest all the addresses. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com