Archive for February, 2008

29Feb

Servage Hosting review

Hosting, PHP

I WAS WRONG. DO NOT CHOSE SERVAGE FOR HOSTING OR YOU WILL REGRET THE CHOOSE This is the phrase i looked on search engines for a couple of days before i choose’d my current webhosting. After reading dozens of articles and peoples reviews i decided to host with SERVAGE and i must say it was [...]

1 comment | read more »
27Feb

Apache – Restrict access to certain directory by IP

Apache, Debian, Hacks

You can use this method to allow certain ip’s to access certain directories or to deny certain ip’s to access certain directories, its up to you how you want to protect that directory. In this example im gonna show you how to restrict access to a directory named “restricted” to a single ip, so when [...]

No comments | read more »
26Feb

Hide Apache Version info from footer for a more secured webserver

Apache, Debian

I always hate the thing that after a new install of Debian(which is my favourite server OS) and Apache2(very stable webserver) i get that footer on List and Error pages that presents whoever visits that page with full info on name and version of modules installed. Thats not very safe, because these days the web [...]

6 comments | read more »
25Feb

Oscar Winners

Movies, News

Best motion picture of the year Atonement: Tim Bevan, Eric Fellner and Paul Webster, Producers Juno: Lianne Halfon, Mason Novick and Russell Smith, Producers Michael Clayton: Sydney Pollack, Jennifer Fox and Kerry Orent, Producers No Country for Old Men: Scott Rudin, Ethan Coen and Joel Coen, Producers (winner!) There Will Be Blood: JoAnne Sellar, Paul [...]

No comments | read more »
23Feb

Decoding with the script from earlier post failed on some code

Hacks, PHP, Wordpress

Today i tried to decode another pice of ugly code with “eval(gzinflate(base64_decode” and i was surprised to find that the script couldnt decode this piece. As usually the code is from a themes footer in which i dont want to keep theep the outgoing reffers. Here is the code: $_F=__FILE__;$_X=’Pz48ZDR2IDRkPSJmMjJ0NXIiPg0KPGM1bnQ1cj48Zj JudCBzNHo1PSAiNiI+RDRzdHI0YjN0NWQgYnkgMW4gPDEgaHI1Zj0iaHR0cD ovL3d3dy5raDFsNGRzbDRmNS5jMm0iIHQxcmc1dD1uNXc+SW50NXJuNXQ gRW50cjVwcjVuNTNyPC8xPiB8ICBTcDJuczJyNWQgYnkgMSA8MSBocjVmP SJodHRwOi8vd3d3LjJmZmI1MXQ0bmsuYzJtIiB0MXJnNXQ9bjV3PlQxdHQyM jwvMT4gczR0NTwvYzVudDVyPg0KCTwvZDR2Pg0KDQo8L2Q0dj4NCg0KDQ [...]

7 comments | read more »