Posts Categorized: Web Development/Programming

A PHP Script to automatically clean files affected by the the eval(gzinflate(base64_decode…) hack

In late April, my server got hacked. Most of my php files had code that looked like this placed at the top: eval(gzinflate(base64_decode(‘DZZFssRYokOX… long string of gzipped-base64-encoded php code); I’m not sure how the bad guys got in, but I changed all my passwords and updated all the software on the server. Then, like any… Read more »

Diagrams, diagrams, diagrams

I’ve been sitting here for the last couple hours contemplating a program design in my head. (Actually, I’ve been contemplating this design for a month or so, but I really was putting some brain power into it for the last couple hours. Anyway…back to my point…) I have decided to start putting the ideas into… Read more »