Jump to content

Recommended Posts

Posted

Hi, I have a problem with a virus/stroke hacker on my site. One of the SQL tables used in my website it getting junk comments added into it. It is not entered using my website as the values do not follow the standard pattern. I have tried deleting all the comments, changing the password on the SQL database, and changing any login information. I have also tried using a different table but junk comments (similar to spam mail) were added into the table straight away. Is there anything I can do about this?

Posted

Update your software and any plugins for it. You likely have an SQL injection issue somewhere.

 

You might also consider replacing your comment system with something else if possible.

Posted

If you made it yourself, you likely didn't secure it properly. You need to research into how to protect against SQL injection.

 

I highly recommend though that you use an off the shelf solution instead of making it yourself if you don't know what you're doing. Inserting garbage data is the least of worries, they often could just as easily read other data or delete it all.

  • 2 weeks later...
Posted

Or if you don't want to write or rectify codes you can simply use disqus.com's comment system. It's easy to setup.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...