Home Client Area Affiliate Program Features Sign In
IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
Search Engine Spiders & CAPTCHA
Howard
post Apr 21 2008, 01:12 PM
Post #1


Newbie
*

Group: Members
Posts: 2
Joined: 21-April 08
Member No.: 128



Hello, I have recently learned about firewallscript and was wondering whether or not the DDOS/DOS protection allows spiders through and will ignore them.

This is important so that the site does get indexed..

Additionally I was wondering if it's possible to enable captcha only after a failed login on an application I build.

When using FirewallScript with .htaccess, do all of the features still work?

Thank you for your time,
Howard

Go to the top of the page
 
+Quote Post
admin
post Apr 21 2008, 06:02 PM
Post #2


Advanced Member
***

Group: Root Admin
Posts: 163
Joined: 8-April 08
Member No.: 3



.htaccess method or file editing method makes no difference in terms of how FWS works.

For the DOS, the short answer is yes. Basically, what I'd recommend is to execute a php plugin on failure. The plugin would be simple - copy the example, and in it confirm if the user is a spider or not (this is done via user-agent matching). If so, just let the spider through, otherwise do whatever you want to do (exit script execution, etc.)

For the captcha - sure, you'd just need to know what you need to check. smile.gif
Go to the top of the page
 
+Quote Post
Howard
post Apr 21 2008, 06:22 PM
Post #3


Newbie
*

Group: Members
Posts: 2
Joined: 21-April 08
Member No.: 128



QUOTE (admin @ Apr 21 2008, 06:02 PM) *
.htaccess method or file editing method makes no difference in terms of how FWS works.

For the DOS, the short answer is yes. Basically, what I'd recommend is to execute a php plugin on failure. The plugin would be simple - copy the example, and in it confirm if the user is a spider or not (this is done via user-agent matching). If so, just let the spider through, otherwise do whatever you want to do (exit script execution, etc.)

For the captcha - sure, you'd just need to know what you need to check. smile.gif


Thank you for the reply, I am coding with the cakePHP Framework, are you familiar with that and would you know if it has any issues with integration?
Go to the top of the page
 
+Quote Post
admin
post Apr 21 2008, 08:26 PM
Post #4


Advanced Member
***

Group: Root Admin
Posts: 163
Joined: 8-April 08
Member No.: 3



I'm vaguely familiar with it. There's no reason our software wouldn't work with it that I can imagine. smile.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th November 2008 - 06:31 PM