Changeset 1929455
- Timestamp:
- 08/24/2018 01:12:01 AM (8 years ago)
- Location:
- wp-hosting-performance-check
- Files:
-
- 6 edited
- 1 copied
-
tags/2.18.8 (copied) (copied from wp-hosting-performance-check/trunk)
-
tags/2.18.8/bots_page.php (modified) (1 diff)
-
tags/2.18.8/readme.txt (modified) (1 diff)
-
tags/2.18.8/wp_host_check.php (modified) (2 diffs)
-
trunk/bots_page.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp_host_check.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-hosting-performance-check/tags/2.18.8/bots_page.php
r1928369 r1929455 147 147 148 148 $data_count = $wpdb->get_var( "SELECT sum(sr) FROM $table_name where secs=0 and (datetime between '$prevdate' and '$date') " .wphpc_get_useragent_exclusion()); 149 if ($data_count >0){ 149 150 $BotResults['Unidentified Bots']=$data_count; 150 151 } 151 152 152 153 $data_count = $wpdb->get_var( "SELECT sum(sr) FROM $table_name where secs>0 and (datetime between '$prevdate' and '$date') " .wphpc_get_useragent_exclusion()); 154 if ($data_count >0){ 153 155 $BotResults['Humans']=$data_count; 154 156 } 155 157 156 158 $pie_values=""; -
wp-hosting-performance-check/tags/2.18.8/readme.txt
r1928369 r1929455 4 4 Author: Scott Farrell 5 5 Contributors: sfarrell5123 6 Version: 2.18. 76 Version: 2.18.8 7 7 Tags: performance, speed, hosting, graph, benchmark, php, version, sysinfo, bot, loadtest 8 8 Requires at least: 3.2 9 9 Tested up to: 4.9.8 10 Stable tag: 2.18. 710 Stable tag: 2.18.8 11 11 Author URI: https://www.wpdone.com.au 12 12 License: GPL2 -
wp-hosting-performance-check/tags/2.18.8/wp_host_check.php
r1928369 r1929455 9 9 Description: This plugin is used to graph your wp Hosting Performance 10 10 Author: Scott Farrell 11 Version: 2.18. 711 Version: 2.18.8 12 12 Author URI: https://www.wpdone.com.au 13 13 License: GPL2 … … 33 33 include_once ('vendor/persist-admin-notices-dismissal.php'); 34 34 35 define( 'WPHPC_VERSION', '2.18. 7' );35 define( 'WPHPC_VERSION', '2.18.8' ); 36 36 define( 'WPHPC__MINIMUM_WP_VERSION', '3.2' ); 37 37 define( 'WPHPC__PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
wp-hosting-performance-check/trunk/bots_page.php
r1928369 r1929455 147 147 148 148 $data_count = $wpdb->get_var( "SELECT sum(sr) FROM $table_name where secs=0 and (datetime between '$prevdate' and '$date') " .wphpc_get_useragent_exclusion()); 149 if ($data_count >0){ 149 150 $BotResults['Unidentified Bots']=$data_count; 150 151 } 151 152 152 153 $data_count = $wpdb->get_var( "SELECT sum(sr) FROM $table_name where secs>0 and (datetime between '$prevdate' and '$date') " .wphpc_get_useragent_exclusion()); 154 if ($data_count >0){ 153 155 $BotResults['Humans']=$data_count; 154 156 } 155 157 156 158 $pie_values=""; -
wp-hosting-performance-check/trunk/readme.txt
r1928369 r1929455 4 4 Author: Scott Farrell 5 5 Contributors: sfarrell5123 6 Version: 2.18. 76 Version: 2.18.8 7 7 Tags: performance, speed, hosting, graph, benchmark, php, version, sysinfo, bot, loadtest 8 8 Requires at least: 3.2 9 9 Tested up to: 4.9.8 10 Stable tag: 2.18. 710 Stable tag: 2.18.8 11 11 Author URI: https://www.wpdone.com.au 12 12 License: GPL2 -
wp-hosting-performance-check/trunk/wp_host_check.php
r1928369 r1929455 9 9 Description: This plugin is used to graph your wp Hosting Performance 10 10 Author: Scott Farrell 11 Version: 2.18. 711 Version: 2.18.8 12 12 Author URI: https://www.wpdone.com.au 13 13 License: GPL2 … … 33 33 include_once ('vendor/persist-admin-notices-dismissal.php'); 34 34 35 define( 'WPHPC_VERSION', '2.18. 7' );35 define( 'WPHPC_VERSION', '2.18.8' ); 36 36 define( 'WPHPC__MINIMUM_WP_VERSION', '3.2' ); 37 37 define( 'WPHPC__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.