This page helps you enter the metadata required for new banners before they can be served. The items displayed with the banners below are editable. Click on any underlined quantity to edit it. Click on the thumbnail of the banner to see it in full size.

" . "

If you don't have any new banners (that is, banners with no data in the database), this page will be empty. Don't be alarmed, you can still Edit Banners to see and modify your existing banners.

"); $catSource = EZ::mkCatSource(); $catNames = EZ::mkCatNames(); $actSource = "[{value: 1, text: 'Active'}, {value:0, text: 'Disabled'}]"; $bannerId = 0; $noBanners = true; foreach ($banners as $b) { $color = "#fdd"; $style = "style='background-color:$color'"; $class = "class='all shown'"; if (!empty($bannerMeta[$b])) { // banner in the DB. Ignore. continue; } $noBanners = false; $id = $title = $target = $category = $catName = $active = ''; $md5 = md5($b); $iSize = getimagesize($b); $width = $iSize[0]; $height = $iSize[1]; $size = "{$width}x{$height}"; $value = "[{file:'$b', width:'$width', height:'$height', active:'1'}]"; ++$bannerId; echo <<
$b
$target
$title
$width $width
$catName


$id
$b

Create a New Banner
EOF; } if ($noBanners) { ?>
No new banners found. All your banners seem to be in the database. If you want to modify the banner information in the database, please Edit Banners.