wordpress » Computer internet security 
information computer networking security
 
|
|
|
News
|
Advertise
|
|
Products
|
Contact
 

Posts Tagged ‘wordpress’

Matt Cutt gave new wordpress security tips

Monday, July 14, 2008 14:26

 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 ...

This was posted under category: Blogging security  |  Read Full Story  |  0 Comments

Wordpress is vulnerable to threats

Wednesday, May 14, 2008 11:10

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 ...

This was posted under category: System Bugs  |  Read Full Story  |  0 Comments
Tagged with: , ,

SET SQL_MODE=NO_AUTO_VALUE_ON_ZERO

Saturday, October 6, 2007 12:42

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 ...

This was posted under category: Blogging security, Data Security  |  Read Full Story  |  2 Comments