NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

Post a reply

Write your message and submit
Options
Humanity test

What is eight + three?

Go back

Topic review (newest first)

spastic
12-21-2005 13:19:07

I'm sorry, I didn't realize that addresses were already hidden like that. Thanks! smile

Waccoon
12-21-2005 03:43:25

Robots cannot see any member e-mails because you have to login with a valid password.  No password, no e-mails.

The only exceptions to this rule are the admin e-mails.  These e-mails are masked with the HTML entity & #149; (or ·).  Deleting admin e-mails altogether isn't a good idea, as it can prevent people from contacting admins with valid issues.

This is very effective, I've found, but if you still want to remove e-mails completely, you can change this by opening up memberlist.php in a text editor.  Look for this code (do a search for "#149"):

Code:

if (!empty ($OekakiU)) { ?>
   <td><a href="mailto:<?=$row['email']?>"><?=$row['email']?></a></td>
<? } else { ?>
   <td><?= str_replace ('@', ' & #149; ', $row['email']); ?></td>
<? } ?>

... and change it to this:

Code:

if (!empty ($OekakiU)) { ?>
   <td><a href="mailto:<?=$row['email']?>"><?=$row['email']?></a></td>
<? } else { ?>
   <td>(Please Login)</td>
<? } ?>
spastic
12-20-2005 13:33:17

I'm worried that bots will harvest the e-mail addresses of my users. Is there any way to keep them from being displayed when you look at the memberlist and profiles?

I'm using a fresh installation of Wacintaki 1.2.5.

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB