Page View Count

Description

A beautifully simple to set up plugin that gives site visitors and site owners the ability to quickly and easily see how many people have visited that page or post.

FEATURES

  • On the front end it adds an icon and page views count to the bottom or top of pages and posts on your WordPress website.
  • Switch ON | OFF hide Page Views Count for all Posts, Pages and all custom posts types including WooCommerce custom post types.
  • Set the Position of the counter to show at the top of the page or post or at the bottom
  • Set alignment of the counter Left, Right or Centre
  • Set the colour and size of the counter icon
  • Option to use load by Ajax to prevent the count from being cached by caching plugins
  • Option to Manually set / edit total views and views today from Page View Count meta box on any post or page editor
  • Add Page Views counter via the PVC Gutenberg block
  • Add Page Views counter via shortcode
  • Add Page Views counter via widget
  • Developers can add the Page Views Counter via php tag
  • All options and settings are point click – absolutely no coding required

COMPATIBILTY

Compatible with WordPress 5.9+ and backwards to WP 5.6.0 Compatible with Classic Editor plugin (Gutenberg editor Deactivated)

GUTENBERG BLOCK

Using the Gutenberg Editor. Use the Page View Count Block to add the counter to any page or post content. Block search for ‘Page Views’ or selecting the block from the a3rev Blocks menu.

Adding the Page Views block to your content automatically deactivates the Global Page View counter on the post or page.

ELEMENTOR TEMPLATES

Fully compatible with Elementor templates. Add counter via Shortcode or widget to any template.

DEVELOPERS

On the plugins dashboard in the + Page Views Count Function options box you will find the Page Views Count functions and notes on how to use them.

  • Use to manually add Page views count to any content or object in the theme.
  • Use to add page View Count to any content that is not create using WordPress custom post / taxonomy type.
  • Use to create a custom position of the Page Views Count
  • Functions support echo and return parameters when getting visitor stats on any variable.

TROUBLESHOOTING

  • The number 1 support request we get about the plugin is that it double or triple counts page or post loads. Yes it does and if you see that it is a Red Flag that you have a misconfiguration or bug in your theme or a plugin. Page Views Count does exactly that – counts each time the page or post is loading in the browser – if its counting twice it is because the browser is double loading the page. That is a bad thing and you or your developer needs to fix that.

CONTRIBUTE

When you download Page Views Count, you join our community. Regardless of if you are a WordPress beginner or experienced developer if youՉ۪re interested in contributing to Page Views Count development head over to the Page Views Count GitHub Repository to find out how you can contribute.
Want to add a new language to Page Views Count? Great! You can contribute via translate.www.remarpro.com

Usage

  1. Install and activate the plugin

  2. Go to WordPress Settings menu > Page View Count Menu

  3. Activate Page Views Count and use the options box settings to make the desired configuration

  4. Be sure to clear any caching and browser cache to see your Page Views Count

Screenshots

  • Counter
  • PVC Admin
  • Counter position and type
  • PVC Widget
  • PVC Gutenberg Block

Blocks

This plugin provides 1 block.

  • Page Views Show all time views and views today

Installation

Minimum Requirements

  • PHP version 7.4 or greater is recommended
  • MySQL version 5.6 or greater is recommended

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install of Page Views Count, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “Page Views Count” and click Search Plugins. Once you have found our plugin you can install it by simply clicking Install Now. After clicking that link you will be asked if you are sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.

Manual installation

The manual installation method involves down loading our plugin and uploading it to your web server via your favorite FTP application.

  1. Download the plugin file to your computer and unzip it
  2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installations wp-content/plugins/ directory.
  3. Activate the plugin from the Plugins menu within the WordPress admin.

Reviews

June 19, 2024
I put the counter to the footer section but on top left corner it occurs also just the statistic icon and a running icon below the statistic icon. I run the website by a purchased theme. I ask for a solution to remove the icons on the top left corner in the wordpress forum but still no answers to my question. Any suggestions?
August 21, 2022 1 reply
Works great! I wish it had a way to check the stats from from dashboard instead of having to go to the post or page to check visits but still an excellent tool.
December 20, 2021 1 reply
This is really perfect simple and effective solution for the views statistics.
Read all 54 reviews

Contributors & Developers

“Page View Count” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Page View Count” into your language.

Interested in development?

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

Changelog

2.8.4 – 2024/07/15

  • This release has various tweaks for compatibility with WordPress 6.6
  • Tweak – Tested for compatibility with WordPress 6.6
  • Tweak – Validate and correct block.json based schema from WordPress Block
  • Tweak – Update block.json to v3
  • Fix – Make page view count block work with block template and block part template

2.8.3 – 2024/05/10

  • This maintenance release has an edge case fix that means total views record is created again at 1 when a duplicate post ID exists in the database.
  • Tweak – Test for compatibility with WordPress 6.5.3
  • Fix – Get correct total views instead create new record with value 1 when it has duplicate post ID from database (edge case).

2.8.2 – 2023/11/23

  • This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1
  • Tweak – Test for compatibility with WordPress 6.4.1
  • Framework – Set parameter number of preg_match function from null to 0 for compatibility with PHP 8.1 onwards
  • Framework – Validate empty before call trim for option value

2.8.1 – 2023/05/25

  • This maintenance release has 1 fix for plugin on new option ADMIN-AJAX.
  • Fix – add action to wp_ajax_nopriv_ for new option ADMIN-AJAX

2.8.0 – 2023/05/24

  • This release removes loading PVC Stats with PHP and replaces with REST API as default with Admin-ajax as the fallback.
  • Feature – Support options for choose WP REST API or Admin Ajax load PVC stats
  • Tweak – Remove load PVC stats by PHP
  • Tweak – On upgrade if using PHP to load PVC stats it will update to use WP REST API
  • Tweak – If WP REST API is not active it will fall back to ADMIN-AJAX
  • Tweak – Auto detect if WP REST API and PVC endpoint are disabled, it will fall back to the ADMIN-AJAX
  • Tweak – Add warning notification if WP REST API or PVC Endpoint are disabled.
  • Tweak – Updated setting and help text on the Page View Count Load option box.
  • Tweak – Test for compatibility with WordPress 6.2.2

2.7.0 – 2023/04/08

  • This release changes the daily views reset from fixed GMT = 00 to use the timezone that is set in the site’s WordPress General Settings.
  • Feature – Use the timezone from WordPress General Settings as the reset time for daily views counter.
  • Tweak – Test for compatibility with WordPress 6.2

2.6.3 – 2023/02/25

  • This maintenance release had 2 performance tweaks for the page view count loading icon.
  • Tweak – Upgrade loading icon to a larger one for improved display on mobile retina
  • Tweak – Set loading icon width and height attributes to comply with Google Core Web Vitals standards.

2.6.2 – 2023/01/30

  • This maintenance release adds compatibility with plugins that set user roles, ie membership plugins.
  • Tweak – Validate $post->ID is not empty for compatibility with User Role plugins

2.6.1 – 2023/01/07

  • Please run this update now to apply a security vulnerability patch
  • Security – Page View Block security hardening.

2.6.0 – 2023/01/03

  • This feature release removes the fontawesome lib and replaces icons with SVGs plus adds Default Topography option to font controls.
  • Feature – Convert icon from font awesome to SVG
  • Feature – Update styling for new SVG icons
  • Plugin Framework – Update typography control from plugin framework to add support for Default value
  • Plugin Framework – Default value will get fonts set in the theme.
  • Plugin Framework – Change generate typography style for change on typography control
  • Plugin Framework – Remove fontawesome lib

2.5.6 – 2022/09/20

  • This maintenance release has a security vulnerability patch, please run this update.
  • Security – This release has a patch for a security vulnerability identified by Mika @mika_sec via Patchstack

2.5.5 – 2022/05/24

  • This maintenance release is for compatibility with WordPress major version 6.0 plus a bug fix.
  • Tweak – Test for compatibility with WordPress 6.0
  • Fix – Alignment settings for page view count block not working on frontend

2.5.4 – 2022/04/18

  • This maintenance release has 2 fixes for plugins that filter custom content without post or page.
  • Fix – Return custom content for 3rd plugin that use apply_filters ‘the_content’ instead of the post, page or post type.
  • Fix – Return custom content for 3rd plugin that use apply_filters ‘the_excerpt’ instead of the post, page or post type.

2.5.3 – 2022/03/12

  • This security release follows a full security audit with code refactoring, security hardening including additional escaping and sanitizing.
  • Security – Define new esc_attribute_name_e function to escape attribute name late for echo
  • Security – Define new esc_description_e function to escape description late for echo
  • Security – Escape all $-variable
  • Security – Sanitize all $_REQUEST, $_GET, $_POST
  • Security – Apply wp_unslash before sanitize

2.5.2 – 2022/03/07

  • This maintenance release contains more code security hardening updates ? please run it now.
  • Security – Define new esc_attribute_array_e function to escape attribute array late for echo
  • Security – Escape $default_color late for echo
  • Security – Put $-variable additional with html include into wp_kses_post
  • Security – Turn off display_errors to prevent malformed JSON from API for when WP_DEBUG is set to off OR WP_DEBUG_DISPLAY is set to off
  • Framework – Allow filters output of CSS are generated from plugin framework
  • Framework – Upgrade Plugin Framework to version 2.6.0

2.5.1 – 2022/02/25

  • This maintenance release contains security hardening updates – please run it now.
  • Security – Apply wp_kses_post for $-variables that include html before output
  • Security – Validate $is_open variable
  • Security – Move check nonce and capabilities from before to inside functions

2.5.0 – 2022/02/23

  • This update has 4 code tweaks that harden the plugins security and improve performance – please run this update as soon as you see it.
  • Tweak – Nonce check for when settings form is submitted from plugin framework
  • Tweak – Capabilities manage_options check for when settings form is submitted from plugin framework
  • Tweak – Call update_google_map_api_key when settings form is submitted instead of instance of Admin_UI
  • Tweak – Call update_google_font_api_key when settings form is submitted instead of instance of Fonts_Face

2.4.15 – 2022/02/01

  • This is an important security release that patches a SQL injection vulnerability that affects all previous versions. Please run this immediately.
  • Security – Patch for SQL injection attack vulnerability

2.4.14 – 2022/01/21

  • This is a maintenance release for compatibility with WordPress major version 5.9
  • Tweak – Test for compatibility with WordPress 5.9
  • Tweak – Test for compatibility with latest version of Gutenberg from WordPress 5.9
  • Framework – Update a3rev Plugin Framework to version 2.5.0

2.4.13 – 2021/11/16

  • This maintenance release has a bug fix for compatibility with Gutenberg 10.8 and PHP 8.x
  • Tweak – Test for compatibility with PHP 8.x
  • Tweak – Test for compatibility with Gutenberg 10.8
  • Fix – Change block_categories to block_categories_all for work on Gutenberg 10.8

2.4.12 – 2021/07/19

  • This maintenance release has code tweaks for WordPress 5.8 compatibility plus more Security hardening
  • Tweak – Test for compatibility with WordPress 5.8
  • Security – Get variable via name instead of use extract

2.4.11 – 2021/07/13

  • This maintenance release has more code security hardening
  • Security – Add more variable, options and html escaping
  • Tweak – Skipped version 2.4.10 to avoid PHP misread

2.4.9 – 2021/07/10

  • This maintenance release has code rewrites for WordPress 5.8 compatibility plus a Security patch
  • Tweak – Test for compatibility with WordPress 5.8
  • Tweak – Test for compatibility with Gutenberg 10.7
  • Tweak – Register block page-views-count/stats-editor inside block.js file for work compatibility with WordPress 5.8 new features
  • Security – Added escaping for the shortcode postid parameter

2.4.8 – 2021/03/17

  • This maintenance release updates 23 deprecated jQuery functions for compatibility with the latest version of jQuery in WordPress 5.7
  • Tweak – Update JavaScript on plugin framework for compatibility with latest version of jQuery and resolve PHP warning event shorthand is deprecated.
  • Tweak – Replace deprecated .change( handler ) with .on( ‘change’, handler )
  • Tweak – Replace deprecated .change() with .trigger(‘change’)
  • Tweak – Replace deprecated .focus( handler ) with .on( ‘focus’, handler )
  • Tweak – Replace deprecated .focus() with .trigger(‘focus’)
  • Tweak – Replace deprecated .click( handler ) with .on( ‘click’, handler )
  • Tweak – Replace deprecated .click() with .trigger(‘click’)
  • Tweak – Replace deprecated .select( handler ) with .on( ‘select’, handler )
  • Tweak – Replace deprecated .select() with .trigger(‘select’)
  • Tweak – Replace deprecated .blur( handler ) with .on( ‘blur’, handler )
  • Tweak – Replace deprecated .blur() with .trigger(‘blur’)
  • Tweak – Replace deprecated .resize( handler ) with .on( ‘resize’, handler )
  • Tweak – Replace deprecated .submit( handler ) with .on( ‘submit’, handler )
  • Tweak – Replace deprecated .scroll( handler ) with .on( ‘scroll’, handler )
  • Tweak – Replace deprecated .mousedown( handler ) with .on( ‘mousedown’, handler )
  • Tweak – Replace deprecated .mouseover( handler ) with .on( ‘mouseover’, handler )
  • Tweak – Replace deprecated .mouseout( handler ) with .on( ‘mouseout’, handler )
  • Tweak – Replace deprecated .keydown( handler ) with .on( ‘keydown’, handler )
  • Tweak – Replace deprecated .attr(‘disabled’, ‘disabled’) with .prop(‘disabled’, true)
  • Tweak – Replace deprecated .removeAttr(‘disabled’) with .prop(‘disabled’, false)
  • Tweak – Replace deprecated .attr(‘selected’, ‘selected’) with .prop(‘selected’, true)
  • Tweak – Replace deprecated .removeAttr(‘selected’) with .prop(‘selected’, false)
  • Tweak – Replace deprecated .attr(‘checked’, ‘checked’) with .prop(‘checked’, true)
  • Tweak – Replace deprecated .removeAttr(‘checked’) with .prop(‘checked’, false)

2.4.7 – 2021/03/09

  • This maintenance release is for compatibility with WordPress 5.7 and Gutenberg 10.0
  • Tweak – Test for compatibility with WordPress 5.7
  • Tweak – Test for compatibility with Gutenberg 10.0

2.4.6 – 2020/12/30

  • This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
  • Tweak – Update JavaScript on plugin framework for work compatibility with latest version of jQuery
  • Fix – Replace .bind( event, handler ) by .on( event, handler ) for compatibility with latest version of jQuery
  • Fix – Replace :eq() Selector by .eq() for compatibility with latest version of jQuery
  • Fix – Replace .error() by .on( ?error? ) for compatibility with latest version of jQuery
  • Fix – Replace :first Selector by .first() for compatibility with latest version of jQuery
  • Fix – Replace :gt(0) Selector by .slice(1) for compatibility with latest version of jQuery
  • Fix – Remove jQuery.browser for compatibility with latest version of jQuery
  • Fix – Replace jQuery.isArray() by Array.isArray() for compatibility with latest version of jQuery
  • Fix – Replace jQuery.isFunction(x) by typeof x === ?function? for compatibility with latest version of jQuery
  • Fix – Replace jQuery.isNumeric(x) by typeof x === ?number? for compatibility with latest version of jQuery
  • Fix – Replace jQuery.now() by Date.now() for compatibility with latest version of jQuery
  • Fix – Replace jQuery.parseJSON() by JSON.parse() for compatibility with latest version of jQuery
  • Fix – Remove jQuery.support for compatibility with latest version of jQuery
  • Fix – Replace jQuery.trim(x) by x.trim() for compatibility with latest version of jQuery
  • Fix – Replace jQuery.type(x) by typeof x for compatibility with latest version of jQuery
  • Fix – Replace .load( handler ) by .on( ?load?, handler ) for compatibility with latest version of jQuery
  • Fix – Replace .size() by .length for compatibility with latest version of jQuery
  • Fix – Replace .unbind( event ) by .off( event ) for compatibility with latest version of jQuery
  • Fix – Replace .unload( handler ) by .on( ?unload?, handler ) for compatibility with latest version of jQuery

2.4.5 – 2020/12/15

  • This maintenance release adds a block preview image for block discovery
  • Tweak – Add support for Block Discovery Preview

