|
|||||||||||||||||
![]() |
|||||||||||||||||
|
Matt Cutt is a well know google engineer. He gave recently security tips on wordpress. Wordpress security is always a concern for bloggers who using this platform. The following tips can be helpful for bloggers to get secure from hackers. 1. Drop version string in header.php The tag in your header.php that ...
A major security vulnerability has been discovered in the popular WordPress blogging software. The vulnerability may allow an attacker to bypass security restrictions. Being able to bypass security restrictions would allow someone the ability to post malicious code that could attack visitors to that site. When the “backend” server application ...
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; happens when different version of mysql is being used. When you are transfering from one server to another you should keep in mind the versions of database use in a new environment especially the mysql. However i was also victimized of above bug which i fix after ...