Title: NewStatPress
Author: ice00
Published: <strong>20 de Marzo, 2011</strong>
Last modified: 6 de Xaneiro, 2026

---

Buscar plugins

![](https://s.w.org/plugins/geopattern-icon/newstatpress.svg)

# NewStatPress

 Por [ice00](https://profiles.wordpress.org/ice00/)

[Descargar](https://downloads.wordpress.org/plugin/newstatpress.zip)

 * [Detalles](https://gl.wordpress.org/plugins/newstatpress/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/newstatpress/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/newstatpress/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/newstatpress/#developers)

 [Soporte](https://wordpress.org/support/plugin/newstatpress/)

## Descrición

NewStatPress is a new version of StatPress that was the first real-time plugin dedicated
to the management of statistics about blog visits.

It collects information about visitors, spiders, search keywords, feeds, browsers
etc.

Once the plugin NewStatPress has been activated it immediately starts to collect
statistics information.
 Using NewStatPress you could spy your visitors while they
are surfing your blog or check which are the preferred pages, posts and categories.
In the Dashboard menu you will find the NewStatPress page where you could look up
the statistics (overview or detailed). NewStatPress also includes a widget one can
possibly add to a sidebar (or easy PHP code if you can’t use widgets!).

With the new ajax/javascript usage for variables in widget, the plugin is faster
for a user being visit your site even with 1GB or more of database to use! (requires
the External API be enabled in NewStatPress>Options>API)

IMPORTANT: all previous versions from 1.0.4 are subject to XSS and SQL injection
from an old Statpress routine. You have to use at least version 1.0.6 to avoid security
issue.
 PLEASE UPDATE always to the latest version available.

#### Support

Check at http://newstatpress.altervista.org

#### What’s new?

Simple adding index to database and changes some data fields for better database
storing (from here http://www.poundbangwhack.com/2010/07/03/improve-the-performance-
of-the-wordpress-plugin-statpress-and-your-blog/ where some modification comes from)

#### Ban IP

You could ban IP list from stats editing def/banips.dat file.

#### DB Table maintenance

NewStatPress can automatically delete older records to allow the insertion of newer
records when limited space is present.
 This features is left as original StatPress
but it will be replaced by the history data instead.

#### External API

External API are a way to gives the collected informations as a web service using
a POST call.
 With it you can use (for example) your collected data of WordPress
inside a Drupal site. The API must be enables by check a flag into the option (by
default is disabled) and a private KEY must be entered (you can generate a random
one). This KEY is for authenticate the called as a valid allowed client. Even if
the API is for external usage, it will be used internally for speed up page generation
using AJAX, so at some point you will need to activate it to continue to see overview
and Details pages.

Actually those are the available commands:

Command | Parameters | Description

 * version gives the Newstatpress version in use
 * dashboard gives the Newstatpress dashboard overview table

External API is actually used by Multi-NewStatPress (a software than manages data
from multiple installation of NewStatPress in different servers).

If you want to use the API you need to pass to POST those values:

 * VAR the variable for the query (like ‘Version’)
 * KEY the MD5 of date at minute level plus the key you enter into option (e.g in
   PHP: md5(gmdate(‘m-d-y H i’).key) )
 * PAR the parameter associated with the VAR
 * TYP the type of result: JSON (default) of HTML

into those url: your_site+”/wp-content/plugins/newstatpress/includes/api/external.
php”

#### NewStatPress Widget / NewStatPress_Print function

Widget is customizable. These are the available variables:

 * %thistotalvisits% – this page, total visits
 * %alltotalvisits% – all page, total visits
 * %totalpageviews% – total pages view
 * %monthtotalpageviews% – total pages view in the month
 * %todaytotalpageviews% – total pages view today
 * %since% – Date of the first hit
 * %visits% – Today visits
 * %yvisits% – Yesterday visits
 * %mvisits% – Month visits
 * %wvisits% – Week visits
 * %totalvisits% – Total visits
 * %os% – Operative system
 * %browser% – Browser
 * %ip% – IP address
 * %visitorsonline% – Counts all online visitors
 * %usersonline% – Counts logged online visitors
 * %toppost% – The most viewed Post
 * %topbrowser% – The most used Browser
 * %topos% – The most used O.S.
 * %topsearch% – The most used search terms

In widget, those are special html contropart:

 * %br% =>
 * %ul% =>

 *  * %/ul% =>

 * %li% =>
 * %/li% =>

Now you could add these values everywhere! NewStatPress offers a new PHP function
_newstatpress\_print()_.
 * i.e. newstatpress_print(“%totalvisits% total visits.”);

New experimental functions: place this command [NewStatPress: xxx] every were in
your WordPress blog pages and you will have the graph about the xxx function.

Available functions are:
 * [NewStatPress: Overview] * [NewStatPress: Top days] *[
NewStatPress: O.S.] * [NewStatPress: Browser] * [NewStatPress: Feeds] * [NewStatPress:
Search Engine] * [NewStatPress: Search terms] * [NewStatPress: Top referrer] * [
NewStatPress: Languages] * [NewStatPress: Spider] * [NewStatPress: Top Pages] * [
NewStatPress: Top Days – Unique visitors] * [NewStatPress: Top Days – Pageviews]*[
NewStatPress: Top IPs – Pageviews]

### License

GPLv2 or later

### License URI

https://www.gnu.org/licenses/gpl-2.0.html

## Instalación

#### Fresh Install

Upload “newstatpress” directory in wp-content/plugins/ . Then just activate it on
your plugin management page.
 You are ready!!!

Note: you must disable the original StatPress plugin (or other plugins still based
onto StatPress) when activating this, as it still use or now the same table of StatPress
for storing data in DB (copy the data to another table will be very space consuming
for your site, so it was better to use the same table)

#### Actualizar

 * Deactivate NewStatPress plugin (no data lost!)
 * Backup ALL your data
 * Backup your custom DEFs files
 * Override “newstatpress” directory in wp-content/plugins/
 * Restore your custom DEFs files
 * Re-activate it on your plugin management page
 * In the Dashboard click “NewStatPress”, then “NewStatPressUpdate” and wait until
   it will add/update db’s content

## Preguntas frecuentes

### I’ve a problem. Where can I get help?

Check at http://newstatpress.altervista.org

## Comentarios

![](https://secure.gravatar.com/avatar/fc874e45641be5d0e6df6dcbc06b9918caf61e5ff72b42c1816d0bae5d9c9cc6?
s=60&d=retro&r=g)

### 󠀁[Data strange and exporting not working](https://wordpress.org/support/topic/data-strange-and-exporting-not-working/)󠁿

 [songdove](https://profiles.wordpress.org/songdove/) 6 de Xaneiro, 2024

A year ago I asked how to block unusable search data from being reported in my stats.
I never got an answer. Today, most if not almost all stats are from this unusable
search data, not from actual pages or posts on my site! I used to get around this
by exporting the data and importing into a spreadsheet, deleting the unusable stuff
and then doing my Best Of previous year blog post. This year however, any export
only shows me the header row and no data, despite the “informations” tab of “options”
showing me quite a bit of data in the database, if numbers are to be believed. Not
happy. I like doing a best-of blog post at the start of each year and can’t do it
now.

![](https://secure.gravatar.com/avatar/331de41c5d262b6c94df196ce8c19f92bcfe703621342050a45b38789162c39a?
s=60&d=retro&r=g)

### 󠀁[Ya no sirve.](https://wordpress.org/support/topic/muy-buen-plugin-32/)󠁿

 [Jaime Rojas](https://profiles.wordpress.org/jaime-rojas/) 13 de Xaneiro, 2024

<!– wp:paragraph –> <p class=””>Alejense de este plugin…!</p> <!– /wp:paragraph –
>

![](https://secure.gravatar.com/avatar/a86eccfeea0c9210c710fb04323e869011c2f41e3d77eb97446640dce9f5fe92?
s=60&d=retro&r=g)

### 󠀁[Ottimo!](https://wordpress.org/support/topic/ottimo-486/)󠁿

 [alecoss](https://profiles.wordpress.org/alecoss/) 30 de Decembro, 2022

Perfetto per la maggior parte delle funzioni, aggiornato di frequente e leggero.

![](https://secure.gravatar.com/avatar/50e5c6d494e8ad9f915ed5b20829a5426b8185aa7b9d2014b9c8087494fafc51?
s=60&d=retro&r=g)

### 󠀁[Widget function is very usuful](https://wordpress.org/support/topic/widget-function-is-very-usuful/)󠁿

 [Senri Miura](https://profiles.wordpress.org/senribb/) 22 de Agosto, 2022

I’ve been using this plugin for several years now. It would be nice to be able to
display the stats in a sidebar widget. WP Slimstat can’t do that. The drawback is
that the statistic DB becomes large and overhead is generated, but I can’t do what
I want to do without this plugin, so I continue to use it.

![](https://secure.gravatar.com/avatar/66efae41978b3c6678c375f4aedcd8b9f4df2a8ed670801ae5136743ab9eef72?
s=60&d=retro&r=g)

### 󠀁[Fairly accurate stats…](https://wordpress.org/support/topic/fairly-accurate-stats/)󠁿

 [uninvolved](https://profiles.wordpress.org/uninvolved/) 21 de Xaneiro, 2022

The numbers in the overview are sometimes gibberish, having no bearing on reality.
But, the daily visitors are accurate. They are fairly close to what I see in AwStats(
which is greatly improved lately) and in my raw server logs when processed to remove
bots and whatnot. The numbers are close enough to save that effort and just accept
these results as being useful.

![](https://secure.gravatar.com/avatar/25fd5372cc2b0d5b9a60d1dab104e2b4571607775f9972c419232c3b784cefcc?
s=60&d=retro&r=g)

### 󠀁[Parfait](https://wordpress.org/support/topic/parfait-313/)󠁿

 [tikimob](https://profiles.wordpress.org/tikimob/) 6 de Xullo, 2021

Plugin génial pour avoir des infos sur les visites fiables

 [ Ler todas as 84 opinións ](https://wordpress.org/support/plugin/newstatpress/reviews/)

## Colaboradores e desenvolvedores

“NewStatPress” é un software de código aberto. As seguintes persoas colaboraron 
con este plugin.

Colaboradores

 *   [ ice00 ](https://profiles.wordpress.org/ice00/)
 *   [ cHab ](https://profiles.wordpress.org/lechab/)

“NewStatPress” foi traducido a 3 idiomas. Grazas [aos desenvolvedores](https://translate.wordpress.org/projects/wp-plugins/newstatpress/contributors)
polas súas contribucións.

[Traduce “NewStatPress” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/newstatpress)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/newstatpress/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/newstatpress/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/newstatpress/)
por [RSS](https://plugins.trac.wordpress.org/log/newstatpress/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.4.4

_Released date: 2026-01-06_

 * Fix vulnerability Authenticated (Contributor+) Stored Cross-Site Scripting
 * Fix php8 specific error
 * Rewrote all to be aligned with check plugin (so check the changes on syntax for
   variables)

#### 1.4.3

_Released date: 2022-06-26_

 * Browsers (+20)
 * Upgrade Hungarian language (thanks to Pile)
 * Fix filemtime() in ip2nation

#### 1.4.2

_Released date: 2021-03-21_

 * Complete search
 * Add html contropart for widget

#### 1.4.1

_Released date: 2021-03-12_

 * Fix os/browser detection
 * Fix update missing action

#### 1.4.0

_Released date: 2021-03-09_

 * More sanification (complete core rewrite: actually search function is not working)
 * Fix email sent
 * Fix top post widget error

#### 1.3.9

_Released date: 2021-02-11_

 * More sanification

#### 1.3.8

_Released date: 2021-02-05_

 * Use HTTP API instead of CURL
 * Add more sanization onto output from db

#### 1.3.7

_Released date: 2021-01-27_

 * Use WP Jquery, update JS at latest version
 * Use _FILE_ for accessing own files
 * Load ip2nation with WordPress API

#### 1.3.6

_Released date: 2021-01-13_

 * Fix Reflected Cross-Site Scripting

#### 1.3.5

_Released date: 2021-01-18_

 * Improving on preventing potential SQL injection (part 3)
 * Os (+3)

#### 1.3.4

_Released date: 2021-01-16_

 * Improving on preventing potential SQL injection (part 2)
 * Browsers (+10)

#### 1.3.3

_Released date: 2021-01-13_

 * Improving on preventing potential SQL injection
 * Browsers (+30)

#### 1.3.2

_Released date: 2019-07-20_

 * Fix exportation dates

#### 1.3.1

_Released date: 2019-05-19_

 * Update Hungarian language thanks to Pille
 * Remove Warning “Address is not a valid IPv4 or IPv6”
 * Browsers (+93), OS (+11)

#### 1.3.0

_Released date: 2018-05-15_

 * Fix some PHP 7.2 Warning
 * Add browser (+97), OS (+2)

#### 1.2.9

_Released date: 2017-10-29_

 * Fix some PHP Notice

#### 1.2.8

_Released date: 2017-10-04_

 * Fix Os missing images
 * Fix undefined index warning
 * Update Hungarian language thanks to Pille
 * Fix PHP 7.1 specific error

#### 1.2.7

_Released date: 2017-07-02_

 * Fix %thistotalvisits% javascript
 * Fix offsets not stores in option after sanitization
 * Fix css wordpress problem

#### 1.2.6

_Released date: 2017-03-23_

 * Fix url sanitization that break page detection

#### 1.2.5

_Released date: 2017-03-20_

IMPORTANT CRITICAL UPDATE
 * Fix Stored cross-site scripting vulnerabilities, find
by Han Sahin of www.SumOfPwn.nl @sumofpwn * Avoid direct access to pages * Changing
path detections (not support anymore WordPress 2.x or lower) * Fix widget variable
list * Use javascript+ajax for variables API * Remove the usage of wp_load * Complete
name conversion * External API via WP Ajax * Fix missing 2 spider images * Use NONCE
for ajax call in variables API

#### 1.2.4

_Released date: 2016-06-18_

 * Add user message about overview loading (regarding the external api)
 * Fix display tab in Option page
 * Update Screenshot in en_EN
 * Update Ip2nation definitions (16/16/2016)
 * Update fr_FR, it_IT, es_ES translation
 * Remove “Creating default object from empty value” warming
 * Add error images for an Ajax failure
 * Fix sender display bug (email notification)

#### 1.2.3

_Released date: 2016-06-12_

 * Change overview loading: used the external api

#### 1.2.2

_Released date: 2016-05-28_

 * Add “wpversion” into External API
 * Add Information DB in tool menu
 * Update Screenshot
 * Update readme info
 * Fix Warning message in Dashboard
 * Remove “Empty needle” warning
 * Add spider (+1)

#### 1.2.1

_Released date: 2016-04-25_

 * Add Overview Meta-boxes (free ordination + open/close)
 * Add OS (+76)
 * Add Browsers (+160)
 * Add Spiders (+25)
 * Fix email notification bug (wrong schedule)
 * Fix get_currentuserinfo() deprecated function since WP4.5
 * Change img display method of OS & Browser definitions
 * Add spiders colored agent
 * Add Hide/show spiders function in agent
 * Add message to news box when def update
 * Add technical document about External API inside “doc” folder

#### 1.2.0

_Released date: 2016-04-17_

 * Fix wrong calculation of statistics variation
 * Update ‘Notification boxes’ behavior
 * Add OS (+34)
 * Add Browsers (+20)

#### 1.1.9

_Released date: 2016-03-19_

 * Avoid the use of JQuery to prevent conflict with other themes/plugin

#### 1.1.8

_Released date: 2016-03-20_

 * Add ‘from’ option in email notification tab
 * Add option for adding a fixed number of visits for how before use another statistic
   plugin
 * Add pickaday for export tool (https://github.com/dbushell/Pikaday)
 * Add filename field for export tool
 * Add file extension field for export tool
 * Add autosave function for export tool
 * Add ressources tab in Credits page
 * Fix title with spaces visualization in widget
 * Fix wrong display in Credits page
 * Update fr_FR and it_IT translation

#### 1.1.7

_Released date: 2016-02-28_

 * Added Icons on database tools
 * Update CZ translation thanks to Petr Janda
 * Update FR translation
 * Fix Export dysfunction in database tools (‘right’ issue)
 * Fix Export dysfunction in database tools (‘date’ issue)

#### 1.1.6

_Released date: 23/02/2016_

 * Fix email notification bug
 * [x] Update IT translation

#### 1.1.5

_Released date: 10/01/2016_

 * Double the length of email address
 * Changes hooks for emails to avoid possible conflict with other plugins

#### 1.1.4

_Released date: 09/02/2016_

 * Add email notification options
 * Add Notice Message Box
 * Add OS (+6), Browsers (+5), Spiders (+197)
 * Add language flag and status on ‘Credits’ page
 * Add Activation of sum option for variable %mvisits%, %wvisits% and %totalvisits%
 * Add Settings link in extensions page
 * Add control routine for old WP version
 * Add Internalization for shortcode
 * Change IP detection for better results behind proxy
 * Change ‘Options’ Page code : major improvements
 * Change ‘Credits’ Page code : use of json
 * Update Spiders images (+3)
 * Update locale fr_FR, it_IT, pl-PL, es_ES
 * Fix bug for shortcode [NewStatPress: Top days]
 * Fix Memory size : >0.5 Mb free
 * Fix HTML cleanup
 * Fix Readme.txt

#### 1.1.3

_Released date: 09/01/2016_

 * Fix call to % calculation
 * Change dashboard/overview call in External API

#### 1.1.2

_Released date: 07/01/2016_

 * Use new Ajax call in WordPress for dashboard
 * Fix missing row titles in dashboard in External API

#### 1.1.1

_Released date: 06/01/2016_

 * Remove included jQuery script that generate activation problem. Dashboard is 
   now to fix.

#### 1.1.0

_Released date: 06/01/2016_

 * Fix API key calculation
 * Fix domain.dat manages inside nsp_visits.php (thanks to Gwss)
 * Add %monthtotalpageviews% variable (request by th3no0b)
 * Add dashboard generation via external API
 * Use full index in Dashboard queries for classical method: super speed up generation
 * Fix overview bug in total (thanks to Greg Sydney)

#### 1.0.9

_Released date: 26/09/2015_

 * Adequate for translate.wordpress.org
 * Update Readme for External API usage

#### 1.0.8

_Released date: 19/09/2015_

 * add jQuery tabs for credit page
 * Updated browser definition
 * add 2 spiders logo and add missing browser images
 * rewrite initialization to avoid Warning about Undefined variable search_phrase
   and search engine
 * Updated Locale fr_FR, it_IT

#### 1.0.7

_Release Date – 11/07/2015_

 * Fix %mvisits% not giving result
 * Add %wvisits% week visits
 * Fix capability problems created by https://codex.wordpress.org/Multisite_Network_Administration

#### 1.0.6

_Release Date – 01/07/2015_

 * Close a possible Reflected XSS attack (thanks to James H – g0blin Reserch)
 * Avoid MySQL error if erroneous input is given (thanks to James H – g0blin Reserch)

#### 1.0.5

_Release Date – 30/06/2015_

IMPORTANT CRITICAL UPDATE

 * Close a XSS and a SQLI Injection involved IMG tag (thanks to James H – g0blin
   Reserch)

#### 1.0.4

_Release Date – 30/06/2015_

IMPORTANT CRITICAL UPDATE

 * Close a persistent XSS via HTTP-Header (Referer) (no authentication required)(
   thanks to Michael Kapfer – HSASec-Team)

#### 1.0.3

_Release Date – 23/06/2015_

 * Fix nsp_DecodeURL code cleanup replacement
 * Fix NewStatPress_Print missing after cleanup

#### 1.0.2

_Release Date – 21/06/2015_

User interface changes:

 * Added API key option in option menu
 * Added API activation option in option menu
 * Implement external API “version” (gives actual version of NewStatPress)
 * Added informations tabs in Tools menu ()
 * Updated General tab in Option menu ()
 * Updated Widgets title
 * Updated IP2nation option menu
 * Fixed Dashboard widget overflow
 * Core changes:
 * Fix the plugin menu view for “subscriber”
 * Fix IP2nation database installation bug
 * Remove IP2nation download function (to be best conform with WP policy)
 * Massive code cleaning to avoid conflict with others plugins
 * Added bots (+7, thanks to Nahuel)
 * Updated Locale fr_FR, it_IT

#### 1.0.1

_Release Date – 08/06/2015_

IMPORTANT CRITICAL UPDATE

 * Close a SQL injection (Thanks to White Fir Design for discover and communicate).
   Actually the old Statpress search code seems to be sanitized all.

#### 1.0.0

_Release Date – 29/05/2015_

 * Remove %installed% variable

#### 0.9.9

_Release Date – 20/05/2015_

Note: IMPORTANT CRITICAL UPDATE

Core changes:

 * Close a XSS and a SQL injection and possible other more complex to achieve (thanks
   to Adrián M. F. for discover and communicate them). Those are inside the search
   routine from Statpress so ALL previous versions of NewStatPress are vulnerable(
   and maybe they are present in lot of Statpress based plugin and Statpress itself).
 * Fix missing browser images
 * Add tools for optimize and repair the Statpress table
 * Updated Locale it_IT

#### 0.9.8

_Release Date – 26/04/2015_

Core changes:

 * Fix missing routine for update
 * Fix cs_CZ translation

#### 0.9.7

_Release Date – 11/04/2015_

User interface changes:

 * Added New option in Overview Tab : overview stats calculation method (global 
   distinct ip OR sum of each day) (Note: online for month at the moment)
 * Added New options in General Tab : add capabilities selection to display menus,
   options menu need to be administrator by default
 * Added New information ‘Visitors RSS Feeds’ in Overview page
 * Updated Locale fr_FR, it_IT, cs_CZ

Core changes:

 * Updated OS definition
 * Updated Browser definition
 * Fixed ‘3 months Purge’ issue

#### 0.9.6

_Release Date – 21/02/2015_

 * New Option page with tabs navigation (jquery)
 * Fix Search page link
 * Various core fix (global definition, function, plugin page names with nsp_ prefix)
 * Various debug fix (deprecated function, unset variable)
 * Fix thistotalvisit api call

#### 0.9.5

_Release Date – 18/02/2015_

 * Fix PHP compatibility issue on old versions

#### 0.9.4

_Release Date – 18/02/2015_

 * Update of Widget ‘NewStatPress’ (code re-writed, add variable informations)
 * Fix Overview Table (CSS)
 * Add Tool page with tab navigation

Note: do not install if you did not have a recent PHP version

#### 0.9.3

_Release Date – 17/02/2015_

 * Add Visits page with tab navigation
 * Add tab navigation in Crédits page
 * Add ‘Donator’ tab in Crédits page
 * Add ‘visits’ and ‘options’ links in Dashboard widget
 * Add CSS style to navbar in Visitors page
 * Add colored variation in overview table
 * Re-writed Overview function
 * Fix Duplicate INDEX when User database is updated (function rewrited)
 * Fix dashboard ‘details’ dead link
 * Fix navbar dead link in visitors page
 * Various code fixing
 * Api for variables (10x faster to load page with widget)

Note: refresh your browser cache to take the new CSS settings else if you use javascript
in widget where there is a %variable% of newstatpress, please take a look as now
it could generate javascript error (neested code).

#### 0.9.2

_Release Date – 09/02/2015_

 * CSS fix : Overview fix and wp_enqueue_style compatibility fix

#### 0.9.1

_Release Date – 08/02/2015_

 * Fix PHP to be compatible with a old version (all 0.8.9 changes are now activated)

#### 0.9.0

_Release Date – 07/02/2015_

 * Revert modification to 0.8.8 to fix PHP issue for old versions

#### 0.8.9

_Release Date – 07/02/2015_

 * Added Ip2nation download function in option page
 * Added plugin homepage link, news feeds link, bouton donation in credit page
 * Added variables %yvisits% (yesterday visits) %mvisits% (month visits)
 * Added CSS style to stylesheet (./css/style.css), partially done
    - remove page
    - update page
    - credit page
 * Optimization of the option page
 * Optimization of the credit page
 * Optimization of the export page
 * Optimization of the remove page
 * Optimization of the database update page
 * Fixed ‘selected sub-menu’ bug
 * Fixed wrong path to update IP2nation when database is updated (/includes)
 * Fixed 5 bots, add 13 new bots
 * Update locate : Italian and French

NOTE: not install this version if you have not a recent PHP version. Attend the 
new 0.9.1 instead.

#### 0.8.8

_Release Date – 17/01/2015_

 * Optimize %alltotalvisits% query (up to 5X faster)
 * Optimize %visitorsonline% query (uses more indexes)
 * Optimize %usersonline% query () (uses more indexes)

#### 0.8.7

_Release Date – 21/12/2014_

 * Add Browser (+1)
 * Add OS (+5)

#### 0.8.6

_Release Date – 20/09/2014_

 * Replace obsolete get_settings() to get_option() (thanks to kjmtsh)
 * Add empty check of the query results (thanks to kjmtsh)
 * Fix of the query string for dbDelta() function (thanks to kjmtsh)

#### 0.8.5

_Release Date – 03/08/2014_

 * Add Browser (+10)
 * Increase referrer from 250 to 512 chars

#### 0.8.4

_Release Date – 13/07/2014_

 * Spy menu reorganization (thanks to Alphonse PHILIPPE)
 * Update French translation (thanks to Alphonse PHILIPPE)
 * Update Italian translation

#### 0.8.3

_Release Date – 11/06/2014_

 * Remove greetings link as new WordPress policy

#### 0.8.2

_Release Date – 07/06/2014_

 * Add Ukrainian translation (thanks to Michael Yunat)

#### 0.8.1

_Release Date – 25/05/2014_

 * Add Greek translation (thanks to Boulis Antoniou)

#### 0.8.0

_Release Date – 17/04/2014_

 * Fix spy/new spy/spy bot menu
 * Fix 4 missing details
 * Replace mysql_real_escape_string with esc_sql for WP 3.9

#### 0.7.9

_Release Date – 05/04/2014_

 * Update French translation (thanks to Alphonse PHILIPPE)

#### 0.7.8

_Release Date – 14/03/2014_

 * Fix global definitions

#### 0.7.7

_Release Date – 14/03/2014_

 * Fix $userdata issue if it is empty (thanks to szaleq)
 * Fix plugin directory usage when not standard wp installation is used (thanks 
   to szaleq)
 * Add ‘Target’ to be translated (thanks to ALPPH)
 * Add OS (+9), Browser (+1)

#### 0.7.6

_Release Date – 11/01/2014_

 * Change target formula to use the true month’s days duration and computes it according
   even with hours/minutes (thanks to Capitalist)

#### 0.7.5

_Release Date – 27/12/2013_

 * Fix possible security issue (backported from statpress)
 * Resolve /? problem for permalink in links

#### 0.7.4

_Release Date – 01/10/2013_

 * Fix POST request for flag API services that needs GET (Thanks to Giuseppe Chiesa)

#### 0.7.3

_Release Date – 22/09/2013_

 * Fix maxxday missing declaration

#### 0.7.2

_Release Date – 15/09/2013_

 * Add option to prune only the spiders
 * Add remove menu for deleting all stored data

#### 0.7.1

_Release Date – 17/08/2013_

 * Add Os (+6), Browser (+14)

#### 0.7.0

_Release Date – 20/07/2013_

 * Make tables compatible with qTransalte plugin
 * Fix bug id 390 (Graph Legend includes + Sign)

#### 0.6.9

_Release Date – 30/06/2013_

 * Remove old (unused) chart code that was present over the new Google Api

#### 0.6.8

_Release Date – 29/06/2013_

 * Insert timeout in reading the total number of newstatpress installation if you
   use %installed%

#### 0.6.7

_Release Date – 29/06/2013_

 * Fix not resolve completly, so remove support link

#### 0.6.6

_Release Date – 29/06/2013_

 * Try to fix bug-id 423/434 (needs PHP5)

#### 0.6.5

_Release Date – 28/05/2013_

 * Mask potential error in reading of installed plugin
 * Activate installed registration when in admin page

#### 0.6.4

_Release Date – 26/05/2013_

 * Add %installed% that give the number of installed plugin (it is anonymous and
   experimental,
    read the note)

#### 0.6.3

_Release Date – 20/05/2013_

 * Fix possible warning and line feeds

#### 0.6.2

_Release Date – 20/05/2013_

 * Add missing 2 spider images
 * Make configurable the number of elements in summary
 * Add random “support” link to all search robots (read the agreement note before
   updating)

#### 0.6.1

_Release Date – 04/05/2013_

 * Fix isset for referrer

#### 0.6.0

_Release Date – 02/05/2013_

 * Fix missing $ in referrer

#### 0.5.9

_Release Date – 30/04/2013_

 * Avoid possible problem with refferer (use update for sync the old data)

#### 0.5.8

_Release Date – 27/04/2013_

 * Remove Undefined offset in referrer if debug is on
 * Add %todaytotalpageviews% – total pages view today
 * Add Os (+3)

#### 0.5.7

_Release Date – 16/03/2013_

 * Porting the 3D charts to the new Google API: Piechart.
    Chart is rendered into
   an iframe with SVG or VML. See http://newstatpress.altervista.org/?p=381 for 
   an example

#### 0.5.6

_Release Date – 14/03/2013_

 * Use .html instead of .frame as some browsers did not interpret it correctly

#### 0.5.5

_Release Date – 14/03/2013_

 * Porting the GeoMap chart to the new Google API: Geochart.
    Map is rendered into
   an iframe with SVG or VML. See http://newstatpress.altervista.org/?p=373 for 
   an example

#### 0.5.4

_Release Date – 02/03/2013_

 * Add Hungarian translation (Thanks to Peter Bago)

#### 0.5.3

_Release Date – 15/02/2013_

 * Fix collision of permalinksEnabled with statpress-visitors
 * Increase size from 50 to 250 into details visualization
 * New Browser (+17),New OS (+2), fix bug id 315

#### 0.5.2

_Release Date – 12/02/2013_

 * Fix inherited bug about CDIR comparison in blocking IP function
 * Add %topsearch% for getting the top search term (it implements partially the 
   tracker ID 297 and 243)
 * Fix bug ID 299
 * Add missing yahoo feedseacker spider image

#### 0.5.1

_Release Date – 13/01/2013_

 * Add Slovak translation (thanks to Branco – WebHostingGeeks.com http://webhostinggeeks.
   com/blog/)
 * Fix mising msn spider images (thanks to Christian)

#### 0.5.0

_Release Date – 29/12/2012_

 * Add searchengine (+1)

#### 0.4.9

_Release Date – 27/12/2012_

 * Show graphs under the table to stay into column (Google charts will be updated
   to SVG graphics soon)

#### 0.4.8

_Release Date – 09/12/2012_

 * Add browser (+3), OS (+1)

#### 0.4.7

_Release Date – 02/11/2012_

 * Trace even IPv6 address (note: look at http://newstatpress.altervista.org/?p=
   261 for more details before apply this update)
 * Remove some Strict Standards PHP warnings (Only variables should be passed by
   reference in…)
 * Remove a Notice (Trying to get property of non-object in…)
 * Avoid use of $_SERVER[‘SCRIPT_NAME’] as no all server handle it correctly (tracker
   id 258)

#### 0.4.6

_Release Date – 21/10/2012_

 * Add browser (+3), OS (+1)

#### 0.4.5

_Release Date – 23/09/2012_

 * Update Russian translation (thanks to godOFslaves)
 * update Italian translation

#### 0.4.4

_Release Date – 01/09/2012_

 * Add browser (+2)
 * Fix spider images (bug id 236 and 237)

#### 0.4.3

_Release Date – 22/07/2012_

 * Add spiders images (from statpress-visitors)
 * Initial porting of spy bot (from statpress-visitors)
 * Add browser (+2)

#### 0.4.2

_Release Date – 15/07/2012_

 * Update Simplified Chinese translation (thanks to Christopher Meng)
 * Add tab delimiter for export function (thanks to Ruud van der Veen)

#### 0.4.1

_Release Date – 12/07/2012_

 * Improve control before insert (maybe help for bug id 221)

#### 0.4.0

_Release Date – 02/07/2012_

 * Fix total since date bug (tracker id 216)

#### 0.3.9

_Release Date – 01/07/2012_

 * Add the abilities to not monitoring only a given list of names
    (so, administrators
   can still monitoring authenticated users) for users that are logged (tracker 
   id 201)
 * Update Italian locale

#### 0.3.8

_Release Date – 10/06/2012_

 * Code restructuration
 * Add browser (+1)

#### 0.3.7

_Release Date – 02/06/2012_

 * Fix introduced bug with previous function added of image visualization (tracker
   id 192)

#### 0.3.6

_Release Date – 01/06/2012_

 * Add Overview for [NewStatPress: xxx] command (tracker id 166)

#### 0.3.5

_Release Date – 16/05/2012_

 * Updating French translation (thanks to shilom)
 * Fix dashboard and overview translation

#### 0.3.4

_Release Date – 02/05/2012_

 * Add Lithuanian translation (thanks to Vincent G)

#### 0.3.3

_Release Date – 29/04/2012_

 * Updating French translation (thanks to shilom)
 * Inserting credits table

#### 0.3.2

_Release Date – 26/04/2012_

 * Add new OS (+1), browsers (+7), spiders (+1)

#### 0.3.1

_Release Date – 21/04/2012_

 * Fix _deprecated_ register_sidebar_widget (traker ID 142)
 * Fix php warning into dashboard widget

#### 0.3.0

_Release Date – 14/03/2012_

 * Add new browser definitions (+1)
 * Create credits menu (to be completed)

#### 0.2.9

_Release Date – 01/03/2012_

 * Fix export action not catched (Tracker ID 146)

#### 0.2.8

_Release Date – 17/02/2012_

 * Fix blog redirector in NewStatPressBlog (Tracker ID 137)
 * Fix nation image display in spy (thanks to Maurice Cramer)

#### 0.2.7

_Release Date – 04/02/2012_

 * Replace deprecate PHP eregi function with preg_match
 * In spy show local nation images (taken from statpress-visitors)
 * New spy function taken from statpress-visitors (for beta testing)
 * Use image for newstatpress menu in administration of wordpress (taken from statpress-
   visitors)

#### 0.2.6

_Release Date – 01/02/2012_

 * Fix missing browser image and IE aligment failure in spy section (thanks to Maurice
   Cramer)
 * Add new browser definitions (+2)

#### 0.2.5

_Release Date – 28/01/2012_

 * Fix total since in overwiew (thanks to Maurice Cramer)
 * Add in the option the ability to update in a range of date (migrated from stapress-
   visitors)

#### 0.2.4

_Release Date – 18/01/2012_

 * Add option for show dashboard widget
 * Add dashboard widget (thanks to Maurice Cramer). Look into the blog for details.

#### 0.2.3

_Release Date – 12/01/2012_

 * Fixing charaters after closing tags

#### 0.2.2

_Release Date – 11/01/2012_

 * Add source for Simplified Chinese translation (thanks to Christopher Meng)
 * Fix nb_NO over no_NO locale
 * Lots of php warnings fixed in source

#### 0.2.1

_Release Date – 21/12/2011_

 * Add new OS (+3), browsers (+6)
 * Add Simplified Chinese translation (thanks to Christopher Meng)

#### 0.2.0

_Release Date – 15/10/2011_

 * Add new OS (+44), browsers (+52) and spiders (+71) (from statpress-visitors)

#### 0.1.9

_Release Date – 10/09/2011_

 * make all reports in details to have the number of entries you want
 * Add [NewStatPress: xxx] experimental function for having report into wordpress
   page
 * Add %totalpageviews% – total pages view

#### 0.1.8

_Release Date – 23/06/2011_

 * Add option for not track given permalinks (from wp_slimstat)

#### 0.1.7

_Release Date – 29/05/2011_

 * Let Search function to works again (thank to Ladislav)

#### 0.1.6

_Release Date – 15/05/2011_

 * Add option for not track given IPs (from wp_slimstat)
 * update Italian translation

#### 0.1.5

_Release Date – 12/05/2011_

 * Open link in new tab/window (thanks to Sisko)
 * New displays of data for spy function (thanks to Sisko)
 * Added %alltotalvisits%

#### 0.1.4

_Release Date – 24/04/2011_

 * Fix fromDate calculation

#### 0.1.3

_Release Date – 22/04/2011_

 * Reactivate visitors/user online with unix timestamp

#### 0.1.2

_Release Date – 23/03/2011_

 * Add images for new browser
 * Better polish translation by Pawel Dworniak
 * Separate iPhone/iPad/iPod devices

#### 0.1.1

_Release Date – 22/03/2011_

 * Reactivate translactions
 * Add more OS (MacOSX variants, Android)
 * Add more Browser (Firefox 4, IE 9)

#### 0.1.0

_Release Date – 19/03/2011_

 * Adds index onto Statpress 1.4.1 table for improve velocity
 * Changes data type of some fields for saving space
 * Let the images to be visible even for relocated blog
 * Makes the update of search engine more quick

## Meta

 *  Versión **1.4.4**
 *  Última actualización **Fai 3 meses**
 *  Instalacións activas **9.000+**
 *  Versión de WordPress ** 3.5 ou superior **
 *  Probado ata **6.9.4**
 *  Idiomas
 * [Catalan](https://ca.wordpress.org/plugins/newstatpress/), [English (US)](https://wordpress.org/plugins/newstatpress/),
   [French (France)](https://fr.wordpress.org/plugins/newstatpress/), e [Italian](https://it.wordpress.org/plugins/newstatpress/).
 *  [Traduce ao teu idioma](https://translate.wordpress.org/projects/wp-plugins/newstatpress)
 * Etiquetas
 * [analytics](https://gl.wordpress.org/plugins/tags/analytics/)[dashboard](https://gl.wordpress.org/plugins/tags/dashboard/)
   [statistics](https://gl.wordpress.org/plugins/tags/statistics/)[tracking](https://gl.wordpress.org/plugins/tags/tracking/)
   [visits](https://gl.wordpress.org/plugins/tags/visits/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/newstatpress/advanced/)

## Valoracións

 4.7 de 5 estrelas

 *  [  70 valoracións de 5 estrelas     ](https://wordpress.org/support/plugin/newstatpress/reviews/?filter=5)
 *  [  7 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/newstatpress/reviews/?filter=4)
 *  [  3 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/newstatpress/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/newstatpress/reviews/?filter=2)
 *  [  4 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/newstatpress/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/newstatpress/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/newstatpress/reviews/)

## Colaboradores

 *   [ ice00 ](https://profiles.wordpress.org/ice00/)
 *   [ cHab ](https://profiles.wordpress.org/lechab/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/newstatpress/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F5S5PF4QBWU7E)