 | |
09-01-2003, 04:41 AM
|
#1 (permalink)
| | Registered User
Join Date: Oct 2001 Location: Vernon, BC, Canada
Posts: 3,428
| » 
Stop Data Mining My Website
Here is a script I intend on using on my site so that my E-mail address can't be found by data mining.
First of all, will this script hide my address from a data mining bot?
-------------------------------------------------------------------------
//START SCRIPT
<SCRIPT LANGUAGE="JavaScript">
<!--
// POP UP A PREFORMATTED EMAIL MESSAGE WINDOW
function popupMessage() {
// SET MESSAGE VALUES
var to = "someone@someworld.com";
var cc = "";
var subject = "Someworld Mail Submit---(your subject here please)";
var body = "";
// BUILD MAIL MESSAGE COMPONENTS
var doc = "mailto:" + to +
"?cc=" + cc +
"&bcc=" + bcc +
"&subject=" + escape(subject) +
"&body=" + escape(body);
// POP UP EMAIL MESSAGE WINDOW
window.location = doc;
}
// -->
</SCRIPT>
<FORM>
<INPUT TYPE="submit" NAME="Test" Value="E-Mail Beemer" onClick="popupMessage()">
</FORM>
------------------------------------------------------------------------------
Second question:
How would I change the script to use a graphic of my choosing in place of the colourless white button this script creates?
Cheers!
|
| |
09-01-2003, 01:27 PM
|
#2 (permalink)
| | Registered User
Join Date: Oct 2001 Location: Vernon, BC, Canada
Posts: 3,428
|
BUMP
^^^^
|
| |
09-01-2003, 01:34 PM
|
#3 (permalink)
| | Guest |
<INPUT type="image" name="Test" value="image/location.jpg" onClick="popupMessage()">
Should work for the image side.
Not sure if it will hide your e-mail or not, but this looks a lot like a friend's script that does the same thing, so I believe it will. Some of the newer mining bots can see through this stuff, I've heard.
| |
| |
09-01-2003, 01:38 PM
|
#4 (permalink)
| | Registered User
Join Date: Oct 2001 Location: Vernon, BC, Canada
Posts: 3,428
|
Hey Whir,
Thanks. I'll give it a try. If it gives even some of the low lifes trouble, I'm happy.
Spam Doesn't Pay!
Cheers!
|
| |
09-01-2003, 01:41 PM
|
#5 (permalink)
| | Registered User
Join Date: Jun 2002 Location: Iowa
Posts: 2,527
|
You might use an encrypted email link ...... i posted stuff here: http://www.techimo.com/forum/showthr...&postid=800379
Maybe that would be easier..... there are many encryption options...... some double encrypted, readable by browsers but spam bots choke on the code.
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
|
| |
09-01-2003, 01:56 PM
|
#6 (permalink)
| | Registered User
Join Date: Oct 2001 Location: Vernon, BC, Canada
Posts: 3,428
|
It looked promising but it didn't work.
Is there anything else I could try?
Cheers!
|
| |
09-01-2003, 02:15 PM
|
#7 (permalink)
| | Registered User
Join Date: Oct 2001 Location: Vernon, BC, Canada
Posts: 3,428
|
Thanks crouse. I'll go take a peek.
Cheers!
|
| |
09-01-2003, 06:49 PM
|
#8 (permalink)
| | Registered User
Join Date: Jun 2002 Location: Iowa
Posts: 2,527
|
Your welcome....... here is another link for you to look at: http://www.webpronews.com/wpn-4-2002...otSpiders.html
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
|
| |
09-01-2003, 07:23 PM
|
#9 (permalink)
| | Registered User
Join Date: Oct 2001 Location: Vernon, BC, Canada
Posts: 3,428
|
Just what the doctor ordered. Thanks again.
Cheers!
|
| |
09-01-2003, 07:42 PM
|
#10 (permalink)
| | Registered User
Join Date: Jun 2002 Location: Iowa
Posts: 2,527
|
Cool ....... glad i could help
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | Most Active Discussions  | | | | | Recent Discussions  | | | | | |