5.php
18.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<?php
if(!defined('InEmpireCMS'))
{
exit();
}
?><table width=100% align=center cellpadding=3 cellspacing=1 class=tableborder>
<tr>
<td width=16% height=25 bgcolor=ffffff>影片名(*)</td>
<td bgcolor=ffffff>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
<tr>
<td height="25" bgcolor="#FFFFFF">
<?=$tts?"<select name='ttid'><option value='0'>標題分類</option>$tts</select>":""?>
<input type=text name=title value="<?=ehtmlspecialchars(stripSlashes($r[title]))?>" size="60">
<input type="button" name="button" value="圖文" onclick="document.add.title.value=document.add.title.value+'(圖文)';">
</td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">屬性:
<input name="titlefont[b]" type="checkbox" value="b"<?=$titlefontb?>>粗體
<input name="titlefont[i]" type="checkbox" value="i"<?=$titlefonti?>>斜體
<input name="titlefont[s]" type="checkbox" value="s"<?=$titlefonts?>>刪除線
顏色: <input name="titlecolor" type="text" value="<?=stripSlashes($r[titlecolor])?>" size="10"><a onclick="foreColor();"><img src="../data/images/color.gif" width="21" height="21" align="absbottom"></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width='16%' height=25 bgcolor='ffffff'>特殊屬性</td>
<td bgcolor='ffffff'>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#DBEAF5">
<tr>
<td height="25" bgcolor="#FFFFFF">信息屬性:
<input name="checked" type="checkbox" value="1"<?=$r[checked]?' checked':''?>>
審核 推薦
<select name="isgood" id="isgood">
<option value="0">不推薦</option>
<?=$ftnr['igname']?>
</select>
頭條
<select name="firsttitle" id="firsttitle">
<option value="0">非頭條</option>
<?=$ftnr['ftname']?>
</select></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">關鍵字 :
<input name="keyboard" type="text" size="52" value="<?=stripSlashes($r[keyboard])?>">
<font color="#666666">(多個請用","隔開)</font></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF">外部鏈接:
<input name="titleurl" type="text" value="<?=stripSlashes($r[titleurl])?>" size="52">
<font color="#666666">(填寫後信息連接地址將為此鏈接)</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>發佈時間</td>
<td bgcolor=ffffff>
<input name="newstime" type="text" value="<?=$r[newstime]?>"><input type=button name=button value="設為當前時間" onclick="document.add.newstime.value='<?=$todaytime?>'">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>影片縮略圖</td>
<td bgcolor=ffffff><input name="titlepic" type="text" id="titlepic" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[titlepic]))?>" size="45">
<a onclick="window.open('ecmseditor/FileMain.php?type=1&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=titlepic<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');" title="選擇已上傳的圖片"><img src="../data/images/changeimg.gif" border="0" align="absbottom"></a>
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>影片類型</td>
<td bgcolor=ffffff><select name="movietype" id="movietype"><option value="港台影視"<?=$r[movietype]=="港台影視"?' selected':''?>>港台影視</option><option value="海外影視"<?=$r[movietype]=="海外影視"?' selected':''?>>海外影視</option><option value="大陸影視"<?=$r[movietype]=="大陸影視"?' selected':''?>>大陸影視</option><option value="日韓影視"<?=$r[movietype]=="日韓影視"?' selected':''?>>日韓影視</option></select>,推薦等級:<select name="star" id="star"><option value="1"<?=$r[star]=="1"?' selected':''?>>1星</option><option value="2"<?=$r[star]=="2"||$ecmsfirstpost==1?' selected':''?>>2星</option><option value="3"<?=$r[star]=="3"?' selected':''?>>3星</option><option value="4"<?=$r[star]=="4"?' selected':''?>>4星</option><option value="5"<?=$r[star]=="5"?' selected':''?>>5星</option></select>,扣除點數:
<input name="moviefen" type="text" id="moviefen" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[moviefen]))?>" size="">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>出品公司</td>
<td bgcolor=ffffff>
<input name="company" type="text" id="company" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[company]))?>" size="">
,出品時間:
<input name="movietime" type="text" id="movietime" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[movietime]))?>" size="">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>主演</td>
<td bgcolor=ffffff>
<input name="player" type="text" id="player" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[player]))?>" size="">
,導演 :
<input name="playadmin" type="text" id="playadmin" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[playadmin]))?>" size="">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>影片文件</td>
<td bgcolor=ffffff>影片格式:<input name="filetype" type="text" id="filetype" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[filetype]))?>" size="8">
<select name="select2" onchange="document.add.filetype.value=this.value">
<option value="">類型</option>
<option value=".rm">.rm</option>
<option value=".rmvb">.rmvb</option>
<option value=".mp3">.mp3</option>
<option value=".asf">.asf</option>
<option value=".wmv">.wmv</option>
<option value=".avi">.avi</option>
</select>,影片大小:<input name="filesize" type="text" id="filesize" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[filesize]))?>" size="12">
<select name="select" onchange="document.add.filesize.value+=this.value">
<option value="">單位</option>
<option value=" MB">MB</option>
<option value=" KB">KB</option>
<option value=" GB">GB</option>
<option value=" BYTES">BYTES</option>
</select></td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>影片屬性</td>
<td bgcolor=ffffff>帶寬要求:
<input name="playdk" type="text" id="playdk" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[playdk]))?>" size="">
,片長:
<input name="playtime" type="text" id="playtime" value="<?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[playtime]))?>" size="">
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>下載地址</td>
<td bgcolor=ffffff><script>
function doadd()
{var i;
var str="";
var oldi=0;
var j=0;
oldi=parseInt(document.add.editnum.value);
for(i=1;i<=document.add.downnum.value;i++)
{
j=i+oldi;
str=str+"<tr><td width=7%> <div align=center>"+j+"</div></td><td width=19%><div align=left><input name=downname[] type=text id=downname[] value=下載地址"+j+" size=17></div></td><td width=40%><input name=downpath[] type=text size=36 id=downpath"+j+" ondblclick=SpOpenChFile(0,'downpath"+j+"')><select name=thedownqz[]><option value=''>--地址前綴--</option><?=$newdownqz?></select></td><td width=21%><div align=center><select name=downuser[] id=select><option value=0>遊客</option><?=$ygroup?></select></div></td><td width=13%><div align=center><input name=fen[] type=text id=fen[] value=0 size=6></div></td></tr>";
}
document.getElementById("adddown").innerHTML="<table width='100%' border=0 cellspacing=1 cellpadding=3>"+str+"</table>";
}
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25">下載地址前綴 :
<input name="downurl_qz" type="text" size="32">
<select name="changeurl_qz" onchange="document.add.downurl_qz.value=document.add.changeurl_qz.value">
<option value="" selected>選擇前綴</option>
<?=$downurlqz?>
</select>
</td>
</tr>
<tr>
<td height="25">選擇/上傳附件:
<input name="changedown_url" id="changedown_url" type="text" size="32">
<input type="button" name="Submit" value="選擇" onclick="window.open('ecmseditor/FileMain.php?type=0&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=changedown_url<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');">
<input type="button" name="Submit" value="複製" onclick="document.getElementById('changedown_url').focus();document.getElementById('changedown_url').select();clipboardData.setData('text',document.getElementById('changedown_url').value);"></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
<tr>
<td width="7%"> <div align="center">編號</div></td>
<td width="19%"><div align="left">下載名稱</div></td>
<td width="40%">下載地址 <font color="#666666">(雙擊選擇)</font></td>
<td width="21%"> <div align="center">權限</div></td>
<td width="13%"> <div align="center">點數</div></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<?php
if($ecmsfirstpost==1)
{
?>
<table width='100%' border=0 cellspacing=1 cellpadding=3>
<?php
$editnum=3;
for($pathi=1;$pathi<=$editnum;$pathi++)
{
?>
<tr>
<td width='7%'> <div align=center><?=$pathi?></div></td>
<td width='19%'> <div align=left>
<input name=downname[] type=text value='下載地址<?=$pathi?>' size=17>
</div></td>
<td width='40%'>
<input name=downpath[] type=text size=36 id='downpath<?=$pathi?>' ondblclick="SpOpenChFile(0,'downpath<?=$pathi?>');">
<select name=thedownqz[]><option value=''>--地址前綴--</option><?=$newdownqz?></select>
</td>
<td width='21%'><div align=center>
<select name=downuser[]>
<option value=0>遊客</option>
<?=$ygroup?>
</select>
</div></td>
<td width='13%'> <div align=center>
<input name=fen[] type=text value=0 size=6>
</div></td>
</tr>
<?php
}
?>
</table>
<?php
}
else
{
$editnum=0;
$downloadpath="";
if($r[downpath])
{
$r[downpath]=stripSlashes($r[downpath]);
//下載地址
$j=0;
$d_record=explode("\r\n",$r[downpath]);
for($i=0;$i<count($d_record);$i++)
{
$j=$i+1;
$d_field=explode("::::::",$d_record[$i]);
//權限
$tgroup=str_replace(" value=".$d_field[2].">"," value=".$d_field[2]." selected>",$ygroup);
//地址前綴
$tnewdownqz=str_replace(" value='".$d_field[4]."'>"," value='".$d_field[4]."' selected>",$newdownqz);
$downloadpath.="<tr><td width='7%'><div align=center>".$j."</div></td><td width='19%'><div align=left><input name=downname[] type=text id=downname[] value='".$d_field[0]."' size=17></div></td><td width='40%'><input name=downpath[] type=text id=downpath".$j." value='".$d_field[1]."' size=36 ondblclick=\"SpOpenChFile(0,'downpath".$j."');\"><select name=thedownqz[]><option value=''>--地址前綴--</option>".$tnewdownqz."</select><input type=hidden name=pathid[] value=".$j."><input type=checkbox name=delpathid[] value=".$j.">刪</td><td width='21%'><div align=center><select name=downuser[] id=select><option value=0>遊客</option>".$tgroup."</select></div></td><td width='13%'><div align=center><input name=fen[] type=text id=fen[] value='".$d_field[3]."' size=6></div></td></tr>";
}
$editnum=$j;
$downloadpath="<table width='100%' border=0 cellspacing=1 cellpadding=3>".$downloadpath."</table>";
}
echo $downloadpath;
}
?>
</td>
</tr>
<tr>
<td height="25">下載地址擴展數量: <input name="editnum" type="hidden" id="editnum" value="<?=$editnum?>">
<input name="downnum" type="text" id="downnum" value="1" size="6"> <input type="button" name="Submit5" value="輸出地址" onclick="javascript:doadd();"></td>
</tr>
<tr>
<td id=adddown></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>在線觀看播放器</td>
<td bgcolor=ffffff>
<?php
$player_sql=$empire->query("select id,player from {$dbtbpre}enewsplayer");
while($player_r=$empire->fetch($player_sql))
{
$select_player='';
if($r[playerid]==$player_r[id])
{
$select_player=' selected';
}
$player_class.="<option value='".$player_r[id]."'".$select_player.">".$player_r[player]."</option>";
}
?>
<select name="playerid">
<option value=0>自動識別</option>
<?=$player_class?>
</select>
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>在線觀看地址</td>
<td bgcolor=ffffff><script>
function dooadd()
{var i;
var str="";
var oldi=0;
var j=0;
oldi=parseInt(document.add.oeditnum.value);
for(i=1;i<=document.add.odownnum.value;i++)
{
j=i+oldi;
str=str+"<tr><td width=7%> <div align=center>"+j+"</div></td><td width=19%><div align=left><input name=odownname[] type=text value="+j+" size=17></div></td><td width=40%><input name=odownpath[] type=text size=36 id=odownpath"+j+" ondblclick=SpOpenChFile(0,'odownpath"+j+"')><select name=othedownqz[]><option value=''>--地址前綴--</option><?=$newdownqz?></select></td><td width=21%><div align=center><select name=odownuser[] id=select><option value=0>遊客</option><?=$ygroup?></select></div></td><td width=13%><div align=center><input name=ofen[] type=text value=0 size=6></div></td></tr>";
}
document.getElementById("addonline").innerHTML="<table width='100%' border=0 cellspacing=1 cellpadding=3>"+str+"</table>";
}
</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25">觀看地址前綴 :
<input name="onlineurl_qz" type="text" size="32"> <select name="changeonlineurl_qz" onchange="document.add.onlineurl_qz.value=document.add.changeonlineurl_qz.value">
<option value="" selected>選擇前綴</option>
<?=$downurlqz?>
</select>
</td>
</tr>
<tr>
<td height="25">選擇/上傳附件:
<input name="changeonline_url" id="changeonline_url" type="text" size="32"> <input type="button" name="Submit" value="選擇" onclick="window.open('ecmseditor/FileMain.php?type=0&classid=<?=$classid?>&infoid=<?=$id?>&filepass=<?=$filepass?>&sinfo=1&doing=1&field=changeonline_url<?=$ecms_hashur[ehref]?>','','width=700,height=550,scrollbars=yes');">
<input type="button" name="Submit" value="複製" onclick="document.getElementById('changeonline_url').focus();document.getElementById('changeonline_url').select();clipboardData.setData('text',document.getElementById('changeonline_url').value);"></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#DBEAF5">
<tr>
<td width="7%"> <div align="center">編號</div></td>
<td width="19%"><div align="left">觀看名稱</div></td>
<td width="40%">觀看地址 <font color="#666666">(雙擊選擇)</font></td>
<td width="21%"> <div align="center">權限</div></td>
<td width="13%"> <div align="center">點數</div></td>
</tr>
</table></td>
</tr>
<tr>
<td>
<?php
if($ecmsfirstpost==1)
{
?>
<table width='100%' border=0 cellspacing=1 cellpadding=3>
<?php
$oeditnum=3;
for($opathi=1;$opathi<=$oeditnum;$opathi++)
{
?>
<tr>
<td width='7%'> <div align=center><?=$opathi?></div></td>
<td width='19%'> <div align=left>
<input name=odownname[] type=text value='<?=$opathi?>' size=17>
</div></td>
<td width='40%'>
<input name=odownpath[] type=text id='odownpath<?=$opathi?>' size=36 ondblclick="SpOpenChFile(0,'odownpath<?=$opathi?>');">
<select name=othedownqz[]><option value=''>--地址前綴--</option><?=$newdownqz?></select>
</td>
<td width='21%'><div align=center>
<select name=odownuser[] id=select>
<option value=0>遊客</option>
<?=$ygroup?>
</select>
</div></td>
<td width='13%'> <div align=center>
<input name=ofen[] type=text id=ofen[] value=0 size=6>
</div></td>
</tr>
<?php
}
?>
</table>
<?php
}
else
{
$oeditnum=0;
$onlinemoviepath="";
if($r[onlinepath])
{
$j=0;
$od_record=explode("\r\n",$r[onlinepath]);
for($i=0;$i<count($od_record);$i++)
{
$j=$i+1;
$od_field=explode("::::::",$od_record[$i]);
//權限
$tgroup=str_replace(" value=".$od_field[2].">"," value=".$od_field[2]." selected>",$ygroup);
//地址前綴
$tnewdownqz=str_replace(" value='".$od_field[4]."'>"," value='".$od_field[4]."' selected>",$newdownqz);
$onlinemoviepath.="<tr><td width='7%'><div align=center>".$j."</div></td><td width='19%'><div align=left><input name=odownname[] type=text value='".$od_field[0]."' size=17></div></td><td width='40%'><input name=odownpath[] type=text value='".$od_field[1]."' size=36 id=odownpath".$j." ondblclick=\"SpOpenChFile(0,'odownpath".$j."');\"><select name=othedownqz[]><option value=''>--地址前綴--</option>".$tnewdownqz."</select><input type=hidden name=opathid[] value=".$j."><input type=checkbox name=odelpathid[] value=".$j.">刪</td><td width='21%'><div align=center><select name=odownuser[] id=select><option value=0>遊客</option>".$tgroup."</select></div></td><td width='13%'><div align=center><input name=ofen[] type=text value='".$od_field[3]."' size=6></div></td></tr>";
}
$oeditnum=$j;
$onlinemoviepath="<table width='100%' border=0 cellspacing=1 cellpadding=3>".$onlinemoviepath."</table>";
}
echo $onlinemoviepath;
}
?>
</td>
</tr>
<tr>
<td height="25">在線地址擴展數量: <input name="oeditnum" type="hidden" id="oeditnum" value="<?=$oeditnum?>">
<input name="odownnum" type="text" id="odownnum" value="1" size="6"> <input type="button" name="Submit5" value="輸出地址" onclick="javascript:dooadd();"></td>
</tr>
<tr>
<td id=addonline></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=16% height=25 bgcolor=ffffff>影片簡介(*)</td>
<td bgcolor=ffffff><textarea name="moviesay" cols="80" rows="10" id="moviesay"><?=$ecmsfirstpost==1?"":ehtmlspecialchars(stripSlashes($r[moviesay]))?></textarea>
</td>
</tr>
</table>