The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Getting the webmaster's email from a code hack
Hello,
I am writing a custom hack (a separate php file adopted from sendtofriend.php) and I would like to be able to access the Webmaster's email from the "Vbulletin Options" area in the admin cp. What is the variable for this? Thanks for the tip. What I am writing is a hack to convert all email addresses posted on the forum into a link to a sendmail form. I am hoping this will avoid those email addresses from being harvested. Currently I simply change the address from name@domain.com into name @ domain . com do you think this is enough to fool the harvester? |
#2
|
|||
|
|||
If you are using global.php, $webmasteremail will be defined.
Quote:
|
#3
|
|||
|
|||
ok I suppose user at domain dot com has also been included in their algorithm?
Any suggestions? Perhaps just simply "click here to send email" would be a sure fire way but I'd still like to be able to tell people what the real email address is in case if they want to add it to their addr book etc. What do you think? I will try webmasteremail thanks so simple when you know it. |
#4
|
||||
|
||||
How about an input button? I'll post the code in a bit.
|
#5
|
||||
|
||||
Use
PHP Code:
|
#6
|
|||
|
|||
wouldn't that get parsed by the harvester too ? They simply search for the email@pattern.com and won't care whether it is in js, html tag or plain text I think
|
#7
|
||||
|
||||
Hmm true.
|
#8
|
|||
|
|||
You can obfuscate the email addresses using JavaScript, I wrote a script to do that a while ago but I can't find it
I think I wrote it before I knew how to use CVS |
#9
|
|||
|
|||
Wrote it again
PHP Code:
Example: http://www.macusers.org/email.php Source: http://www.macusers.org/email.phps edit: I could make this into a hack that obfuscates all [email] bbcode... |
#10
|
||||
|
||||
I'm sure a lot of people would like that - give it a try!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|