Yesterday at 22:59 GMT, I received this email from no-reply@amazon.com:
Hello,
It has come to our attention that you are framing our Web site with the domain, th8.us. This activity is prohibited by the terms of the Operating Agreement which states that Associates cannot frame any part of the Amazon site within their site(s). You can review the complete terms of the Associates Program Operating Agreement and Participation Requirements by following this link:
http://affiliate-program.amazon.com/gp/associates/agreement
http://affiliate-program.amazon.com/gp/associates/help/operating/participation
As a result of this activity, your Associates account has been closed and payment of advertising fees has been withheld. Any other accounts you may have or may open in the future which are found in violation of the Operating Agreement terms will be closed and advertising fees withheld without notification.
Thank you for your understanding.
Best regards,
Andy - Associates Account Specialist
http://www.amazon.com
Anyway, this puts me in the untenable position of having no revenue to finance my online operations. After being banned from Google AdSense in Nov. 2010, I never received my final owed payment of $566 (because Google always cheats its 1099-contractors out of their final owed payment), nor will I be receiving my final owed payment of $480 from Amazon Associates.
At the peak of my institution of ads on the Th8.us URL shortener, I had it alternate every hour between Google ads and my Amazon affiliate link. I thought it was pretty ingenious:
if(preg_match(”/^[0-9a-zA-Z_-]{1,62}$/”, $i)) {db_connect();
$result = mysql_query(”SELECT url FROM urls WHERE short_url = ‘$i’”)
or die(mysql_error()); if(mysql_num_rows($result) > 0) {
$row = mysql_fetch_row($result);
if(strlen($row['0']) < 80) $durl = $row['0'];
else $durl = substr($row['0'], 0, 77) . ‘…’;
if(date(’g’) == ‘1′ || date(’g’) == ‘3′ || date(’g’) == ‘5′ ||
date(’g’) == ‘7′ || date(’g’) == ‘9′ || date(’g’) == ‘11′)
{$rand = ‘1′; $qe_override = true;} else {$rand = ‘2′; $qe_override = false;}
$frame1 = ‘<frame name=”t” src=”http://thripp.com/ad.php?’ . $row['0'] . ‘” scrolling=”no” border=”0″ ‘
…

