You have various methods of deployment. The best one is to use local storage (the banner resides in a folder on your server instead of the database). Use the invocation code which will put the banners linked on the appropriate zone. The invocation code will look something like this:
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://www.drumlines.org/pads/adjs.php?n=ab9dd172");
document.write ("&what=zone:4&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.drumlines.org/pads/adclick.php?n=ab9dd172' target='_blank'><img src='http://www.drumlines.org/pads/adview.php?what=zone:4&n=ab9dd172' border='0' alt=''></a></noscript>
The above is the Javascript method.