can anybody decrypt this code??

MiLiTARYiV

Senior Member
Joined
Jan 9, 2008
Messages
963
Reaction score
605
<?php $_F=__FILE__;$_X='Pz48ZDR2IGNsMXNzPSJjbDUxbjVyIj48L2Q0dj4NCjwvZDR2Pg0KPGQ0diA0ZD0iYjJ4Ij4NCkMyMmwgZjU1bDRuZ3MgZDVzNGduNWQgYnkgPDEgaHI1Zj0iaHR0cDovL3d3dy5kMmxwaDRucHIybTJ0NDJucy5jMi4zay8iPlc1YiBENXM0Z248LzE+LCBNMWQ1IGZyNTUgYnkgPDEgaHI1Zj0iaHR0cDovL3d3dy4xc3c0bjVzLmMyLjNrLyI+VzRuNTwvMT4gLCA8MSBocjVmPSJodHRwOi8vd3d3LnN0MXJ0YWNsMTRtLmMybS8iPlA1cnMybjFsIEluajNyeSBDMm1wNW5zMXQ0Mm48LzE+IDFuZCA8MSBocjVmPSJodHRwOi8vd3d3LmRyNHNjMmxsczFudDRxMzVzLmMyLjNrLyI+QW50NHEzNXM8LzE+DQo8L2Q0dj4NCjwvZDR2Pg0KPC9kNHY+DQo8L2Q0dj4NCjwvYjJkeT4NCjwvaHRtbD4NCg==';eval(base64_decode('JF9YPWJhc2U2NF9kZWNvZGUoJF9YKTskX1g9c3RydHIoJF9YLCcxMjM0NTZhb3VpZScsJ2FvdWllMTIzNDU2Jyk7JF9SPWVyZWdfcmVwbGFjZSgnX19GSUxFX18nLCInIi4kX0YuIiciLCRfWCk7ZXZhbCgkX1IpOyRfUj0wOyRfWD0wOw=='));?>
 
LOL,

What script are you trying to break?

First you would have to determine which in encryption service they are using and then a way to reverse. Looks like something beyond my scope .... I am php is about the only language I am not well versed in. - Figures.... its the one so commercially available for least price ....

But then again... I usually go against the grain.

Good Luck!
 
Well I downloaded a fre word press theme and the author has his websites links at the footer of the them trying to get some backlinks. So i guess he/she encrypted the html links so that a person cannot remove his links
 
Are you sure you copied this right ? Without it being broken?

This looks like Base64 encryption which would not be hard to decode ....even though I am not a php guy. However, when I tried to decode this it is not working, which would tell me something else.

This kind of encryptions is common in copyright....

Such as IPB

Let me know ... or maybe I gave you all the info you need. :)
 
Post the code inside the code tags for the forum ... then I can have another look at it.

This one shouldn't be too difficult.
 
Ok I uploaded it in notepad
 
Last edited:
If you just want to remove the copyright then replace that code with this

HTML:
<div class="cleaner"></div>
</div>
<div id="box">
[INSERT COPYRIGHT HERE]
</div>
</div>
</div>
</div>
</body>
</html>

Thats what the code spits out.
 
Give me a few I almost got it ;)

Code:
?><d4v cl1ss="cl51n5r"></d4v>
</d4v>
<d4v 4d="b2x">
C22l f55l4ngs d5s4gn5d by <1 hr5f="http://www.d2lph4npr2m2t42ns.c2.3k/">W5b D5s4gn</1>, M1d5 fr55 by <1 hr5f="http://www.1sw4n5s.c2.3k/">W4n5</1> , <1 hr5f="http://www.st1rtacl14m.c2m/">P5rs2n1l Inj3ry C2mp5ns1t42n</1> 1nd <1 hr5f="http://www.dr4sc2lls1nt4q35s.c2.3k/">Ant4q35s</1>
</d4v>
</d4v>
</d4v>
</d4v>
</b2dy>
</html>
 
If you just want to remove the copyright then replace that code with this

HTML:
<div class="cleaner"></div>
</div>
<div id="box">
[INSERT COPYRIGHT HERE]
</div>
</div>
</div>
</div>
</body>
</html>

Thats what the code spits out.

No not that.. There is back links in the code
 
Here is what your code reads as

Code:
<div class="cleaner"></div>
</div>
<div id="box">
Cool feelings designed by <a href="http://www.dolphinpromotions.co.uk/">Web Design</a>, Made free by <a href="http://www.aswines.co.uk/">Wine</a> , <a href="http://www.start2claim.com/">Personal Injury Compensation</a> and <a href="http://www.driscollsantiques.co.uk/">Antiques</a>
</div>
</div>
</div>

</div>
</body>
</html>
 
The backlinks are
HTML:
<div class="cleaner"></div>
</div>
<div id="box">
Cool feelings designed by <a href="http://www.dolphinpromotions.co.uk/">Web Design</a>, Made free by <a href="http://www.aswines.co.uk/">Wine</a> , <a href="http://www.start2claim.com/">Personal Injury Compensation</a> and <a href="http://www.driscollsantiques.co.uk/">Antiques</a>
</div>
</div>
</div>
</div>
</body>
</html>

or maybe i dont understand what you want to do... :-s
 
Off topic: If you can't stand on giving someone the credit they deserve for offering their work for free, you should use another theme or make yourself one.
 
Back
Top