Ask a Question related to ASP.NET General, Design and Development.
-
Brian W #1
Hiding data from screen scrapers and bots
I was hoping someone here would know something about screen scrapers,
spiders, bots. Perhaps it's a stupid question, but here it goes
anyway...
Is there any way to make data harder for a screen scraper, spider or bot to
collect?
I don't mind people going to a page and looking at the data I have on the
page, obviously, or I wouldn't be putting it on a web page in the first
place. I just want to make it as difficult as possible (within reason) for
automated processes from gathering this info for SPAM (email & telephone)
My first instinct is to do something like this:
<table cellpadding="0" cellspacing="0">
<tr>
<td>D</td>
<td>a</td>
<td>t</td>
<td>a</td>
<td> </td>
<td>T</td>
<td>o</td>
<td> </td>
<td>H</td>
<td>i</td>
<td>d</td>
<td>e</td>
</tr>
My other idea was to use the method above, but instead of using the
characters in each cell, I would use the &#XXX; code for each character.
Any ideas?
Thanks
Brian W
BTW, I don't want to use JPGs of GIFs
Brian W Guest
-
Defeating Form 'bots
Although I've had forms on my site for several years, have recently been receiving too many forms filled out by robots (according to my domain... -
How to identify spiders and bots
Hello, I'm thinking of this too. I've made a component function wich determines bots by the type: <cffunction name="isBot" hint="?????????? ??... -
hiding fields in a record that have no data
I am assuming this is pretty simple to do, but I am not sure how. I have an asp intranet site I am building. I have a one admin form that allows... -
Hiding Text when MySQL has no data value
When a user signs into my website, he/she sees the following personalized information: Name: sample user Birthdate: 01/01/2005 Favorite color:... -
Making a Screen load on top of another screen in MX 2004
I have a mian form with several child screens underneath. I am trying to figure out how to make some sort of hierarchy for all of the sibling... -
Tian Min Huang #2
RE: Hiding data from screen scrapers and bots
Hi Brian,
I think you could also have a random number of rows at the top of the table
with a height of zero. This would make it impossible for some scraper to
know where a specific piece of information is.
Have a nice day.
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! ¨C [url]www.microsoft.com/security[/url]
This posting is provided ¡°as is¡± with no warranties and confers no rights.
Tian Min Huang Guest



Reply With Quote