2.4.4 – 2020/12/08

  • This maintenance release has tweaks and a fix for compatibility with WordPress major version 5.6, PHP 7.4.8 and Gutenberg 9.4
  • Tweak – Test for compatibility with PHP 7.4.8
  • Tweak – Test for compatibility with WordPress 5.6
  • Tweak – Test for compatibility with Gutenberg 9.4
  • Fix – Update plugin framework script, remove jQuery.browser is deprecated to resolve conflict with jQuery Migrate Helper plugin

2.4.3 – 2020/08/08

  • This maintenance release is for compatibility with WordPress major version 5.5 and WooCommerce 4.3.1.
  • Tweak – Test for compatibility with WordPress 5.5
  • Tweak – Test for compatibility with WooCommerce 4.3.1
  • Tweak – Return default true for permission_callback, required from register_rest_route on WordPress 5.5

2.4.2 – 2020/07/20

  • This maintenance release has a performance tweak, plus compatibility with WordPress 5.4.2, Gutenberg 8.5.1 and WooCommerce 4.3.0
  • Tweak – Reduce the block scripts on first load in the Gutenberg Editor
  • Tweak – Test for compatibility with WordPress 5.4.2
  • Tweak – Test for compatibility with WooCommerce 4.3.0
  • Tweak – Test for compatibility with Gutenberg 8.5.1

