With the cooperation of Scott Klarr (
http://diffusionstudios.com/) we are pleased to release this security update:
This will prevent people from uploading free credits into your ptr ads.
Go to your wizards/ptr.php file, line 33 to 37 and add what is in bold:
else if($adoption1 == "exsistptr") {
$exsistptr = mysql_real_escape_string($_POST['exsistptr']); $sql=$Db1->query("SELECT * FROM emails WHERE id='$exsistptr'");
$pad=$Db1->fetch_array($sql);
}