Search the web
Sign In
New User? Sign Up
DesignAdvice · Design Advice
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Cloaking your email address online   Message List  
Reply | Forward Message #40 of 65 |
RE: [DesignAdvice] Cloaking your email address online

Hi Jodi,

> Just so I have this pretty much straight - I upload
> library.js and add that into my header I'll be good.

Yep.


> Do I upload the whole file or just the mailMe portion
> along with your header portion?

For now you probably only need the mailMe() function. The rest
includes stuff like parsing cookies and breaking out of frames (be
VERY careful not to use it "as is" or every hit to your site will be
redirected to mine!).


> I already have on my site to get out of frames and no
> right click.

Be careful disabling right-click. It has many more uses than stealing
your pictures or text, and anyone really interested in getting your
content could do something as simple as using the 'context' key on
their windows keyboard (right next to the right CTRL key), or use a
PERL "get" or just disable javascript and reload the page. The
right-click menu also has options like "add to favorites" and
"print" - which I seriously doubt many people would want their
visitors to be unable to do.


> Thanks so much for your help - it's greatly appreciated.

My pleasure.


> P.S. OT: Do you have any recommendations for beginning
> to learn PHP?

You're welcome to ask any questions you have about PHP here.

I also highly suggest installing DQSD if you're on a Windows system
( www.dqsd.net ). It includes (by default) a PHP "search" that is
quite simple to use. Type "php something" and it will search the
php.net website and open either the most appropriate page, or a search
results index of pages most related to the terms you were after. The
www.php.net website is simply awesome. It's perhaps the best indexed
programming language site out there.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// ========================================================
He who is ashamed of asking is ashamed of learning.
-- Danish Proverb





Mon Aug 9, 2004 4:01 am

shawn_ra
Online Now Online Now
Send Email Send Email

Forward
Message #40 of 65 |
Expand Messages Author Sort by Date

Hello all, I'm announcing a new article on my site which describes how to reduce (if not eliminate) spambots collecting email addresses from your site. ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 8, 2004
11:41 pm

So Shawn, if I'm reading that correctly, then what I'm using is basically out of date? Here's what I'm using: <script language="JavaScript"> <!-- // Hide var...
nostrebor@...
jodirobertso...
Offline Send Email
Aug 9, 2004
12:15 am

Hi Jodi, ... Pretty much, yes. It uses some similar encoding methods, but since the domain still appears as a simple string ([a-zA-Z0-9]*\.[a-zA-Z]{2,7}) and...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 9, 2004
1:04 am

I'm getting an error "Object Expected" using this: <a href="/contact/" title="Email" ...
nostrebor@...
jodirobertso...
Offline Send Email
Aug 9, 2004
2:17 am

Hi Jodi, ... Do you have the javascript file that includes the mailMe() function referenced somewhere in your code? Regards, Shawn K. Hall ...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 9, 2004
2:43 am

No, I don't Shawn. In the one that I originally had, I didn't need it. Is this something that should go in the header area? Jodi...
nostrebor@...
jodirobertso...
Offline Send Email
Aug 9, 2004
2:52 am

Hi Jodi, ... Yes, something like this: <script type="text/javascript" defer="defer" src="/library.js"></script> The contents of /library.js would be (three...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 9, 2004
3:01 am

Just so I have this pretty much straight - I upload library.js and add that into my header I'll be good. Do I upload the whole file or just the mailMe portion...
nostrebor@...
jodirobertso...
Offline Send Email
Aug 9, 2004
3:37 am

Hi Jodi, ... Yep. ... For now you probably only need the mailMe() function. The rest includes stuff like parsing cookies and breaking out of frames (be VERY...
Shawn K. Hall
shawn_ra
Online Now Send Email
Aug 9, 2004
3:58 am

Oops - That would be where you say, "We change the function in our referenced javascript file to decode it differently." I have no referenced javascript file....
nostrebor@...
jodirobertso...
Offline Send Email
Aug 9, 2004
2:54 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help