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 ads.
Go to your frame.php file, line 19 to 23 and add what is in bold:
include("header.php");
$id = mysql_real_escape_string($_REQUEST['id']);$sql = $Db1->query("SELECT * FROM $type WHERE id='$id'");