Augie (a creative real estate investor ) presented a spam prevention method idea which we’ve been talking about under a previous post this past week: HowTo Eliminate Wordpress Trackback Comment And Pingback Spam . Augie (창조적인 부동산 투자가)이 지난 주 이전 게시물에 대해 아래에 우리가 어떤 생각을 이야기하고 있었 스팸 방지 방법 제시 : 노하우 자료 Wordpress 트랙백 Pingback 스팸 덧글 및 제거합니다. The basic idea is to provide an extra input field which is hidden to a user when viewed normally from the browser. 기본 개념은 사용자가 브라우저에서 볼 때 일반적으로 숨겨져있는 여분의 입력 필드를 제공하는 것입니다. This means if you check your form data when a submission is being processed, you can determine if the field is still empty. 만약 필드가 비어있다면 아직 당신을 확인할 수 제출하면 처리되는 데이터를 확인하여 양식을 의미합니다. If it is filled out, then a bot must have auto filled the field. 면, 다음 필드를 작성해야합니다 봇 자동차 밖으로 가득 차있습니다.

Spam Field Details 스팸 분야 세부 내용

The naming convention used on a hidden field should be named “email” or “url” to trick the bot. 이 명명 규칙에 사용되는 숨김 필드 "이메일"또는 ""봇 트릭에 URL을 명명되어야한다. Your real email field will then of course need to be named something else. 당신의 진짜 이메일 필드를 누른 물론 뭔가 다른 이름이 필요합니다. A small price to pay for less house cleaning. 작은 가격이 적은 집 청소 비용을 지불합니다.

Another key to all of this is to wrap your trap (haha) in a DIV so that the a bot cant tell that the field is hidden. 모든이의 또 다른 열쇠는 그 분야에 로봇을 cannot 숨겨져있습니다 한테 함정 a DIV에 (하하) 너무 포장하는 것입니다. Marking it with type=”hidden” on the input tag itself is a bit of a giveaway. 유형 = ""그 자체가 선물의 비트는 입력 태그에 숨겨진 함께 마킹. Assigning an id or class to the div and specifying display:none; would cause the bot a lot of extra work which most probably aren’t programmed for. div에 클래스 ID를 할당하거나 지정 및 표시 : 없음; 가장 아마도 로봇을위한 프로그램없습니다 추가 작업의 많은 원인이있다. You could also use a built in id or class directly on the div to specify it as a hidden field. 또한, ID 또는 클래스를 직접 만들어 div에 숨겨진 필드로 지정하는 데 사용할 수있습니다.

Hidden Input Field Code 숨겨진 입력 필드 코드

Here is an example of what your code would look like: 여기에 여러분의 코드가 어떻게 생겼의 예입니다 :

  1. CSS code would look like this:
  2. #email {
  3. display: none
  4. }
  5. OR if you're doing it by the div:
  6. .specialfield {
  7. display: none
  8. }
  9. Your form would look something like this:
  10. <form method="post" action="yourformprocessor.php"> <form <form method="post" action="yourformprocessor.php">
  11. <div class="specialfield"><input id="email" type="text"></div>
  12. <input id="realemail" type="text">
  13. </form>

Using Hidden Fields 숨겨진 필드를 사용하여

It isn’t too much of a stretch to add this to a custom solution or implement it into a Wordpress comments or form plugins because id’s and classes are assigned to input fields by default. 너무 확대 해석하는 맞춤 솔루션이 추가로 많이 의견이나 또는 그것을 구현 자료 Wordpress 플러그인 형태로 아이디와 수업을하기 때문에 기본적으로 입력 필드에 할당됩니다로하지 않습니다. If you’re not already using a form plugin check out: 이미있는 경우 양식을 사용하지 않는 플러그인을 체크 아웃 :

cforms II or Contact Form 7 (my preference). II 또는 문의 양식 7 (내 취향) cforms.

If I get enough requests I’ll write a post which explains how to implement this into Wordpress comments in a similar manner in which I setup the Enhanced Numbered Equation CAPTCHA .

The More Spam Defense The Better 국방부는 더 많은 스팸 메일이 더 나은

I don’t have a lot of experience in using spam bots, but this is a promising way to enhance our line of defense against spam. 스팸 봇을 사용하여 많은 경험은 없지만,이 스팸 메일의 방어 라인을 강화하는 우리의 유망한 방법이다. More importantly, its not intrusive on a users browsing experience. 더 중요한 것은, 사용자의 경험을 탐색에 간섭하지. Unlike a CPATCHA, it requires a valid visitor to do nothing! a CPATCHA 달리, 아무것도 할 수있는 유효한 방문자가 필요합니다!

If you have any thoughts or comments, about this spam technique, leave them below. 만약 당신이 그들을 아래에두고 어떤 생각이나 의견이 스팸 기술에 대한있다.


1 Trackback(s) 1 트랙백 (들)

  1. Nov 26, 2008: WordPress Wednesday: Comment Spam | BlueFur.com 2008년 11월 26일 : WordPress에 수요일 : 코멘트 스팸 | BlueFur.com



Leave A Comment: 코멘트 남기기 :

Comments RSS Feed 코멘트 RSS 피드

5 Minus 1 = 5 마이너스 1 =

Custom Theme by Rob Malon | Content & Design © 2009 - Rob Malon [dot] Com. 사용자 정의 테마 롭 메일런 의해 | 콘텐츠 & 디자인 © 2009 - 롭 메일런 [도트] 데비. "));
"));