• Hi, is it possible to begin all values from october, 17 2005?
    Possibly to modify figures inside database or something like that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ice00

    (@ice00)

    hi,

    actually the plugin start to show data from the first record stored (unless you use the prune option, so it start from the last XX days/month you choose) and it is not possible to put a starting data.

    thanks

    Thread Starter mrzpro

    (@mrzpro)

    Thank you, so, is it possible to update/change figures?

    Plugin Author ice00

    (@ice00)

    If you only need to have the starting date October, 17 2005 (leaving all the collected data as is) and you had activated NewStatPress after that date, then you need to modify one record and put that date in it.

    You need PhpMyAdmin for enter the table wp_statpress and then modify the record by hand (in DATA field).

    Else you could use an SQL instruction like this:

    UPDATE WP_STATPRESS SET DATE=’2005/10/17′ WHERE ID=1;

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Start date’ is closed to new replies.