• mrzpro

    (@mrzpro)


    Hi, from some times the last access table shows 127.0.0.1 for all and jp for the country / language…
    Is there anything I can do to avoid this problem?

    The page I need help with: [log in to see the link]

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

    (@ice00)

    hi,

    have you access to phpmyadmin from your server provider for see the DB data?

    Thread Starter mrzpro

    (@mrzpro)

    Yes I have

    Plugin Author ice00

    (@ice00)

    You should execute this query:

    SELECT * FROMavwp_statpresswhere ip='127.0.0.1' and nation='jp' order by id desc

    post the result as email to newstatpress @ altervista.org

    maybe from the data it could be possible to see from what it comes.

    thanks

    Thread Starter mrzpro

    (@mrzpro)

    Hi,
    the query gives no result
    available for other investigations…

    Plugin Author ice00

    (@ice00)

    hi,

    try those:

    SELECT * FROM avwp_statpress where ip='127.0.0.1' order by id desc

    and then

    SELECT * FROM avwp_statpress where nation='jp' order by id desc

    Thread Starter mrzpro

    (@mrzpro)

    Hi,
    the first query gives no results while the second one generate 307778 records.
    As for your requesdt I send it to your e-mail address

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘incorrect decoding’ is closed to new replies.