GetDotted Domains

Viewing Thread:
"Whats the name of that program..."

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Fri 11/03/05 at 09:53
Regular
"Lisan al-Gaib"
Posts: 7,093
... that you enter an email address and it encypts it for use on a web page? I've forgot. Oh, is there a php function to download that'll do the same?

Cheers.
Fri 11/03/05 at 13:28
Regular
"Lisan al-Gaib"
Posts: 7,093
Timmargh wrote:
> [URL]http://www.michael-pousen.de/emcrypt.en.htm[/URL]

and from a link on that page [URL]http://vipmeister.com/dl/mailtoencrypter/mailtoencrypter.html[/URL] is the program I was after. Doing it on the fly now, so it's not required. Cheers all.

(Managing director had over 200 forwards this morning as a bot had picked up an unencoded address. Ouch.)
Fri 11/03/05 at 13:23
Regular
"Twenty quid."
Posts: 11,452
[URL]http://www.michael-pousen.de/emcrypt.en.htm[/URL]
Fri 11/03/05 at 13:20
Regular
"Lisan al-Gaib"
Posts: 7,093
Coin wrote:
>About a one second google and this seems to be about right:

Well, email encyption didn't return what I wanted. "email obfuscator" was what I was looking for. Forgot the word. Spent the morning modifying a creative commons one, but Nimcos had done the job perfectly. Cheers for that.

function emailTwo($email,$title){
$encoded_email = "";
for ($i=0; $i<=strlen($email)-1; $i++)
{
if (rand(0, strlen($email))>$i) { $encoded_email .= "&#".ord($email[$i]).";"; }
else { $encoded_email .= $email[$i]; }
}
return ''.$title.'';
}

In Html.
-=-=-=-=
if ($displayRow['email']){
echo '
  • ';
    echo emailTwo($displayRow['email'], $displayRow['emailtext']);
    echo '
';
}
Fri 11/03/05 at 13:04
Regular
"Bicycle"
Posts: 4,899
About a one second google and this seems to be about right:

http://www.wbwip.com/wbw/emailencoder.html

[URL] http://www.wbwip.com/wbw/emailencoder.html [/URL] (If ya'r be the lazy type.)
Fri 11/03/05 at 10:16
Regular
"NULL"
Posts: 1,384
I wrote a script a few weeks ago that does that - cept it's even cleverer than most, since it encodes random characters each time.


$email = "[email protected]";
$encoded_email = "";
for ($i=0; $i<=strlen($email)-1; $i++)
{
if (rand(0, strlen($email))>$i) { $encoded_email .= "&#".ord($email[$i]).";"; }
else { $encoded_email .= $email[$i]; }
}

?>
Fri 11/03/05 at 09:53
Regular
"Lisan al-Gaib"
Posts: 7,093
... that you enter an email address and it encypts it for use on a web page? I've forgot. Oh, is there a php function to download that'll do the same?

Cheers.

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

Many thanks!
You were 100% right - great support!
I am delighted.
Brilliant! As usual the careful and intuitive production that Freeola puts into everything it sets out to do. I am delighted.

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.