Block IP Address Functionality
Table of Contents
- Overview
- What is the Block IP Address Feature?
- When to Use This Feature
- How to Configure the Block IP Address Feature
- How to Use the Block IP Address Feature
- IP Address Formats and Wildcards
- Emergency Access for Administrators
- Automatic Blocking (PRO Feature)
- Block Management Features
- Best Practices
- Troubleshooting
- Technical Details
- Configuration Reference
- Security Considerations
- Frequently Asked Questions
- Support
Overview
The Block IP Address functionality is a powerful security feature in the Failed Login Attempts Joomla! extension that automatically and manually protects your Joomla website from malicious login attempts. This feature creates a firewall system that blocks specific IP addresses from accessing your website after multiple failed login attempts.
What is the Block IP Address Feature?
The Block IP Address feature is a comprehensive security system that:
- Automatically blocks IP addresses after a configurable number of failed login attempts
- Manually blocks specific IP addresses through the administrator interface
- Supports wildcard patterns for blocking IP ranges (e.g., 192.168.1.*)
- Provides emergency access for administrators who get accidentally blocked
- Tracks blocking statistics including attempt counts and timestamps
- Offers flexible expiry options for temporary or permanent blocks
When to Use This Feature
Automatic Blocking
Enable automatic IP blocking when you want to:
- Protect against brute force attacks
- Automatically respond to repeated failed login attempts
- Reduce server load from malicious bots
- Implement proactive security measures
Manual Blocking
Use manual IP blocking when you need to:
- Block known malicious IP addresses
- Prevent access from specific geographic regions
- Block IP ranges from suspicious networks
- Implement immediate security responses
How to Configure the Block IP Address Feature
Step 1: Enable the Firewall
- Navigate to Components → Failed Login Attempts → Settings
- Go to the Main Settings tab
- Find the "Block IP Address" section
- Set "Enable Firewall" to Yes

Step 2: Configure Block Message
Customize the message displayed to blocked users:
- Block Message: Enter the HTML message shown to blocked visitors
- Default message includes information about the block and contact instructions
- You can use HTML formatting for better presentation
Step 3: Set Automatic Blocking Parameters (PRO Feature)
- Auto Block After Failed Attempts: Set the number of failed attempts (default: 3)
- The system counts failed attempts within a 24-hour period
- Once the threshold is reached, the IP is automatically blocked
Step 4: Configure Emergency Access
- Admin Emergency Access Key: Set a secret key (default: "fla")
- This allows administrators to access the backend even if their IP is blocked
- Access format:
yoursite.com/administrator/?fla
How to Use the Block IP Address Feature
Viewing Blocked IP Addresses
- Go to Components → Failed Login Attempts
- Click on "Blocked IP Addresses" in the submenu
- View the list of all blocked IPs with details:
- IP Address
- Block Reason
- Created Date
- Expiry Date
- Failed Attempts Count
- Last Attempt Date

Manual IP Blocking Methods
Method 1: Block from Login Attempts List
- Navigate to Components → Failed Login Attempts → Login Attempts
- Select the checkbox next to the IP addresses you want to block
- Click the "Block Selected IPs" button in the toolbar
- Confirm the action when prompted
Method 2: Add New Blocked IP
- Go to Components → Failed Login Attempts → Blocked IP Addresses
- Click the "New" button
- Fill in the IP Block Details:
- IP Address: Enter the specific IP or use wildcards (e.g., 192.168.1.*)
- Block Reason: Provide a description for the block
- Expiry Date: Set when the block should expire (leave empty for permanent)
- Click "Save" or "Save & Close"

