Archive for March, 2008

10Mar

Servage hacked: Exploit-Iframe (Trojan) Infection – update

Hosting

several 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

11 comments | read more »
08Mar

Securing WordPress

Apache, Wordpress

Im 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 [...]

No comments | read more »
07Mar

Servage hacked: Exploit-Iframe (Trojan) Infection

Hacks, PHP, Wordpress

I 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 [...]

126 comments | read more »
06Mar

IE8 compatibility header tag

Wordpress, xHTML

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

No comments | read more »
06Mar

Apache: Deny or Block IP using htaccess directives

Apache

Its 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 [...]

No comments | read more »