Skip to:
Content
Pages
Categories
Search
Top
Bottom

we are ip and emails in the database?


  • tony910
    Participant

    @tony910

    Hello I wanted to know in which table is the IP and email anonymous. I searched everywhere

Viewing 5 replies - 1 through 5 (of 5 total)

  • Robin W
    Moderator

    @robin-w

    they are held in the postmeta table

    so taking a topic or reply make a note of the id – in the example below it is 16191.

    then go into the postmeta and enter this sql command

    SELECT * FROMwp_postmetaWHEREpost_idLIKE '16191'

    assuming your table prefix is ‘wp_’

    you see entries for both the IP and email


    fantazma
    Participant

    @fantazma

    I have try to query but get 0 results.

    I can understand where is the problem


    Robin W
    Moderator

    @robin-w

    You query is at fault, as you should get some results !

    Is your site public ?


    tony910
    Participant

    @tony910

    thank you its good


    Robin W
    Moderator

    @robin-w

    great – glad you are fixed

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar