Visitors Traffic Real Time Statistics - Version 6.4

Version Description

  1. CSS enhancements
  2. Bug fixes - NOTICE message
Download this release

Release Info

Developer osamaesh
Plugin Icon 128x128 Visitors Traffic Real Time Statistics
Version 6.4
Comparing to
See all releases

Code changes from version 6.3 to 6.4

Visitors-Traffic-Real-Time-Statistics.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Visitor Traffic Real Time Statistics
4
  Description: Hits counter that shows analytical numbers of your WordPress site visitors and hits.
5
  Author: wp-buy
6
  Author URI: https://www.wp-buy.com/
7
- Version: 6.3
8
  Text Domain: visitors-traffic-real-time-statistics
9
  Domain Path: /languages
10
  */
4
  Description: Hits counter that shows analytical numbers of your WordPress site visitors and hits.
5
  Author: wp-buy
6
  Author URI: https://www.wp-buy.com/
7
+ Version: 6.4
8
  Text Domain: visitors-traffic-real-time-statistics
9
  Domain Path: /languages
10
  */
overview.php CHANGED
@@ -25,7 +25,11 @@ $mystart_date = $mystart_date->format('Y-m-d');
25
 
26
  //echo date('Y-m-d H:i:s',time());
27
  ?>
28
-
 
 
 
 
29
  <script language="javascript" type="text/javascript">
30
  function imgFlagError(image) {
31
  image.onerror = "";
@@ -72,11 +76,7 @@ $mystart_date = $mystart_date->format('Y-m-d');
72
  }, 500);
73
  </script>
74
 
75
- <style>
76
- body {
77
- background: #F1F1F1 !important
78
- }
79
- </style>
80
 
81
  <div class="ahc_main_container">
82
 
@@ -164,7 +164,7 @@ $mystart_date = $mystart_date->format('Y-m-d');
164
  <option value="30">Last 30 days</option>
165
  <option value="current_month">This month</option>
166
  <option value="last_month">Last month</option>
167
- <option value="0">All Time</option>
168
  <option value="range">Custom Period</option>
169
  </select>
170
 
25
 
26
  //echo date('Y-m-d H:i:s',time());
27
  ?>
28
+ <style>
29
+ body {
30
+ background: #F1F1F1 !important
31
+ }
32
+ </style>
33
  <script language="javascript" type="text/javascript">
34
  function imgFlagError(image) {
35
  image.onerror = "";
76
  }, 500);
77
  </script>
78
 
79
+
 
 
 
 
80
 
81
  <div class="ahc_main_container">
82
 
164
  <option value="30">Last 30 days</option>
165
  <option value="current_month">This month</option>
166
  <option value="last_month">Last month</option>
167
+ <option value="0">Since installing the plugin</option>
168
  <option value="range">Custom Period</option>
169
  </select>
170
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wp-buy, osamaesh
3
  Tags: visitor, traffic, statistics, analytics, stats, online, Visit, WordPress analytics ,visitors online, count visitor, google analytics, analytics, GeoIP, Geo locations, analytics dashboard, visits, chart, browser, blog, today, yesterday, week, month, wp Statistics, year, post, page, sidebar, summary, feedburner, hits, pagerank, google, histats, alexa, live visit, counter, diagram, graph
4
  Requires at least: 3.0.1
5
  Tested up to: 6.0.1
6
- Stable tag: 6.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -178,6 +178,10 @@ This plugin supports IPv6; however, PHP must be compiled with IPv6 support enabl
178
 
179
  == Changelog ==
180
 
 
 
 
 
181
  = 6.3 =
182
  1. Convert IPv6 to IPv4
183
 
3
  Tags: visitor, traffic, statistics, analytics, stats, online, Visit, WordPress analytics ,visitors online, count visitor, google analytics, analytics, GeoIP, Geo locations, analytics dashboard, visits, chart, browser, blog, today, yesterday, week, month, wp Statistics, year, post, page, sidebar, summary, feedburner, hits, pagerank, google, histats, alexa, live visit, counter, diagram, graph
4
  Requires at least: 3.0.1
5
  Tested up to: 6.0.1
6
+ Stable tag: 6.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
178
 
179
  == Changelog ==
180
 
181
+ = 6.4 =
182
+ 1. CSS enhancements
183
+ 2. Bug fixes - NOTICE message
184
+
185
  = 6.3 =
186
  1. Convert IPv6 to IPv4
187