Title: Traffic Jammer
Author: Carey
Published: <strong>7 ਅਕਤੂਬਰ 2022</strong>
Last modified: 19 ਅਕਤੂਬਰ 2025

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

![](https://ps.w.org/traffic-jammer/assets/icon-256x256.png?rev=2993868)

# Traffic Jammer

 [Carey](https://profiles.wordpress.org/slick2/) ਵੱਲੋਂ

[ਡਾਊਨਲੋਡ ਕਰੋ](https://downloads.wordpress.org/plugin/traffic-jammer.1.4.91.zip)

 * [ਵੇਰਵਾ](https://pan.wordpress.org/plugins/traffic-jammer/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/traffic-jammer/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/traffic-jammer/#installation)
 * [ਵਿਕਾਸ](https://pan.wordpress.org/plugins/traffic-jammer/#developers)

 [ਸਹਿਯੋਗ](https://wordpress.org/support/plugin/traffic-jammer/)

## ਵੇਰਵਾ

Prevent unwanted traffic incidents that might result in site outages and billing
overages. WordPress plugin that blocks IP and bots categorized as harmful, resulting
in heavy server loads from frequently crawled pages, or utilized in vulnerability/
security breach scans.

### Usage instructions for Integrating AbuseIPDb

 1. Obtain your free API key from AbuseIPDB ([](https://www.abuseipdb.com)).
 2. Install and activate the plugin via your WordPress dashboard.
 3. Configure the plugin settings by adding your API key and setting threat thresholds.

### Firewall

 * Manually add an IP to be blocked
 * Manually add Bots/User-Agents/Scrappers to prevent site visit
 * Manually add an IP to be whitelisted on the login page
 * Automatically block malicious traffic thru analysis on an hourly basis
 * Automatically block excessive login attempts with configurable threshold
 * Automatically block excessive visits from an incremented query that would bust
   the CDN cache

### WP-CLI commands

    ```
    Example
    wp jam block 127.0.0.10
    wp jam unblock 127.0.0.10
    wp jam topip
    ```

### 󠀁[Pantheon.io](https://pantheon.io)󠁿

Prevent traffic overages due to excessive visits from malicious traffic. The plugin
can be used on sites hosted on [Pantheon.io](https://pantheon.io) and no additional
symlinks required.

#### Pantheon terminus command

    ```
    terminus wp sitename.env -- jam block 127.0.0.1
    terminus wp sitename.env -- jam unblock 127.0.0.1
    ```

## ਸਕਰੀਨਸ਼ਾਟ

 * [[
 * Admin UI
 * [[
 * Block Bots
 * [[
 * Whitelist IP
 * [[
 * AbuseIPDB Integration
 * [[
 * Settings
 * [[
 * Reports – Top IP
 * [[
 * Reports – Top User Agents

## ਸਥਾਪਤੀਕਰਨ

 1. Download the plugin via WordPress.org page
 2. Upload the compress archive through the ‘Plugins > Add New > Upload’ screen in 
    your WordPress dashbboard
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## ਸਮੀਖਿਆਵਾਂ

![](https://secure.gravatar.com/avatar/188801e52d933a1a9493cf92215c11830f27ed6470a1284238a0defd96922614?
s=60&d=retro&r=g)

### 󠀁[Great plugin!](https://wordpress.org/support/topic/great-plugin-40333/)󠁿

 [Than_sad](https://profiles.wordpress.org/than_sad/) 27 ਮਾਰਚ 2025

Simple and basic plugin to automatize the control of abusive access to your WordPress.
Simple because isn’t modifying your Wordpress too much, adding hundred of not needed
functions or forwarding your data and control to cloud services outside your domain.
Basic because do just what you need to control the access to your Wordpress. If 
you are tired of check your apache/nginx access log, check the abusive IPs activity
on AbuseIPDB and block the access to them throw your .htaccess. This plugin does
it automatically for you. Just get your API Key (on AbuseIPDB), setup the confidence
of abuse threshold from AbuseIPDB and the plugin will check the IPs and add to the
IP block list automatically. Also the support from the plugin author is fast and
resolutive. And the best… it’s free. No limited functions or premium versions. The
only thing missing is the ability to control the access by hostname, to be the perfect
tool.

 [ Read all 1 review ](https://wordpress.org/support/plugin/traffic-jammer/reviews/)

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Traffic Jammer” is open source software. The following people have contributed 
to this plugin.

ਯੋਗਦਾਨੀ

 *   [ Carey ](https://profiles.wordpress.org/slick2/)

[“Traffic Jammer” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/traffic-jammer)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/traffic-jammer/), check
out the [SVN repository](https://plugins.svn.wordpress.org/traffic-jammer/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/traffic-jammer/)
by [RSS](https://plugins.trac.wordpress.org/log/traffic-jammer/?limit=100&mode=stop_on_copy&format=rss).

## ਤਬਦੀਲੀ-ਚਿੱਠਾ

= 1.4.91=
 * tested working on 6.8.3 * fix php errors

#### 1.4.9

 * disallow network activation on a multisite

#### 1.4.8

 * fix php error during plugin deactivation

#### 1.4.7

 * fix bug on the report

#### 1.4.4

 * option to disable limit failed login
 * show abuse score on the reports if Abusedb API is present

#### 1.4.3

 * version bump, tested for WordPress version 6.7.2

#### 1.4.0

 * added threshold 50 and 60 options
 * tested working with 6.5.3

#### 1.3.3

 * revised readme.txt
 * tested working on 6.5

#### 1.3.0

 * cleanup code

#### 1.2.6

 * readme and tags formatting

#### 1.2.5

 * Tested to work with version 6.4.3

#### 1.2.4

 * Tested to work with version 6.4.1

#### 1.2.3

 * Tested to work WordPress version 6.3.2

#### 1.2.2

 * Tested to work WordPress version 6.3.1

#### 1.2.1

 * fixed PHP warnings when running cli commands
 * added for the commands topip

#### 1.1.2

 * fixed deprecated warnings

#### 1.1.1

 * prevent selection or entering 0 to the login threshold that would result in lockout

#### 1.1.0

 * added 5 days in the selection of retention period of logs

#### 1.0.10

 * fix bug on detecting real IP when domain is using Cloudflare proxy

#### 1.0.9

 * fix bug on updating abuseipdb key and options
 * added checking of error when calling abuseipdb endpoint

#### 1.0.8

 * Settings for AbuseIPDB has a separate tab
 * Added threshold field for minimal abuse score

#### 1.0.7

 * added AbuseIPDB feature to block malicious traffic

#### 1.0.6

 * added feature to automatically block IPs which have failed login
 * option to limit the number of retries of failed login before it would be blocked

#### 1.0.5

 * added blocking for cache busting URL query strings

#### 1.0.4

 * added schedule event for log trimming
 * added setting for log retention

#### 1.0.3

 * added database version log for future updates

#### 1.0.2

 * added reports page

#### 1.0.1

 * tabbed content
 * show current IP
 * simple instructions

#### 1.0.0

 * 2022-10-07
 * Stable release approved by WordPress.org

## ਮੈਟਾ

 *  Version **1.4.91**
 *  Last updated **6 ਮਹੀਨੇ ਪਹਿਲਾਂ**
 *  Active installations **40+**
 *  WordPress version ** 5.6 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Language
 * [English (US)](https://wordpress.org/plugins/traffic-jammer/)
 * Tags
 * [block ip](https://pan.wordpress.org/plugins/tags/block-ip/)[bots](https://pan.wordpress.org/plugins/tags/bots/)
   [login](https://pan.wordpress.org/plugins/tags/login/)[pantheon](https://pan.wordpress.org/plugins/tags/pantheon/)
   [security](https://pan.wordpress.org/plugins/tags/security/)
 *  [Advanced View](https://pan.wordpress.org/plugins/traffic-jammer/advanced/)

## ਦਰਜਾਬੰਦੀ

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/traffic-jammer/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/traffic-jammer/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/traffic-jammer/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/traffic-jammer/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/traffic-jammer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/traffic-jammer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/traffic-jammer/reviews/)

## ਯੋਗਦਾਨੀ

 *   [ Carey ](https://profiles.wordpress.org/slick2/)

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/traffic-jammer/)

## ਦਾਨ ਦਿਉ

Would you like to support the advancement of this plugin?

 [ ਇਸ ਪਲੱਗਇਨ ਨੂੰ ਦਾਨ ਦਿਉ ](https://www.paypal.com/donate/?hosted_button_id=8M46X2F79WATW)