Changeset 2830347
- Timestamp:
- 12/08/2022 01:27:28 AM (3 years ago)
- Location:
- statistics-123/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
statistics-123/trunk/index.php
r2829388 r2830347 4 4 Plugin URI: https://wordpress.org/plugins/statistics-123/ 5 5 Description: Plugin for that, you can see count of visitor's views on your website. 6 Version: 1. 26 Version: 1.3 7 7 Author: Chugaev Aleksandr Aleksandrovich 8 8 Author URI: https://profiles.wordpress.org/aleksandrposs/ … … 124 124 125 125 $table = $wpdb->prefix . "plugin_statistics_123_visitor_log"; 126 $res_count_all = $wpdb->get_results("SELECT * FROM $table ;");126 $res_count_all = $wpdb->get_results("SELECT * FROM $table WHERE visitor_date='" .$_GET['by_day'] . "';"); 127 127 $count_array=count($res_count_all); 128 128 foreach($res_count_all as $ra) { -
statistics-123/trunk/readme.txt
r2829388 r2830347 4 4 Requires at least: 6.1.1 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 = 1.2 = 29 29 * Added field Country to "detail statistics by day" 30 31 = 1.3 = 32 * Update "detail statistics by day"
Note: See TracChangeset
for help on using the changeset viewer.