Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

jonathanaz
Starting Member

USA
4 Posts

Pre-sales questions only
(More Details...)

Posted - 11/30/2018 :  17:45:40  
We have a book buyback site. Someone is trying to run through several million ISBNs using a few thousand proxy servers. What is the best way to add Captcha to the search? I'm running v6.5.6 and I know 6.6 has built in Captcha for some pages but not search. I have some customized mods and don't want to upgrade if its not going to help adding Captcha to the search. Thanks!

Jonathan Brown

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 11/30/2018 :  18:58:46  
Can you tell if these are bots or human in your website logs?

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

jonathanaz
Starting Member

USA
4 Posts

Pre-sales questions only
(More Details...)

Posted - 11/30/2018 :  19:05:17  
Bots. They are just using several thousand proxy servers (non-US) sending ISBNs to the search function. I'm guessing they are trying to get my pricing information. I have a workaround in place for now but need something permanent. Only US customers can send us books through the buyback site so I had looked into blocking all non-US addresses but Captcha on the search seems like a better fit. It's literally a hundred requests a minute at times.

Jonathan Brown

Andy
ECT Moderator

95440 Posts

Posted - 11/30/2018 :  22:57:57  
Hi Jonathan

There isn't a Captcha feature for the search page. I would have thought that if they wanted your pricing they would just scrape the product pages so it's very odd to be using the search for that.

Andy

Please feel free to review / rate our software

jonathanaz
Starting Member

USA
4 Posts

Pre-sales questions only
(More Details...)

Posted - 12/01/2018 :  01:31:11  
We don't display the product page. To find out if we are making an offer you have to do a search. I'm assuming the incsearch is where I should be adding the Captcha vs the search page. Any tips or things I should look out for? Thanks.

Jonathan Brown

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 12/01/2018 :  06:15:04  
For ASP, put this in the head of your pages since bots do not use browsers.
<%
test=(Request.ServerVariables("http_user_agent"))
IF test="" THEN
Response.Redirect "PUT URL OF WHERE YOU WANT THEM TO GO"
END IF
%>

PUT URL OF WHERE YOU WANT THEM TO GO - you can send them to Google or create a dead end (blank) .htm page on you site, e.g. yoursite.com/rejected.htm

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

jonathanaz
Starting Member

USA
4 Posts

Pre-sales questions only
(More Details...)

Posted - 12/01/2018 :  08:31:30  
Thanks! I really appreciate all the help.

Jonathan Brown

Marshall
Ecommerce Template Guru

USA
1874 Posts

Posted - 12/01/2018 :  09:14:12  
You can use the same trick for when there is no IP
<%
test=(Request.ServerVariables("remote_addr"))
IF test="" THEN
Response.Redirect "REDIRECT TO WHERE EVER"
END IF
%>
I use these tricks on contact form pages to help prevent spam before they can even open the page.

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

insight
ECT Moderator

USA
4476 Posts

Posted - 12/02/2018 :  18:51:27  
Not sure of the value of that to be honest, I see a lot of bots on a daily basis and they pretty much all send a User-Agent of some sort and an IP address.

Peter

ServeLink
Professional ecommerce web hosting for ASP & PHP
https://servelink.com

Take a look at our image upload/resize tool for the ASP cart
https://servelink.com/clients/cart.php?gid=7
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000