PC Review


Reply
Thread Tools Rate Thread

comment spam

 
 
=?Utf-8?B?b2NjLWRvYy5uZXQ=?=
Guest
Posts: n/a
 
      28th Apr 2006
I have a discussion board at www.occ-doc.net. I receive spam comment
postings containing ad links every day from "NY" with an IP address shown on
the discussion board of 195.239.141.98. However, when I check the web
traffic counters for lists of visitors to my site's index and posting pages,
I don't find that IP address in the visitor lists. And, I've modified my
..htaccess file to block that IP address. Are the postings actually coming
from that IP address, or do the "spam bots" (?) come from a source that has
no definable IP address that I can block? I'm looking for a solution that is
compatible with FrontPage and will allow blocking of spam comments to the
discussion board, short of removing the board or installing some type of
members-only login feature. It's a low-budget operation... just a guy w/a
web site, mostly a hobby.
 
Reply With Quote
 
 
 
 
Helpful person
Guest
Posts: n/a
 
      28th Apr 2006
One quick fix (although ugly) would be to link your home page to a sub
web with a password. On the home page tell people what the password is.

 
Reply With Quote
 
=?Utf-8?B?b2NjLWRvYy5uZXQ=?=
Guest
Posts: n/a
 
      28th Apr 2006
So, I'd have to have two web sites: The existing web site and a separate web
site with the discussion forum? And, people could enter the discussion forum
site through a link from the existing site, but they'd need a password?
You're correct, this sounds like more than I bargained for.

I'm checking with some vendors of "CAPTCHA" software, but it appears this
kind of software may be incompatible with FrontPage.

How come the spammer that is posting to my discussion board with a
particular IP address can't be blocked by denying that IP address access
using my .htaccess file? (I've tried to do this, but it doesn't work.)

"Helpful person" wrote:

> One quick fix (although ugly) would be to link your home page to a sub
> web with a password. On the home page tell people what the password is.
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      28th Apr 2006
> So, I'd have to have two web sites: The existing web site and a separate
> web
> site with the discussion forum? And, people could enter the discussion
> forum
> site through a link from the existing site, but they'd need a password?
> You're correct, this sounds like more than I bargained for.


No. You'd just need to have a passworded section in your current site to
which people would go to use your chat.

> I'm checking with some vendors of "CAPTCHA" software, but it appears this
> kind of software may be incompatible with FrontPage.


I don't think CAPTCHA is what you are looking for, but you can achieve the
same results like this -

<label for 'captcha'>What color is an orange?</label>
<input name="captcha" type="text"></input>

and then make it a required field, and that it contain "orange". This will
effectively block any automated postings....

--
Murray
--------------
MVP FrontPage


"occ-doc.net" <(E-Mail Removed)> wrote in message
news931568C-EABE-485B-921F-(E-Mail Removed)...
> So, I'd have to have two web sites: The existing web site and a separate
> web
> site with the discussion forum? And, people could enter the discussion
> forum
> site through a link from the existing site, but they'd need a password?
> You're correct, this sounds like more than I bargained for.
>
> I'm checking with some vendors of "CAPTCHA" software, but it appears this
> kind of software may be incompatible with FrontPage.
>
> How come the spammer that is posting to my discussion board with a
> particular IP address can't be blocked by denying that IP address access
> using my .htaccess file? (I've tried to do this, but it doesn't work.)
>
> "Helpful person" wrote:
>
>> One quick fix (although ugly) would be to link your home page to a sub
>> web with a password. On the home page tell people what the password is.
>>
>>



 
Reply With Quote
 
=?Utf-8?B?b2NjLWRvYy5uZXQ=?=
Guest
Posts: n/a
 
      29th Apr 2006
I added a field to the post comments page, "What color is an orange." I
entered validation criteria for this text box field so that, if the user
doesn't enter "orange," nothing gets posted and the user gets an error page.
This seems to be blocking the spam bot.

Almost 30 yrs ago, I took an entry-level Fortran programming course. Those
of us who solved the problems correctly got "B" grades, unless we solved the
problems simply and elegantly and then we got "A" grades. This "orange"
spambot filter approach should get an "A" grade. Thanks!

"Murray" wrote:

> > So, I'd have to have two web sites: The existing web site and a separate
> > web
> > site with the discussion forum? And, people could enter the discussion
> > forum
> > site through a link from the existing site, but they'd need a password?
> > You're correct, this sounds like more than I bargained for.

>
> No. You'd just need to have a passworded section in your current site to
> which people would go to use your chat.
>
> > I'm checking with some vendors of "CAPTCHA" software, but it appears this
> > kind of software may be incompatible with FrontPage.

