Author | Topic |

Location: Melbourne
Registered: November 2003
|
Re: Hey, developer of this forum / site
|
Thu, 12 February 2004 14:45

|
 |
Hrm... yeah I imagine that would defeat the script (I didn't write it myself, I adapted it for my site). All the script does is use Javascript to print the address to the screen, rather than using HTML. As I understand it, it should stop at least most spam crawlers. However, could you simply make the email addresses not linked (still using the Javascript to print non-linked URLs)? Would that defeat your spam crawler?
The other alternative is to have email addresses encrypted and only shown as a "click to email" link. When clicked, it opens up a form to send an email to this person.
This is what the code looks like:
<script>
var a,b,c,x,y,n;
y = 'domain.com';
x = 'user';
b = 'lto:';
c = '">';
a = '<a href="mai';
n = '@';
document.write(a+b+x+n+y+c);
</script>
Would your method destroy this, I'm not totally familiar with how spam crawlers work. I'm a designer, working from the front end back, so yeah. I know more about interface stuff than what the server is doing.
|
|
|
| Subject | Poster | Date |
 |
Hey, developer of this forum / site
|
Shraka | Wed, 11 February 2004 16:17 |
 |
Re: Hey, developer of this forum / site
|
CrUZsida | Thu, 12 February 2004 00:42 |
 |
Re: Hey, developer of this forum / site
|
SIMDOG | Thu, 12 February 2004 00:57 |
 |
Re: Hey, developer of this forum / site
|
CrUZsida | Thu, 12 February 2004 01:05 |
 |
Re: Hey, developer of this forum / site
|
Shraka | Thu, 12 February 2004 01:36 |
 |
Re: Hey, developer of this forum / site
|
Shraka | Thu, 12 February 2004 11:24 |
 |
Re: Hey, developer of this forum / site
|
thechuckster | Thu, 12 February 2004 12:45 |
 |
Re: Hey, developer of this forum / site
|
Shraka | Thu, 12 February 2004 12:49 |
 |
Re: Hey, developer of this forum / site
|
thechuckster | Thu, 12 February 2004 13:00 |
 |
Re: Hey, developer of this forum / site
|
Shraka | Thu, 12 February 2004 13:07 |
 |
Re: Hey, developer of this forum / site
|
thechuckster | Thu, 12 February 2004 13:23 |
 |
Re: Hey, developer of this forum / site
|
Shraka | Thu, 12 February 2004 14:45 |
 |
Re: Hey, developer of this forum / site
|
thechuckster | Fri, 13 February 2004 11:39 |
 |
Re: Hey, developer of this forum / site
|
Evil_Foetus | Fri, 13 February 2004 01:57 |
 |
Re: Hey, developer of this forum / site
|
Shraka | Fri, 13 February 2004 13:45 |
 |
Re: Hey, developer of this forum / site
|
thechuckster | Fri, 13 February 2004 22:32 |
 |
Re: Hey, developer of this forum / site
|
Nark | Sat, 14 February 2004 00:22 |
 |
Re: Hey, developer of this forum / site
|
Shraka | Sat, 14 February 2004 02:26 |
Current Time:
Mon Jul 28 00:01:34 UTC 2025 |
Total time taken to generate the page: 0.0069589614868164 seconds |