• i today noticed that all my comment boxes on my site are prefilled with the name dave and email addy [ email redacted ] i suspect this was caused by some sort of spammer…Any idea’s how to get rid of this as i tried i replaced the comments.php but no difference..
    thank you[ Do not place links like that at the end of your post. ]

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have encountered an attack by SQL injection !

    So in first, you need to know why !!!
    Connect your FTP server, then looking for files that have been changed recently (by modified date), then, with a backup (if you have one !), overwrite those files with the original files.

    In second, if you have a backup of your database, restore it with the most recent. If you still see “dave” with the email “addy ds@fsmail.net”, restore with the 2nd most recent database backup, and so on…

    When all came back normal, I suggest you to find out more information on why you have encounter this attack.
    You should use the following plug-in to protect your site :
    Akismet : Filter the most of the Spam attack
    Bad Behavior : Filter and block the most of the Spam attack, bad/suspicious behavior and Code injection
    WP Security Scan : Allows you to change the database table name (from wp_something to example_something), like that attacker may have difficulty to inject suspicious code in your database
    Login LockDown : Prevent user to brute/force your wordpress credentials

    WordPress Database Backup : Allow you to plan backup (daily, weekly, etc…) and send them to your personal email !

    Thread Starter McBagpipe

    (@mcbagpipe)

    ive had a good look through but not discovered it yet, u wouldnt have any clue which type of file it may be do you? thanks

    In first, check in your theme folder : ‘function.php’ ; ‘comments.php’ etc…

    Thread Starter McBagpipe

    (@mcbagpipe)

    treid them all and looked on every file on ftp. reinstalled the latest wordpress and a new theme but still no joy 🙁 but thank you for your help

    Normal if you still see the comment from “dave” with the email “addy ds@fsmail.net”…
    Now you need to fix all the name/email-addresses of all your comments !

    Then, you’ll see if new comment arrives with “dave”, if yes, so the issue is still there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is This A Bug Placed On Website?’ is closed to new replies.