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 »
04Mar

WordPress newsletter plugin – wp-ajax-newsletter

AJAX, Wordpress

Here is one great newsletter plugin for wordpress, believe me i have tried them all but every single one had problems. For example i tried the subscribe2 newsletter plugin but it turns out it has big issue with the Related Post inserted by the Simple Tags plugin. What i mean is that bellow the subscribe2 [...]

10 comments | read more »
01Mar

WordPress RSS feed turned blank(empty)

Wordpress

I recently had an issue with wordpress on one of my blogs. When i accessed the RSS feed link i noticed there was no feed, i was surprisedĀ  because everything looked ok with the blog, articles were there, comments were there but the feed was blank. I must say this happened after i moved my [...]

1 comment | 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 »
21Feb

How to decode ugly eval(gzinflate(base64_decode

PHP, Wordpress

I just installed this great new theme, and i though everything is gonna be easy in customizing it. I don’t have a problem with keeping the authors link in the footer because its his credit and he diserve’s it but when he forces me trough this coded footer it becomes a problem. So i decided [...]

67 comments | read more »