伪验证码从静态(html+javascript)页面下载 vcard...如何?
我建立了一个简单的个人页面,显示一些个人信息 我的。我提供了电子名片下载。现在,我收到的垃圾邮件数量大幅增加。
它是一个简单的页面,仅静态,没有 php。
我怎样才能“隐藏”vcard,使其只能由人类下载? 我想这需要人类做一些垃圾邮件收割机不做的事情。也许按一个按钮?另外,如何从 html 中隐藏 vcard 的路径,使其不明显在那里。
谢谢,
-gk
PS.-我不是程序员,所以请温和地解释:)。谢谢!
i set up a simple personal page that shows some personal information
of mine. I included a vcard download. Now, the amount of spam I am getting has increased considerably.
Its a simple page, static only, no php.
How can I "hide" the vcard for it to be downloaded only by human beings?
I suppose it would require the human to do something a spam harvester doesnt do. Press a button maybe? Also, how can I hide the path of the vcard from the html so that its not obviously in there.
thanks,
-gk
PS.- I am not a programmer, so please be gentle with the explanation :) . thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果它在您的页面中,即使它是隐藏的,机器人也可以轻松查看您的源代码并获取您的数据。
选项包括:
If it's in your page, even if it is hidden, a bot can easily see your source code and grab your data.
The options are:
也许打开 vcard 的 javascript 链接会有所帮助(我不知道 vcard 是什么,但我假设它是一个文件!)
Perhaps a javascript link to open the vcard would help (I've no idea what a vcard is but I'm assuming its a file!)