php forum
php mysql forum
php mysql smarty
 
Topic Options
#312374 - 12/26/06 10:10 PM Hide email from spambots
Basil Fawlty Offline
Journeyman

Registered: 10/30/01
Posts: 135
Loc: New Mexico
Ok, I don't remember where or when I got this hack from my thread 6.5, but I placed this code in a certain location in both my showflat.php and showthreaded.php scripts in Threads 6.5 and what it does is causes anyone NOT LOGGED IN (read guests and bots) to NOT be able to read any emails in posts. Instead, the guest or bot will see [Login to view email] unless and until they log in.

So the question is, can one of you really smart guys figure out how I might adopt this little hack to work with Threads 7? I think hiding email addresses that members might post (not knowing any better) from bots would be a tremendous service to members. I am very worried that when I go live with T7, that many of my members who might have their email addresses posted in some thread somewhere are going to start getting SPAM. This little hack, if it could be adapted to work in T7 would be a realy valuable anti-spambot tool.

Php Code:
if(!$user['U_Username'] || $user['U_Username']==""){
$Body = preg_replace("/<a href=(\"|&quot;)mailto:(.*?)(\"|&quot;)>(.*?)<\/a>/i","<B>[Login to view email]</B>",$Body);
} 



Basil
_________________________

Top



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks