Heather Posted November 30, 2011 Share Posted November 30, 2011 As most of you know I got caught out with buying ravens script which once I found out that it was the MCCODES engine I went ahead and purchased the $100 licence. Well I have now run into another problem as the ravens site has been supsended the staff.php calls for a licence check using the ravens site, but because his site is now supended the licence check can not be made so the admin panel can not be accessed anymore. It is also encrypted using code base 64 Does anybody know if this can be fixed or is there a work around for this or if I upload the original MCCODES staff.php and over wright the one which comes with raven script will this give us access back into the admin panel. Thanks Quote Link to comment Share on other sites More sharing options...
Naffer20 Posted November 30, 2011 Share Posted November 30, 2011 If you have a licence then simply upload the McCodes V2 staff.php Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 If you have a licence then simply upload the McCodes V2 staff.php I most certainly do have a licence :) The thing im wondering about though is it exactly the same as what ravens encrypted version is ? Quote Link to comment Share on other sites More sharing options...
Naffer20 Posted November 30, 2011 Share Posted November 30, 2011 PM me your site, i'd like to check it out. :D Quote Link to comment Share on other sites More sharing options...
Neon Posted November 30, 2011 Share Posted November 30, 2011 Base64 encoding? lol. Just dump all that code in a base64 decoder, then boom. I thought you meant it was like IonCubed or something. Quote Link to comment Share on other sites More sharing options...
Dave Posted November 30, 2011 Share Posted November 30, 2011 You could quite cheaply decrypt the system and just rip that part of the code out? Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 Base64 encoding? lol. Just dump all that code in a base64 decoder, then boom. I thought you meant it was like IonCubed or something. Hi we have allready tried to decode it online but it just returns a load of letters similar to the actual code itself so unless we have done it wrong I really dont know Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 Hi Dave long time no talk, hope you are well Can you suggest some where to get this done ? Also about the new donations mod which you released how do I go about getting that as well. I know you said something about paying $1 or something for the new version as I purchsed the first version from you Quote Link to comment Share on other sites More sharing options...
Dave Posted November 30, 2011 Share Posted November 30, 2011 Not bad thanks. Depends how it's encoded? Is it base 64/ioncube/zend... Shoot me a PM with the transaction ID. Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 Not bad thanks. Depends how it's encoded? Is it base 64/ioncube/zend... Shoot me a PM with the transaction ID. Ok will send you an email with the transaction ID thanks How do you tell if it is base 64/ioncube/zend. It starts with this at the top and all the rest is encrypted "<?php $codelock_decrypter["filename"] = __FILE__; eval(base64_decode" Quote Link to comment Share on other sites More sharing options...
Dave Posted November 30, 2011 Share Posted November 30, 2011 Ok will send you an email with the transaction ID thanks How do you tell if it is base 64/ioncube/zend. It starts with this at the top and all the rest is encrypted "<?php $codelock_decrypter["filename"] = __FILE__; eval(base64_decode" Some form of retarded base64 encoding then... Probably easy to decode. Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 Some form of retarded base64 encoding then... Probably easy to decode. OK thanks I have emailed the coder I used to see if he can sort it out but havent got a reeply back yet. I have sent you a PM with the transaction ID Thanks Dave Quote Link to comment Share on other sites More sharing options...
Neon Posted November 30, 2011 Share Posted November 30, 2011 lol. If you don't mind, just send me that one encoded file. Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 lol. If you don't mind, just send me that one encoded file. Sure I will PM it to you Quote Link to comment Share on other sites More sharing options...
Dave Posted November 30, 2011 Share Posted November 30, 2011 Sure I will PM it to you Send it over to me as well.. wanna take a look at this :) Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 This is going to sound real stupid but how do I add an attachment to a PM ? Quote Link to comment Share on other sites More sharing options...
Neon Posted November 30, 2011 Share Posted November 30, 2011 Doesn't look like there is an option. You can just upload it to mediafire.com or some file upload site. Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 All PMs sent and I sent you an email SomeRandomBastard Regards Quote Link to comment Share on other sites More sharing options...
Neon Posted November 30, 2011 Share Posted November 30, 2011 Holy god there is a lot of base64 encodings over and over. I messed up a copy n paste without saving, and now off to classes. One part after the first base64 decode is actually base64->gz->raw_data Quote Link to comment Share on other sites More sharing options...
Djkanna Posted November 30, 2011 Share Posted November 30, 2011 (edited) Okay I only got so far, I think the rest is located in the 'file' that should be on Ravan's server. However staff.php is just for announcements and settings (in MCCodes) so just grab that file. Ravan's staff.php file (version 1.2) http://pastebin.com/kMf2hE5w The bag of crap that came after decoding parts of it, it's not formated (I got so far and couldn't be bothered/ may also have messed up a part of it.). http://pastebin.com/xtFFFYLw (notice at the end we're grabbing the next part from their server (the information stored within eval($codelock_decrypter["locker"]->output()); ). Edited November 30, 2011 by Djkanna Changed message as unsure. Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 Holy god there is a lot of base64 encodings over and over. I messed up a copy n paste without saving, and now off to classes. One part after the first base64 decode is actually base64->gz->raw_data OH ok lol, so its not good looking good then maybe I should just upload the original staff.php from the MCCODES script Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 You'll only get part of the file decoded, as the other part is located (or was) on Ravan's server. However staff.php is just for announcements and settings (in MCCodes) so just grab that file. Ravan's staff.php file (version 1.2) http://pastebin.com/kMf2hE5w The bag of crap that came after decoding parts of it, it's not formated (I got so far and couldn't be bothered/ may also have messed up a part of it.). http://pastebin.com/xtFFFYLw (notice at the end we're grabbing the next part from their server (the information stored within eval($codelock_decrypter["locker"]->output()); ). Thanks so I would be better off just replacing it with the MCCODES staff.php Quote Link to comment Share on other sites More sharing options...
Djkanna Posted November 30, 2011 Share Posted November 30, 2011 Well I highly doubt there is anything in there of importance, that isn't in the original MCC staff file. Quote Link to comment Share on other sites More sharing options...
Heather Posted November 30, 2011 Author Share Posted November 30, 2011 Thanks so I would be better off just replacing it with the MCCODES staff.php OK thank you Quote Link to comment Share on other sites More sharing options...
Heather Posted December 1, 2011 Author Share Posted December 1, 2011 We just tried replacing it with the MCCODES staff.php and that does not work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.