>
> I don't think CAPTCHA is what you are looking for, but you can achieve the
> same results like this -
>
> <label for 'captcha'>What color is an orange?</label>
> <input name="captcha" type="text"></input>
>
> and then make it a required field, and that it contain "orange". This will
> effectively block any automated postings....
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "occ-doc.net" <(E-Mail Removed)> wrote in message
> news931568C-EABE-485B-921F-(E-Mail Removed)...
> > So, I'd have to have two web sites: The existing web site and a separate
> > web
> > site with the discussion forum? And, people could enter the discussion
> > forum
> > site through a link from the existing site, but they'd need a password?
> > You're correct, this sounds like more than I bargained for.
> >
> > I'm checking with some vendors of "CAPTCHA" software, but it appears this
> > kind of software may be incompatible with FrontPage.
> >
> > How come the spammer that is posting to my discussion board with a
> > particular IP address can't be blocked by denying that IP address access
> > using my .htaccess file? (I've tried to do this, but it doesn't work.)
> >
> > "Helpful person" wrote:
> >
> >> One quick fix (although ugly) would be to link your home page to a sub
> >> web with a password. On the home page tell people what the password is.
> >>
> >>

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      29th Apr 2006
You're welcome. I've also used the much more elegant and sophisticated
"What color is the little red wagon", but the results seem about the
same.... 8)

--
Murray
--------------
MVP FrontPage


"occ-doc.net" <(E-Mail Removed)> wrote in message
news:4232A221-607B-42DE-BA89-(E-Mail Removed)...
>I added a field to the post comments page, "What color is an orange." I
> entered validation criteria for this text box field so that, if the user
> doesn't enter "orange," nothing gets posted and the user gets an error
> page.
> This seems to be blocking the spam bot.
>
> Almost 30 yrs ago, I took an entry-level Fortran programming course.
> Those
> of us who solved the problems correctly got "B" grades, unless we solved
> the
> problems simply and elegantly and then we got "A" grades. This "orange"
> spambot filter approach should get an "A" grade. Thanks!
>
> "Murray" wrote:
>
>> > So, I'd have to have two web sites: The existing web site and a
>> > separate
>> > web
>> > site with the discussion forum? And, people could enter the discussion
>> > forum
>> > site through a link from the existing site, but they'd need a password?
>> > You're correct, this sounds like more than I bargained for.

>>
>> No. You'd just need to have a passworded section in your current site to
>> which people would go to use your chat.
>>
>> > I'm checking with some vendors of "CAPTCHA" software, but it appears
>> > this
>> > kind of software may be incompatible with FrontPage.

>>
>> I don't think CAPTCHA is what you are looking for, but you can achieve
>> the
>> same results like this -
>>
>> <label for 'captcha'>What color is an orange?</label>
>> <input name="captcha" type="text"></input>
>>
>> and then make it a required field, and that it contain "orange". This
>> will
>> effectively block any automated postings....
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "occ-doc.net" <(E-Mail Removed)> wrote in message
>> news931568C-EABE-485B-921F-(E-Mail Removed)...
>> > So, I'd have to have two web sites: The existing web site and a
>> > separate
>> > web
>> > site with the discussion forum? And, people could enter the discussion
>> > forum
>> > site through a link from the existing site, but they'd need a password?
>> > You're correct, this sounds like more than I bargained for.
>> >
>> > I'm checking with some vendors of "CAPTCHA" software, but it appears
>> > this
>> > kind of software may be incompatible with FrontPage.
>> >
>> > How come the spammer that is posting to my discussion board with a
>> > particular IP address can't be blocked by denying that IP address
>> > access
>> > using my .htaccess file? (I've tried to do this, but it doesn't work.)
>> >
>> > "Helpful person" wrote:
>> >
>> >> One quick fix (although ugly) would be to link your home page to a sub
>> >> web with a password. On the home page tell people what the password
>> >> is.
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SPAM SPAM SPAm eggs bacon and SPAM Judy Gleeson \(MVP Outlook\) Microsoft Outlook Contacts 0 10th Aug 2008 07:53 AM
for bloggers: comment spam control Craig Freeware 0 31st May 2006 06:07 PM
Aewnet & comment spam Sahil Malik [MVP] Microsoft ADO .NET 6 15th Jun 2005 06:54 PM
Re: Turn the Entertainment ### SPAM SPAM SPAM ### industry into your personal Cash Cow! Papa DIY PC 0 10th Apr 2005 02:13 AM
Off-topic....comment on SPAM in newsgroups History Fan Anti-Virus 11 6th Jan 2005 12:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:38 PM.