| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316 |
- <?php
- function get_style_forminput($code = '', $array = '')
- {
- $title = is_array($array) ? $array['title'] : '';
- $url = is_array($array) ? $array['url'] : '';
- $link = is_array($array) ? $array['link'] : '';
- $size = is_array($array) ? $array['size'] : '';
- $width = is_array($array) ? $array['width'] : '';
- $height = is_array($array) ? $array['height'] : '';
- $alt = is_array($array) ? $array['alt'] : '';
- $vbm_style_form = array('code' => '
- <table border="0" cellspacing="0" cellpadding="0" class="vbm">
- <tr class="firstr"><td colspan="2">HTML 代码</td></tr>
- <tr><td width="45%" bgcolor="white" valign="top">广告 HTML 代码:<br /><i style="color:#666">请直接输入需要展现的广告的 HTML 代码</i></td><td bgcolor="white"><textarea rows="10" name="advnew[code][html]" id="advnew[code][html]" cols="50">' . $code . '</textarea></td></tr>
- </table>', 'text' => '
- <table border="0" cellspacing="0" cellpadding="0" class="vbm">
- <tr class="firstr"><td colspan="2">文字广告</td></tr>
- <tr><td width="45%" bgcolor="white" >文字内容(<font color="red">*必填</font>):<br /><i style="color:#666">请输入文字广告的显示内容</i></td><td bgcolor="white"><input class="text" type="text" size="50" name="advnew[text][title]" value="' . $title . '" >
- </td>
- </tr>
- <tr>
- <td width="45%" bgcolor="white" >文字链接(<font color="red">*必填</font>):<br /><i style="color:#666">请输入文字广告指向的 URL 链接地址</i></td><td bgcolor="white"><input class="text" type="text" size="50" name="advnew[text][link]" value="' . $link . '" >
- </td>
- </tr>
- <tr>
- <td width="45%" bgcolor="white" >文字大小(选填):<br /><i style="color:#666">请输入文字广告的内容显示字体,可使用 pt、px、em 为单位</i></td>
- <td bgcolor="white"><input class="text" type="text" size="50" name="advnew[text][size]" value="' . $size . '" >
- </td>
- </tr>
- </table>', 'image' => '
- <table border="0" cellspacing="0" cellpadding="0" class="vbm">
- <tr class="firstr"><td colspan="2">图片广告</td></tr>
- <tr><td width="45%" bgcolor="white" >图片地址(<font color="red">*必填</font>):<br /><i style="color:#666">请输入图片广告的图片调用地址</i></td><td bgcolor="white">
- <input name="advnew[image][url]" id=imgsrc type="text" class="text" value="' . $url . '"/>
- <label><input type="radio" onclick=\'document.getElementById("iframe").style.display = "none";\' name="ifout" value="no" checked="checked" class="radio"/>远程图片</label>
- <label><input type="radio" onclick=\'document.getElementById("iframe").style.display = "block";\' name="ifout" value="yes" class="radio"/>本地上传</label>
- <iframe src="include/upfile.php?watermark=0&adv=1" width="450" frameborder="0" scrolling="no" onload="this.height=iFrame1.document.body.scrollHeight" id="iframe" style="display:none; margin-top:10px"></iframe>
- </td>
- </tr>
- <tr>
- <td width="45%" bgcolor="white" >图片链接(<font color="red">*必填</font>):<br /><i style="color:#666">请输入图片广告指向的 URL 链接地址</i></td>
- <td bgcolor="white"><input class="text" type="text" size="50" name="advnew[image][link]" value="' . $link . '" >
- </td>
- </tr>
- <tr>
- <td width="45%" bgcolor="white" >图片宽度(选填):<br /><i style="color:#666">请输入图片广告的宽度,单位为像素</i></td>
- <td bgcolor="white"><input class="text" type="text" size="50" name="advnew[image][width]" value="' . $width . '" ></td>
- </tr>
- <tr><td width="45%" bgcolor="white" >图片高度(选填):<br /><i style="color:#666">请输入图片广告的高度,单位为像素</i></td><td bgcolor="white"><input class="text" type="text" size="50" name="advnew[image][height]" value="' . $height . '" >
- </td>
- </tr>
- <tr>
- <td width="45%" bgcolor="white" >图片替换文字(选填):<br /><i style="color:#666">请输入图片广告的鼠标悬停文字信息</i></td><td bgcolor="white"><input class="text" type="text" size="50" name="advnew[image][alt]" value="' . $alt . '" >
- </td>
- </tr>
- </table>', 'flash' => '
- <table border="0" cellspacing="0" cellpadding="0" class="vbm">
- <tr class="firstr"><td colspan="2">Flash 广告</td></tr>
- <tr><td width="45%" bgcolor="white" >Flash 地址(<font color="red">*必填</font>):<br /><i style="color:#666">请输入 Flash 广告的调用地址</i></td>
- <td bgcolor="white"><input class="text" type="text" size="50" name="advnew[flash][url]" value="' . $url . '" >
- </td>
- </tr>
- <tr>
- <td width="45%" bgcolor="white">Flash 宽度(<font color="red">*必填</font>):<br /><i style="color:#666">请输入 Flash 广告的宽度,单位为像素</i></td>
- <td bgcolor="white"><input class="text" type="text" size="50" name="advnew[flash][width]" value="' . $width . '" >
- </td>
- </tr>
- <tr>
- <td width="45%" bgcolor="white" >Flash 高度(<font color="red">*必填</font>):<br /><i style="color:#666">请输入 Flash 广告的高度,单位为像素</i></td>
- <td bgcolor="white"><input class="text" type="text" size="50" name="advnew[flash][height]" value="' . $height . '" >
- </td>
- </tr>
- </table>');
- foreach ($vbm_style_form as $ktypeform => $vform) {
- $mymps .= '<div id="style_' . $ktypeform . '" style="';
- if (is_array($array)) {
- $mymps .= $array[style] == $ktypeform ? 'display:yes' : 'display:none';
- }
- else {
- $mymps .= $array == $ktypeform ? 'display:yes' : 'display:none';
- }
- $mymps .= '" class="maintablediv">';
- $mymps .= $vform;
- $mymps .= '</div>';
- }
- return $mymps;
- }
- function get_adv_style($style = '', $formname = 'style')
- {
- global $vbm_adv_style;
- $vbm_adv_style_form = '<select name=\'' . $formname . '\' id=\'' . $formname . '\' style="vertical-align: middle" onchange="var styles, key;styles=new Array(\'code\',\'text\',\'image\',\'flash\'); for(key in styles) {var obj=$obj(\'style_\'+styles[key]); obj.style.display=styles[key]==this.options[this.selectedIndex].value?\'\':\'none\';}">';
- foreach ($vbm_adv_style as $k => $v) {
- if ($k == $style && $k != '') {
- $vbm_adv_style_form .= '<option value=\'' . $k . '\' selected style=\'background-color:#6EB00C;color:white\'>' . $v . '</option>
- ';
- }
- else {
- $vbm_adv_style_form .= '<option value=\'' . $k . '\'>' . $v . '</option>
- ';
- }
- }
- $vbm_adv_style_form .= '</select>
- ';
- return $vbm_adv_style_form;
- }
- function get_adv_option($type = '', $formname = 'type')
- {
- global $vbm_adv_type;
- $vbm_adv_type_form = '<select name=\'' . $formname . '\' id=\'' . $formname . '\' onchange="if(this.options[this.selectedIndex].value) {this.form.submit()}" style="vertical-align: middle">';
- $vbm_adv_type_form .= '<option value=\'\' selected>请选择广告类型</option>
- ';
- foreach ($vbm_adv_type as $k => $v) {
- if ($k == $type && $k != '') {
- $vbm_adv_type_form .= '<option value=\'' . $k . '\' selected style=\'background-color:#6EB00C;color:white\'>' . $v['name'] . '</option>
- ';
- }
- else {
- $vbm_adv_type_form .= '<option value=\'' . $k . '\'>' . $v['name'] . '</option>
- ';
- }
- }
- $vbm_adv_type_form .= '</select>
- ';
- return $vbm_adv_type_form;
- }
- function get_infoad_target($selected)
- {
- $category_cache = get_categories_tree('', 'category');
- $option .= '<option value=\'all\' ';
- $option .= $selected[0] == 'all' ? ' selected ' : '';
- $option .= '>全部</option>';
- foreach ($category_cache as $k => $v) {
- $option .= '<optgroup label=\'' . $v['catname'] . '\'>';
- if ($v[children]) {
- foreach ($v[children] as $child) {
- $option .= '<option value=' . $child['catid'];
- $option .= is_array($selected) && in_array($child[catid], $selected) ? ' selected' : '';
- $option .= '>' . $child['catname'] . '</option>';
- }
- }
- $option .= '</optgroup>';
- }
- return $option;
- }
- define('CURSCRIPT', 'advertisement');
- require_once dirname(__FILE__) . '/global.php';
- require_once MYMPS_INC . '/db.class.php';
- require_once dirname(__FILE__) . '/include/adv.inc.php';
- $part = $part ? $part : 'list';
- (!defined('IN_ADMIN') || !defined('IN_MYMPS')) && exit('Access Denied');
- if (!submit_check(CURSCRIPT . '_submit')) {
- chk_admin_purview('purview_管理广告位');
- if ($part == 'intro') {
- $here = '广告位详细介绍';
- }
- else if ($part == 'add') {
- $here = '增加广告';
- }
- else if ($part == 'edit') {
- $here = '广告修改';
- !($edit = $db->getRow('SELECT * FROM `' . $db_mymps . 'advertisement` WHERE advid = ' . $advid)) && write_msg('当前广告不存在!');
- $edit['targets'] = explode(' ', $edit['targets']);
- $adv_style = $charset == 'utf-8' ? utf8_unserialize($edit[parameters]) : unserialize($edit[parameters]);
- }
- else {
- $here = '广告管理';
- $where = $type ? ' WHERE type = \'' . $type . '\'' : '';
- $rows_num = mymps_count(CURSCRIPT, $where);
- $param = setParam(array('part', 'type'));
- $adv = array();
- $adv = page1('SELECT * FROM `' . $db_mymps . 'advertisement` ' . $where . ' ORDER BY displayorder ASC');
- }
- include $part == 'add' || $part == 'edit' ? mymps_tpl(CURSCRIPT) : mymps_tpl(CURSCRIPT . '_' . $part);
- }
- else {
- if ($part == 'list') {
- if (is_array($titlenew)) {
- foreach ($titlenew as $key => $value) {
- $db->query('UPDATE `' . $db_mymps . 'advertisement` SET title = \'' . $value . '\',displayorder=\'' . $displayorder[$key] . '\',available=\'' . $available[$key] . '\' WHERE advid = \'' . $key . '\'');
- }
- }
- if (is_array($delids)) {
- foreach ($delids as $kids => $vids) {
- mymps_delete('advertisement', 'WHERE advid = ' . $vids);
- }
- }
- }
- else {
- $advnew['starttime'] = $advnew['starttime'] ? strtotime($advnew['starttime']) : 0;
- $advnew['endtime'] = $advnew['endtime'] ? strtotime($advnew['endtime']) : 0;
- if (!$advnew['title']) {
- write_msg('广告标题不能为空!');
- }
- else if (50 < strlen($advnew['title'])) {
- write_msg('广告标题太长了,请少于25个字符!');
- }
- else {
- if ($advnew['endtime'] && ($advnew['endtime'] <= time() || $advnew['endtime'] <= $advnew['starttime'])) {
- write_msg('截止时间不能小于当前时间或起始时间');
- }
- else {
- if ($advnew['style'] == 'code' && !$advnew['code']['html'] || $advnew['style'] == 'text' && (!$advnew['text']['title'] || !$advnew['text']['link']) || $advnew['style'] == 'image' && (!$advnew['image']['url'] || !$advnew['image']['link']) || $advnew['style'] == 'flash' && (!$advnew['flash']['url'] || !$advnew['flash']['width'] || !$advnew['flash']['height'])) {
- write_msg('广告参数提交非法!');
- }
- }
- }
- if ($part == 'advadd') {
- $db->query('INSERT INTO ' . $db_mymps . 'advertisement (available, type)
- VALUES (\'1\', \'' . $type . '\')');
- $advid = $db->insert_id();
- }
- else {
- $type = $db->getOne('SELECT type FROM ' . $db_mymps . 'advertisement WHERE advid=\'' . $advid . '\'');
- }
- foreach ($advnew[$advnew['style']] as $key => $val) {
- $advnew[$advnew['style']][$key] = stripslashes($val);
- }
- $targetsarray = array();
- if (is_array($advnew['targets'])) {
- foreach ($advnew['targets'] as $target) {
- if (in_array($target, array('index', 'all')) || preg_match('/^\\d+$/', $target)) {
- $targetsarray[] = $target;
- }
- }
- }
- $advnew['targets'] = implode(' ', $targetsarray);
- $advnew['displayorder'] = isset($advnew['displayorder']) ? implode(' ', $advnew['displayorder']) : '';
- switch ($advnew['style']) {
- case 'code':
- $advnew['code'] = $advnew['code']['html'];
- $advnew['code'] = str_replace('";', '" ;', $advnew['code']);
- break;
- case 'text':
- $advnew['code'] = '<a href="' . $advnew['text']['link'] . '" target="_blank" ' . ($advnew['text']['size'] ? 'style="font-size: ' . $advnew['text']['size'] . '"' : '') . '>' . $advnew['text']['title'] . '</a>';
- break;
- case 'image':
- $advnew['code'] = '<a href="' . $advnew['image']['link'] . '" target="_blank"><img src="' . $advnew['image']['url'] . '"' . ($advnew['image']['height'] ? ' height="' . $advnew['image']['height'] . '"' : '') . ($advnew['image']['width'] ? ' width="' . $advnew['image']['width'] . '"' : '') . ($advnew['image']['alt'] ? ' alt="' . $advnew['image']['alt'] . '"' : '') . ' border="0"></a>';
- break;
- case 'flash':
- $advnew['code'] = '<embed width="' . $advnew['flash']['width'] . '" height="' . $advnew['flash']['height'] . '" src="' . $advnew['flash']['url'] . '" type="application/x-shockwave-flash"></embed>';
- break;
- }
- if ($type == 'floatad') {
- $sourcecode = $advnew['code'];
- $advnew['floath'] = 40 <= $advnew['floath'] && $advnew['floath'] <= 600 ? intval($advnew['floath']) : 200;
- $advnew['code'] = str_replace(array('
- ', '
- ', '
- '), '<br />', $advnew['code']);
- $advnew['code'] = addslashes($advnew['code'] . '<br /><span style="text-align:left; display:block; width:30px"><a href="javascript:void();" onMouseOver="this.style.cursor=\'pointer\'" onClick="closeBanner();">关闭</a></span>');
- $advnew['code'] = 'theFloaters.addItem(\'floatAdv1\',6,\'document.documentElement.clientHeight-' . $advnew['floath'] . '\',\'<div style="position: absolute; right: 6px; top: 25px;">' . $advnew['code'] . '</div>\');';
- }
- else if ($type == 'couplead') {
- $advnew['code'] = addslashes($advnew['code'] . '<br /><span style="text-align:left; display:block; width:30px"><a href="javascript:void();" onMouseOver="this.style.cursor=\'pointer\'" onClick="closeBanner();">关闭</a></span>');
- $advnew['code'] = 'theFloaters.addItem(\'coupleAdL\',6,0,\'<div style="position: absolute; left: 6px; top: 42px;">' . $advnew['code'] . '</div>\');theFloaters.addItem(\'coupleAdR\',\'document.body.clientWidth-6\',0,\'<div style="position: absolute; right: 6px; top: 42px;">' . $advnew['code'] . '</div>\');';
- }
- else if ($type == 'intercat') {
- $advnew['position'] = is_array($advnew['position']) && !in_array('0', $advnew['position']) ? $advnew['position'] : '';
- }
- if ($advnew['style'] == 'code') {
- $advnew['parameters'] = addslashes(serialize(array_merge(array('style' => $advnew['style']), array('html' => $advnew['code']), array('position' => $advnew['position']), array('displayorder' => $advnew['displayorder']), $sourcecode ? array('sourcecode' => $sourcecode) : array(), $advnew['floath'] ? array('floath' => $advnew['floath']) : array())));
- }
- else {
- $advnew['parameters'] = addslashes(serialize(array_merge(array('style' => $advnew['style']), $advnew[$advnew['style']], array('html' => $advnew['code']), array('position' => $advnew['position']), array('displayorder' => $advnew['displayorder']), $advnew['floath'] ? array('floath' => $advnew['floath']) : array())));
- }
- $advnew['code'] = addslashes($advnew['code']);
- $query = $db->query('UPDATE ' . $db_mymps . 'advertisement SET title=\'' . $advnew['title'] . '\', targets=\'' . $advnew['targets'] . '\', parameters=\'' . $advnew['parameters'] . '\', code=\'' . $advnew['code'] . '\', starttime=\'' . $advnew['starttime'] . '\', endtime=\'' . $advnew['endtime'] . '\' WHERE advid=\'' . $advid . '\'');
- }
- clear_cache_files('adv_index');
- clear_cache_files('adv_category');
- clear_cache_files('adv_info');
- clear_cache_files('adv_other');
- updateadvertisement();
- write_msg('成功更新广告设置!', $forward_url ? $forward_url : 'adv.php', 'write_record');
- }
- is_object($db) && $db->Close();
- $db = $mymps_global = $part = $action = $here = $part = $adv = NULL;
- ?>
|