[ class tree: plugins ] [ index: plugins ] [ all elements ]

Procedural File: failed_access_blocker.php

Source Location: /zp-extensions/failed_access_blocker.php

Page Details

Blocks IP addresses which have had multiple failed access attempts

Hackers often use "probing" or "password guessing" to attempt to breach your site This plugin can help to throttle these attacks. It works by monitoring failed access to the admin pages. If a defined threashold is exceeded by requests from a particular IP address, further access attempts from that IP accress will be ignored.

Author:  Stephen Billard (sbillard)
Classes
Class Description
failed_access_blocker Option handler class
Functions
failed_access_blocker_adminGate  [line 76]

Monitors blocked accesses to Admin pages

Parameters:
bool   $allow:  ignored
string   $page:  ignored


void failed_access_blocker_adminGate( bool $allow, string $page  )

[ Top ]
failed_access_blocker_login  [line 64]

Monitors Login attempts

Parameters:
bit   $loggedin:  will be "false" if the login failed
string   $user:  ignored
string   $pass:  ignored


void failed_access_blocker_login( bit $loggedin, string $user, string $pass  )

[ Top ]


Documentation generated on Tue, 20 Dec 2011 16:07:11 +0100 by phpDocumentor 1.4.3