Yesterday I was having an issue with a script (and I pay for that!). Well, the seller used a simple eval based encode and I have seen a lot of those around. So I try figured out how to decode the file and I would like present to you a script that will do it for you. Your mileage might vary. ![]()
<?php
if( $_POST['submit'] ){
$contents = $_POST['encode'];
$contents = base64_decode($contents);
$contents = strtr($contents, “123456aouie”, “aouie123456″);$fp = fopen(“decoded.php”,”w”);
fwrite($fp, trim($contents));
fclose($fp);echo “<center>Decoded Byterun Success<br />”;
echo “Decoded results are stored in files decoded.php at the same directory folder of decoder script.<br />”;
echo “More decode? <a href=’./byterun.php’>click here</a></center>”;
} else {
?>
<html><head><title>Byterun Decoder</title></head>
<body>
<center>
<h1>Byterun Encode Decoder Scrypt</h1>
<p>
<span style=”color:#ff0000;”><?php</span> $_F=<span style=”color:#0000ff;”>__FILE__</span>;$_X=’<span style=”color:#ff0000;”>DECODED CONTENT</span>’;<span style=”color:#0000ff;”>eval</span>(base64_decode(‘decoded text’)); <span style=”color:#ff0000;”>?></span>
<br />enter the <span style=”color:#ff0000;”>DECODED CONTENT</span> ONLY!
<br />Perhatikan pada ‘<span style=”color:#ff0000;”>DECODED CONTENT</span>’ quotes <span style=”color:#0000ff;”>not included!</span>
</p><form method=”post” action=”">
<textarea name=”encode” rows=”15″ cols=”100″></textarea>
<br /><br />
<input type=”submit” name=”submit” value=”Decode Rubbish!”>
</form>
</center>
</body>
</html>
<?php } ?>
encrypted text‘;eval(base64_decode(‘rubbish‘));?>
Paste just the red ‘encrypted text‘ section in to the top box and hit Decode.


![[Ask]](http://www.aming.info/wp-content/plugins/bookmarkify/ask.png)
![[del.icio.us]](http://www.aming.info/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.aming.info/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.aming.info/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://www.aming.info/wp-content/plugins/bookmarkify/google.png)
![[LinkedIn]](http://www.aming.info/wp-content/plugins/bookmarkify/linkedin.png)
![[Reddit]](http://www.aming.info/wp-content/plugins/bookmarkify/reddit.png)
![[StumbleUpon]](http://www.aming.info/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.aming.info/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://www.aming.info/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://www.aming.info/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.aming.info/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.aming.info/wp-content/plugins/bookmarkify/email.png)




