✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for WPS Limit Login: Failed Attempts and Lockouts

WPS Limit Login stores retries, lockouts, and lockout history in serialised wp_options entries plus a logging table when logging is enabled. SleekView Charts groups those records into Number, Pie, Bar, and Area cards so brute-force activity gets a visual layer instead of a textarea log preview.

♾️ Lifetime License available

SleekView Charts dashboard for WPS Limit Login

Brute-force data, finally aggregated

WPS Limit Login keeps a compact set of records. Active retries live in wp_options under wps_limit_login_retries, current lockouts in wps_limit_login_lockouts, and the lockout history in wps_limit_login_logged, each keyed by IP address with timestamp and attempt count. When logging is enabled the plugin also writes a textarea-style log entry per event. The bundled UI shows totals, the last failures, and a long sortable list, but it never aggregates by hour, IP rank, or attack vector.

SleekView Charts puts the answers on one screen. A Number card carries today's lockouts, a Pie groups by attempt source (XML-RPC, login form, WooCommerce login, auth cookies), a Bar ranks IPs by retry count, and an Area card tracks lockouts per day. Each card runs server-side against the same wp_options rows and the optional logging table, so no extra storage is added.

Whitelist and blacklist entries from wps_limit_login_whitelist are joinable too, so a dashboard can immediately answer how many attempts originated from non-whitelisted IPs and which protections kicked in first.

Workflow

From wp_options to a brute-force dashboard

1

Connect the WPS Limit Login options

Register wps_limit_login_lockouts, wps_limit_login_retries, and wps_limit_login_logged as sources. IP, attempt count, lockout time, and source become groupable fields.
2

Drop four cards

Number for today's lockouts, Pie for attempt sources, Bar for top IPs by retry count, Area for lockouts per day. Each card runs server-side aggregations across the limit-login data.
3

Save the dashboard

Pin the layout for security review. A global date range and source filter (XML-RPC, login form, WooCommerce, auth cookies) reframe every card at once during an attack wave.
4

Scope per role

Hand junior admins a read-only triage view. Whitelist, blacklist, retry threshold, and lockout duration settings stay behind WPS Limit Login's own configuration screens.

Sample dashboard

Charts you can build from WPS Limit Login data

Four cards that turn the bundled lockout list and the retry counter into a single brute-force dashboard.
Number · Default

Lockouts today

A KPI counting entries in wps_limit_login_lockouts with a timestamp in the last 24 hours. The first number on every morning review of brute-force traffic.
Count
Pie · Donut

Attempts by source

Distribution of failed-attempt sources across wp-login, XML-RPC, WooCommerce, and auth-cookie checks. A sudden shift in mix usually flags an XML-RPC or WooCommerce-specific campaign.
Count group by source
Bar · Horizontal

Top retried IPs

IPs ranked by total attempt_count from wps_limit_login_retries. Pair with the SleekView grid for the matching rows and a one-step move to the blacklist.
Sum(attempt_count) group by ip_address
Area · Gradient

Lockouts per day

Lockout volume per day from the timestamp on wps_limit_login_logged. Attack waves show as sharp peaks against a calm baseline.
Count group by lockout_time

Comparison

Default WPS Limit Login screens vs SleekView Charts

Default lockout list and counter

  • The lockout history is a chronological list without aggregation.
  • No built-in chart of attempt-source mix or top retried IPs.
  • Daily lockout volume is not part of the default UI.
  • Whitelist and blacklist joins require direct option inspection.
  • WooCommerce login attempts and main login attempts share a screen with no split.

SleekView Charts

  • Charts run on wps_limit_login_lockouts, wps_limit_login_retries, and wps_limit_login_logged with no extra storage.
  • Group by ip_address, source, role, or any field unpacked from the serialised options.
  • Filters by date range and attempt source apply globally across every card.
  • Whitelist and blacklist data join cleanly to the same dashboard.
  • Saved layouts scope per role for ops, security, and compliance audiences.

Features

What SleekView Charts gives you for WPS Limit Login

Triage as a dashboard

Lockouts today, source mix, top retried IPs, and daily volume in one screen. Review starts at the dashboard instead of paging through the lockout history.

Filters that reframe everything

Set a source or date range once. Every card updates including the time-series Area chart and the IP ranking, no per-card editing.

Read-only by default

Charts never write to the WPS Limit Login options. Whitelist, blacklist, threshold, and duration edits stay in the plugin's own settings screens.

Audience

Who builds WPS Limit Login charts dashboards with SleekView

Security admins

Open the dashboard, scan source mix and daily lockouts, then click into the grid only when a spike calls for a blacklist update on a specific IP.

Agency support

Give clients a one-screen brute-force overview. Today's lockouts, top source, top IP, and the trend chart in one shared dashboard.

Incident responders

Use the daily Area chart to scope when a wave started and stopped, then narrow the grid to the matching wps_limit_login_logged rows for deeper context.

The bigger picture

Why brute-force data deserves a visual layer

WPS Limit Login captures the data needed to spot a brute-force campaign, but its admin screens are designed to surface individual rows. Aggregate questions, the ones that matter when an attack is in progress or being reviewed afterward, need charts. Which source took the most attempts, which IPs were most persistent, when did the spike start.

Those questions are about distribution and time, not about a single retry counter. SleekView Charts gives the WPS Limit Login data a real dashboard surface so security teams can answer trend questions without exporting and without leaving WordPress.

Questions

Common questions about SleekView Charts for WPS Limit Login

Yes. The wps_limit_login wp_options entries exist in the free version. SleekView Charts reads the unpacked option rows just like a table, and the optional logging table plugs in directly when log mode is on.

 

SleekView's source layer unpacks serialised arrays into structured rows with IP, attempt count, and timestamp columns. Once registered, those fields are groupable like any database column on a normal table.

 

No. Charts read from the existing wp_options rows and the optional logging table and never write to them. The plugin continues to throttle attempts and lock out IPs exactly as before.

 

Yes. Each card supports CSV export of its aggregated values, and the underlying SleekView grid is one click away for the raw lockout and retry rows behind any chart.

 

No. Whitelist and blacklist edits live in the WPS Limit Login settings screen, not the chart cards. The dashboard is intentionally read-only so the visual layer never modifies the limit-login configuration.

 

Yes. WPS Limit Login supports multisite with extra MU settings. SleekView respects the active scope so network admins can build a per-site or network-wide rollup dashboard from the same options.

 

Yes. The plugin records the attempt source so a chart can split by wp-login, XML-RPC, WooCommerce login, and auth-cookie checks, and a global source filter reframes the dashboard for any one of them.

 

The plugin can email an admin when a lockout occurs. Email configuration stays in the WPS Limit Login settings, while the chart cards make the underlying volume visible to anyone who needs the data without enabling email alerts.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView