Archive for March, 2008
Servage hacked: Exploit-Iframe (Trojan) Infection – update
Hostingseveral days have passed and my websites are still clean, i hope they stay that way, because i heard about other users hosted on other clusters getting the trojan again and again inserted into their pages. My pages are ok for the moment
Securing WordPress
Apache, WordpressIm not gonna give you the full deal on securing wordpress, there are dozens of this tutorials out there just waiting to be read. I just want to point out a stage that no one should skip, its crucial to your wordpress integrity. Securing the wp-admin folder though very important its very easy to be [...]
Servage hacked: Exploit-Iframe (Trojan) Infection
Hacks, PHP, WordpressI found this infection on all the blogs i host at Servage, i dont know what caused it, i doubt its my fault because the infection was found in all index.php files trough my websites, and all index.php were writable only by the owner. So i think this might be a hack on Servage’s servers [...]
IE8 compatibility header tag
Wordpress, xHTMLUsing a simple meta declaration, we can specify the rendering engine we would like IE8 to use. For example, inserting this: <meta http-equiv=”X-UA-Compatible” content=”IE=8″ /> into the head of a document would make IE8 render the page using the new standards mode.
Apache: Deny or Block IP using htaccess directives
ApacheIts very simple to deny certain ip’s or domain names from htaccess. For example if from various reasons you dont want some persons accessing your site anymore you just need to add the following to you htaccess file: order allow,deny deny from 1.1.1.3 deny from 2.2.2. allow from all This will allow access from anyone [...]