ผู้เขียน หัวข้อ: วิธีแปะ(โพสต์)อีเมลล์ไม่ให้บอทเก็บไปแสปม  (อ่าน 1902 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ smf

  • [color=green][i]"ถ้าคุณไม่สามารถอธิบายอย่างง่ายๆ ให้คนอื่นเข้าใจได้แล้วล่ะก็ แสดงว่าคุณยังเข้าใจมันไม่ดีพอ"[/i][/color]
  • Administrator
  • Hero Member
  • *****
  • กระทู้: 1,368
  • พอยท์: 5
    • ดูรายละเอียด
    • pordoo.com
    • อีเมล์

ด้วยการเพิ่มข้อความลงไป
ตัวอย่าง
pordoo@godmail.com

ให้เปลี่ยนเป็น
pordoo@REMOVETHISgodmail.com
pordooDELETEBEFORESENDING@godmail.com
ิbordoo@godmail.com (เปลี่ยนจาก b เป็น p)

Spambots will still harvest these addresses, but when spammers send to them their messages will bounce. Unfortunately, this continues to create traffic on the network and your mail server. More troubling, many legitimate visitors to your website will incorrectly demung your address and therefore be unable to send messages to you.



The second strategy is to hide addresses from spambots so they are never even harvested. If you want to hide your addresses from spambots, you must understand how they work. Most spambots find addresses by looking for patterns of text that look like an email address. For example, email addresses always contain an @. Spambots therefore scan the text of a webpage to find any @s. If you eliminate the @ from addresses then most spambots won't be able to recognize that your addresses:
carol-at-example.com
carol(at)example.com
carol AT example DOT com

While this hides your address from spambots, visitors to your site will often still incorrectly demung your address, or not even recognize it is an email address, and therefore be unable to contact you.



A more sophisticated version of hiding your address, which still allows human users to see the addresses without any apparent munging, involves using ASCII character codes. ASCII character codes are like machine language for representing characters on a web page. For example, if you want to represent an @ you can either use the character itself, or you can use it's ASCII character code: @ (ampersand number-sign six four semi-colon).

If you use the ASCII code then human visitors to your site will see an @ because their browsers automatically translate the character code. However, most spambots currently do not recognize the codes and therefore ignore addresses created with them. The following addresses will all appear the same if they are included in the HTML of your site:

carol@example.com
carol@example.com
carol@example.com


inuse002@gmail.com

a = a   n = n   0 = 0
b = b   o = o   1 = 1
c = c   p = p   2 = 2
d = d   q = q   3 = 3
e = e   r = r   4 = 4
f = f   s = s   5 = 5
g = g   t = t   6 = 6
h = h   u = u   7 = 7
i = i   v = v   8 = 8
j = j   w = w   9 = 9
k = k   x = x   . = .
l = l   y = y   - = -
m = m   z = z   _ = _

It is possible to completely disguise an email address with nothing but ASCII codes. For example, the following two lines will appear exactly the same to a visitor using a browser if they are included in the HTML of your website (the two lines are color coded so you can more easily see the ASCII character codes that correspond to the actual characters in the address):

carol@example.com
carol@example.com


ที่มา: https://www.projecthoneypot.org/how_to_avoid_spambots.php
« แก้ไขครั้งสุดท้าย: 26 กุมภาพันธ์ 2017, 16:14:31 โดย smf »