Changs the [Email] bbcode to an image contains the email for securing your members emails this hack after a long time dishacking vbulletin ..
1-easy yo install 2-works only for valid emails 3-a transparent background to fit your style 4-doesn't save images in filesystem
1-this mod will remove mailto: feature in email links]
1-Import The Plugin. 2-Edit file includes/class_bbcode.php find: PHP Code: return "<a href=\"mailto:$rightlink\">$text</a>"; replace it with: PHP Code: return "<img src='misc.php?do=email_dev&email=".base64_encode($rightlink)."'>";
return "<a href=\"mailto:$rightlink\">$text</a>";
return "<img src='misc.php?do=email_dev&email=".base64_encode($rightlink)."'>";
1.0.0 On 14. Aug 2007 Initial Version.
Any Language
1 plugin, 0 phrases, 0 options, 0 query, 1 fileedit
Show Your Support
<a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]" rel="nofollow"> <img src='misc.php?do=email_dev&email=".base64_encode($rightlink)."'> </a>