Affiliate Module?
Jamroom Developers
Presumably this is to go on a profile page, or pages? The template it goes in depends on whereabouts you want it to show. Then you'll need to decide exactly where you want it to show in order to work out where in the template code it goes.
Also, you say it is to only show for subscribers and VIP supported profiles, so you'll need to test for the specific quota(s) -
{if $profile_quota_id == 'x'}
{/if}
(If the affiliate code is javascript, be sure tp wrap it in {literal} . . . {/literal} tags)
Sorry that there isn't a simple "Put it here" answer.