Links:
http://ottodestruct.com/decoder.php
http://wordpress.org/support/topic/300761
The first line $o=xxxxxxxx
ottodestruct.com will decode to this
?><?
include 'conf/db_con.php';
include 'conf/query_functions.php';
include 'conf/gui.php';
include 'conf/paypal_config.php';
$user_name=$db_con["USER_NAME"];
$password=$db_con["PASSWORD"];
$db=$db_con["DATABASE"];
$host=$db_con["HOST_NAME"];
$fields="(";
$values="(";
mysql_connect($host,$user_name,$password) or die (mysql_error());
mysql_select_db($db) or die ("DATABASE NOT EXISTS.");
?>
<div align="center">
<table border="<?=$gui["BORDER_WIDTH"]?>" width="10%" cellspacing="0" cellpadding="0" bordercolor="<?=$gui["BORDER"]?>" >
<tr>
<td>
<p align="center">
<center>
<table width="200" border="0" cellspacing="5" cellpadding="0" bgcolor="<?=$gui["BACKGROUND_COLOR"]?>" >
<tr>
<td colspan="2" align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['HEADING_FONT_SIZE']?>; font-weight:<?=$gui["HEADING_FONT_WEIGHT"]?>; color:<?=$gui["HEADING_FONT_COLOR"]?>">
<?=$gui["1"]?>
</tr>
<form name="_xclick" action="<?=$paypal_var['PAYPAL_ACTION']?>" method=<a target="_blank" "post">
<tr>
<td colspan="2" align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['NORMAL_FONT_SIZE']?>; font-weight:<?=$gui["NORMAL_FONT_WEIGHT"]?>; color:<?=$gui["NORMAL_FONT_COLOR"]?>"><?=$gui["2"]?>
<input name="amount" type="text" value="<?=$paypal_var['PAYPAL_DONATION_AMOUNT']?>" size="10"></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="<?=$paypal_var['PAYPAL_EMAIL']?>">
<input type="hidden" name="item_name" value="<?=$paypal_var['PAYPAL_DONATION_TITLE']?>">
<input type="hidden" name="currency_code" value="<?=$paypal_var['PAYPAL_CURRENCY']?>">
<input type="hidden" name="notify_url" value="<?=$paypal_var['PAYPAL_NOTIFY_URL']?>">
<input type="hidden" name="return" value="<?=$paypal_var['PAYPAL_RETURN_URL']?>">
<input type="image" src="<?=$paypal_var['PAYPAL_BUTTON']?>" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<p align="center"> <font color="<?=$gui["DONOR_FONT_COLOR"]?>"> <b> <?=$gui["DONOR"]?></td></font>
</tr>
</form>
<?
$start_date=$paypal_var["PAYPAL_START_DATE"];
$sql=Select_Eight($start_date);
$result_set=mysql_query($sql) or die (mysql_error());
$numr=mysql_num_rows($result_set);
if($numr>=1){
while($rows=mysql_fetch_array($result_set)){
?>
<tr>
<td align="left" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['NORMAL_FONT_SIZE']?>; font-weight:<?=$gui["NORMAL_FONT_WEIGHT"]?>; color:<?=$gui["NORMAL_FONT_COLOR"]?>"><?=$rows['first_name']?></td>
<td align="right" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['NORMAL_FONT_SIZE']?>; font-weight:<?=$gui["NORMAL_FONT_WEIGHT"]?>; color:<?=$gui["NORMAL_FONT_COLOR"]?>"><?=$paypal_var["PAYPAL_AMOUNT_CURRENCY_SYMBOL"].$rows['mc_gross']?></td>
</tr>
<?
}
}
$query=Select_Total($start_date);
$result_sets=mysql_query($query) or die (mysql_error());
$numr=mysql_num_rows($result_sets);
$row=mysql_fetch_array($result_sets);
$total=$row['total'];
$fee=$row['paypal_fee'];
?>
<tr>
<td align="left" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"> </td>
<td align="right" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"> </td>
</tr>
<tr>
<td align="left" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"><?=$gui["3"]?></td>
<td align="right" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"><?=$paypal_var["PAYPAL_AMOUNT_CURRENCY_SYMBOL"].$total?></td>
</tr>
<tr>
<td align="left" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"><?=$gui["4"]?></td>
<td align="right" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"><?=$paypal_var["PAYPAL_AMOUNT_CURRENCY_SYMBOL"].$fee?></td>
</tr>
<tr>
<td align="left" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"><?=$gui["5"]?></td>
<td align="right" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['COUNT_FONT_SIZE']?>; font-weight:<?=$gui["COUNT_FONT_WEIGHT"]?>; color:<?=$gui["COUNT_FONT_COLOR"]?>"><?=$paypal_var["PAYPAL_AMOUNT_CURRENCY_SYMBOL"]; echo $total-$fee?></td>
</tr>
<tr>
<td colspan="2" align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['TARGET_FONT_SIZE']?>; font-weight:<?=$gui["TARGET_FONT_WEIGHT"]?>; color:<?=$gui["TARGET_FONT_COLOR"]?>"> </td>
</tr>
<tr>
<td colspan="2" align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['TARGET_FONT_SIZE']?>; font-weight:<?=$gui["TARGET_FONT_WEIGHT"]?>; color:<?=$gui["TARGET_FONT_COLOR"]?>"><?=$gui["6"]?></td>
</tr>
<tr>
<td colspan="2" align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:<?=$gui['TARGET_FONT_SIZE']?>; font-weight:<?=$gui["TARGET_FONT_WEIGHT"]?>; color:<?=$gui["TARGET_FONT_COLOR"]?>"><?=$paypal_var["PAYPAL_AMOUNT_CURRENCY_SYMBOL"].$paypal_var["PAYPAL_TARGET_AMOUNT"]?>
<p align="center"><a target="_blank" href="http://paypaldonationscript.com">
<font size="1" color="<?=$gui["TARGET_FONT_COLOR"]?>" ><span style="text-decoration: none">Buy This Script</span></font></a></p>
</td>
</table>
</center>
</td>
</tr>
</table>
</div>
<?