I 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.