
To move the top rotating banner to the footer section (bottom of the pages), you will have to split the footer section into two sections footer and footer2 example below (you can split this where you need the bottom banners placed.

open your config.pl file and at the top find this:
## Do not edit or delete these use commands ##
use strict;
##

Now paste this new line just under the above line you just found:

require "rbanner.pl";

=================================================================

NOW in the footer section replace it with this new footer section:

##########################################################
# Main Page HTML No Need to edit anything below this line
# Do not edit unless you know HTML this will change the
# look of the main category page
#######################################
# Auction F O O T E R
# You can configure your own footer which will
# be appended to the bottom of each page.

$config{'footer'} =<<"EOF";

<HR>

<P></p>

<!##################Back##################-->
<center><form>
<input type=button value="--Back up one--" onClick="history.go(-1)">
</form></center>
<!##################End Back##################-->

<p><p>

<!################### Bottom Site Links ######################-->
<center><font size=1>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=newlogin>Post An Item for Sale</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=agree>Register</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=creg>Update Your Registration</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=change_password>Change your Password</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=cookielogin>Cookie Auto login</a> |<br>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=tracking>Auction(s)Your Tracking</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=opensearchform>Advance open Item/Price Search</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=closedsearchform>Advance Closed Item/Price Search</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispallfeatured>All Featured Auctions</a> |<br>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispallgallery>All Featured Picture Gallery</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispall>All Auction Items</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispallnoreserve>All Auction Items No Reserve</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispalldutch>All Dutch Auction Items</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispallnew>All New Auction Items</a> |<br>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispallhot>All Hot Auction Items</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispallclosing>All Closing Auction Items</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=dispallclosed>All Closed Auction Items</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=myitems>View Your Auction Items</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=mybids>View Your Bids</a> |<br>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=closed>View Your Closed Won/Sold</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=lostpass>Forgot Password\?</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=lostalias>Forgot User Name\?</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=viewratelogin>View Users FeedBack</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=editme1>View or Create/Edit your My Page</a> |<br>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=stats>Site Stats</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=fees>Seller Fee's</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=suggest>Suggest a Category</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=fraud>Report Fraud</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=forumchat>Registered Users Forum Chat</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=accountlogin>Make A Payment or View Your Account</a> |<br>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=accountbanner>Add you banner to our top banner rotation</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=bidhelp>Bid Help</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=posthelp>Selling Help</a>
| <A HREF=$ENV{'SCRIPT_NAME'}?action=faq>Faq Help</a><br>
| <a href=http://www.xe.net> TO CONVERT YOUR CURRENCY TO US DOLLARS</a> |
</center>
</font>

<!################### END Bottom Site Links ######################-->

<P></p>
EOF

$config{'footer2'} =<<"EOF";

<!##################Footer Banners or Affilate##################-->
<center>
<!################## Begin PayPal Logo ##################-->
<A
HREF="https://secure.paypal.com/affil/pal=$config{'paypalacc'}";; target="_blank"><IMG
SRC="http://images.paypal.com/images/account/banners/lo
go1.gif" WIDTH="468" HEIGHT="60" BORDER="0" ALT="Make
payments with PayPal - it's fast, free and
secure!"></a>
</center>
<!##################End Footer Banners or Affilate##################-->

<P></p>

<table align=center border=0 bgcolor=#EEEEEE><tr><td>
<CENTER><FONT SIZE=3 COLOR='#000000'>This site has been viewed ( </font>
<img src=\"$config{'scripturl'}$config{'counterpath'}?$config{'basepath'}$config{'countdir'}/mainpage.dat\" ALIGN=\"ABSBOTTOM\">
<FONT SIZE=3 COLOR='#000000'> ) times</font></center></td></table>

<P></p>

<!##################Keep this intact##################-->
<CENTER>
<FONT SIZE=-1>
<I>This site is Powered By: </i><br>
<A HREF=http://www.yourdomain.com>Your Auction</a><br>
</font>
</center>
<!##################Keep this intact##################-->

<P></p>

<!##################Bottom Site Disclamer##################-->

<center><table BORDER=0 COLS=2 WIDTH="100%" >
<tr>
<td WIDTH="25%">
<center><font size=-1>$config{'sitename'}</font>
<br><font color="#000000"><font size=-1>All Rights Reserved.</font></font>
<br><a href="mailto:$config{'admin_address'}";;><img SRC="$config{'emailpic'}" ALT="Email" BORDER=0 height=21 width=77></a></center>
</td>

<td WIDTH="75%"><font size=-1>No part of $config{'sitename'} may be reproduced in any way, or by any means, without
the prior written permission of $config{'sitename'}. Use of any index
or listing of Software for the purpose of constructing a mailing list,
creating promotional materials or producing a printed or electronic catalog
of any kind is expressly forbidden without the prior written permission
of $config{'sitename'}</font></td>
</tr>
</table></center>
<!##################End Bottom Site Disclamer##################-->

</body>
</html>
EOF

==================================================================

(Lower banner placement look 1)
This will place the banners it at the very bottom of all pages just below the site links:

Now find this section in your config.pl file and replace it with this new section:

#-#############################################
# Print The Page Footer
#

print $config{'footer'};

&display_banner;

print $config{'footer2'};
#
#-#############################################

+++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++

OR

(Lower banner placement look 1)
This will place it at the very bottom of all pages:

Now find this section in your config.pl file and replace it with this new section:

#-#############################################
# Print The Page Footer
#

print $config{'footer'};

print $config{'footer2'};

&display_banner;

#
#-#############################################

OR

(Lower banner placement look 1)
This will place it at the very bottom of all pages:

Now find this section in your config.pl file and replace it with this new section:

#-#############################################
# Print The Page Footer
#

print $config{'footer'};

print $config{'footer2'};

&display_banner;

#
#-#############################################

===============================================

Now to do away wuth the top banners find this line in your config.pl file and delete it:

require "$config{'require'}rbanner.pl" && &display_banner if ($config{'banners'} eq 'on');