This is the place where you can find how to decode php script: decode wordpress theme, decode Joomla! template. Don't miss this chance!

New php decoders available!

August 30, 2010 Leave a comment

During this summer we coded hard to improve edoced_46esab decoder.

We can proudly accounce that it’s a (quite) universal php decoder: it now supports 20+ formats, plus a unique heuristic and autolearning decoder.

The best way to see our decoder in action is to try: go home and simple upload your encoded script; you will see a preview of your source code.

Happy decoding!

Disclaimer: In order to decode a PHP script you have to be the copyright owner. You cannot use our site to fraud someone or to stole intellectual properties.

Decode $_Time=strrev(‘edoced_46esab’);$_Date=strrev(‘etalfnizg’);

Great news at Edoced! Starting from now we can decode  php scripts which contain the string

$_Time=strrev('edoced_46esab');$_Date=strrev('etalfnizg');

Same days ago, one of our customer send us an encoded php script with this strange and new (for us) string. Uhm… sounds interesting!

After a bit of reverse engineering we found the solution and the way to decode those scripts. They use recursion and a combination of base64_endode and gzinflate functions.

I don’t want bore you, so let you try this stunning php decoding!

Have you trouble with edoced? Get support!

April 17, 2010 Leave a comment

Some days ago, Jacques from Australia wrote a comment on this blog. He wrote:

Just letting you know that I paid the $0.90 to decode a PHP script, but the page returned with an empty form. Your decoder preview seemed to successfully decode my input, so I can’t understand why your paid service bummed out. [...]

Jacques, thanks for your comment, you helped me out to improved my software.

In while, I sent to Jacques via email its own decoded file. But this situation pointed me out about the lack of support for edoced. Why should a customer comment a post to get support? No, this is not the best way to help our customer: we have 100+ happy customers and we have to help others to be happy :)

So, today I added a support link to the site, a simple mail to link to get in touch with us.

When you will write to us, remember to:

  • Describe your experience by step, adding all the information.
  • Add you Paypal transaction id, if any.
  • Attach your encoded file.

ASAP, we will reply to you with a solution.

Decode wordpress theme

March 26, 2010 1 comment

I wrote new code for our php decoder in order to support older versions of Byterun decoder. These versions have been used to encode a lot of wordpress theme (and Joomla! template, too).

You can try for free to decode files from your template at Edoced_46esab.

Starting from now, we provide a “batch service”: we can decode for you a complete template, theme or whatever it is. Write down an email to edoced.46esab@gmail.com attaching a zip with your files. A donation will be requested.

Another Byterun decoder: it doesn’t work

February 25, 2010 Leave a comment

Before writing my own Byterun decoder, I googled a lot. At the beginning of my googling, I found this site: a smart, easy and speedy decoder.

Ouch! It doesn’t work with newer versions of Byterun. Most of the example scripts I used to test my PHP decoder didn’t works with that site. Do you want an example?

This is the encoded script:

<?php $_F=__FILE__;$_X='P0ZOPzM1Mw05DTl0dzdVWXR3X1QuZ3coIlM4VHR3X2dJXVNTeTM1MyIpOw05DTkJDTkNOQlZZCgkNVRrd18zXWp3RG9vREMpRG0NOQ05CQk1d11hd3QoIn1UZ104WVQuOkQiRHkkYVl0XzNdODV5RCJ7Z1QuOHcuOHkzNTMiKTsNOQkJd2NZODsNOQkxDTkJd0lTd0RtDTkNOQkJNXddYXd0KCJ9VGddOFlULjpEIkR5JGFZdF8zXTg1eUQie1M4VHR3eTM1MyIpOw05CQl3Y1k4Ow05CTENOQ05P0Y=';$_D=strrev('edoced_46esab');eval($_D('JF9YPWJhc2U2NF9kZWNvZGUoJF9YKTskX1g9c3RydHIoJF9YLCdTSFkvcTFSeklkVWZYNHhhVkYKW0F5Y017T0xoQ3VnNTNiV3JLPC4+MiA3R0VsVH1tc3Y2RD1vbmlRazhCdHdwakplWjlQMF1OJywnc09pUFJ9TktsZnVFWTJ3ZDg+SkJrLnh6L3ZdSDFDY2hwWlhRQTVuUzBXcTk3NG9Me2JbeSBJPVZGTW10anJlR2dEVFUKNjNhPCcpOyRfUj1lcmVnX3JlcGxhY2UoJ19fRklMRV9fJywiJyIuJF9GLiInIiwkX1gpO2V2YWwoJF9SKTskX1I9MDskX1g9MDs='));?>

It doesn’t work with others decoder, but mine can do the job:

	require_once("store_class.php");

	if($home_page == 1) {

		header("Location: " .$dir_path. "/content.php");
		exit;
	}
	else {

		header("Location: " .$dir_path. "/store.php");
		exit;
	}

Use it for free to see how it can decode your php script.

edoced_46esab: identify a Byterun encoded PHP script

February 25, 2010 1 comment

Byterun Protector encodes PHP scripts and the resulting encoded file has some unique features:

  • One single line
  • It starts with <?php $_F=__FILE__;$_X
  • It contains the string edoced_46esab

If you have such a encoded PHP script you can use my PHP script decoder specialized in decoding Byterun.

Disclaimer: In order to decode a PHP script you have to be the copyright owner. You cannot use my script to fraud someone or to stole intellectual properties.

Byterun Protector decoding

February 25, 2010 1 comment

Byterun Protector is a very good product used to protect  (as the name says) your PHP source code. It happened to me that I lost the original source code and I need to decode php script.

I found some script on the net, but they didn’t work for me. So I wrote my php script decoder. If you need for decode PHP script, you can use it for free and see how it decode byterun.

Follow

Get every new post delivered to your Inbox.