the problem with deleting banners is here in banner_manage.php
PHP Code:
// ###################### Start Remove #######################
if ($action=="remove") {
doformheader("banner","del");
needs to be:
PHP Code:
// ###################### Start Remove #######################
if ($action=="remove") {
doformheader("banner_manage","del");
took about 2 seconds to see that one by comparing it to the edit code
just trying to help