hello everyone, i have this bascode 64 thingy, i have tried to use online decoder thingys but had no luck, i dont really understand it lol well any i have the code pastebin .com /D6gFHheQ (to long to post here) Could i get some help on decoding this please, or any pointers in the right directing, thanks
Try this piece of code : $a = 'paste_the_coded_content_here'; function a($a){ return base64_decode($a);} while(!$b){ if(substr($a,0,4) == 'eval' || !$count){ $a = a(str_replace(Array('eval(base64_decode(\'','\'));'),'',$a)); $count++; }else $b = true; } echo "<textarea cols='100' rows='50'>".$a."</textarea>"; PHP:
That code is encrypted multiple times via base64 algorithm and a custom one. It's easy to decode, but it's going to take a while. You can decode it by yourself if you have little PHP knowledge.
The simple fact that it's that obfuscated is a good sign you shouldn't use it. These normally are just to put some spammy links on a blog template or similar. They are a massive security risk. If the theme is that good ask for them to be removed and give the author credit. Otherwise, find something that doesn't obfuscate code.
i would ask the oringal coder to decode it but he died a few weeks ago so i cant ask him, i would of asked him but i cant now
i cant post that file as i dont have the whole script i just used the pages i liked for the paid script, dont want to use the whole code as most of its illegal