matt19849 Posted December 28, 2009 Share Posted December 28, 2009 Hi, Im very new to all of this and don't know much at all about php coding etc. Basically I playing around with joomla templates and found one I like. It was completly free etc but sadly the creator has put some links in the footer of the template to link to 3-4 different sex websites, he has also stated this template can be used for businesses lol I've edited the index.php to take the links out so people don't think i'm a bit wierd but he has encoded them. This is all beyond me so i'm hoping someone here could give me a hand? The encoded bit starts like this: eval(base64_decode('ZWNobyAnPGJvZHkgaWQ9InBhZ2VfYmciPg0KCTxkaXYgaWQ9IndyYXBwZXIiPg0KCQk8ZGl2IGlkPSJoZWFkZXIiPg0KCQkJPGRpdiBpZD0iaGVhZGVyX3dyYXAiPg0KCQkJCTxkaXYgaWQ9InNlYXJjaCI+DQoJCQkJCTxqZG9jOmluY2x1ZGUgdHlwZT0ibW9kdWxlcyIgbmFtZT0idXNlcjQiIC8+DQoJCQkJPC9kaXY+DQoJCQkJPGRpdiBjbGFzcz0iY2xyIj48L2Rpdj4NCgkJCQk8ZGl2IGlkPSJsb2dvI It goes on for a while though which is a bit of an issue - it would be a stupidly long post but if need be I can post it. I have tried a few things I've read on google including some decrypt.php script which didn't work. Can anyone help me out on this one? Cheers, Matt Link to comment https://forums.phpfreaks.com/topic/186516-evalbase64_decode-help/ Share on other sites More sharing options...
rajivgonsalves Posted December 28, 2009 Share Posted December 28, 2009 change the eval to echo it should display the decoded string, then you can copy paste it and modify it, however some encryption run in a loop so reverse engineering it is a bit of a pain. Link to comment https://forums.phpfreaks.com/topic/186516-evalbase64_decode-help/#findComment-985009 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.