ok. Then it will be easy to do.
In the rss bot hack, find the line where it puts the message in the database. Then, above that line, copy the code that I used in functions_newpost.php.
Explicitly:
Code:
require_once('./includes/functions_amazon.php');
$post['message'] = process_amazon_links($post['message']);
You might have to change the message variable to match whatever the hack called it. It's April 15 (tax day) and I am busy finializing tax returns for procrastinating clients. So, I can't help you dig through the RSS hack today.