How to create a favicon.ico using Photoshop
Apache, Photoshop, WordpressA Favicon is a little custom icon that appears next to a website’s URL in the address bar of a web browser. And when I say little, I mean 16 pixels by 16 pixels. So if you like a good design challenge try your hand at this one. All you need to add a Favicon [...]
WordPress newsletter plugin – wp-ajax-newsletter
AJAX, WordpressHere 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 [...]
WordPress RSS feed turned blank(empty)
WordpressI 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 [...]
Decoding with the script from earlier post failed on some code
Hacks, PHP, WordpressToday 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 [...]
How to decode ugly eval(gzinflate(base64_decode
PHP, WordpressI 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 [...]