Archive for the ‘Coding’ Category
If I Could Just See You
… everything would be alright.
This is a great song by Lifehouse:
I find myself thinking … really thinking … about my mom less and less and the months pass by. Before I know it a year and a half will have gone by since the wretched phone call at 2:30 in the morning. I tend […]
Ode to …
So installing Trac on a shared host is a pain in the ass … just a FYI
Here’s my Ode to Guy:
lolz
So I bought a whole cheesecake for me, myself, and I the other day. MMMMMMM It’s so good! I’m a 300lb man trapped in a 140lb body :D. (Don’t ask […]
Summer … Except Not
Summer is supposed to be a time of uber laziness … waking up at 10 in the morning (at the earliest) and going on all sorts of random trips to random places with friends.
Alas, I have class monday through friday at 7:30 in the friggin morning … what’s up with that? :/
It’s not all bad […]
Decrypt nested eval gzinflate str_rot13 base64_decode
So I went ahead and wrote a script to undo massively nested eval(gzinflate(str_rot13(base64_decode(‘STRING’)))); and eval(gzinflate(base64_decode(‘STRING’))); “encryptions” with a multitude of both of them inside it. The string from the original footer here had to go through 67 different iterations before it got to the real source code (talk about overkill).
If you have strings that aren’t […]
Annoying Coding Methods (solved)
So I finally figured out how to decrypt the insanity of the footer for this theme.
To see what I started out with see the first post — > Annyoing Coding Methods
Simply changing the eval() to echo just printed out a ?> because I found out the first thing in the code was a ?>, so it ended […]