1
fdj
encoding email adresses / spam
  • 2004/5/2 17:13

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,

does the team think about encoding members email adresses with a small function in order to limit spam ?

i saw this one (in french) which seems to be easy to add :

<?php
function hex_encode ($str)
{
$encoded = bin2hex($str);
$encoded = chunk_split($encoded, 2, '%');
$encoded = '%'.substr($encoded, 0, strlen($encoded) - 1);
return $encoded;
}
?>

http://www.neokraft.net/sottises/mailencoder/index.html?mail=team@xoops.org

Login

Who's Online

132 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 132


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits