• Hello Help,
    I have been receiving Wordfence Alerts (and WordPress Alerts) for a website that I am not an administrator of.
    My website is Sunshine Coast Smile Centre.
    The emails are coming from: WordPress <[email protected]>
    Example Subject: [Wordfence Alert] Problems found on greensharefunds.com
    Example Body text: This email was sent from your website “Sunshine Coast Smile Centre” by the Wordfence plugin.
    Wordfence found the following new issues on “Sunshine Coast Smile Centre”.
    Alert generated at Saturday 22nd of June 2019 at 12:36:22 AM
    See the details of these scan results on your site at: https://greensharefunds.com/wp-admin/admin.php?page=WordfenceScan

    I have never heard of greensharefunds.com and am certainly not an administrator of it.

    Can anyone explain why this is happening and what I can do to stop these misdirected alerts please?

    I am receiving normal alerts for Sunshine Coast Smile Centre at the same time as getting these greensharefunds.com alerts.

    There is no mention of greensharefunds.com in my website’s WP Settings Site Name and URL.

    Thank you for any help.

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @eagle_007,

    I think there might be some settings that were changed without your knowing.

    Can you run the following query on your site and let me know what it returns?

    select name, val from wp_wfconfig where name = 'wp_site_url' or name = 'wp_home_url';

    Dave

    Thread Starter Eagle_007

    (@eagle_007)

    Hi Dave,
    Thank you for your response. I’m not sure if I ran the query correctly on my website’s database as I am not very familiar with SQL … but here is the message the query returned:

    Error
    SQL query: Documentation

    select name, val from wp_wfconfig where name = & LIMIT 0, 25
    MySQL said: Documentation

    #1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘& LIMIT 0, 25’ at line 1

    Please let me know what I need to do next.

    Hi @eagle_007,

    When you copied the query, I think the single quotes got replaced with a different character.

    Can you make sure the query is exactly like this:

    select name, val from wp_wfconfig where name=’wp_site_url’ or name=’wp_home_url’;

    Dave

    Thread Starter Eagle_007

    (@eagle_007)

    Hi Dave,
    Yes you are right. The single quotes were replaced with '

    I have now run the correct query. Here is the result:

    Error
    SQL query: Documentation

    select name, val from wp_wfconfig where name = ‘wp_site_url’ or name = ‘wp_home_url’ LIMIT 0, 25
    MySQL said: Documentation

    #1146 – Table ‘scsmilec_wp21.wp_wfconfig’ doesn’t exist

    Does that help?

    Thank you ??

    Thread Starter Eagle_007

    (@eagle_007)

    PS the strange characters keep getting changed back to single quotes when I type them here.

    • This reply was modified 5 years, 8 months ago by Eagle_007.
    • This reply was modified 5 years, 8 months ago by Eagle_007.
    Thread Starter Eagle_007

    (@eagle_007)

    Hello Dave,
    Have you had a chance to look at my recent reply? Here is the result that the SQL query returned:

    Error
    SQL query: Documentation

    select name, val from wp_wfconfig where name = ‘wp_site_url’ or name = ‘wp_home_url’ LIMIT 0, 25
    MySQL said: Documentation

    #1146 – Table ‘scsmilec_wp21.wp_wfconfig’ doesn’t exist

    Does that tell you why I am getting alerts about a domain that I am not an administrator of?

    Hi, are you sure you’re executing this query on your WordPress database?

    The table wp_wfConfig should exist in your WordPress database.

    Do you have access to something like PHPMyAdmin? You’ll want to find the row where name is wp_site_url and see if that matches your site’s website. This row should be within wp_wfConfig.

    Dave

    Thread Starter Eagle_007

    (@eagle_007)

    Hi Dave,
    Thanks for your help.

    • I am using PHPMyAdmin.
    • Yes I am sure it’s my website’s WP database.
    • I can see the table wp_wfConfig in the list of tables.
    • When I browse the wp_wfConfig table, I can see wp_site_url (and wp_home_url) at the end of the list of names.
    • The row says: Edit Copy Delete wp_site_url [BLOB 28 B] yes.
    • I don’t see a URL there.

    What should I do next?

    Thread Starter Eagle_007

    (@eagle_007)

    Hello Dave,

    Does my reply to you of 4 days ago help?

    Thread Starter Eagle_007

    (@eagle_007)

    Dear Dave,

    Have you had a chance to look at my recent reply?

    I am using PHPMyAdmin. I found the row where the name is wp_site_url within wp_wfConfig but there is no URL there.

    Is that normal?

    Liz

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Not my website Wordfence Alerts’ is closed to new replies.