Post Pay Counter

Description

Easily calculate and handle authors’ pay on a multi-author blog. Set up payment criteria and let the plugin compute posts payment. Stats are immediately viewable. Both a general view with all users and a specific one for each author are available. It can easily help you implement a revenue sharing/paid to write model for your business.

Plugin HOMEPAGE

Features include:

  • Pay per post, word, visit (tutorial), image and comment (not mutually exclusive).
  • Pay with an incremental system (eg. each word is €0.01 => 100 words = €1) or with a zonal one (eg. from 200 to 300 words/visits it’s €2.00, up to 10 zones).
  • No account needed. Data is yours, no need to sign-up to anything really.
  • Old stats availability. View posts countings since the first written post, disregarding the plugin install date. A fancy date picker lets you shift between days and select the desired range, or pick a ready choice (such as This month, Last month…).
  • Responsive and sortable stats: optimized stats page for mobile devices and sortable stats table.
  • Personalize user’s settings, so that special settings only apply to a particular user. Different settings can be made apparent in the stats or hidden depending on your needs.
  • Customizable permissions to prevent your users to see stats and use functions they are not supposed to.
  • Extend with your own custom implementation through hooks, filters and special API features (learn more).
  • And… works with custom post types, narrow your payments only to chosen user groups, supports pagination, and even more!

GitHub repository (wanna join us coding?)

Payment management, more visits tracking methods, and pay with PayPal

The PRO version includes integration with Google Analytics, Matomo Analytics, Plausible Analytics, Adsense Revenues sharing, payments management and PayPal payments. Among other stuff, it also allows to keep a convenient log of past payments and to display stats in public pages through a shortcode.

Integrate with Facebook

The Facebook addon allows to pay posts for the Facebook shares and comments they receive.

Browse all extensions.

Available languages

Post Pay Counter is available in:

  • English
  • French (Alexandre Mark)
  • German (Julian Beck)
  • Dutch (Elza van Swieten)
  • Italian (Stefano Ottolenghi)
  • Portoguese (Marco Dantas)
  • Turkish (A. Bilgen)
  • Czech (Ji?í Ku?era)
  • Russian (Azat Seyitmuhammedov)

If you want to translate it in your own language and get a discount on the PRO version, contact us!

Screenshots

  • Post Pay Counter general stats (i.e. all author are shown). The provided datapicker allows to edit the time range and select the wished stats
  • Post Pay Counter per author stats
  • Post Pay Counter settings page
  • Stats responsive layout
  • The tooltip with all the counting details
  • Extensive documentation in options tooltips

Installation

  1. Upload the directory of the Post Pay Counter in your wp-content/plugins directory; note that you need the whole folder, not only the single files.
  2. Activate the plugin through the “Activate” button in the “Plugins” page of your WordPress.
  3. Head to the configuration page first. The plugin already comes with a predefined set of settings, but you may want to set it up to better suit your needs.
  4. That’s it, you are done! You can now check the stats page to browse all the countings.

FAQ

You said I could pay per visit. How do I do that?

There’s a tutorial about that. However, note that Post Pay Counter does not keep track of visits itself, and requires an external visits tracking system to be active. PPC supports a number of popular analytics services.

I installed the plugin but it does not show up in the menu. Also, if I go to the settings page, it says I am not authorized

That is probably due to a permissions manager plugin active on your site. Check that capabilities post_pay_counter_access_stats and post_pay_counter_manage_options are correctly assigned and working.

Can I pay for BBPress contents?

Yes! In Post Pay Counter > Options > Miscellanea > Allowed post types, make sure you have Topic and Reply ticked, and those types of contents will be included in countings.

You can have a look at the apt tutorial for more details.

I don’t want errors to be logged

Set to false the constant PPC_DEBUG_LOG in post-pay-counter.php, it is located at line 44.
From this: define( ‘PPC_DEBUG_LOG’, true );
It must become: define( ‘PPC_DEBUG_LOG’, false );

Reviews

October 2, 2023
I’ve been using this app for almost 3 years now. Features are excellent and so is the Customer Service. Stefano is very responsive and he always looked at my concerns. The app is regulary improving also. Thanks, PPC! Thank you, Stefano! Keep it up!
November 17, 2019 1 reply
The ONLY valid plugin to manage editor payment at any level. Tons of options but easy to configure. Great support!
December 5, 2018 1 reply
I bought a pro version, there is no other similar plugin. Software is good and work. Support is great. There were things I did not understand, but Stefano was very polite, helpful and responsible. I hope the plugin continues to grow. Thank you and all the best Team(Post Pay Counter)!
July 4, 2017 1 reply
This plugin works like a charm and makes our job a lot easier…does what it promises without much fuss…but still, I would say the free version is missing a couple of very basic and key features like “mark a post as paid” and “keep previous post stat intact after updating pay rates”. I wish the developer considers these suggestions.
Read all 46 reviews

Contributors & Developers

“Post Pay Counter” is open source software. The following people have contributed to this plugin.

Contributors

“Post Pay Counter” has been translated into 4 locales. Thank you to the translators for their contributions.

Translate “Post Pay Counter” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.791 (2024-02-09)

  • Fix: remove mistaken preview feature.

2.790 (2024-02-08)

  • Fix: CVE-2023-47673 (issues with version numbers, but fix was already in previous version).
  • Fix: XSS in order and orderby params.

2.784 (2023-12-06)

  • Fix: CVE-2023-47673.
  • Fix: payment thresholds misbehaving.
  • Tweak: add notice to tooltips when payment thresholds not met.

2.783 (2023-10-03)

  • Tweak: tooltips on mobile (it’s ugly, but it works, and without js!)
  • Fix: conflict with old Slimstat PPC addon.

2.782 (2023-07-05)

  • New: Top 10 WP plugin added as supported visits tracker.
  • Fix: visits tracker being saved to null for user’s settings.
  • Tweak: Import/Export settings box to only show user’s specific settings.

2.781 (2023-06-08)

  • Fix: update migration issue.

2.780 (2023-06-07)

  • New: easy visits trackers selection. Old callback/postmeta settings will be migrated automatically.
  • New: support for Active Analytics visits plugin.
  • Fix: potential error in plugins error log box.

2.772 (2023-03-24)

  • Fix: ensure log file exists before opening it.
  • Fix: settings saving for PRO version 1.9.

2.771 (2023-01-20)

  • Fix: regression.

2.770 (2023-01-20)

  • Improv: performance! Reduce memory usage, loading time, and cache snapshots size (by dropping post_content from output).
  • Improv: use PHP native word counting function instead of slower legacy method. New installs get this by default, otherwise you have to enable it in words payment settings.
  • Improv: performance of visits payment (a PRO update will make Analytics more efficient).
  • Improv: use stats cache snapshots by default, and use parameter to deactivate that.
  • Improv: make cache snapshots applicable to as many users as possible.
  • Fix: stop logging ppc_empty_selection_error.
  • Fix: properly exit if user visits another user’s stats page without appropriate permissions.
  • Fix: possible concatenation issue in grp_filter_user_roles.
  • Fix: auto select Custom in stats date picker when appropriate.
  • Fix: hide visits counting method in user settings (only general).
  • Various minor fixes and improvements, especially performance-wise.

2.768 (2022-03-12)

  • Tweak: support for settings overriding in payment computation – this mostly addresses an issue with the Publisher Bonus addon, see here for details https://postpaycounter.com/fixed-a-publisher-bonus-issue-with-complicated-settings-setups/.

