Home
Documentation
Members Area
Support Forum
License Agreement
Products

MojoProtector MySQL Documentation
Logging

mojoProtector offer some very high level of security features in addition to the .htaccess authentication.

Tracking members loggings (for both failed and good logins)
 

mojoProtector can log every login attempts made by your users. To enable failed logins, you simply turn it on from the "behavior" link. However, success logins can be logged only if your server allows SSI and you need to embed this little SSI call into your protected default webpage (i.e index.shtml)

<!--#exec cgi="/cgi-bin/mojoProtector/log.cgi"-->

or

<!--#include virtual="/cgi-bin/mojoProtector/log.cgi"-->

where "/cgi-bin/mojoProtector/log.cgi" is the actual path to your log.cgi file.

This command will print out the message "welcome back, [username]".

Make sure you have turned "Log success logins?" and "Log fail logins? " on from "behavior".

 

Enable automatic suspension of abuse accounts
 

If you enable log success logins, then mojoProtector will keep track of every logins by any user along with the associated IP address. If user tries to login from multiple places (a sign of share password) and exceed the allowable IPs difference then his/her account will be suspended and taken out of the protected directory.

In the behavior configuration, you can set how many different IP addresses the user can have within 7 days before his account get suspended.

Also in the behavior configuration, you can set how many failed attempts the user can have before his account get suspended.

   
 
All contents © 2001-2002 mojoscripts.com unless otherwise posted
for contact information, please email us at webmaster@mojoscripts.com