2.4.1 – 2020/04/03

  • This maintenance release fixes a PHP global function missed in the last update.
  • Fix – Update some code from global ${$this- to $GLOBALS[$this missed on previous version

2.4.0 – 2020/03/19

  • This big feature release adds dynamic text, change Total Views and Views Today text from the plugins dashboard. Add support for Dynamic Text string translation. Compatibility with WordPress 5.4, Gutenberg 7.5, WooCommerce 4.0 plus PHP 7.0 to 7.4
  • Feature – Add dynamic text support for Total Views and Views Today day text from plugin settings
  • Feature – Option to show text on either side of the count number or both sides
  • Feature – Add dynamic text strings support for translations with plugins like WPML and Qtranslate
  • Tweak – Add the dynamic text options to the Counter Position and Style option box.
  • Tweak – Replace No total views yet text with the number 0
  • Tweak – Do not show Views Today when the count is 0
  • Tweak – Move the Counter Icon settings to new options box.
  • Tweak – Update Gutenberg block for work compatibility with Gutenberg latest version 7.5
  • Tweak – Test for compatibility with WordPress 5.4
  • Tweak – Run Travis CI unit build tests for PHP compatibility issues with PHP 7.0 to 7.4
  • Tweak – Update readme decription screenshots.

2.3.0 – 2020/03/10

  • This feature release contains, new PVC shortcode, new PVC Widget, option to only show total views, a new eye icon option, full compatibility with Elementor Templates, completion of PHP Composer refactor and 4 PHP fixes for compatibility with PHP v 7.0 to 7.4.
  • Feature – Add new PVC shortcode [pvc_stats postid="" increase="1" show_views_today="1"]
  • Feature – Add new PVC widget
  • Feature – Add new Counter Icon eye option
  • Feature – Add Counter Views Type option: Default is ## Total Views, ## Views Today, Option is ## Total Views (hide Views Today)
  • Feature – Plugin Framework fully refactored to Composer for cleaner code and faster PHP code
  • Feature – Full compatibility with Elementor Templates
  • Tweak – Conter Position and Style Options box, added Counter Views Type option
  • Tweak – Counter Position and Style Options box, added new Counter Icon eye option
  • Tweak – Added new + Page Views Count Shortcode options box with shortcode and parameters
  • Tweak – Update plugin for compatibility with new version of plugin Framework
  • Tweak – Tested for compatibility with WordPress v 5.3.2
  • Fix – Update global ${$this- to $GLOBALS[$this to resolve 7.0+ PHP warnings
  • Fix – Update global ${$option to $GLOBALS[$option to resolve 7.0+ PHP warnings
  • Fix – Update less PHP lib that use square brackets [] instead of curly braces {} for Array , depreciated in PHP 7.4
  • Fix – Validate for not use get_magic_quotes_gpc function for PHP 7.4

2.2.1 – 2019/12/17

  • This maintenance release has a full code security review plus compatibility with WordPress 5.3.1
  • Tweak – Remove the hard coded PHP error_reporting display errors false from compile sass to css
  • Tweak – Test for compatibility with WordPress 5.3.1
  • Dev – Replace file_get_contents with HTTP API wp_remote_get
  • Dev – Ensure that all inputs are sanitized and all outputs are escaped

2.2.0 – 2019/09/12

  • This feature upgrade is a full refactor of the plugins PHP to PHP dependency manager Composer with autoloading.
  • Feature – Plugin fully refactored to Composer for cleaner code and faster PHP code

2.1.3 – 2019/08/01

  • This maintenance upgrade is to fix a style conflict with fontawesome icons
  • Fix – fontawesome icons not able to get correct style on frontend when the fontawesome script is loaded on the page by theme or another plugin.

2.1.2 – 2019/06/29

  • This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress 5.2.2
  • Fix – PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3

2.1.1 – 2018/12/17

  • This is a maintenance update for WordPress version 5.0.2 and PHP 7.3 compatibility.
  • Framework – Update to use WordPress ESLint rules
  • Framework – Test and update for compatibility with PHP 7.3
  • Tweak – Test for compatibility with WordPress

2.1.0 – 2018/12/14

  • This feature upgrade ports Page View Count editor meta to Page Views Gutenberg block. Full compatibility with WP 5.0.1, 4.9.9 and the Classic editor.
  • Feature – Add Dynamic Page Views Block for Gutenberg. Admin can use block to show anywhere in post content. When insert the block it auto deactivates global show PVC at top or bottom of that post.
  • Tweak – Global PVC metabox that shows on editor sidebar works with both Gutenberg and Classic Editor
  • Tweak – Update functions for frontend view so that it syncs count parameters with Dynamic Block Gutenberg
  • Framework – Replace wp_remote_fopen with file_get_contents for get web fonts
  • Framework – Define new variable is_load_google_fonts for custom turn it off if plugins do not need to load google font
  • Framework – Register style name for dynamic style of plugin for use with Gutenberg block
  • Framework – Update Modal script and style to version 4.1.1
  • Framework – Update a3rev Plugin Framework to version 2.1.0
  • Tweak – Test for compatibility with WordPress 5.0.1 and WordPress 4.9.9

2.0.5 – 2018/05/26

  • This maintenance update is for compatibility with WordPress 4.9.6 and the new GDPR compliance requirements for users in the EU
  • Tweak – Test for compatibility with WordPress 4.9.6
  • Tweak – Check for any issues with GDPR compliance. None Found
  • Framework – Update a3rev Plugin Framework to version 2.0.3

2.0.4 – 2018/03/06

  • Maintenance Update. Fixes for Views today count always showing 0 value, PHP warning and conflict with Yoast SEO Facebook description
  • Tweak – Update Readme – Installation – Minimum Requirements PHP to version 5.6.0
  • Fix – Update variable to resolve todays views always showing 0. Thanks to @stefanodalli
  • Fix – Check if global $post exist to resolve PHP Notice Trying to get property of non-object in pvc_class.php on line 225
  • Fix – Remove old filter that was causing conflict with Yoast SEO Facebook description meta causing the post content to be used and not be changed. Thanks to @banana7777 for reporting the issue

2.0.3 – 2018/02/13

  • Maintenance Update. Under the bonnet tweaks to keep your plugin running smoothly and is the foundation for new features to be developed this year
  • Framework – Update a3rev Plugin Framework to version 2.0.2
  • Framework – Add Framework version for all style and script files
  • Tweak – Update for full compatibility with a3rev Dashboard plugin
  • Tweak – Test for compatibility with WordPress 4.9.4
  • Fix – Use WPSEO_Meta::set_value instead of wpseo_set_value, for compatibility with Yoast SEO plugin

2.0.2 – 2017/12/14

  • Maintenance Update. This update includes 3 bug fixes, including AMP pages conpatibility
  • Fix – Headers already sent warning. Delete trailing spaces at bottom of php file
  • Fix – Change attribute name element-id to data-element-id for compatibility with AMP. Thanks to @veenareddys for reporting the issue
  • Fix – Update SQL query for fix bug get incorrect total views when edit a Post or Page. Thanks to @groenhart for reporting this issue

2.0.1 – 2017/12/13

  • Maintenance Update. 3 code tweaks for compatibility with WordPress 4.9.1 and 2 bug fixes
  • Tweak – Removed auto redirect to plugins admin panel on activation
  • Tweak – Added Settings link to plugins description on plugins menu
  • Tweak – Remove console log from script as it was causing theme Customizer to load slowly
  • Tweak – Tested for compatibility with WordPress 4.9.1
  • Fix – Update regex expression in the REST endpoint so that it accepts array-like params as expected.
  • Fix – Get correct item ID if params is parse as array
  • Credit – Thanks to Cypwu for the Github contribution for REST endpoint modification

2.0.0 – 2017/06/02

  • Feature – Upgrade Stats image icon to fontawesome Chart Icon
  • Feature – Add new + Counter Position and Style options box on plugins admin panel
  • Feature – Added option to show Page Views Count at Top or Bottom of post and page content
  • Feature – Added Page Views Count Alignment options Left, Centre or Right
  • Feature – Added new fontawesome count icon size and colour settings
  • Feature – Registry endpoint /pvc/v1 for full automatic integration with WordPress JSON RESTful API
  • Feature – Plugin source code now on public Github repository to allow users and developers to contribute
  • Tweak – Update Ajax load for connect to WordPress JSON RESTful API instead of calling to admin-ajax.php
  • Tweak – Register fontawesome in plugin framework with style name font-awesome-styles
  • Tweak – Update plugins readme to show description of new features, link to Github Repo and translations page
  • Tweak – Tested for compatibility with WordPress major version 4.8.0

1.4.0 – 2016/04/15

  • Feature – Define new ‘Background Color’ type on plugin framework with ON | OFF switch to disable background or enable it
  • Feature – Define new function – hextorgb() – for convert hex color to rgb color on plugin framework
  • Feature – Define new function – generate_background_color_css() – for export background style code on plugin framework that is used to make custom style
  • Tweak – Register fontawesome in plugin framework with style name is ‘font-awesome-styles’
  • Tweak – Saved the time number into database for one time customize style and Save change on the Plugin Settings
  • Tweak – Replace version number by time number for dynamic style file are generated by Sass to solve the issue get cache file on CDN server
  • Tweak – Update core style and script of plugin framework for support Background Color type
  • Tweak – Update plugin framework to latest version
  • Tweak – Tested for full compatibility with WordPress major version 4.5

1.3.2 – 2015/12/10

  • Tweak – Upgrade media uploader to New UI of WordPress media uploader with WordPress Backbone and Underscore
  • Tweak – Update the uploader script to save the Attachment ID and work with New Uploader
  • Tweak – Updated a3 Plugin Framework to the latest version
  • Tweak – Tested for full compatibility with WordPress major version 4.4

1.3.1 – 2015/11/27

  • Fix – Don’t include the script and styles from plugin framework on Post, Page Edit to fix the conflict with TinyMCE
  • Fix – Don’t convert the total views to number format so they can save into the database when edit total views

1.3.0 – 2015/10/14

  • Feature – Add Page View Counter meta box on post, pages and custom post edit pages.
  • Feature – Switch Counter ON or OFF from the new meta box controller, individually from the global settings
  • Feature – Set and edit the All Total Views and Today Views for each item from the new View Counter meta box
  • Feature – Add new feature for show Counter from the Excerpt Content, this option support for admin to turn the Counter ON or OFF for the homepage, Front Page, archives page, category pages
  • Tweak – Change Text Domain of plugin to Plugin slug
  • Tweak – Added Text Domain and Domain Path to the plugin header
  • Tweak – Change file name of languages files inside /laguages/ folder from ‘pvc’ to ‘page-views-count’, so if you have make your language file then just simple rename file from ‘pvc.mo’ to ‘page-views-count.mo’
  • Tweak – Tested for full compatibility with WordPress version 4.3.1

1.2.1 – 2015/08/22

  • Tweak – include new CSSMin lib from https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port into plugin framework instead of old CSSMin lib from https://code.google.com/p/cssmin/ , to avoid conflict with plugins or themes that have CSSMin lib
  • Tweak – make __construct() function for ‘Compile_Less_Sass’ class instead of using a method with the same name as the class for compatibility on WP 4.3 and is deprecated on PHP4
  • Tweak – change class name from ‘lessc’ to ‘a3_lessc’ so that it does not conflict with plugins or themes that have another Lessc lib
  • Tweak – Plugin Framework DB query optimization. Refactored settings_get_option call for dynamic style elements, example typography, border, border_styles, border_corner, box_shadow
  • Tweak – Tested for full compatibility with WordPress major version 4.3.0
  • Fix – Update the plugin framework for setup correct default settings on first installed
  • Fix – Update the plugin framework for reset to correct default settings when hit on ‘Reset Settings’ button on each settings tab

1.2.0 – 2015/06/18

  • Feature – Plugin framework Mobile First focus upgrade
  • Feature – Massive improvement in admin UI and UX in PC, tablet and mobile browsers
  • Feature – Introducing opening and closing Setting Boxes on admin panels.
  • Feature – Added Plugin Framework Customization settings. Control how the admin panel settings show when editing.
  • Feature – Added a 260px wide images to the right sidebar for support forum link, Documentation links.
  • Feature – Added full support for Right to Left RTL layout on plugins admin dashboard.
  • Fix – Check ‘request_filesystem_credentials’ function, if it does not exists then require the core php lib file from WP where it is defined

1.1.0 – 2015/06/03

  • Tweak – Security Hardening. Removed all php file_put_contents functions in the plugin framework and replace with the WP_Filesystem API
  • Tweak – Security Hardening. Removed all php file_get_contents functions in the plugin framework and replace with the WP_Filesystem API
  • Fix – Update dynamic stylesheet url in uploads folder to the format //domain.com/ so it’s always is correct when loaded as http or https

1.0.9 – 2015/05/30

  • Tweak – Tested and Tweaked for full compatibility with WordPress Version 4.2.2
  • Localization – Italian translation by Antonio Petricca.
  • Localization – Indonesian translation by Ridha Harwan.

1.0.8 – 2015/04/21

  • Tweak – Tested and Tweaked for full compatibility with WordPress Version 4.2.0
  • Tweak – Update style of plugin framework. Removed the [data-icon] selector to prevent conflict with other plugins that have font awesome icons

1.0.7

  • Feature – Next step in full conversion of plugin to backbone.js and Sass – full admin panel conversion from CSS to Sass.

1.0.6.4 – 2014/09/13

  • Tweak – Added WordPress plugin icon.
  • Fix – Changed __DIR__ to dirname( __FILE__ ) for Sass script so that on some server __DIR__ is not defined

1.0.6.3 – 2014/09/10

  • Tweak – Updated google font face in plugin framework.
  • Tweak – Tested 100% compatible with WordPress Version 4.0
  • Fix – Use correct variable $postid instead of $post->ID for ‘custom_stats_update_echo()’ function to fix the problem don’t auto increase total view for use template tag ”

1.0.6.2 – 2014/07/22

  • Fix – Add missed style when disable AJAX load for view counts

1.0.6.1 – 2014/07/22

  • Fix – Add missed style for class .pvc_clear in Sass

1.0.6 – 2014/07/21

  • Feature – Beginning of conversion of the plugin to backbone.js and Sass
  • Feature – Loads superfast on frontend with substantially less calls to the server making it very lightweight and super fast.
  • Feature – On Category extract pages plugin now only calls once to admin-ajax.php regardless of how many extract view counts are shown.
  • Feature – Upgrade Page View Count front end count and load function to backbone.js
  • Feature – Upgraded plugins front end CSS to Sass.

1.0.5 – 2014/06/27

  • Feature – Added load Counter on front end by Ajax option to prevent count being cached by caching plugins.
  • Tweak – added ajax event ‘pvc_ajax_load_stats’ and trigger $(“body”).trigger(“pvc_stats_loaded_” + pvc_object_id ); for that event
  • Tweak – added ajax event ‘pvc_ajax_update_stats’ and trigger $(“body”).trigger(“pvc_stats_updated_” + post_id ); for that event
  • Tweak – use $wpdb->prepare() for all sql command for security
  • Tweak – Updated chosen js script to latest version 1.1.0 on the a3rev Plugin Framework
  • Tweak – Added support for placeholder feature for input, email , password , text area types.
  • Tweak – Added Russiian translation thanks to Renat Nurlyev

1.0.4.3 – 2014/05/26

  • Tweak – Changed add_filter( ‘gettext’, array( …
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