2.767 (2022-01-18)

  • Tweak: support for settings priority tweaking (see https://postpaycounter.com/define-settings-priority/ ).

2.766 (2021-11-19)

  • Fixed: error with PHP 8 when filtering per post type in post edit page.

2.765 (2021-09-11)

  • Fixed: issue with Publisher Bonus (and potentially other author payment criteria) where stats would not be computed if no posts were to be displayed (but some author had author payments).
  • Fixed: broken Javascript effects in options page.

2.764 (2021-07-11)

  • Fixed: welcome page PHP fatal error.
  • Fixed: changelog page PHP notice.

2.763 (2021-04-07)

  • Tweak: improved addons update mechanism.

2.762 (2020-12-15)

  • Fix: no users showing up if nobody had posts to be displayed (although Display all users was enabled).
  • New: polish locale.

2.761 (2020-10-29)

  • Fix: farthest starting date in stats would sometimes not correspond to first published post.
  • Fix: stats could show empty even if there were posts to show in the selected time range.
  • Fix: some sanitization of parameters.
  • Fix: user role selection not working in stats.
  • Fix layout glitch with right-to-left locales.
  • Tweak: moving error log from database to file.

2.760 (2020-08-25)

  • Feature: allow to exclude figure captions from word count.
  • Fix: word count would not get immediately updated if post cache was enabled and post was edited.

2.759 (2020-08-17)

  • Fixed: excluding from words count blockquote and pre tags would not work if tag had some html attributes.

2.758 (2020-06-30)

  • Fixed: debug data shown on stats page.

2.757 (2020-06-22)

  • New: turkish locale.
  • Fixed: fatal in welcome page.
  • Fixed: unlocalized string “Displayed data is cached. …”.

2.756 (2019-12-21)

  • Tweak: consistency with page names when custom menu name is set.
  • Fix: prevent all users from showing up if “Display all users” is ticked but user has no permission to see other people’s stats.

2.755 (2019-11-30)

  • Feature: allow to cache full stats table through WP-CLI, see our tutorial.
  • Feature: ability to show all users in stats regardless of whether they have published posts in given time range.
  • Feature: only pay for a percentage of total visits.
  • New: added Russian locale (thanks to Azat Seyitmuhammedov!).
  • New: allow pagination parameters in HTML frontend stats (mostly useful for PRO users).
  • New: added more columns for sorting stats.
  • New: new default time range option “Starting from given day”.
  • Fix: localization for payment labels in overall stats.
  • Tweak: stats start time is at 00:00:00 instead of 00:00:01.
  • Tweak: minor improvements.

2.749 (2019-10-07)

  • Fix: WP-CLI tets code breaking WP-CLI setups.

2.748 (2019-09-28)

  • Feature: ability to apply shortcodes before word count.
  • Tweak: added post ID to word count filter.

2.747 (2019-09-18)

  • Feature: allow to exclude text in pre tags from word counting.
  • Tweak: added custom icon to admin menu entry.
  • Tweak: improved layout in options page.
  • Tweak: updated localizations.

2.746 (2019-06-18)

  • Feature: added global thresholds for counting types. You can set a threshold (for visits, for example) so that unless that threshold is met, the post does not earn any money at all, even from other payment criteria.
  • Tweak: translation updates.

2.745 (2019-04-30)

  • Feature: added Spanish translation (thanks to Alexey).
  • Tweak: added params to filter ppc_get_post_payment.

2.744 (2019-03-30)

  • Feature: allow to hide the Total payment column.

2.743 (2019-03-09)

  • Tweak: allow post status to be localized.

2.742 (2019-02-06)

  • Tweak: user choice dropdown in stats page now lists by display_name (which is consistent with other stats features) rather than nicename.

2.741 (2019-01-05)

  • Fix: PHP warning in function get_cal_days_in_month being called with 0 instead of 12, happening with “Last Month” stats.
  • Fix: removed deprecated each.

2.740 (2018-06-27)

  • Fix: slight issue with word counting and punctuation (for ex. “Hello world . ” being counted as 3 words.)
  • Fix: removed legacy code that would explicitly grant all permissions to admin user on install.
  • Tweak: added info in tooltip for Stats caching option.
  • Tweak: updated IT locale.

2.737 (2018-05-08)

2.736 (2018-02-02)

  • Tweak: minor improvements (needed for addons compatibility).

2.735 (2018-01-28)

  • Tweak: autoupdate (for addons) checks for updates every 6 hours.

2.734 (2017-11-09)

  • Fixed: tooltip payment amounts formatting issue.
  • Tweak: don’t allow settings saving if no user roles allowed to access options are selected.
  • Fixed: if settings break, it was impossible to import settings.
  • Fixed: get_settings() works with non logged-in users as well.
  • Tweak: changes to produce_stats() function and author counting types call_user_func.
  • Fixed: more meaningful error when license activation fails (not a PPCP_License object)
  • Fixed: removed old stylesheet interfering with current one.
  • Tweak: language updates.

2.733 (2017-10-01)

  • Fixed: possible display issue with Total payment, showin as zero. This was just a display issue: stats and payments always recorded correct amounts.

2.732 (2017-09-29)

  • Fixed: proper escaping of post title and author name in stats page.
  • Tweak: under the hood improvements/changes to stats processing (compatibility with Pulisher Bonus latest release).
  • Tweak: improved error handling.

2.731 (2017-09-16)

  • Fixed: minor security vulnerability (PHP Object Injection) in Import Settings feature (thanks Plugin Vulnerabilities).
  • Fixed: minor security vulnerability in update settings function, which didn’t check for permissions (but did had nonce check).

2.730 (2017-09-13)

  • Fixed: changing Default time range setting could lead to settings loss.
  • Tweak: improved stats processing flow.
  • Tweak: removed caching for counting types as it would not respect user permissions.

2.729 (2017-07-30)

  • New: allow stats sorting per Written posts column.

2.728 (2017-06-22)

  • Tweak: overall stats conform with stats display settings, shows counts and/or payments accordingly.
  • Fixed: counting settings could not be saved if the visits payment callback value had an invalid callback, even if that method was inactive.
  • Fixed: preventing error log from exceeding 10MB in size.
  • Fixed: sounder delete of 30-days old errors from log.

2.727 (2017-06-12)

  • Fixed: possible fatal error on activation.
  • Tweak: clearing all posts stats cache on update and settings update.

2.726 (2017-06-10)

  • Fixed: issue with stats remember order feature.

2.725 (2017-05-30)

  • Feature: stats will always display ordered by the column you picked the last time. Can be disabled.
  • Feature: possible to change how many digits payment figures are rounded to.
  • Tweak: added notice on top of stats table if post stats caching is active.
  • Fixed: stats ordering not working in author view.
  • Fixed: sorting parameters not included in page permalink.
  • Fixed: counting settings could not be saved if the visits payment callback value had an invalid callback, even if visits payment was inactive.
  • Fixed: possible PHP notice in cache class.
  • Fixed: PHP notice in BuddyPress addon if no posts were to be displayed.
  • Tweak: several enhancements under the hood.

2.720 (2017-05-16)

  • New: post stats are now cached for one day. This speeds up stats page loading by roughly 50%! The feature can be disabled in case of issues.
  • Tweak: updated plugin hooks for compatibility with the new Request Payment addon.
  • Tweak: improvements in update routine.

2.716 (2017-05-01)

  • Tweak: hidden Error Log box from non-general options pages.
  • Tweak: better hiding of general options boxes from non-general options pages.
  • Fixed: License box not showing localized strings.
  • Fixed: tooltip line breaks not shown on certain browsers/systems.

2.715 (2017/03/23)

  • Fixed: roles and users picker in stats page would display roles/users set not-to-show-up in stats as well.
  • Fixed: This week choice in stats time range would not work correctly.
  • New: when activating addons, license keys can now be displayed alongside the addon name.
  • Tweak: improved error message of License is not a PPCP_License Object error when activating addons.
  • Tweak: updated italian locale.
  • Tweak: improved performance when clearing cache.
  • Tweak: minor improvements.

2.714 (2017/02/11)

  • Fixed: future days not pickable in stats date picker (even if there were future scheduled posts).

2.713 (2017/02/09)

  • Fixed: This year option not working correctly in stats date picker.

2.712 (2017/02/04)

  • Fixed: possible warning in stats page for users with PRO version.
  • Fixed: Import/Export settings box may not work correctly the first time user settings were customized.
  • Fixed: stats time end not going up to today, causing issues with Publisher Bonus addon (for example).
  • Fixed: Total is X. Displayed is what you’ll be paid for message on hover would not display the total amount.
  • Tweak: improved stats page loading time.

2.711 (2017/01/22)

  • Fixed: possible error in stats page (undefined counting_types_object index)
  • Fixed: changing the display setting for payment criteria did not have any effect.
  • Fixed: improved styling of upper-right corner of stats page.
  • Fixed: declared as static some install methods.
  • Tweak: updated italian and turkish translations.

2.710 (2017/01/14)

  • Feature: dropdown to select a user to view stats for after picking a user role in stats page.
  • Feature: supporting each post to have different payment criteria enabled. This allows to effectively selectively enable/disable payment criteria for each category through the Category Custom Settings, for example, and also allows (in theory) to set up per post settings.
  • Tweak: minor performance improvements in stats generation.

2.708 (2017/01/04)

  • Fixed: broken stats time range picker.

2.707 (2017/01/01)

  • Fixed: issue with dates due to new year.

2.706 (2016/12/30)

  • Fixed: improved error handling.
  • Tweak: updated French translation.
  • Tweak: improved Payment systems section layout for payment criteria.
  • New: addon BuddyPress

2.705 (2016/12/08)

  • Fixed: compatibility with PHP < 5.5 (array_column() error).
  • Tweak: (PRO users) header name is not Post Pay Counter – Stats, but whatever you have set your menu label to be named like.
  • Tweak: changed Total payment threshold label in metabox.

2.704 (2016/11/08)

  • Fixed: log data left in stats page.

2.703 (2016/11/08)

  • Fixed: fatal error in stats if no posts were to be displayed.

2.702 (2016/11/08)

  • Fixed: broken mark as paid for PRO users.

2.701 (2016/11/08)

  • Fixed: fatal error in stats for few people.

2.700 (2016/11/07)

  • Feature: stats page can now be sorted! Just click on a column and the whole table will be sorted for that column.
  • Feature: stats page supports pagination! Default number of items per page is 300, but you can change it in the Screen Options section (upper-right corner).
  • Feature: stats columns can now be hidden through the Screen Options section in the upper-right corner.
  • Fixed: stats time picker would not allow to pick future days as end time, making the Count future scheduled posts uneffective.
  • Fixed: payment tooltip not displayed for any user if one user was not supposed to have it.
  • Tweak: automating cache purging for css and js files using WP file versions.
  • Tweak: sorted list of active licenses in License Status box.
  • Tweak: updated Italian translation.
  • Tweak: minor performance improvements.

2.623 (2016/10/10)

  • Fixed: yet more issues with default stats time range.
  • Tweak: minor improvements.

2.622 (2016/10/09)

  • Fixed: default stats time range allowed to pick two choices.
  • Fixed: minor fixes.

2.621 (2016/09/21)

  • Fixed: fatal error on stats page on certain server setups (lacking PHP calendar plugin).

2.620 (2016/09/13)

  • New: time range dropdown choice in stats page to quickly pick the desired time frame.
  • New: added All time to default time range choices.
  • New: added Last month to default time range choices.
  • New: added This year to default time range choices.

2.610 (2016/08/19)

  • Fixed: PHP7 issues as found by WPEngine compatibility checker.
  • New: addon Pay Per Character

2.609 (2016/08/03)

  • Fixed: notices in stats page when no payment criteria were enabled for some users.

2.608 (2016/07/31)

  • New: French translation (Alexandre Mark).

2.607 (2016/07/19)

  • Fixed: last update broke stats countings (though nothing happened to payments).

2.606 (2016/07/18)

2.605 (2016/06/19)

  • Fixed: issue with empty stats.

2.604 (2016/06/07)

  • Feature: include post excerpt in word count payment.
  • Fixed: users having different allowed post statuses settings impacting general stats with wrong data.
  • Fixed: fixed notice for unactive counting types on tooltip generation.
  • Fixed: wrong error message displayed when no posts were selected.
  • Fixed: several PHP notices in stats page when no posts reached the threshold.
  • Fixed: PHP notice and some images not displayed in addons page.
  • Tweak: updated italian translation.

2.603 (2016/04/29)

  • Fixed: mispelled cache key resulting in poorer performance.
  • Fixed: wrong pagepath on “Insert valid license for automatic updates” link.
  • Fixed: expired license notice displayed on all addons, even not yet expired ones.

2.602 (2016/04/17)

  • Fixed: PHP notices with PRO bonus payment enabled.
  • Fixed: possible PHP Warning in case of notifications error.
  • Tweak: stripping PHP ?> closing tag.

2.601 (2016/04/04)

  • Fixed: issues with memcached and other parmanent caching systems – settings changes didn’t affect stats.
  • Fixed: possible PHP errors with PHP 7.
  • Tweak: using local time format.
  • Tweak: using WP checked(), selected() and disabled() functions.

2.600 (2016/03/30)

  • Huge performance improvements! Basing on our tests, with all counting types enabled (basic, words, visits (postmeta), comments and images), we managed to load 6500+ posts in around 10 seconds (overall stats disabled).
  • New: option to avoid making post titles clickable in stats (off by default, improves performance).
  • New: option to avoid making super-cautious spaces parsing in word count (off by default, improves performance).
  • New: option to avoid display of payment tooltips in stats (on by default).
  • New: making use of WP_Object_Cache. If you use a permanent cache plugin, part of PPC requests will be cached as well.

2.518 (2016/03/16)

  • New addon released to set custom settings per user role!
  • Fixed: admins override permissions feature didn’t check the user role, but manage_options capability (so non-admins who could manage_options would override permissions).
  • Fixed: PHP warning due to missing argument.
  • Fixed: addons page would display “Array” and no addons in some sites.
  • Fixed: saving user settings could overwrite past settings.
  • Fixed: settings import/export did not work cross-user.
  • Tweak: settings import/export only considers settings which are different from general.
  • Tweak: personalize users list can take up more space, so more users fit in it without scrolling.
  • Tweak: allowing for faster settings retrieval.
  • Tweak: new actions and filters.

2.517 (2016/02/21)

  • Fixed: hour:minute:second date format wrongly displayed.
  • Tweak: addons list is now displayed even if network requests are not working, and anyway is only updated every two days.

2.516 (2016/01/23)

  • Fixed: issue with user settings not saving in certain circumstances.

2.515 (2016/01/18)

  • Fixed: people with PRO version prior to 1.5.9.1 had problems in activating/deactivating their addons license.
  • Tweak: moved promotional boxes in the Options page down below all important boxes.
  • Tweak: deleted old lang files.

2.514 (2016/01/10)

  • New: it’s now possible to control what is displayed in the stats page for each payment criteria. You can display just the counting number, just the payment value, both or completely hide a column but still have the payment criteria active, and you can even personalize this per-user!
  • New: when personalizing a user settings, only settings that have a different value from general settings are stored in the database. This allows for less data to be stored; moreover, when general settings are updated, users don’t retain outdated settings, but all settings that have not been specifically changed for them, follow the general ones. This only applies to newly-personalized user’s settings.
  • Tweak: hidden license box when personalizing user settings, and moved it under the Personalize settings box in the general options.
  • Tweak: updated italian translation.

2.513 (2016/01/07)

  • New: added option to allow admins to override all permissions. This applies only if they don’t have specific personalized settings.

2.512 (2015/12/18)

  • Fixed: notification dismissing not fading out immediately but only at subsequent page load.
  • Fixed: notifications being displayed on all admin pages instead of just on plugin pages.
  • Fixed: new notification not being displayed.

2.511 (2015/10/10)

  • New: all addons are now compatible with the free version alone, no need to get the PRO if you just need features from another addon (we moved to a new site).
  • Tweak: sped up tooltip generation.
  • Tweak: removed penguins logo in stats/options page.

2.510

  • New: added Turkish translation (Kamer DINC).
  • New: added Czech translation (Ji?í Ku?era).
  • Tweak: backend improvements (new filters/actions/stuff like that).

2.509

  • Fixed: last update broke localization.

2.508

  • Fixed: PHP warnings when payments consisting of only Bonus would be done.
  • Fixed: (hopefully for real): possible fatal error due to too many redirects on update.
  • Fixed: when selecting a time range, the end time doesn’t go to the day after the selected one any more.
  • Tweak: changed text domain to post-pay-counter to grant compatibility with WP Language Packs.

2.506/2.507

  • Fixed: PRO shortcode wouldn’t exclude selected columns in detailed stats.

2.505

  • Fixed: problems in saving custom visits counter callback function.
  • Fixed: detailed stats generation not working in HHVM environments.

2.504

  • Fixed: possible fatal error due to too many redirects on update.

2.503

  • Fixed: word counter wouldn’t count one-char words.
  • Fixed: correctly handling of   that wouldn’t be counted as spaces as resulting from strange behavior of the editor.
  • New: install procedure now grants by default all permissions to administrator by personalizing their settings (the user id of the user who installs the plugin is taken).
  • Tweak: new PHP method that generates stats table tbody. That’s a public one that can by used by any implementation (for example, is used several times in the PRO).
  • Fixed: layout broken in user settings page, with links at the top being smushed in the upper-right corner.
  • New: added pot files to translate plugin in whatever language.
  • Tweak: hiding the Filter by user role feature in stats page if user doesn’t have the permission to see other people’s stats.
  • Tweak: on install, notifications issued before install date are all hidden in bulk.
  • New: added Dutch translation (Elza van Swieten).

2.502

  • Fixed: after last updated PRO version Analytics visits wouldn’t show up.

2.501

  • New: stats countings now display amounts that should be paid (is a post has 300 words and the upper payment limit is 200, the counter will show 200). Clicking on the amount will display the real total amount.
  • Tweak: preventing (for 6 hours) notifications update if the request generated an error.
  • Fixed: couple of non-static methods called statically.

2.500

  • Fixed: general stats would not display all needed columns when users had different counting types enabled.
  • Fixed: notification dismissing would log an error.
  • Tweak: when a counting type is disabled for a user, data related to that cnt type in general stats is shown as “N.A.”.
  • Tweak: notifications remote request timeout decreased to 2 seconds.
  • Tweak: extended notifications transient validity (2 days).
  • Tweak: logging errors in HTTP notifications list request.

2.492

  • Tweak: possible to select future dates as stast end times (allows to see future scheduled posts).

2.491

  • Tweak: new actions needed for the Facebook addon.
  • Tweak: notifications processing only made in wp-admin, just as a bit of speed-up.

2.490

  • Feature: possible to filter stats view by user role: select a user role and get stats only for users belonging to that one.
  • Fixed: prevent PHP warning if website can’t contact developer server to check for notifications.
  • Tweak: ensuring logged plugin errors are automatically deleted after 20 days.

2.482

  • Fixed: fatal error in PRO payment history windows.

2.481

  • Fixed: last update would break PRO Analytics feature.

2.48

  • Feature: possible to specify a callback function for visits counting, instead of a postmeta (grants compatibility with Post Views Counter and more custom counting plugins).
  • Fixed: word counting problems for non-latin characters.
  • Fixed: (this time for real) notifications would be displayed on all admin pages although they were not supposed to.

2.47

  • Fixed: word count would sometimes miss a word (the last one).
  • Fixed: notifications would be displayed on all admin pages although they were not supposed to.
  • Tweak: updated Italian and German translations (thanks Julian).

2.46

  • Feature: now possible to include gallery images in images counting (disabled by default, go to Counting settings > Images payment to enable it).
  • Feature: introducing plugin notifications system.

… several old versions changes removed …

2.0

IMPORTANT NOTICE: Versions 2.0 or higher need to be reinstalled if you had a previous version due to its different settings storage system and the availability of new features. Also, the following features are currently missing: post payment bonus, trial settings, csv esport, full multisite integration, word count in post list. They will be added soon. If you need one specifically, let me know in order to make up a priority list.

  • Almost complete plugin redesign and code refactoring which should give dramatic speed improvements. Less data is stored in the database, making requests lighter.
  • The plugin is now fully extensible, check the list of hooks and filters.
  • Supports localization.
  • Words and visits are not mutually esclusive counting types anymore.
  • Plugin’s visits counting method is not available anymore. If you use some other plugin to keep track of visits, you can specify its postmeta and Post Pay Counter will use that. Post Pay Counter PRO (soon available) will allow use of Google Analytics.
  • Images and comments can now use both incremental and zones payment system.
  • Up to 10 zones are allowed now.
  • Feature to allow payment only when certain threshold is met.
  • Settings save is now AJAX working.
  • Post featured image can now be counted as well.

A paid addon to Post Pay Counter, PRO, will be released soon, adding more new features.

VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17