• Resolved golded

    (@golded)


    hello,

    i duplicated a website with this plugin already installed.

    And actually, i have the other historic of the former domain in my logs (live traffic).

    I would like to know if it’s possible to delete the historic of this former domain to be not confused. It’s a detail but i prefer.

    Thanks you in advance.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @golded,

    You can delete the live traffic history by executing this query with a condition:

    DELETE FROM wp_wfhits WHERE ctime < UNIX_TIMESTAMP()-1209600;

    This will delete live traffic older than 2 weeks (1209600 seconds).

    Dave

    Thread Starter golded

    (@golded)

    hi,

    ok thanks. but how can i execute this query ?

    And do you know during how many time there is an historic ? unlimited ?

    Thanks.

    Regards.

    Hi again,

    You can install the phpMyAdmin plugin, and this will allow your to run SQL queries on your database.

    The maximum history saved is listed under Wordfence -> Tools -> Live Traffic -> Live Traffic Options.

    For example: https://i.imgur.com/TCr3pcW.png

    Amount of Live Traffic data to store and Maximum days to keep Live Traffic data

    Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 domains in my log’ is closed to new replies.