Jump to content

jyeager

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jyeager's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=376716:date=May 24 2006, 11:47 AM:name=wisewood)--][div class=\'quotetop\']QUOTE(wisewood @ May 24 2006, 11:47 AM) [snapback]376716[/snapback][/div][div class=\'quotemain\'][!--quotec--] Just reading some information on the sourceguardian website, and according to that, a file called ixed.pxp is required in order for the server to decrypt the code. Check your "release" directory to see if you have this file. If you do, at least then you will know it was sourceguardian that was used to encrypt it. Not much progress, but it would be something at least. [/quote] Unfortunately, there's nothing but PHP files in the folder that makes up the entire script (and he only sent me that folder... so there's nothing else driving this thing unless he's got a decrypter on one of his own servers, which I doubt, since that would mean my script working would depend on his server being up). The files are half encrypted, half not. (Each non-encrypted file has mostly HTML, and calls up an encrypted version of itself which makes up the "motor" of the page) For example, there's "comments_reply.php" which is made up of mostly HTML and a couple of PHP "if" statements... and then there's an accompanying "s_comments_reply.php" which is encrypted, and has all the hardcore PHP stuff. Maybe that helps? Knowing that all the encrypted files begin with "s_"? Or maybe that's just how this guy did it.
  2. [!--quoteo(post=376633:date=May 24 2006, 08:01 AM:name=Myst)--][div class=\'quotetop\']QUOTE(Myst @ May 24 2006, 08:01 AM) [snapback]376633[/snapback][/div][div class=\'quotemain\'][!--quotec--] I would find out what program he used to encrypt the files. [/quote] How would you suggest I find that out? He's avoiding me. [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] This looks like source cop or sourceguardian. There are some sites that offer decoding of the files for small fees or even free.[/quote] Which? Or do I have to pay for that info too? ;) [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] Maybe you could post how the directory structure looks like of the files he delivered. I.e. sourcecop can be recognized by the scopbin folder.[/quote] All of the files for the script he sent me (encrypted and non-encrypted) are stored in the same folder, called "release". Help :S
  3. In good faith, I hired a foreign programmer to write some PHP for me, and the original deal was "no encrypted files" so that I could edit bad wording and phrase turns. This guy's english isn't very good. Anyhow, half the files he sent me are encrypted after all, but since he already got paid, he isn't returning emails anymore. I can't use this stuff with the shoddy english. My question is... though I'm no programming expert, since the server seems to know what to do with the encrypted PHP files without any 3rd party accessories, it's probably a very common encryption method... one that could be de-crypted pretty easily. Here's what the stuff looks like when opened by a text editor : <?php $_F=__FILE__;$_X='Pz48P3BocA0KJGNoMW5nNV9wMXNzXzVycjJy [snip] 0KPz4=';eval(base64_decode('JF9YPWJhc2U2NF9kZWNvZ [snip] =='));?> Note the "eval(base64_decode" There are 7 or 8 files like this, with the average file about 1500 chrs long. Someone in another forum recommended I use the following link to decode : [a href=\"http://www.opinionatedgeek.com/dotnet/tools/Base64Decode/\" target=\"_blank\"]http://www.opinionatedgeek.com/dotnet/tools/Base64Decode/[/a] But this generated a "Invalid character in a Base-64 string." error. Someone else recommended I replace "eval" by "print" or "echo" and view in a browser. Tried both, and both produce garbage. Note that this code is fully functional. It does what it's supposed to do, even encrypted. I'm only looking to correct the english in these encrypted files. Anyone know how I can get this stuff decrypted? Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.