- I like to explore. I explore almost anything. For example I explore Karl Marx. Same way I like to learn new things. For example, I learn how to eat by chopstick, memorize values of first few inverse of primes (1/2,1/3,1/5,1/7,….)
- I always sleep late night. There was time when I used to miss sunrise scene. Now I often miss sunset!!
- I don’t take any soft drinks. Mineral water is okay. Also no street food.
- Late night Moon or night sky with full of stars is one of my likings. I like stars a lot.
- I like traveling a lot. For me, traveling is not only watching, rather its more like feeling. I always try to find the beauty from the place where I travel. It may not have such things. But I’ll find it out. For this, I’ll go there in different seasons, different weathers.
- If shell script and JavaScript were compiled programming language, I would have told these twos are my most favorite language. But they are scripting language. So I add C (not C++) in the list.
- I am real industrious. Normally I go slow. But steady. I try to prepare for the worst case. There is no place for plans. Its all about game plans.
7 things you may no know about me.
January 3rd, 2010Decoding Encoded PHP Codes (Getting Dynamic)
March 6th, 2009I saw many people want to decode their files. So I made a decoder. Cheers!
All you have to paste your code here. Then press ‘Go’.
Remember, the format of the code must be like the following.
/**
* Here dots (...) means long base64 data
*/
$o="......................";
eval(base64_decode("..............."));
return;
————————-
Thu, 06 Aug 2009 00:23:20
A little update. I just added another type of decoder. now “eval(gzinflate(base64_decode(” type data can be decoded too.