Unblocking IP Addresses
- Navigate to Components → Failed Login Attempts → Blocked IP Addresses
- Select the IP addresses you want to unblock
- Click the "Unblock" button
- Confirm the action when prompted
IP Address Formats and Wildcards
Supported Formats
| Format | Description | Example |
|---|---|---|
| Single IP | Block a specific IP address | 192.168.1.100 |
| Wildcard Range | Block a range of IP addresses | 192.168.1.* |
| Subnet Wildcard | Block an entire subnet | 192.168.*.* |
| Network Wildcard | Block a network range | 10.*.*.* |
Wildcard Examples
192.168.1.*- Blocks all IPs from 192.168.1.1 to 192.168.1.25510.0.*.*- Blocks all IPs from 10.0.0.0 to 10.0.255.255203.0.113.*- Blocks all IPs in the 203.0.113.x range
Emergency Access for Administrators
What is Emergency Access?
Emergency access allows administrators to bypass IP blocking when they accidentally block their own IP address. This prevents complete lockout from the website administration.
How to Use Emergency Access
- If you're blocked from accessing
/administrator/ - Add your secret key to the URL:
yoursite.com/administrator/?fla - Replace "fla" with your configured secret key
- You can now access the administrator area to unblock your IP
Changing the Emergency Access Key
- Go to Components → Failed Login Attempts → Settings
- Find "Admin Emergency Access Key"
- Enter your custom secret key (avoid common words)
- Save the configuration
Automatic Blocking (PRO Feature)
How Automatic Blocking Works
- The system monitors failed login attempts from each IP address
- Counts are tracked within a 24-hour rolling window
- When the threshold is reached, the IP is automatically blocked
- The block includes the reason and attempt count
Configuration Options
- Threshold: Number of failed attempts before blocking (default: 3)
- Time Window: 24-hour period for counting attempts
- Block Duration: Permanent by default (can be modified manually)
Block Management Features
Viewing Block Information
For each blocked IP, you can see:
- IP Address: The blocked IP or pattern
- Reason: Why the IP was blocked (automatic or manual)
- Created Date: When the block was created
- Expiry Date: When the block expires (if set)
- Attempts: Number of failed login attempts
- Last Attempt: Most recent failed login attempt
Block Types
- Automatic Blocks: Created by the system after failed attempts
- Manual Blocks: Created by administrators
- Permanent Blocks: No expiry date set
- Temporary Blocks: Expire on a specific date
Best Practices
Security Recommendations
- Set a reasonable threshold: 3-5 failed attempts is typically effective
- Use strong emergency keys: Avoid common words like "admin" or "password"
- Regular monitoring: Check blocked IPs periodically for false positives
- Whitelist important IPs: Consider your own office/home IP addresses
Maintenance Tasks
- Review blocked IPs weekly: Remove outdated blocks
- Monitor attempt patterns: Look for coordinated attacks
- Update emergency keys: Change them periodically for security
- Test emergency access: Ensure it works before you need it
Troubleshooting
Common Issues
I'm Locked Out of My Admin Area
- Use emergency access:
yoursite.com/administrator/?fla - Replace "fla" with your configured secret key
- Once logged in, go to Blocked IP Addresses and unblock your IP
Emergency Access Doesn't Work
- Check if the secret key is correct
- Ensure the System - Failed Login Attempts plugin is enabled
- Contact your hosting provider to access via FTP/database
Legitimate Users Are Being Blocked
- Review the automatic blocking threshold
- Check for shared IP addresses (office networks, public WiFi)
- Consider increasing the failed attempt threshold
- Manually unblock legitimate IP addresses
Database Access (Emergency)
If you're completely locked out, you can manually unblock IPs via database:
- Access your database via phpMyAdmin or similar tool
- Find the table
#__failed_login_attempts_blocked_ips - Delete the row containing your IP address
- Clear your browser cache and try accessing the site again
Technical Details
Database Tables
- #__failed_login_attempts_logs: Stores all login attempts
- #__failed_login_attempts_blocked_ips: Stores blocked IP addresses and patterns
Plugin Dependencies
The Block IP functionality requires these plugins to be enabled:
- System - Web357 Framework (mandatory)
- Authentication - Failed Login Attempts (handles login checking)
- System - Failed Login Attempts (handles IP blocking)
- User - Failed Login Attempts (handles user events)
How Blocking Works Technically
- Login Attempt: User tries to log in
- IP Check: System checks if IP is in blocked list
- Pattern Matching: Supports exact matches and wildcard patterns
- Block Response: Returns 403 Forbidden with custom message
- Attempt Logging: Updates attempt count and timestamp
Configuration Reference
Main Settings
| Setting | Default | Description |
|---|---|---|
| Enable Firewall | Yes | Master switch for IP blocking functionality |
| Block Message | Access Denied message | HTML message shown to blocked users |
| Auto Block After Failed Attempts | 3 | Number of failed attempts before automatic blocking (PRO) |
| Admin Emergency Access Key | fla | Secret parameter for emergency admin access (PRO) |
Block Record Fields
| Field | Required | Description |
|---|---|---|
| IP Address | Yes | IP address or pattern to block |
| Block Reason | No | Description of why the IP was blocked |
| Expiry Date | No | When the block expires (empty = permanent) |
| Failed Attempts | Auto | Number of failed attempts (read-only) |
Security Considerations
Important Warnings
⚠️ Critical Security Notes
- Test emergency access before enabling automatic blocking
- Keep your emergency key secret and change it regularly
- Don't block your own IP without testing emergency access first
- Monitor blocked IPs to avoid blocking legitimate users
Recommended Settings
- Failed Attempt Threshold: 3-5 attempts
- Emergency Key: Use a unique, non-dictionary word
- Block Message: Include contact information for legitimate users
- Regular Reviews: Check blocked IPs monthly
Frequently Asked Questions
Q: What happens when an IP is blocked?
A: Blocked users see a 403 Forbidden error with your custom block message. They cannot access any part of your website until unblocked.
Q: Can I block IP ranges?
A: Yes, use wildcard patterns like 192.168.1.* to block entire IP ranges.
Q: How long do automatic blocks last?
A: Automatic blocks are permanent by default, but you can manually set expiry dates when editing blocked IPs.
Q: What if I block my own IP by mistake?
A: Use the emergency access feature by adding your secret key to the administrator URL (e.g., /administrator/?fla).
Q: Can I see who created a block?
A: Yes, the system tracks whether blocks were created automatically (system) or manually (by specific admin users).
Q: Do blocks affect search engines?
A: Blocks affect all traffic from the IP address. Be careful not to block legitimate search engine crawlers.
Support
If you need help with the Block IP Address functionality:
- Check the documentation
- Contact Web357 support for technical assistance
- Visit the product page for more information