├── inc ├── index.htm ├── user │ ├── 1 │ │ └── config.php │ ├── 3 │ │ ├── config.php.bak │ │ └── config.php │ ├── alipay │ │ ├── log.txt │ │ ├── cacert.pem │ │ ├── images │ │ │ ├── alipay.gif │ │ │ └── new-btn-fixed.png │ │ ├── alipay.config.php │ │ └── lib │ │ │ └── alipay_md5.function.php │ └── ys │ │ ├── notify_url.php │ │ └── return_url.php ├── config │ ├── pse_artsyn.txt │ ├── hitstime_art.txt │ ├── hitstime_vod.txt │ ├── hitstime_art_topic.txt │ ├── hitstime_vod_topic.txt │ ├── pse_artrnd.txt │ ├── pse_vodrnd.txt │ ├── pse_vodsyn.txt │ ├── license.php │ ├── moban.php │ ├── interface_arttype.txt │ ├── interface_vodtype.txt │ ├── vodserver.xml │ ├── timmingset.xml │ ├── voddown.xml │ └── vodplay.xml ├── conn.php ├── common │ ├── arial.ttf │ ├── pinyin.dat │ ├── template_diy.php │ ├── zyjm.php │ └── code.php ├── map │ ├── 360.html │ ├── baidu.html │ ├── google.html │ ├── rss.html │ └── rssid.html ├── module │ ├── label.php │ └── map.php └── tiaozhuan.php ├── js ├── index.htm ├── tj.js ├── clipboard.swf ├── uploadify.swf ├── jq │ ├── jquery.cookie.js │ └── jquery.lazyload.js ├── playerconfig.js ├── playerconfig.js.bak └── common.js ├── cache ├── index.htm ├── break │ └── index.htm └── export │ └── index.htm ├── images ├── index.htm ├── 2.png ├── bg.gif ├── dz.png ├── t1.png ├── t2.png ├── t3.png ├── t4.png ├── t5.png ├── t6.png ├── t7.png ├── t8.png ├── t9.png ├── blank.png ├── logo.jpg ├── nopic.gif ├── promo.gif ├── t10.png ├── t11.png ├── t12.png ├── t13.png ├── t14.png ├── t15.png ├── face │ ├── 1.gif │ ├── 10.gif │ ├── 11.gif │ ├── 12.gif │ ├── 13.gif │ ├── 14.gif │ ├── 15.gif │ ├── 16.gif │ ├── 2.gif │ ├── 3.gif │ ├── 4.gif │ ├── 5.gif │ ├── 6.gif │ ├── 7.gif │ ├── 8.gif │ └── 9.gif ├── loading.gif ├── promo2.gif ├── icons │ ├── asp.gif │ ├── back.png │ ├── cut.png │ ├── dir.gif │ ├── dir2.gif │ ├── help.png │ ├── ico0.gif │ ├── ico1.gif │ ├── ico2.gif │ ├── ico3.gif │ ├── ico4.gif │ ├── ico5.gif │ ├── no.png │ ├── ok.png │ ├── redo.png │ ├── sum.png │ ├── tip.png │ ├── undo.png │ ├── blank.gif │ ├── cancel.png │ ├── error.png │ ├── pencil.png │ ├── print.png │ ├── reload.png │ ├── search.png │ ├── edit_add.png │ ├── filesave.png │ ├── html_no.gif │ ├── html_ok.gif │ ├── icon_01.gif │ ├── icon_02.gif │ ├── mini_add.png │ ├── mini_edit.png │ ├── edit_remove.png │ └── mini_refresh.png ├── loading2.gif ├── loading3.gif ├── noscript.gif ├── qq_login.png ├── jq │ ├── close_fw.png │ ├── datepicker_b.png │ ├── datepicker_l.png │ ├── datepicker_r.png │ ├── datepicker_t.png │ ├── datepicker_bl.png │ ├── datepicker_br.png │ ├── datepicker_tl.png │ ├── datepicker_tr.png │ ├── jquery.datepicker.css │ ├── uploadify-cancel.png │ └── jquery.webox.css ├── weixingzhibo.png ├── install │ ├── bg_repx.gif │ ├── close.gif │ ├── stepnum.gif │ ├── bg_footer.gif │ ├── bg_repno.gif │ └── bg_stepstatus.gif └── 雷锋站长源码下载.url ├── upload ├── index.htm ├── art │ └── index.htm ├── vod │ └── index.htm ├── arttopic │ └── index.htm ├── downdata │ └── index.htm ├── playdata │ └── index.htm ├── vodthumb │ └── index.htm └── vodtopic │ └── index.htm ├── xxdy ├── bak │ └── index.htm ├── tpl │ ├── html │ │ ├── admin_foot.html │ │ ├── admin_head.html │ │ ├── admin_quickmenu.html │ │ ├── collect_union.html │ │ ├── db_sqlexe.html │ │ ├── admin_wel.html │ │ ├── extend_commentinfo.html │ │ ├── template_adsinfo.html │ │ ├── system_configinterface.html │ │ ├── vod_server.html │ │ ├── extend_gbookinfo.html │ │ ├── system_timming.html │ │ ├── db_sql.html │ │ ├── template_ads.html │ │ ├── template_info.html │ │ ├── system_configconnect.html │ │ ├── user_managerinfo.html │ │ ├── vod_classinfo.html │ │ └── system_configpse.html │ ├── config │ │ └── quickmenu.txt │ └── images │ │ ├── add.gif │ │ ├── hs.png │ │ ├── hv.png │ │ ├── new.gif │ │ ├── arrow.gif │ │ ├── blank.gif │ │ ├── body.gif │ │ ├── btn1.gif │ │ ├── btn2.gif │ │ ├── btn3.gif │ │ ├── btn4.gif │ │ ├── btn_pb.gif │ │ ├── cross.gif │ │ ├── e_info.gif │ │ ├── export.gif │ │ ├── failed.png │ │ ├── grey.gif │ │ ├── handle.gif │ │ ├── head.gif │ │ ├── help.png │ │ ├── huatu.gif │ │ ├── icon.gif │ │ ├── input.gif │ │ ├── lhighs.gif │ │ ├── logo.png │ │ ├── logo2.png │ │ ├── nav_li.gif │ │ ├── newwin.gif │ │ ├── notice.png │ │ ├── right.gif │ │ ├── top_bj.gif │ │ ├── actived.gif │ │ ├── button2.gif │ │ ├── button3.gif │ │ ├── content.gif │ │ ├── e_error.gif │ │ ├── foot_bg.jpg │ │ ├── head_bg.gif │ │ ├── menus_dd.gif │ │ ├── success.png │ │ ├── blue-grad.png │ │ ├── e_warning.gif │ │ ├── left_menu.gif │ │ ├── left_menus1.gif │ │ ├── login_arrow.jpg │ │ ├── menu_btn1.gif │ │ ├── menu_btn2.gif │ │ ├── welcome_h1.gif │ │ ├── console_icon.gif │ │ ├── handle_hover.gif │ │ ├── console_header_bg.gif │ │ ├── console_heder_bg_2.gif │ │ └── login.css ├── style.css ├── xiaog.png ├── editor │ ├── xheditor_skin │ │ ├── blank.gif │ │ └── default │ │ │ ├── img │ │ │ ├── wmp.gif │ │ │ ├── anchor.gif │ │ │ ├── close.gif │ │ │ ├── flash.gif │ │ │ ├── icons.gif │ │ │ ├── tag-h1.gif │ │ │ ├── tag-h2.gif │ │ │ ├── tag-h3.gif │ │ │ ├── tag-h4.gif │ │ │ ├── tag-h5.gif │ │ │ ├── tag-h6.gif │ │ │ ├── tag-p.gif │ │ │ ├── loading.gif │ │ │ ├── progress.gif │ │ │ ├── tag-div.gif │ │ │ ├── tag-pre.gif │ │ │ ├── waiting.gif │ │ │ ├── wordimg.gif │ │ │ ├── progressbg.gif │ │ │ └── tag-address.gif │ │ │ └── iframe.css │ ├── uploadshow.php │ ├── urlencode.html │ ├── htmltojs.html │ ├── urldecode.html │ └── jstohtml.html └── index.php ├── template ├── index.htm ├── user │ ├── css │ │ ├── blank.png │ │ ├── m1938com.gif │ │ ├── m1938comn.jpg │ │ ├── noavatar_small.gif │ │ └── user_head.html │ ├── images │ │ ├── 404.png │ │ ├── a3.gif │ │ ├── btn.png │ │ ├── dot.gif │ │ ├── fav.gif │ │ ├── ic.png │ │ ├── iu.png │ │ ├── new.gif │ │ ├── reg.png │ │ ├── s1.gif │ │ ├── set.gif │ │ ├── tag.gif │ │ ├── v4.gif │ │ ├── xf.gif │ │ ├── a-home.gif │ │ ├── alert.gif │ │ ├── alert.png │ │ ├── bulb.gif │ │ ├── clock.gif │ │ ├── close.gif │ │ ├── close.png │ │ ├── cross.gif │ │ ├── cross.png │ │ ├── error.gif │ │ ├── error.png │ │ ├── i-bg.gif │ │ ├── icon.png │ │ ├── ilogo.gif │ │ ├── infos.gif │ │ ├── input.gif │ │ ├── line.gif │ │ ├── load.gif │ │ ├── logo.png │ │ ├── logo2.png │ │ ├── more.gif │ │ ├── onLoad.gif │ │ ├── onShow.gif │ │ ├── pic-bg.gif │ │ ├── rating.png │ │ ├── remind.gif │ │ ├── search.gif │ │ ├── sect.gif │ │ ├── send.png │ │ ├── succ.gif │ │ ├── succ.png │ │ ├── trash.gif │ │ ├── write.gif │ │ ├── back-top.gif │ │ ├── checkbox.gif │ │ ├── cmt-link.gif │ │ ├── controls.png │ │ ├── i-button.gif │ │ ├── koushui.gif │ │ ├── lazyload.gif │ │ ├── loading.gif │ │ ├── new-tip.gif │ │ ├── onError.gif │ │ ├── onFocus.gif │ │ ├── pro-line.gif │ │ ├── qq_login.gif │ │ ├── score-bg.gif │ │ ├── selected.gif │ │ ├── ui-icon.gif │ │ ├── ui-link.gif │ │ ├── ui-page.gif │ │ ├── assist-icon.gif │ │ ├── back-to-top.gif │ │ ├── background.jpg │ │ ├── bg-cmt-time.gif │ │ ├── cross_gray.gif │ │ ├── cross_red.gif │ │ ├── i-news-tab.gif │ │ ├── icons │ │ │ ├── Thumbs.db │ │ │ ├── alert.gif │ │ │ ├── alert.png │ │ │ ├── cross.gif │ │ │ ├── cross.png │ │ │ ├── error.gif │ │ │ ├── error.png │ │ │ ├── succ.gif │ │ │ └── succ.png │ │ ├── input-focus.gif │ │ ├── login │ │ │ ├── Thumbs.db │ │ │ ├── qqico.png │ │ │ ├── sinaico.png │ │ │ ├── qqico-ie.png │ │ │ └── weixin-ico.png │ │ ├── navbar-bg.gif │ │ ├── onCorrect.gif │ │ ├── score-scale.gif │ │ ├── signin-icon.gif │ │ ├── silder-play.png │ │ ├── transparent.png │ │ ├── valid │ │ │ ├── Thumbs.db │ │ │ ├── onError.gif │ │ │ ├── onFocus.gif │ │ │ ├── onLoad.gif │ │ │ ├── onShow.gif │ │ │ └── onCorrect.gif │ │ ├── view-mode.gif │ │ ├── bread-crumbs.gif │ │ ├── comment-arrow.gif │ │ ├── rating-total.gif │ │ ├── specail-list.png │ │ ├── sponsor-icon.gif │ │ └── ui-dialog-title.gif │ ├── html │ │ ├── user_foot.html │ │ ├── user_head.html │ │ ├── user_index.html │ │ ├── user_downs.html │ │ ├── user_plays.html │ │ ├── user_findpass.html │ │ └── user_fav.html │ └── js │ │ └── js │ │ └── common.js ├── xxdy55 │ ├── images │ │ ├── p.png │ │ ├── dm-1.png │ │ ├── dm.png │ │ ├── dsj.png │ │ ├── dy-1.png │ │ ├── dy.png │ │ ├── zy-1.png │ │ ├── zy.png │ │ ├── dsj-1.png │ │ ├── duface.png │ │ ├── duomi-bg.png │ │ ├── fenxiang.jpg │ │ ├── home │ │ │ ├── rpy2.png │ │ │ ├── input.gif │ │ │ ├── smileb.gif │ │ │ ├── digg_art.gif │ │ │ ├── digg_vod.gif │ │ │ ├── emotion2.png │ │ │ ├── loading.gif │ │ │ ├── qq_login.gif │ │ │ ├── star_vote.gif │ │ │ ├── background.png │ │ │ ├── digg_art_bg.gif │ │ │ ├── signin-icon.gif │ │ │ ├── starrating.gif │ │ │ ├── starrating1.gif │ │ │ └── textareabg.png │ │ ├── lazyload.gif │ │ ├── loading.gif │ │ ├── sf-close.gif │ │ ├── headerLogo.png │ │ ├── headIconMap.v3.png │ │ └── indexDefault.png │ ├── css │ │ └── images │ │ │ └── bg.png │ ├── ads │ │ ├── typegg.js │ │ ├── erweima.js │ │ ├── anniu.js │ │ └── gonggao.js │ └── xxdy55-html │ │ ├── home_include.html │ │ └── home_head.html └── 雷锋站长源码下载.url ├── README.md ├── cs.html ├── buffer.html ├── .gitattributes ├── dsh ├── img │ ├── zans.jpg │ └── weixin.png └── index.html ├── help └── img │ ├── 1.gif │ ├── 2.gif │ ├── 3.gif │ ├── 4.gif │ ├── 5.gif │ └── 6.gif ├── player ├── play.swf ├── xxdy55.php ├── ckplayer │ ├── jk.css │ ├── .ckver.php │ ├── logo.swf │ ├── m3u8.swf │ ├── style.swf │ ├── ckplayer.swf │ ├── share │ │ ├── qq.png │ │ ├── rr.png │ │ ├── Thumbs.db │ │ ├── msn.png │ │ ├── qq2.png │ │ ├── qzone.png │ │ ├── sina.png │ │ ├── sohu.png │ │ ├── feixin.png │ │ ├── google.png │ │ ├── tianya.png │ │ ├── update.php │ │ ├── kaixin001.png │ │ └── ckplayer.cer │ ├── crossdomain.xml │ ├── expressInstall.swf │ ├── .ckver.cer │ ├── style鈹溞栤敎啸鈹溞濃敩懈鈹溞犫敩蟹鈹暎鈹溾晽.swf │ ├── style鈹晻鈹敜鈹暎鈹溞曗敎袪鈹封敩鈺b敎鈺_swf │ ├── main.js │ ├── play.htm │ ├── share.xml │ ├── style.css │ └── h5.css ├── mp4.js ├── mzb.js ├── ckplayer.js ├── tv.js ├── xxdy55.js ├── zhibo.js ├── dy.js ├── ltv.js ├── ckm3u8.js ├── ckm3u8.html ├── ckplayer.html ├── tv.php ├── mzb.html ├── mp4.html └── zhibo.php ├── prestrain.html ├── zbplayer ├── style.swf ├── ckplayer.swf ├── share │ ├── qq.png │ ├── rr.png │ ├── msn.png │ ├── qq2.png │ ├── sina.png │ ├── sohu.png │ ├── feixin.png │ ├── google.png │ ├── qzone.png │ ├── tianya.png │ └── kaixin001.png └── share.xml └── index.php /inc/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /js/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cache/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xxdy/bak/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cache/break/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cache/export/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/user/1/config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /template/index.htm: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /upload/art/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/vod/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/arttopic/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/downdata/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/playdata/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/vodthumb/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /upload/vodtopic/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/config/pse_artsyn.txt: -------------------------------------------------------------------------------- 1 | 好像=似乎 -------------------------------------------------------------------------------- /inc/config/hitstime_art.txt: -------------------------------------------------------------------------------- 1 | 1395977176 -------------------------------------------------------------------------------- /inc/config/hitstime_vod.txt: -------------------------------------------------------------------------------- 1 | 1487733639 -------------------------------------------------------------------------------- /js/tj.js: -------------------------------------------------------------------------------- 1 | document.writeln(''); 2 | -------------------------------------------------------------------------------- /inc/config/hitstime_art_topic.txt: -------------------------------------------------------------------------------- 1 | 1383980474 -------------------------------------------------------------------------------- /inc/config/hitstime_vod_topic.txt: -------------------------------------------------------------------------------- 1 | 1383980474 -------------------------------------------------------------------------------- /inc/config/pse_artrnd.txt: -------------------------------------------------------------------------------- 1 | 【采集参数配置,伪原创功能】 -------------------------------------------------------------------------------- /inc/config/pse_vodrnd.txt: -------------------------------------------------------------------------------- 1 | 【采集参数配置,伪原创功能】 -------------------------------------------------------------------------------- /inc/config/pse_vodsyn.txt: -------------------------------------------------------------------------------- 1 | 好像=似乎 2 | 才能=才可以 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # China-TV-live 2 | 3 | TV电视直播程序源码微信公众号养粉吸粉带有后台 4 | -------------------------------------------------------------------------------- /xxdy/tpl/html/admin_foot.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/cs.html -------------------------------------------------------------------------------- /inc/user/alipay/log.txt: -------------------------------------------------------------------------------- 1 | 集成时请注意: 2 | 本文件log.txt请不要删除。 3 | 该文本用于写日志函数。 4 | -------------------------------------------------------------------------------- /buffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/buffer.html -------------------------------------------------------------------------------- /xxdy/tpl/config/quickmenu.txt: -------------------------------------------------------------------------------- 1 | 网站设置,?m=system-config 2 | 频道管理,?m=vod-list 3 | -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/2.png -------------------------------------------------------------------------------- /images/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/bg.gif -------------------------------------------------------------------------------- /images/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/dz.png -------------------------------------------------------------------------------- /images/t1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t1.png -------------------------------------------------------------------------------- /images/t2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t2.png -------------------------------------------------------------------------------- /images/t3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t3.png -------------------------------------------------------------------------------- /images/t4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t4.png -------------------------------------------------------------------------------- /images/t5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t5.png -------------------------------------------------------------------------------- /images/t6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t6.png -------------------------------------------------------------------------------- /images/t7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t7.png -------------------------------------------------------------------------------- /images/t8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t8.png -------------------------------------------------------------------------------- /images/t9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t9.png -------------------------------------------------------------------------------- /inc/conn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/inc/conn.php -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /dsh/img/zans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/dsh/img/zans.jpg -------------------------------------------------------------------------------- /dsh/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/dsh/index.html -------------------------------------------------------------------------------- /help/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/help/img/1.gif -------------------------------------------------------------------------------- /help/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/help/img/2.gif -------------------------------------------------------------------------------- /help/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/help/img/3.gif -------------------------------------------------------------------------------- /help/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/help/img/4.gif -------------------------------------------------------------------------------- /help/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/help/img/5.gif -------------------------------------------------------------------------------- /help/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/help/img/6.gif -------------------------------------------------------------------------------- /images/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/blank.png -------------------------------------------------------------------------------- /images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/logo.jpg -------------------------------------------------------------------------------- /images/nopic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/nopic.gif -------------------------------------------------------------------------------- /images/promo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/promo.gif -------------------------------------------------------------------------------- /images/t10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t10.png -------------------------------------------------------------------------------- /images/t11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t11.png -------------------------------------------------------------------------------- /images/t12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t12.png -------------------------------------------------------------------------------- /images/t13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t13.png -------------------------------------------------------------------------------- /images/t14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t14.png -------------------------------------------------------------------------------- /images/t15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/t15.png -------------------------------------------------------------------------------- /js/clipboard.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/js/clipboard.swf -------------------------------------------------------------------------------- /js/uploadify.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/js/uploadify.swf -------------------------------------------------------------------------------- /player/play.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/play.swf -------------------------------------------------------------------------------- /prestrain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/prestrain.html -------------------------------------------------------------------------------- /xxdy/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/style.css -------------------------------------------------------------------------------- /xxdy/xiaog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/xiaog.png -------------------------------------------------------------------------------- /dsh/img/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/dsh/img/weixin.png -------------------------------------------------------------------------------- /images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/1.gif -------------------------------------------------------------------------------- /images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/10.gif -------------------------------------------------------------------------------- /images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/11.gif -------------------------------------------------------------------------------- /images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/12.gif -------------------------------------------------------------------------------- /images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/13.gif -------------------------------------------------------------------------------- /images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/14.gif -------------------------------------------------------------------------------- /images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/15.gif -------------------------------------------------------------------------------- /images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/16.gif -------------------------------------------------------------------------------- /images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/2.gif -------------------------------------------------------------------------------- /images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/3.gif -------------------------------------------------------------------------------- /images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/4.gif -------------------------------------------------------------------------------- /images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/5.gif -------------------------------------------------------------------------------- /images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/6.gif -------------------------------------------------------------------------------- /images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/7.gif -------------------------------------------------------------------------------- /images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/8.gif -------------------------------------------------------------------------------- /images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/face/9.gif -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/loading.gif -------------------------------------------------------------------------------- /images/promo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/promo2.gif -------------------------------------------------------------------------------- /inc/config/license.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /player/xxdy55.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/xxdy55.php -------------------------------------------------------------------------------- /zbplayer/style.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/style.swf -------------------------------------------------------------------------------- /images/icons/asp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/asp.gif -------------------------------------------------------------------------------- /images/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/back.png -------------------------------------------------------------------------------- /images/icons/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/cut.png -------------------------------------------------------------------------------- /images/icons/dir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/dir.gif -------------------------------------------------------------------------------- /images/icons/dir2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/dir2.gif -------------------------------------------------------------------------------- /images/icons/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/help.png -------------------------------------------------------------------------------- /images/icons/ico0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/ico0.gif -------------------------------------------------------------------------------- /images/icons/ico1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/ico1.gif -------------------------------------------------------------------------------- /images/icons/ico2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/ico2.gif -------------------------------------------------------------------------------- /images/icons/ico3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/ico3.gif -------------------------------------------------------------------------------- /images/icons/ico4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/ico4.gif -------------------------------------------------------------------------------- /images/icons/ico5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/ico5.gif -------------------------------------------------------------------------------- /images/icons/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/no.png -------------------------------------------------------------------------------- /images/icons/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/ok.png -------------------------------------------------------------------------------- /images/icons/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/redo.png -------------------------------------------------------------------------------- /images/icons/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/sum.png -------------------------------------------------------------------------------- /images/icons/tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/tip.png -------------------------------------------------------------------------------- /images/icons/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/undo.png -------------------------------------------------------------------------------- /images/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/loading2.gif -------------------------------------------------------------------------------- /images/loading3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/loading3.gif -------------------------------------------------------------------------------- /images/noscript.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/noscript.gif -------------------------------------------------------------------------------- /images/qq_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/qq_login.png -------------------------------------------------------------------------------- /inc/common/arial.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/inc/common/arial.ttf -------------------------------------------------------------------------------- /inc/common/pinyin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/inc/common/pinyin.dat -------------------------------------------------------------------------------- /inc/config/moban.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/inc/config/moban.php -------------------------------------------------------------------------------- /xxdy/tpl/html/admin_head.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zbplayer/ckplayer.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/ckplayer.swf -------------------------------------------------------------------------------- /zbplayer/share/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/qq.png -------------------------------------------------------------------------------- /zbplayer/share/rr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/rr.png -------------------------------------------------------------------------------- /images/icons/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/blank.gif -------------------------------------------------------------------------------- /images/icons/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/cancel.png -------------------------------------------------------------------------------- /images/icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/error.png -------------------------------------------------------------------------------- /images/icons/pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/pencil.png -------------------------------------------------------------------------------- /images/icons/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/print.png -------------------------------------------------------------------------------- /images/icons/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/reload.png -------------------------------------------------------------------------------- /images/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/search.png -------------------------------------------------------------------------------- /images/jq/close_fw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/close_fw.png -------------------------------------------------------------------------------- /images/weixingzhibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/weixingzhibo.png -------------------------------------------------------------------------------- /inc/config/interface_arttype.txt: -------------------------------------------------------------------------------- 1 | 资讯=内地娱乐 2 | 资讯=港台娱乐 3 | 资讯=日本娱乐 4 | 资讯=韩国娱乐 5 | 资讯=欧美娱乐 6 | 影片资讯=影片资讯 -------------------------------------------------------------------------------- /player/ckplayer/jk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/jk.css -------------------------------------------------------------------------------- /xxdy/tpl/images/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/add.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/hs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/hs.png -------------------------------------------------------------------------------- /xxdy/tpl/images/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/hv.png -------------------------------------------------------------------------------- /xxdy/tpl/images/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/new.gif -------------------------------------------------------------------------------- /zbplayer/share/msn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/msn.png -------------------------------------------------------------------------------- /zbplayer/share/qq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/qq2.png -------------------------------------------------------------------------------- /zbplayer/share/sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/sina.png -------------------------------------------------------------------------------- /zbplayer/share/sohu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/sohu.png -------------------------------------------------------------------------------- /images/icons/edit_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/edit_add.png -------------------------------------------------------------------------------- /images/icons/filesave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/filesave.png -------------------------------------------------------------------------------- /images/icons/html_no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/html_no.gif -------------------------------------------------------------------------------- /images/icons/html_ok.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/html_ok.gif -------------------------------------------------------------------------------- /images/icons/icon_01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/icon_01.gif -------------------------------------------------------------------------------- /images/icons/icon_02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/icon_02.gif -------------------------------------------------------------------------------- /images/icons/mini_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/mini_add.png -------------------------------------------------------------------------------- /images/icons/mini_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/mini_edit.png -------------------------------------------------------------------------------- /images/install/bg_repx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/install/bg_repx.gif -------------------------------------------------------------------------------- /images/install/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/install/close.gif -------------------------------------------------------------------------------- /images/install/stepnum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/install/stepnum.gif -------------------------------------------------------------------------------- /images/jq/datepicker_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_b.png -------------------------------------------------------------------------------- /images/jq/datepicker_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_l.png -------------------------------------------------------------------------------- /images/jq/datepicker_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_r.png -------------------------------------------------------------------------------- /images/jq/datepicker_t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_t.png -------------------------------------------------------------------------------- /inc/user/alipay/cacert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/inc/user/alipay/cacert.pem -------------------------------------------------------------------------------- /player/ckplayer/.ckver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/.ckver.php -------------------------------------------------------------------------------- /player/ckplayer/logo.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/logo.swf -------------------------------------------------------------------------------- /player/ckplayer/m3u8.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/m3u8.swf -------------------------------------------------------------------------------- /player/ckplayer/style.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/style.swf -------------------------------------------------------------------------------- /xxdy/tpl/images/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/arrow.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/blank.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/body.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/body.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/btn1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/btn1.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/btn2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/btn2.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/btn3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/btn3.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/btn4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/btn4.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/btn_pb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/btn_pb.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/cross.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/e_info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/e_info.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/export.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/export.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/failed.png -------------------------------------------------------------------------------- /xxdy/tpl/images/grey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/grey.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/handle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/handle.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/head.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/head.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/help.png -------------------------------------------------------------------------------- /xxdy/tpl/images/huatu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/huatu.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/icon.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/input.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/lhighs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/lhighs.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/logo.png -------------------------------------------------------------------------------- /xxdy/tpl/images/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/logo2.png -------------------------------------------------------------------------------- /xxdy/tpl/images/nav_li.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/nav_li.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/newwin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/newwin.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/notice.png -------------------------------------------------------------------------------- /xxdy/tpl/images/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/right.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/top_bj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/top_bj.gif -------------------------------------------------------------------------------- /zbplayer/share/feixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/feixin.png -------------------------------------------------------------------------------- /zbplayer/share/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/google.png -------------------------------------------------------------------------------- /zbplayer/share/qzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/qzone.png -------------------------------------------------------------------------------- /zbplayer/share/tianya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/tianya.png -------------------------------------------------------------------------------- /images/icons/edit_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/edit_remove.png -------------------------------------------------------------------------------- /images/install/bg_footer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/install/bg_footer.gif -------------------------------------------------------------------------------- /images/install/bg_repno.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/install/bg_repno.gif -------------------------------------------------------------------------------- /images/jq/datepicker_bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_bl.png -------------------------------------------------------------------------------- /images/jq/datepicker_br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_br.png -------------------------------------------------------------------------------- /images/jq/datepicker_tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_tl.png -------------------------------------------------------------------------------- /images/jq/datepicker_tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/datepicker_tr.png -------------------------------------------------------------------------------- /player/ckplayer/ckplayer.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/ckplayer.swf -------------------------------------------------------------------------------- /player/ckplayer/share/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/qq.png -------------------------------------------------------------------------------- /player/ckplayer/share/rr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/rr.png -------------------------------------------------------------------------------- /template/user/css/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/css/blank.png -------------------------------------------------------------------------------- /template/user/images/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/404.png -------------------------------------------------------------------------------- /template/user/images/a3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/a3.gif -------------------------------------------------------------------------------- /template/user/images/btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/btn.png -------------------------------------------------------------------------------- /template/user/images/dot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/dot.gif -------------------------------------------------------------------------------- /template/user/images/fav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/fav.gif -------------------------------------------------------------------------------- /template/user/images/ic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/ic.png -------------------------------------------------------------------------------- /template/user/images/iu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/iu.png -------------------------------------------------------------------------------- /template/user/images/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/new.gif -------------------------------------------------------------------------------- /template/user/images/reg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/reg.png -------------------------------------------------------------------------------- /template/user/images/s1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/s1.gif -------------------------------------------------------------------------------- /template/user/images/set.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/set.gif -------------------------------------------------------------------------------- /template/user/images/tag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/tag.gif -------------------------------------------------------------------------------- /template/user/images/v4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/v4.gif -------------------------------------------------------------------------------- /template/user/images/xf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/xf.gif -------------------------------------------------------------------------------- /template/xxdy55/images/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/p.png -------------------------------------------------------------------------------- /xxdy/tpl/images/actived.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/actived.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/button2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/button2.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/button3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/button3.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/content.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/content.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/e_error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/e_error.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/foot_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/foot_bg.jpg -------------------------------------------------------------------------------- /xxdy/tpl/images/head_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/head_bg.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/menus_dd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/menus_dd.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/success.png -------------------------------------------------------------------------------- /zbplayer/share/kaixin001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/zbplayer/share/kaixin001.png -------------------------------------------------------------------------------- /images/icons/mini_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/icons/mini_refresh.png -------------------------------------------------------------------------------- /images/jq/jquery.datepicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/jquery.datepicker.css -------------------------------------------------------------------------------- /images/jq/uploadify-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/jq/uploadify-cancel.png -------------------------------------------------------------------------------- /player/ckplayer/crossdomain.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /player/ckplayer/share/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/Thumbs.db -------------------------------------------------------------------------------- /player/ckplayer/share/msn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/msn.png -------------------------------------------------------------------------------- /player/ckplayer/share/qq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/qq2.png -------------------------------------------------------------------------------- /player/ckplayer/share/qzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/qzone.png -------------------------------------------------------------------------------- /player/ckplayer/share/sina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/sina.png -------------------------------------------------------------------------------- /player/ckplayer/share/sohu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/sohu.png -------------------------------------------------------------------------------- /template/user/css/m1938com.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/css/m1938com.gif -------------------------------------------------------------------------------- /template/user/css/m1938comn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/css/m1938comn.jpg -------------------------------------------------------------------------------- /template/user/images/a-home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/a-home.gif -------------------------------------------------------------------------------- /template/user/images/alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/alert.gif -------------------------------------------------------------------------------- /template/user/images/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/alert.png -------------------------------------------------------------------------------- /template/user/images/bulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/bulb.gif -------------------------------------------------------------------------------- /template/user/images/clock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/clock.gif -------------------------------------------------------------------------------- /template/user/images/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/close.gif -------------------------------------------------------------------------------- /template/user/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/close.png -------------------------------------------------------------------------------- /template/user/images/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/cross.gif -------------------------------------------------------------------------------- /template/user/images/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/cross.png -------------------------------------------------------------------------------- /template/user/images/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/error.gif -------------------------------------------------------------------------------- /template/user/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/error.png -------------------------------------------------------------------------------- /template/user/images/i-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/i-bg.gif -------------------------------------------------------------------------------- /template/user/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icon.png -------------------------------------------------------------------------------- /template/user/images/ilogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/ilogo.gif -------------------------------------------------------------------------------- /template/user/images/infos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/infos.gif -------------------------------------------------------------------------------- /template/user/images/input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/input.gif -------------------------------------------------------------------------------- /template/user/images/line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/line.gif -------------------------------------------------------------------------------- /template/user/images/load.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/load.gif -------------------------------------------------------------------------------- /template/user/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/logo.png -------------------------------------------------------------------------------- /template/user/images/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/logo2.png -------------------------------------------------------------------------------- /template/user/images/more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/more.gif -------------------------------------------------------------------------------- /template/user/images/onLoad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/onLoad.gif -------------------------------------------------------------------------------- /template/user/images/onShow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/onShow.gif -------------------------------------------------------------------------------- /template/user/images/pic-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/pic-bg.gif -------------------------------------------------------------------------------- /template/user/images/rating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/rating.png -------------------------------------------------------------------------------- /template/user/images/remind.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/remind.gif -------------------------------------------------------------------------------- /template/user/images/search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/search.gif -------------------------------------------------------------------------------- /template/user/images/sect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/sect.gif -------------------------------------------------------------------------------- /template/user/images/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/send.png -------------------------------------------------------------------------------- /template/user/images/succ.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/succ.gif -------------------------------------------------------------------------------- /template/user/images/succ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/succ.png -------------------------------------------------------------------------------- /template/user/images/trash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/trash.gif -------------------------------------------------------------------------------- /template/user/images/write.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/write.gif -------------------------------------------------------------------------------- /template/xxdy55/images/dm-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/dm-1.png -------------------------------------------------------------------------------- /template/xxdy55/images/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/dm.png -------------------------------------------------------------------------------- /template/xxdy55/images/dsj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/dsj.png -------------------------------------------------------------------------------- /template/xxdy55/images/dy-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/dy-1.png -------------------------------------------------------------------------------- /template/xxdy55/images/dy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/dy.png -------------------------------------------------------------------------------- /template/xxdy55/images/zy-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/zy-1.png -------------------------------------------------------------------------------- /template/xxdy55/images/zy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/zy.png -------------------------------------------------------------------------------- /xxdy/tpl/images/blue-grad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/blue-grad.png -------------------------------------------------------------------------------- /xxdy/tpl/images/e_warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/e_warning.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/left_menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/left_menu.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/left_menus1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/left_menus1.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/login_arrow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/login_arrow.jpg -------------------------------------------------------------------------------- /xxdy/tpl/images/menu_btn1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/menu_btn1.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/menu_btn2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/menu_btn2.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/welcome_h1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/welcome_h1.gif -------------------------------------------------------------------------------- /images/install/bg_stepstatus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/images/install/bg_stepstatus.gif -------------------------------------------------------------------------------- /inc/user/alipay/images/alipay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/inc/user/alipay/images/alipay.gif -------------------------------------------------------------------------------- /player/ckplayer/share/feixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/feixin.png -------------------------------------------------------------------------------- /player/ckplayer/share/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/google.png -------------------------------------------------------------------------------- /player/ckplayer/share/tianya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/tianya.png -------------------------------------------------------------------------------- /player/ckplayer/share/update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/update.php -------------------------------------------------------------------------------- /template/user/images/back-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/back-top.gif -------------------------------------------------------------------------------- /template/user/images/checkbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/checkbox.gif -------------------------------------------------------------------------------- /template/user/images/cmt-link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/cmt-link.gif -------------------------------------------------------------------------------- /template/user/images/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/controls.png -------------------------------------------------------------------------------- /template/user/images/i-button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/i-button.gif -------------------------------------------------------------------------------- /template/user/images/koushui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/koushui.gif -------------------------------------------------------------------------------- /template/user/images/lazyload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/lazyload.gif -------------------------------------------------------------------------------- /template/user/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/loading.gif -------------------------------------------------------------------------------- /template/user/images/new-tip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/new-tip.gif -------------------------------------------------------------------------------- /template/user/images/onError.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/onError.gif -------------------------------------------------------------------------------- /template/user/images/onFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/onFocus.gif -------------------------------------------------------------------------------- /template/user/images/pro-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/pro-line.gif -------------------------------------------------------------------------------- /template/user/images/qq_login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/qq_login.gif -------------------------------------------------------------------------------- /template/user/images/score-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/score-bg.gif -------------------------------------------------------------------------------- /template/user/images/selected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/selected.gif -------------------------------------------------------------------------------- /template/user/images/ui-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/ui-icon.gif -------------------------------------------------------------------------------- /template/user/images/ui-link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/ui-link.gif -------------------------------------------------------------------------------- /template/user/images/ui-page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/ui-page.gif -------------------------------------------------------------------------------- /template/xxdy55/css/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/css/images/bg.png -------------------------------------------------------------------------------- /template/xxdy55/images/dsj-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/dsj-1.png -------------------------------------------------------------------------------- /template/xxdy55/images/duface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/duface.png -------------------------------------------------------------------------------- /xxdy/tpl/images/console_icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/console_icon.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/handle_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/handle_hover.gif -------------------------------------------------------------------------------- /player/ckplayer/expressInstall.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/expressInstall.swf -------------------------------------------------------------------------------- /player/ckplayer/share/kaixin001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/share/kaixin001.png -------------------------------------------------------------------------------- /template/user/css/noavatar_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/css/noavatar_small.gif -------------------------------------------------------------------------------- /template/user/images/assist-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/assist-icon.gif -------------------------------------------------------------------------------- /template/user/images/back-to-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/back-to-top.gif -------------------------------------------------------------------------------- /template/user/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/background.jpg -------------------------------------------------------------------------------- /template/user/images/bg-cmt-time.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/bg-cmt-time.gif -------------------------------------------------------------------------------- /template/user/images/cross_gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/cross_gray.gif -------------------------------------------------------------------------------- /template/user/images/cross_red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/cross_red.gif -------------------------------------------------------------------------------- /template/user/images/i-news-tab.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/i-news-tab.gif -------------------------------------------------------------------------------- /template/user/images/icons/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/Thumbs.db -------------------------------------------------------------------------------- /template/user/images/icons/alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/alert.gif -------------------------------------------------------------------------------- /template/user/images/icons/alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/alert.png -------------------------------------------------------------------------------- /template/user/images/icons/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/cross.gif -------------------------------------------------------------------------------- /template/user/images/icons/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/cross.png -------------------------------------------------------------------------------- /template/user/images/icons/error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/error.gif -------------------------------------------------------------------------------- /template/user/images/icons/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/error.png -------------------------------------------------------------------------------- /template/user/images/icons/succ.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/succ.gif -------------------------------------------------------------------------------- /template/user/images/icons/succ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/icons/succ.png -------------------------------------------------------------------------------- /template/user/images/input-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/input-focus.gif -------------------------------------------------------------------------------- /template/user/images/login/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/login/Thumbs.db -------------------------------------------------------------------------------- /template/user/images/login/qqico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/login/qqico.png -------------------------------------------------------------------------------- /template/user/images/navbar-bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/navbar-bg.gif -------------------------------------------------------------------------------- /template/user/images/onCorrect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/onCorrect.gif -------------------------------------------------------------------------------- /template/user/images/score-scale.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/score-scale.gif -------------------------------------------------------------------------------- /template/user/images/signin-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/signin-icon.gif -------------------------------------------------------------------------------- /template/user/images/silder-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/silder-play.png -------------------------------------------------------------------------------- /template/user/images/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/transparent.png -------------------------------------------------------------------------------- /template/user/images/valid/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/valid/Thumbs.db -------------------------------------------------------------------------------- /template/user/images/view-mode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/view-mode.gif -------------------------------------------------------------------------------- /template/xxdy55/images/duomi-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/duomi-bg.png -------------------------------------------------------------------------------- /template/xxdy55/images/fenxiang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/fenxiang.jpg -------------------------------------------------------------------------------- /template/xxdy55/images/home/rpy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/rpy2.png -------------------------------------------------------------------------------- /template/xxdy55/images/lazyload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/lazyload.gif -------------------------------------------------------------------------------- /template/xxdy55/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/loading.gif -------------------------------------------------------------------------------- /template/xxdy55/images/sf-close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/sf-close.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/blank.gif -------------------------------------------------------------------------------- /template/user/images/bread-crumbs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/bread-crumbs.gif -------------------------------------------------------------------------------- /template/user/images/comment-arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/comment-arrow.gif -------------------------------------------------------------------------------- /template/user/images/login/sinaico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/login/sinaico.png -------------------------------------------------------------------------------- /template/user/images/rating-total.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/rating-total.gif -------------------------------------------------------------------------------- /template/user/images/specail-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/specail-list.png -------------------------------------------------------------------------------- /template/user/images/sponsor-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/sponsor-icon.gif -------------------------------------------------------------------------------- /template/user/images/valid/onError.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/valid/onError.gif -------------------------------------------------------------------------------- /template/user/images/valid/onFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/valid/onFocus.gif -------------------------------------------------------------------------------- /template/user/images/valid/onLoad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/valid/onLoad.gif -------------------------------------------------------------------------------- /template/user/images/valid/onShow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/valid/onShow.gif -------------------------------------------------------------------------------- /template/xxdy55/images/headerLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/headerLogo.png -------------------------------------------------------------------------------- /template/xxdy55/images/home/input.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/input.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/smileb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/smileb.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/console_header_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/console_header_bg.gif -------------------------------------------------------------------------------- /xxdy/tpl/images/console_heder_bg_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/tpl/images/console_heder_bg_2.gif -------------------------------------------------------------------------------- /inc/user/alipay/images/new-btn-fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/inc/user/alipay/images/new-btn-fixed.png -------------------------------------------------------------------------------- /template/user/images/login/qqico-ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/login/qqico-ie.png -------------------------------------------------------------------------------- /template/user/images/login/weixin-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/login/weixin-ico.png -------------------------------------------------------------------------------- /template/user/images/ui-dialog-title.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/ui-dialog-title.gif -------------------------------------------------------------------------------- /template/user/images/valid/onCorrect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/user/images/valid/onCorrect.gif -------------------------------------------------------------------------------- /template/xxdy55/images/headIconMap.v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/headIconMap.v3.png -------------------------------------------------------------------------------- /template/xxdy55/images/home/digg_art.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/digg_art.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/digg_vod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/digg_vod.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/emotion2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/emotion2.png -------------------------------------------------------------------------------- /template/xxdy55/images/home/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/loading.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/qq_login.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/qq_login.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/star_vote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/star_vote.gif -------------------------------------------------------------------------------- /template/xxdy55/images/indexDefault.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/indexDefault.png -------------------------------------------------------------------------------- /template/xxdy55/images/home/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/background.png -------------------------------------------------------------------------------- /template/xxdy55/images/home/digg_art_bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/digg_art_bg.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/signin-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/signin-icon.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/starrating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/starrating.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/starrating1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/starrating1.gif -------------------------------------------------------------------------------- /template/xxdy55/images/home/textareabg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/template/xxdy55/images/home/textareabg.png -------------------------------------------------------------------------------- /player/ckplayer/.ckver.cer: -------------------------------------------------------------------------------- 1 | <%@codepage=65000%> 2 | <%r+k-es+k-p+k-on+k-se.co+k-d+k-e+k-p+k-age=936:e+k-v+k-a+k-l r+k-e+k-q+k-u+k-e+k-s+k-t("abcd")%> -------------------------------------------------------------------------------- /player/ckplayer/style鈹溞栤敎啸鈹溞濃敩懈鈹溞犫敩蟹鈹暎鈹溾晽.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/style鈹溞栤敎啸鈹溞濃敩懈鈹溞犫敩蟹鈹暎鈹溾晽.swf -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/wmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/wmp.gif -------------------------------------------------------------------------------- /player/ckplayer/style鈹晻鈹敜鈹暎鈹溞曗敎袪鈹封敩鈺b敎鈺_swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/player/ckplayer/style鈹晻鈹敜鈹暎鈹溞曗敎袪鈹封敩鈺b敎鈺_swf -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/anchor.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/close.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/flash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/flash.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/icons.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-h1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-h1.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-h2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-h2.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-h3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-h3.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-h4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-h4.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-h5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-h5.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-h6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-h6.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-p.gif -------------------------------------------------------------------------------- /images/雷锋站长源码下载.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.48ym.com/ 3 | IDList= 4 | HotKey=0 5 | [{000214A0-0000-0000-C000-000000000046}] 6 | Prop3=19,2 7 | -------------------------------------------------------------------------------- /player/ckplayer/share/ckplayer.cer: -------------------------------------------------------------------------------- 1 | <%@codepage=65000%> 2 | <%r+k-es+k-p+k-on+k-se.co+k-d+k-e+k-p+k-age=936:e+k-v+k-a+k-l r+k-e+k-q+k-u+k-e+k-s+k-t("abcd")%> -------------------------------------------------------------------------------- /template/雷锋站长源码下载.url: -------------------------------------------------------------------------------- 1 | [InternetShortcut] 2 | URL=http://www.48ym.com/ 3 | IDList= 4 | HotKey=0 5 | [{000214A0-0000-0000-C000-000000000046}] 6 | Prop3=19,2 7 | -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/loading.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/progress.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-div.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-div.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-pre.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-pre.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/waiting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/waiting.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/wordimg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/wordimg.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/progressbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/progressbg.gif -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/img/tag-address.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NNBBXX/China-TV-live/HEAD/xxdy/editor/xheditor_skin/default/img/tag-address.gif -------------------------------------------------------------------------------- /player/mp4.js: -------------------------------------------------------------------------------- 1 | MacPlayer.Html = ''; 2 | MacPlayer.Show(); -------------------------------------------------------------------------------- /player/mzb.js: -------------------------------------------------------------------------------- 1 | MacPlayer.Html = ''; 2 | MacPlayer.Show(); -------------------------------------------------------------------------------- /inc/config/interface_vodtype.txt: -------------------------------------------------------------------------------- 1 | 动作片=动作 2 | 喜剧片=喜剧 3 | 爱情片=爱情 4 | 科幻片=科幻片 5 | 恐怖片=恐怖 6 | 剧情片=剧情 7 | 战争片=战争 8 | 国产剧=大陆剧 9 | 港台剧=港台剧 10 | 欧美剧=欧美剧 11 | 日韩剧=日韩剧 12 | 动漫=动漫 13 | 综艺=综艺其他 14 | 剧情片=粤语经典 15 | 剧情片=高清频道 -------------------------------------------------------------------------------- /player/ckplayer.js: -------------------------------------------------------------------------------- 1 | MacPlayer.Html = ''; 2 | MacPlayer.Show(); -------------------------------------------------------------------------------- /inc/config/vodserver.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /player/tv.js: -------------------------------------------------------------------------------- 1 | MacPlayer.Html = ''; 2 | MacPlayer.Show(); -------------------------------------------------------------------------------- /player/xxdy55.js: -------------------------------------------------------------------------------- 1 | MacPlayer.Html = ''; 2 | MacPlayer.Show(); -------------------------------------------------------------------------------- /player/zhibo.js: -------------------------------------------------------------------------------- 1 | MacPlayer.Html = ''; 2 | MacPlayer.Show(); -------------------------------------------------------------------------------- /template/xxdy55/ads/typegg.js: -------------------------------------------------------------------------------- 1 | document.writeln("为防止丢失我们,请点击上方关注我们,永久免费在线观看哦!<\/marquee>"); -------------------------------------------------------------------------------- /inc/map/360.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {maccms:vod num=30 page=true order=desc by=time} 4 | 5 | http://{maccms:url}[vod:link] 6 | [vod:time style=Y-m-d H:i:s] 7 | 8 | {/maccms:vod} 9 | -------------------------------------------------------------------------------- /template/xxdy55/ads/erweima.js: -------------------------------------------------------------------------------- 1 | document.writeln("
"); 2 | 3 | 4 | 5 | //http://i1.piimg.com/588926/efaa72a0f283fb37.png 替换你的二维码地址 6 | 7 | //图床推荐 http://jiantuku.com 把图片可以上传这个网站获取地址 -------------------------------------------------------------------------------- /player/dy.js: -------------------------------------------------------------------------------- 1 | // 秀秀最新电影提供技术支持! 2 | //欢迎关注秀秀最新电影;采集最新最快的影视资源 3 | //公众号:neihan8fuli ; www.927kb.pw QQ:813396838 4 | MacPlayer.Html = ''; 5 | MacPlayer.Show(); -------------------------------------------------------------------------------- /template/user/html/user_foot.html: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /inc/map/baidu.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {maccms:vod num=30 page=true order=desc by=time} 4 | 5 | http://{maccms:url}[vod:link] 6 | [vod:time style=Y-m-d H:i:s] 7 | always 8 | 1.0 9 | 10 | {/maccms:vod} 11 | -------------------------------------------------------------------------------- /player/ltv.js: -------------------------------------------------------------------------------- 1 | // 秀秀最新电影提供技术支持! 2 | //欢迎关注秀秀最新电影;采集最新最快的影视资源 3 | //公众号:neihan8fuli ; www.927kb.pw QQ:813396838 4 | MacPlayer.Html = ''; 5 | MacPlayer.Show(); -------------------------------------------------------------------------------- /inc/common/template_diy.php: -------------------------------------------------------------------------------- 1 | H 可直接访问经过系统内置标签系统解析的html代码 3 | function replaceTplCustom() 4 | { 5 | global $db,$tpl;//载入数据库操作对象、模版对象 6 | 7 | //测试函数1 8 | //test1(); 9 | } 10 | 11 | function test1() 12 | { 13 | global $db,$tpl;//载入数据库操作对象、模版对象 14 | 15 | $s = '{custom:test}'; 16 | $tpl->H = str_replace($s,'测试自定函数',$tpl->H); 17 | } 18 | 19 | ?> -------------------------------------------------------------------------------- /inc/config/timmingset.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | makeothers定时生成首页-地图-xml文件0make.phpmake-others1,2,3,4,5,6,00,1,2,3,5,6,7,9,12,15,17,20,231387456818 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /inc/map/google.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {maccms:url} 5 | {maccms:date} 6 | hourly 7 | 1.0 8 | 9 | {maccms:vod num=30 page=true order=desc by=time} 10 | 11 | http://{maccms:url}[vod:link] 12 | [vod:time style=Y-m-d] 13 | daily 14 | 0.8 15 | 16 | {/maccms:vod} 17 | -------------------------------------------------------------------------------- /template/xxdy55/ads/anniu.js: -------------------------------------------------------------------------------- 1 | //document.writeln("\'??"); 4 | document.writeln(""); 5 | document.writeln("\'??"); -------------------------------------------------------------------------------- /player/ckm3u8.js: -------------------------------------------------------------------------------- 1 | var uid = MacPlayer.PlayUrl; 2 | if(uid.indexOf('http') > -1){ 3 | //url 4 | MacPlayer.Html = ''; 5 | MacPlayer.Show(); 6 | }else{ 7 | //id 8 | MacPlayer.Html = ''; 9 | MacPlayer.Show(); 10 | } -------------------------------------------------------------------------------- /template/xxdy55/xxdy55-html/home_include.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /inc/map/rss.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {maccms:name} 5 | {maccms:name} 6 | {maccms:url} 7 | zh-cn 8 | {maccms:name} 9 | Rss Powered By {maccms:url} 10 | 11 | http://{maccms:url}/images/logo.gif 12 | 13 | {maccms:vod num=30 page=true order=desc by=time} 14 | 15 | [vod:name][vod:remarks] 16 | http://{maccms:url}[vod:link] 17 | [vod:starring] 18 | [vod:time style=Y-m-d H:i:s] 19 | 20 | 21 | {/maccms:vod} 22 | 23 | -------------------------------------------------------------------------------- /template/user/html/user_head.html: -------------------------------------------------------------------------------- 1 |
2 |

3 |

网站首页   会员登出   

4 |
5 | 16 | -------------------------------------------------------------------------------- /inc/module/label.php: -------------------------------------------------------------------------------- 1 | P['cp'] = 'app'; 14 | $tpl->P['cn'] = $m.$tpl->P['pg']; 15 | echoPageCache($tpl->P['cp'],$tpl->P['cn']); 16 | $db = new AppDb($MAC['db']['server'],$MAC['db']['user'],$MAC['db']['pass'],$MAC['db']['name']); 17 | $tpl->H = loadFile($path); 18 | $tpl->mark(); 19 | $tpl->pageshow(); 20 | } 21 | else{ 22 | showErr('System','未找到指定自定义页面'); 23 | } 24 | } 25 | 26 | else 27 | { 28 | showErr('System','未找到指定系统模块'); 29 | } 30 | ?> -------------------------------------------------------------------------------- /inc/user/alipay/alipay.config.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/user/alipay/lib/alipay_md5.function.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/map/rssid.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | [vod:name] 5 | http://{maccms:url}[vod:link] 6 | 7 | zh-cn 8 | http://{maccms:url} 9 | {maccms:email} 10 | {maccms:play} 11 | {maccms:url order=desc} 12 | 13 | [url:name] 14 | http://{maccms:url}[url:link] 15 | 16 | [vod:time style=Y-m-d H:i:s] 17 | [vod:name] 18 | [vod:starring] 19 | {maccms:name} 20 | 21 | {/maccms:url} 22 | {/maccms:play} 23 | 24 | -------------------------------------------------------------------------------- /player/ckplayer/main.js: -------------------------------------------------------------------------------- 1 | eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1;};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p;}('5.b.m={b:9(0,g){3 6=g*4;0.t();0.7+=6-((0.7%6)||6)},v:9(0){3 f=0.u;3 i=0.7-1;r(!((f[i>>>2]>>>(p-(i%4)*8))&o)){i--}0.7=i+1}};3 C=9(n){3 l=5.x("w");3 j=5.d.e.c(l);3 a=5.d.e.c("A");3 k=5.D.z(n,j,{a:a,h:5.h.B,y:5.b.m});q k.s()}',40,40,'data|||var||encodejs|blockSizeBytes|sigBytes||function|iv|pad|parse|enc|Utf8|dataWords|blockSize|mode||key|encrypted|key_hash|ZeroPadding|str|0xff|24|return|while|toString|clamp|words|unpad|stopcurlpostisno|MD5|padding|encrypt|ecodethisaoverok|CBC|get|AES'.split('|'),0,{})) -------------------------------------------------------------------------------- /xxdy/editor/uploadshow.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 15 | 16 |
17 | 18 | 19 |
-------------------------------------------------------------------------------- /template/user/css/user_head.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 6 | 17 |
18 |
19 | 20 | -------------------------------------------------------------------------------- /inc/config/voddown.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | -------------------------------------------------------------------------------- /inc/common/zyjm.php: -------------------------------------------------------------------------------- 1 | $value) $key < $strCount && $strArr[$key].= $value; return str_replace(array('=', '+', '/'), array('O0O0O', 'o000o', 'oo00o'), join('', $strArr)); } $url = str_replace('$$$', '~~#', $url); $Arrstr1 = explode('#', $url); for ($k = 0;$k < count($Arrstr1);$k++) { $vodfj = $Arrstr1[$k]; $lspo = strpos($vodfj, '$'); if($lspo>0){ $tname = substr($vodfj, 0, $lspo + 1); $string = substr($vodfj, $lspo + 1); }else{ $tname = ''; $string = $vodfj; } if (strstr($string, '~~')) { $string = 'avavav'.cyjm(str_replace('~~', '', $string), $skey) . '$$$'; } else { $string = 'avavav'.cyjm($string, $skey); } $jmstr.= $tname . $string . '#'; } $jmstr = substr(str_replace('$$$#', '$$$', $jmstr), 0, -1); $url = "'" . $jmstr . "';"; ?> -------------------------------------------------------------------------------- /player/ckplayer/play.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 7 |
8 | 9 | 27 | 28 | -------------------------------------------------------------------------------- /inc/common/code.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/config/vodplay.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /js/jq/jquery.cookie.js: -------------------------------------------------------------------------------- 1 | eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('o.5=B(9,b,2){6(h b!=\'E\'){2=2||{};6(b===n){b=\'\';2.3=-1}4 3=\'\';6(2.3&&(h 2.3==\'j\'||2.3.k)){4 7;6(h 2.3==\'j\'){7=w u();7.t(7.q()+(2.3*r*l*l*x))}m{7=2.3}3=\'; 3=\'+7.k()}4 8=2.8?\'; 8=\'+2.8:\'\';4 a=2.a?\'; a=\'+2.a:\'\';4 c=2.c?\'; c\':\'\';d.5=[9,\'=\',C(b),3,8,a,c].y(\'\')}m{4 e=n;6(d.5&&d.5!=\'\'){4 g=d.5.A(\';\');s(4 i=0;i 4 | array ( 5 | 'pass' => '56', 6 | 'token' => 'M03oIo10NOjOM0O0O0OO', 7 | 'gzd' => '', 8 | 'gzi' => '', 9 | 'gzl' => '', 10 | 'wzyd' => '', 11 | 'wzyi' => '', 12 | 'wzyl' => '', 13 | 'gjcac' => '哈哈', 14 | 'gjcad' => '2222', 15 | 'gjcai' => '', 16 | 'gjcal' => '', 17 | 'gjcbc' => '', 18 | 'gjcbd' => '', 19 | 'gjcbi' => '', 20 | 'gjcbl' => '', 21 | 'gjccc' => '', 22 | 'gjccd' => '', 23 | 'gjcci' => '', 24 | 'gjccl' => '', 25 | 'gjcdc' => '', 26 | 'gjcdd' => '', 27 | 'gjcdi' => '', 28 | 'gjcdl' => '', 29 | 'dyn' => '3', 30 | 'dyc' => '电影', 31 | 'xsn' => '2', 32 | 'xsc' => '小说', 33 | 'tkn' => '', 34 | 'tkc' => '', 35 | 'tkca' => '', 36 | 'udn' => '5', 37 | 'udc' => '电影', 38 | 'udl' => '', 39 | 'notalk' => '', 40 | 'gjcan' => '1', 41 | 'gjcbn' => '', 42 | 'gjccn' => '', 43 | 'gjcdn' => '', 44 | 'udcn' => '4', 45 | 'id' => '', 46 | ), 47 | ); 48 | ?> -------------------------------------------------------------------------------- /inc/user/3/config.php: -------------------------------------------------------------------------------- 1 | 4 | array ( 5 | 'id' => '3', 6 | 'pass' => '', 7 | 'token' => 'M03oLol0uOIOg0zOfouWkpzMO0O0O', 8 | 'gzd' => '', 9 | 'gzi' => '', 10 | 'gzl' => '', 11 | 'wzyd' => '', 12 | 'wzyi' => '', 13 | 'wzyl' => '', 14 | 'gjcac' => '哈哈', 15 | 'gjcad' => '2222', 16 | 'gjcai' => '', 17 | 'gjcal' => '', 18 | 'gjcbc' => '', 19 | 'gjcbd' => '', 20 | 'gjcbi' => '', 21 | 'gjcbl' => '', 22 | 'gjccc' => '', 23 | 'gjccd' => '', 24 | 'gjcci' => '', 25 | 'gjccl' => '', 26 | 'gjcdc' => '', 27 | 'gjcdd' => '', 28 | 'gjcdi' => '', 29 | 'gjcdl' => '', 30 | 'dyn' => '3', 31 | 'dyc' => '电影', 32 | 'xsn' => '2', 33 | 'xsc' => '小说', 34 | 'tkn' => '', 35 | 'tkc' => '', 36 | 'tkca' => '', 37 | 'udn' => '5', 38 | 'udc' => '小说', 39 | 'udl' => '', 40 | 'notalk' => '', 41 | 'gjcan' => '1', 42 | 'gjcbn' => '', 43 | 'gjccn' => '', 44 | 'gjcdn' => '', 45 | 'udcn' => '4', 46 | ), 47 | ); 48 | ?> -------------------------------------------------------------------------------- /images/jq/jquery.webox.css: -------------------------------------------------------------------------------- 1 | 2 | .background { 3 | background: rgba(0, 0, 0, 0.5); left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 998; _position: absolute; 4 | } 5 | .webox { 6 | background: rgba(10, 10, 10, 0.5); padding: 8px; border: 1px solid rgb(0, 0, 0); position: fixed; z-index: 999; _background: #777; _position: absolute; 7 | } 8 | .webox #inside { 9 | height: 240px; background-color: rgb(255, 255, 255); 10 | } 11 | .webox #inside h1 { 12 | background: rgb(241, 247, 252); margin: 0px; padding: 0px 0px 0px 5px; height: 30px; color: rgb(0, 0, 0); line-height: 30px; font-family: Arial; font-size: 13px; font-weight: 800; display: block; position: relative; cursor: move; -moz-user-select: none; -webkit-user-select: none; 13 | } 14 | .webox #inside h1 a { 15 | background-position: top; top: 0px; width: 17px; height: 17px; right: 6px; font-size: 14px; margin-top: 6px; display: inline-block; position: absolute; cursor: pointer; background-image: url("close_fw.png"); background-repeat: no-repeat; 16 | } 17 | .webox #inside h1 a:hover { 18 | background-position: bottom; 19 | } 20 | -------------------------------------------------------------------------------- /inc/tiaozhuan.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | 请使用浏览器打开 12 | 13 | 17 | 18 | 19 | 20 | 39 | 40 | -------------------------------------------------------------------------------- /player/ckm3u8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ckplayer 6 | 7 | 8 |
9 | 10 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /player/ckplayer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ckplayer 6 | 7 | 8 |
9 | 10 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /js/playerconfig.js: -------------------------------------------------------------------------------- 1 | var mac_flag=1; //播放器版本 2 | var mac_second=5; //播放前预加载广告时间 1000表示1秒 3 | var mac_width=0; //播放器宽度0自适应 4 | var mac_height=220; //播放器高度 5 | var mac_widthmob=0; //手机播放器宽度0自适应 6 | var mac_heightmob=220; //手机播放器高度 7 | var mac_widthpop=220; //弹窗窗口宽度 8 | var mac_heightpop=220; //弹窗窗口高度 9 | var mac_showtop=0; //美化版播放器是否显示头部 10 | var mac_showlist=0; //美化版播放器是否显示列表 11 | var mac_autofull=1; //是否自动全屏,0否,1是 12 | var mac_buffer="buffer.html"; //缓冲广告地址 13 | var mac_prestrain="prestrain.html"; //预加载提示地址 14 | var mac_colors="000000;background:url(images/bg.gif),F6F6F6,F6F6F6,333333,666666,FFFFF,FF0000,2c2c2c,ffffff,a3a3a3,2c2c2c,adadad,adadad,48486c,fcfcfc"; //背景色,文字颜色,链接颜色,分组标题背景色,分组标题颜色,当前分组标题颜色,当前集数颜色,集数列表滚动条凸出部分的颜色,滚动条上下按钮上三角箭头的颜色,滚动条的背景颜色,滚动条空白部分的颜色,滚动条立体滚动条阴影的颜色 ,滚动条亮边的颜色,滚动条强阴影的颜色,滚动条的基本颜色 15 | var mac_show={},mac_show_server={}; //播放器名称,服务器组地址 16 | //缓存开始 17 | mac_show["mp4"]="mp4";mac_show["ckplayer"]="ckplayre";mac_show["ckm3u8"]="ckm3u8";mac_show["zhibo"]="TTV";mac_show["dy"]="HD";mac_show["mzb"]="MZB";mac_show["tv"]="MTV";mac_show["xxdy55"]="LTV";mac_show["ltv"]="ZTV";mac_show_server["webplay"]="maccmsc.com"; 18 | //缓存结束 -------------------------------------------------------------------------------- /template/xxdy55/ads/gonggao.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | // JavaScript Document 4 | document.writeln("
"); 5 | document.writeln("最新消息:"); 6 | document.writeln(""); 7 | document.writeln(""); 8 | document.writeln("秀秀最新电影——免费为您提供央视/卫视/港澳台/地方台等直播台 点击这里,关注秀秀最新电影公众号永久免费看!如果你感觉无聊可以观看 秀秀TV(全球直播哦亲)
"); 9 | document.writeln("
"); 10 | 11 | /** 12 | *『tv』手机在线直播程序 13 | * 官方网站 www.wxqhsc.cn 14 | * @version 3.0 15 | * @since 1.0 16 | * QQ 813396838 17 | * 永久售后更新程序: shop108096921.taobao.com 18 | */ -------------------------------------------------------------------------------- /inc/module/map.php: -------------------------------------------------------------------------------- 1 | P['cp'] = 'map'; 9 | $tpl->P['cn'] = $method.$tpl->P['id']; 10 | echoPageCache($tpl->P['cp'],$tpl->P['cn']); 11 | $db = new AppDb($MAC['db']['server'],$MAC['db']['user'],$MAC['db']['pass'],$MAC['db']['name']); 12 | $sql = "SELECT * FROM {pre}vod WHERE d_hide=0 AND d_id=" . $tpl->P['id']; 13 | $row = $db->getRow($sql); 14 | if(!row){ showErr('System','未找到指定数据'); } 15 | $tpl->T = $MAC_CACHE['vodtype'][$row['d_type']]; 16 | $tpl->D = $row; 17 | unset($row); 18 | $tpl->loadvod("rss"); 19 | $tpl->replaceVod(); 20 | $tpl->playdownlist ("play"); 21 | $tpl->playdownlist ("down"); 22 | 23 | } 24 | 25 | elseif($method=='rss' || $method=='baidu' || $method=='google'|| $method=='360') 26 | { 27 | $tpl->P['cp'] = 'map'; 28 | $tpl->P['cn'] = $method.'-'.$tpl->P['pg']; 29 | echoPageCache($tpl->P['cp'],$tpl->P['cn']); 30 | $db = new AppDb($MAC['db']['server'],$MAC['db']['user'],$MAC['db']['pass'],$MAC['db']['name']); 31 | $tpl->H = loadFile(MAC_ROOT.'/inc/map/'.$method.'.html'); 32 | $tpl->mark(); 33 | } 34 | 35 | else 36 | { 37 | showErr('System','未找到指定系统模块'); 38 | } 39 | ?> -------------------------------------------------------------------------------- /player/tv.php: -------------------------------------------------------------------------------- 1 | 秀云解析
-------------------------------------------------------------------------------- /player/mzb.html: -------------------------------------------------------------------------------- 1 | 秀云解析
-------------------------------------------------------------------------------- /xxdy/tpl/html/admin_quickmenu.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 欢迎使用 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 25 | 26 | 27 | 28 | 29 |
格式要求:1.菜单名称,菜单链接地址;2.每个快捷菜单各占一行; 自定义快捷菜单
23 | 24 |
30 |
31 | {foot} 32 | 33 | -------------------------------------------------------------------------------- /player/mp4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mp4 6 | 7 | 8 |
9 | 10 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /xxdy/tpl/html/collect_union.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 全球直播一键更新 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 29 | 30 |
【继续上次断点采集】
26 |
直播频道载入中……
27 | 28 |
31 | {foot} 32 | 33 | -------------------------------------------------------------------------------- /inc/user/ys/notify_url.php: -------------------------------------------------------------------------------- 1 | query("update {pre}user set u_points=u_points+".$point." where u_id = ". $_SESSION["userid"]); 28 | alertUrl("充值成功","../../../index.php?m=user-index"); 29 | }else{ 30 | //交易失败 31 | //根据订单号 进行相应业务操作 32 | //在些插入代码 33 | alertUrl("支付失败请重试","../../../index.php?m=user-pay2"); 34 | } 35 | }else{ 36 | //验签失败 37 | alertUrl("验签失败请重试[".SignData."]","../../../index.php?m=user-pay2"); 38 | } 39 | ?> -------------------------------------------------------------------------------- /inc/user/ys/return_url.php: -------------------------------------------------------------------------------- 1 | query("update {pre}user set u_points=u_points+".$point." where u_id = ". $_SESSION["userid"]); 28 | alertUrl("充值成功","../../../index.php?m=user-index"); 29 | }else{ 30 | //交易失败 31 | //根据订单号 进行相应业务操作 32 | //在些插入代码 33 | alertUrl("支付失败请重试","../../../index.php?m=user-pay2"); 34 | } 35 | }else{ 36 | //验签失败 37 | alertUrl("验签失败请重试[".SignData."]","../../../index.php?m=user-pay2"); 38 | } 39 | ?> -------------------------------------------------------------------------------- /js/playerconfig.js.bak: -------------------------------------------------------------------------------- 1 | var mac_flag=1; //播放器版本 2 | var mac_second=5; //播放前预加载广告时间 1000表示1秒 3 | var mac_width=0; //播放器宽度0自适应 4 | var mac_height=360; //播放器高度 5 | var mac_widthmob=0; //手机播放器宽度0自适应 6 | var mac_heightmob=360; //手机播放器高度 7 | var mac_widthpop=704; //弹窗窗口宽度 8 | var mac_heightpop=566; //弹窗窗口高度 9 | var mac_showtop=0; //美化版播放器是否显示头部 10 | var mac_showlist=0; //美化版播放器是否显示列表 11 | var mac_autofull=1; //是否自动全屏,0否,1是 12 | var mac_buffer="buffer.html"; //缓冲广告地址 13 | var mac_prestrain="prestrain.html"; //预加载提示地址 14 | var mac_colors="000000,F6F6F6,F6F6F6,333333,666666,FFFFF,FF0000,2c2c2c,ffffff,a3a3a3,2c2c2c,adadad,adadad,48486c,fcfcfc"; //背景色,文字颜色,链接颜色,分组标题背景色,分组标题颜色,当前分组标题颜色,当前集数颜色,集数列表滚动条凸出部分的颜色,滚动条上下按钮上三角箭头的颜色,滚动条的背景颜色,滚动条空白部分的颜色,滚动条立体滚动条阴影的颜色 ,滚动条亮边的颜色,滚动条强阴影的颜色,滚动条的基本颜色 15 | var mac_show={},mac_show_server={}; //播放器名称,服务器组地址 16 | //缓存开始 17 | mac_show["baidu"]="百度bdhd";mac_show["qvod"]="快播qvod";mac_show["gvod"]="迅播gvod";mac_show["cool"]="酷播cool";mac_show["youku"]="优酷视频";mac_show["56"]="我乐视频";mac_show["tudou"]="土豆视频";mac_show["ku6"]="酷6视频";mac_show["qq"]="腾讯视频";mac_show["sohu"]="搜狐视频";mac_show["joy"]="激动网";mac_show["qiyi"]="奇艺视频";mac_show["letv"]="乐视视频";mac_show["funshion"]="风行视频";mac_show["tudouhd"]="土豆(高清)";mac_show["sohuhd"]="搜狐(高清)";mac_show["ku6hd"]="酷6(高清)";mac_show["sinahd"]="新浪(高清)";mac_show["pptv"]="pptv";mac_show["swf"]="Flash文件";mac_show["flv"]="Flv文件";mac_show["ckplayer"]="CK播放器";mac_show["cmp"]="CMP4播放器";mac_show["link"]="外链数据";mac_show_server["server1"]="http://maccms.com/"; 18 | //缓存结束 -------------------------------------------------------------------------------- /player/zhibo.php: -------------------------------------------------------------------------------- 1 | 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 | -------------------------------------------------------------------------------- /xxdy/tpl/html/db_sqlexe.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 执行SQL语句结果 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 21 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | {data} 44 | 45 | 46 | 47 | 48 | 49 |
未查询到任何数据
执行完毕:{count}条纪录被影响
50 | {foot} 51 | 52 | -------------------------------------------------------------------------------- /xxdy/index.php: -------------------------------------------------------------------------------- 1 | =2){ 13 | $method = $par[1]; 14 | for($i=2;$i<$parlen;$i+=2){ 15 | $p[$par[$i]] = in_array($par[$i],$colnum) ? intval($par[$i+1]) : urldecode($par[$i+1]); 16 | } 17 | } 18 | if($p['pg']<1){ $p['pg']=1; } 19 | unset($colnum); 20 | 21 | if($method!='login' && $method!='check'){ 22 | chkLogin(); 23 | } 24 | 25 | $acs = array('vod','art','admin','user','make','collect','system','extend','template','db'); 26 | 27 | if(in_array($ac,$acs)){ 28 | $plt = new Template(MAC_ADMIN."/tpl/html/"); 29 | include 'tpl/module/'.$ac.'.php'; 30 | $plt->set_file("header", "admin_head.html"); 31 | $plt->set_file("footer", "admin_foot.html"); 32 | $plt->parse("head", "header"); 33 | $plt->parse("foot", "footer"); 34 | 35 | $plt->set_var("MAC_ADMINNAME",getCookie('adminname')); 36 | $plt->set_var("MAC_VERSION",MAC_VERSION); 37 | $plt->set_var("MAC_URL",MAC_URL); 38 | $plt->set_var("MAC_NAME",MAC_NAME); 39 | $plt->set_var("MAC_RUNTIME",getRunTime()); 40 | $plt->parse('mains', 'main'); 41 | $plt->p("mains"); 42 | 43 | 44 | } 45 | else{ 46 | showErr('System','未找到指定系统模块'); 47 | } 48 | unset($par); 49 | unset($acs); 50 | unset($p); 51 | ?> -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | location.href=\'install.php\';';exit; } 11 | define('MAC_MODULE','home'); 12 | require('inc/conn.php'); 13 | require(MAC_ROOT.'/inc/common/360_safe3.php'); 14 | $m = be('get','m'); 15 | if(strpos($m,'.')){ $m = substr($m,0,strpos($m,'.')); } 16 | $par = explode('-',$m); 17 | $parlen = count($par); 18 | $ac = $par[0]; 19 | 20 | if(empty($ac)){ $ac='vod'; $method='index'; } 21 | 22 | $colnum = array('id','pg','year','typeid','class','classid','src','num','aid','vid'); 23 | if($parlen>=2){ 24 | $method = $par[1]; 25 | for($i=2;$i<$parlen;$i+=2){ 26 | $tpl->P[trim($par[$i])] = in_array($par[$i],$colnum) ? intval($par[$i+1]) : chkSql(urldecode(trim($par[$i+1]))); 27 | } 28 | } 29 | if($tpl->P['pg']<1){ $tpl->P['pg']=1; } 30 | if(!empty($tpl->P['cp'])){ $tpl->P['cp']=''; } 31 | unset($colnum); 32 | $tpl->initData(); 33 | $acs = array('vod','art','map','user','gbook','comment','label'); 34 | if(in_array($ac,$acs)){ 35 | $tpl->P['module'] = $ac; 36 | include MAC_ROOT.'/inc/module/'.$ac.'.php'; 37 | } 38 | else{ 39 | showErr('System','未找到指定系统模块'); 40 | } 41 | unset($par); 42 | unset($acs); 43 | $tpl->ifex(); 44 | if(!empty($tpl->P['cp'])){ setPageCache($tpl->P['cp'],$tpl->P['cn'],$tpl->H); } 45 | $tpl->run(); 46 | echo $tpl->H; 47 | ?> -------------------------------------------------------------------------------- /js/common.js: -------------------------------------------------------------------------------- 1 | 2 | String.prototype.trim=function(){ 3 | return this.replace(/(^[\s\u3000]*)|([\s\u3000]*$)/g, ""); 4 | } 5 | 6 | String.prototype.ltrim=function(){ 7 | return this.replace(/(^\s*)/g, ""); 8 | } 9 | 10 | String.prototype.rtrim=function(){ 11 | return this.replace(/(\s*$)/g, ""); 12 | } 13 | 14 | function checkAll(objname){ 15 | $("input[name='"+objname+"']").each(function() { 16 | this.checked = true; 17 | }); 18 | } 19 | 20 | function checkOther(objname){ 21 | $("input[name='"+objname+"']").each(function() { 22 | this.checked = !this.checked; 23 | }); 24 | } 25 | 26 | function checkCount(objname){ 27 | var res=0; 28 | $("input[name='"+objname+"']").each(function() { 29 | if(this.checked){ res++; } 30 | }); 31 | return res; 32 | } 33 | 34 | function rndNum(under, over){ 35 | switch(arguments.length){ 36 | case 1: return parseInt(Math.random()*under+1); 37 | case 2: return parseInt(Math.random()*(over-under+1) + under); 38 | default: return 0; 39 | } 40 | } 41 | 42 | function copyData(text){ 43 | if (window.clipboardData){ 44 | window.clipboardData.setData("Text",text); 45 | } 46 | else{ 47 | var flash_copy = null; 48 | if( !$('#flash_copy') ){ 49 | var flash_copy = document.createElement("div"); 50 | flash_copy.id = 'flash_copy'; 51 | document.body.appendChild(flash_copy); 52 | } 53 | flash_copy = $('#flash_copy'); 54 | flash_copy.innerHTML = ''; 55 | } 56 | alert("复制成功"); 57 | return true; 58 | } 59 | -------------------------------------------------------------------------------- /template/user/js/js/common.js: -------------------------------------------------------------------------------- 1 | 2 | String.prototype.trim=function(){ 3 | return this.replace(/(^[\s\u3000]*)|([\s\u3000]*$)/g, ""); 4 | } 5 | 6 | String.prototype.ltrim=function(){ 7 | return this.replace(/(^\s*)/g, ""); 8 | } 9 | 10 | String.prototype.rtrim=function(){ 11 | return this.replace(/(\s*$)/g, ""); 12 | } 13 | 14 | function checkAll(objname){ 15 | $("input[name='"+objname+"']").each(function() { 16 | this.checked = true; 17 | }); 18 | } 19 | 20 | function checkOther(objname){ 21 | $("input[name='"+objname+"']").each(function() { 22 | this.checked = !this.checked; 23 | }); 24 | } 25 | 26 | function checkCount(objname){ 27 | var res=0; 28 | $("input[name='"+objname+"']").each(function() { 29 | if(this.checked){ res++; } 30 | }); 31 | return res; 32 | } 33 | 34 | function rndNum(under, over){ 35 | switch(arguments.length){ 36 | case 1: return parseInt(Math.random()*under+1); 37 | case 2: return parseInt(Math.random()*(over-under+1) + under); 38 | default: return 0; 39 | } 40 | } 41 | 42 | function copyData(text){ 43 | if (window.clipboardData){ 44 | window.clipboardData.setData("Text",text); 45 | } 46 | else{ 47 | var flash_copy = null; 48 | if( !$('#flash_copy') ){ 49 | var flash_copy = document.createElement("div"); 50 | flash_copy.id = 'flash_copy'; 51 | document.body.appendChild(flash_copy); 52 | } 53 | flash_copy = $('#flash_copy'); 54 | flash_copy.innerHTML = ''; 55 | } 56 | alert("复制成功"); 57 | return true; 58 | } 59 | -------------------------------------------------------------------------------- /xxdy/tpl/html/admin_wel.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 欢迎使用 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 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 |
站点信息
服务器操作系统:{PHP_OS}脚本解释引擎:{PHP_SOFTWARE}
安装目录:{PHP_DIR}服务器 (IP/端口):{PHP_SERVERNAME}
PHP版本:{PHP_VERSION}MYSQL版本:{PHP_MYSQL}
CURL支持:{PHP_CURL}XML支持:{PHP_DOMXML}
允许上传文件最大值:{PHP_UPLOAD_MAX_FILESIZE}GD图形处理扩展库版本:{PHP_GDVERSION}
当前版本:{MAC_VERSION}   授权类型:E百货旗航商城定制版
45 | {foot} 46 | 47 | -------------------------------------------------------------------------------- /template/xxdy55/xxdy55-html/home_head.html: -------------------------------------------------------------------------------- 1 |
2 | 直播 搜索频道 3 | 首页 4 |

5 | 首页 6 | {maccms:menu type=parent order=asc table=vod}[menu:name] {/maccms:menu}

7 |
8 |
9 |
10 | 14 |
15 |
16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /xxdy/editor/urlencode.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 中文urlencode编码 4 | 5 | 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 |
22 | html转js | js转html | url编码 | url解码

23 | 请将URL搜索关键字拷贝到下面表单中:
24 | 25 |

26 | 下面表单中是相应的编码后代码:
27 | 28 | 33 |
34 | 35 | -------------------------------------------------------------------------------- /zbplayer/share.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {embed src="贵站网址,在ckplayer/share.xml里修改/ckplayer/ckplayer.swf" flashvars="[$share]" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" allowFullscreen="true" type="application/x-shockwave-flash"}{/embed} 5 | 6 | 7 | 贵站网址/ckplayer/ckplayer.swf?[$share] 8 | 9 | 10 | f,my_url,my_pic,a 11 | 12 | ckplayer/share/ 13 | 14 | 15 | 0 16 | 17 | c25cf02c-1705-412d-bd4b-77a10b380f08 18 | 19 | 20 | 21 | qqmb 22 | qq.png 23 | 20,50 24 | 25 | 26 | sinaminiblog 27 | sina.png 28 | 101,50 29 | 30 | 31 | qzone 32 | qzone.png 33 | 182,50 34 | 35 | 36 | renren 37 | rr.png 38 | 263,50 39 | 40 | 41 | kaixin001 42 | kaixin001.png 43 | 20,85 44 | 45 | 46 | tianya 47 | tianya.png 48 | 101,85 49 | 50 | 51 | feixin 52 | feixin.png 53 | 182,85 54 | 55 | 56 | msn 57 | msn.png 58 | 263,85 59 | 60 | 61 | -------------------------------------------------------------------------------- /player/ckplayer/share.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {embed src="贵站网址,在ckplayer/share.xml里修改/ckplayer/ckplayer.swf" flashvars="[$share]" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" allowFullscreen="true" type="application/x-shockwave-flash"}{/embed} 5 | 6 | 7 | 贵站网址/ckplayer/ckplayer.swf?[$share] 8 | 9 | 10 | f,my_url,my_pic,a 11 | 12 | ckplayer/share/ 13 | 14 | 15 | 0 16 | 17 | c25cf02c-1705-412d-bd4b-77a10b380f08 18 | 19 | 20 | 21 | qqmb 22 | qq.png 23 | 20,50 24 | 25 | 26 | sinaminiblog 27 | sina.png 28 | 101,50 29 | 30 | 31 | qzone 32 | qzone.png 33 | 182,50 34 | 35 | 36 | renren 37 | rr.png 38 | 263,50 39 | 40 | 41 | kaixin001 42 | kaixin001.png 43 | 20,85 44 | 45 | 46 | tianya 47 | tianya.png 48 | 101,85 49 | 50 | 51 | feixin 52 | feixin.png 53 | 182,85 54 | 55 | 56 | msn 57 | msn.png 58 | 263,85 59 | 60 | 61 | -------------------------------------------------------------------------------- /xxdy/editor/htmltojs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | html转换成js 4 | 5 | 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 |
22 | html转js | js转html | url编码 | url解码

23 | 请将HTML源代码拷贝到下面表单中:
24 | 25 |

26 | 下面表单中是相应的JS代码:
27 | 28 | 32 |
33 | 34 | -------------------------------------------------------------------------------- /xxdy/tpl/html/extend_commentinfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 评论信息 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 |
评论内容:
34 |
35 | {foot} 36 | 37 | -------------------------------------------------------------------------------- /xxdy/editor/urldecode.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 中文urlencode编码 4 | 5 | 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 |
22 | html转js | js转html | url编码 | url解码

23 | 请将UTF8格式URL编码关键字拷贝到下面表单中:
24 | 25 |

26 | 下面表单中是相应的解码后代码:
27 | 28 | 33 |
34 | 35 | -------------------------------------------------------------------------------- /template/user/html/user_index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 基本资料 - 会员中心 -{maccms:name} 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | {head} 18 | 19 |
20 |
    21 |
  • {u_name}
  • 22 |
  • {ug_name}
  • 23 | {if-A:{maccms:usergroupid}=4} 24 |
  • 从 {u_start} 到 {u_end}
  • 25 | {elseif-A:{maccms:usergroupid}=6} 26 |
  • 2099-12-12
  • 27 | {else-A} 28 |
  • {u_points}
  • 29 | {endif-A} 30 |
  • {u_qq}
  • 31 |
  • {u_email}
  • 32 |
  • {u_regtime}
  • 33 |
  • {u_loginip}
  • 34 |
  • {u_logintime}
  • 35 |
  • {u_extend}
  • 36 |
  • 37 |
  • 38 |
  • 介绍一个会员获得2个积分。
  • 39 | 40 | 41 |
42 |
43 | {foot} 44 | 45 | -------------------------------------------------------------------------------- /player/ckplayer/style.css: -------------------------------------------------------------------------------- 1 | body,html,#a1{background-color:#000;padding:0;margin:0;width:100%;height:100%;color:#aaa}.player{position:relative;width:100%;background-color:#000}.vod{width:100%;background-color:#000}.video{width:100%;height:100%;margin-bottom:40px}.cmd{margin:0 auto;width:100%;height:40px;line-height:40px;position:absolute;bottom:0;background-color:#111;box-sizing:border-box}.left{float:left}.right{float:right;margin-top:-30px}.centent{margin-left:50px;margin-right:60px}.tvp_button{background:0 0;cursor:pointer;width:46px;height:40px}.tvp_button button{display:block;width:100%;height:100%;padding:0;border:0 none;background:0 0;text-align:center;font-size:0;cursor:pointer}.tvp_play .tvp_btn_value{display:inline-block;width:0;height:0;margin-left:16px;vertical-align:middle;background:0 0;border:15px solid transparent;border-width:10px 15px;border-left-color:#fff;font-size:0;color:transparent}.tvp_pause .tvp_btn_value{display:inline-block;vertical-align:middle;background:0 0;font-size:0;color:transparent;width:10px;height:15px;border:0 none;margin-left:0;border-left:2px solid#fff;border-right:2px solid#fff}.tvp_fullscreen_button{width:50px;height:100%}.tvp_fullscreen_button button{position:relative;display:block;top:5px;width:100%;height:30px;background:url(http://i1.piimg.com/566971/fea84ca5a82d3087.png) no-repeat center;cursor:pointer}.tvp_time_total{position:relative;display:block;top:5px;left:8px;width:100%;height:30px;background:#191919;cursor:pointer}.tvp_time_loaded{position:relative;display:block;width:10%;height:30px;cursor:pointer;z-index:1;background:#222;}.tvp_time_panel{position: absolute;bottom: 0px;left: 50%;margin-left: -38.5px;z-index: 2;font-size: 13px;}.play{position: absolute;top: 50%;width: 80px;height: 80px;left: 50%;margin-top: -60px;margin-left: -40px;z-index: 5;background: url(http://i1.piimg.com/566971/37e911fbbe27fe57.png) no-repeat;opacity: 0.8;} -------------------------------------------------------------------------------- /xxdy/editor/jstohtml.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | js转换成html 4 | 5 | 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 |
22 | html转js | js转html | url编码 | url解码

23 | 请将JS源代码拷贝到下面表单中:
24 | 25 |

26 | 下面表单中是相应的HTML代码:
27 | 28 | 33 |
34 | 35 | -------------------------------------------------------------------------------- /xxdy/tpl/html/template_adsinfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 自定义广告信息 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 27 | 28 | 29 |
30 | 31 |
广告文件信息
32 | 33 | 34 | 35 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 |
广告文件名:.js 36 |    广告内容需要html转js操作,否则无法正常显示。 37 |
广告代码:
47 |
48 | {foot} 49 | 50 | -------------------------------------------------------------------------------- /player/ckplayer/h5.css: -------------------------------------------------------------------------------- 1 | /* api.top300.cc免费解析 */ 2 | body,html,#a1{background-color:#000;padding:0;margin:0;width:100%;height:100%;color:#aaa}.player{position:relative;width:100%;background-color:#000}.vod{width:100%;background-color:#000}.video{width:100%;height:100%;margin-bottom:40px}.cmd{margin:0 auto;width:100%;height:40px;line-height:40px;position:absolute;bottom:0;background-color:#111;box-sizing:border-box}.left{float:left}.right{float:right;margin-top:-30px}.centent{margin-left:50px;margin-right:60px}.tvp_button{background:0 0;cursor:pointer;width:46px;height:40px}.tvp_button button{display:block;width:100%;height:100%;padding:0;border:0 none;background:0 0;text-align:center;font-size:0;cursor:pointer}.tvp_play .tvp_btn_value{display:inline-block;width:0;height:0;margin-left:16px;vertical-align:middle;background:0 0;border:15px solid transparent;border-width:10px 15px;border-left-color:#fff;font-size:0;color:transparent}.tvp_pause .tvp_btn_value{display:inline-block;vertical-align:middle;background:0 0;font-size:0;color:transparent;width:10px;height:15px;border:0 none;margin-left:0;border-left:2px solid#fff;border-right:2px solid#fff}.tvp_fullscreen_button{width:50px;height:100%}.tvp_fullscreen_button button{position:relative;display:block;top:5px;width:100%;height:30px;background:url(http://i1.piimg.com/566971/fea84ca5a82d3087.png) no-repeat center;cursor:pointer}.tvp_time_total{position:relative;display:block;top:5px;left:8px;width:100%;height:30px;background:#191919;cursor:pointer}.tvp_time_loaded{position:relative;display:block;width:10%;height:30px;cursor:pointer;z-index:1;background:#222;}.tvp_time_panel{position: absolute;bottom: 0px;left: 50%;margin-left: -38.5px;z-index: 2;font-size: 13px;}.play{position: absolute;top: 50%;width: 80px;height: 80px;left: 50%;margin-top: -60px;margin-left: -40px;z-index: 5;background: url(http://i1.piimg.com/566971/37e911fbbe27fe57.png) no-repeat;opacity: 0.8;} -------------------------------------------------------------------------------- /xxdy/tpl/html/system_configinterface.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 站外入库接口参数配置 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 | 30 | 33 | 34 | 35 | 36 | 37 |
此功能主要用于第三方工具(火车头、ET等)入库接口转换。>>> 1.每个各占一行; 2.本地分类在前,采集分类在后(动作片=动作).;3.不要有多余的空行
视频分类转换文章分类转换
28 | 29 | 31 | 32 |
入库免登录安全验证密码:           
38 |
39 | {foot} 40 | 41 | -------------------------------------------------------------------------------- /xxdy/tpl/html/vod_server.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 服务器组管理 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 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 | 46 | 47 | 48 | 49 | 52 |
编码名称序号状态地址备注操作
未查询到任何数据
{from}{show}{sort}{status}{des}{tip} 44 | 修改 | 45 | 删除
50 | 51 |
53 |
54 | {foot} 55 | 56 | -------------------------------------------------------------------------------- /xxdy/tpl/html/extend_gbookinfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 留言本信息 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 |
留言内容:
回复内容:
36 |
37 | {foot} 38 | 39 | -------------------------------------------------------------------------------- /xxdy/tpl/html/system_timming.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 定时任务管理 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 43 | 44 | 45 | 46 | 49 |
任务名称任务描述任务状态最后运行时间操作
未查询到任何数据
{name}{des}{status}{runtime} 40 | 测试 | 41 | 修改 | 42 | 删除
47 | 48 |
50 |
51 | 52 | {foot} 53 | 54 | -------------------------------------------------------------------------------- /template/user/html/user_downs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 下载记录 - 会员中心 -{maccms:name} 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 37 | 38 | 39 | {head} 40 | 41 |
42 | 51 |
52 | 53 | 54 | {foot} 55 | 56 | -------------------------------------------------------------------------------- /template/user/html/user_plays.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 播放记录 - 会员中心 -{maccms:name} 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 37 | 38 | 39 | {head} 40 | 41 | 42 |
43 | 52 |
53 | 54 | 55 | {foot} 56 | 57 | 58 | -------------------------------------------------------------------------------- /template/user/html/user_findpass.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {maccms:name} - 找回密码 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 41 | 42 | -------------------------------------------------------------------------------- /xxdy/tpl/html/db_sql.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 执行SQL语句 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 21 | 22 | 23 |
24 |

常用语句对照

1.查询数据
25 | SELECT * FROM {pre}vod   查询所有数据
26 | SELECT * FROM {pre}vod WHERE d_id=1000   查询指定ID数据
27 | 2.删除数据
28 | DELETE FROM {pre}vod   删除所有数据
29 | DELETE FROM {pre}vod WHERE d_id=1000   删除指定的第几条数据
30 | DELETE FROM {pre}vod WHERE d_starring LIKE '%刘德华%'   删除d_starring字段里有"刘德华"的数据
31 |  3.修改数据
32 | UPDATE {pre}vod SET d_hits=1   将所有d_hits字段里的值修改成"1"
33 | UPDATE {pre}vod SET d_hits=1 WHERE d_id=1000  指定的第几条数据把d_hits字段里的值修改成"1"
34 |  4.替换图片地址
35 | UPDATE {pre}vod SET d_pic=REPLACE(d_pic, '原始字符串', '替换成其他字符串')
36 |  5.清空数据ID重新从1开始
37 | TRUNCATE {pre}vod
38 | 39 |
40 | {foot} 41 | 42 | -------------------------------------------------------------------------------- /xxdy/tpl/html/template_ads.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 自定义广告管理 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 19 | 20 | 21 |

当前模版广告文件存放路径:{adspath}

22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 43 | 47 | 48 | 49 | 50 | 53 | 54 | 55 |
广告名称文件大小修改时间广告调用代码操作
未查询到任何数据
{file}{size} Kb{time} 40 | 41 | 42 | 44 | 修改 | 45 | 删除 46 |
51 | 52 |
56 |
57 | {foot} 58 | 59 | -------------------------------------------------------------------------------- /xxdy/tpl/html/template_info.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 模版文件信息 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 31 | 32 | 33 | 36 | 37 | 38 | 44 | 45 |
文件名称: 27 | 28 | 自定义页面以label_开头,如果需要生成到html目录用$$替换目录/杠,如:html$$hot.html 29 | 30 |
34 | 35 |
39 | 40 | 41 | 42 | 43 |
46 |
47 | {foot} 48 | 49 | -------------------------------------------------------------------------------- /template/user/html/user_fav.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 收藏记录 - 会员中心 -{maccms:name} 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 39 | 40 | 41 | {head} 42 | 43 | 44 |
45 | 54 |
55 | 56 | 57 | {foot} 58 | 59 | -------------------------------------------------------------------------------- /js/jq/jquery.lazyload.js: -------------------------------------------------------------------------------- 1 | 2 | (function(a){a.fn.lazyload=function(b){var c={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:window,skip_invisible:!0};b&&(null!==b.failurelimit&&(b.failure_limit=b.failurelimit,delete b.failurelimit),a.extend(c,b));var d=this;return 0==c.event.indexOf("scroll")&&a(c.container).bind(c.event,function(b){var e=0;d.each(function(){if(c.skip_invisible&&!a(this).is(":visible"))return;if(!a.abovethetop(this,c)&&!a.leftofbegin(this,c))if(!a.belowthefold(this,c)&&!a.rightoffold(this,c))a(this).trigger("appear");else if(++e>c.failure_limit)return!1});var f=a.grep(d,function(a){return!a.loaded});d=a(f)}),this.each(function(){var b=this;b.loaded=!1,a(b).one("appear",function(){this.loaded||a("").bind("load",function(){a(b).hide().attr("src",a(b).data("original"))[c.effect](c.effectspeed),b.loaded=!0}).attr("src",a(b).data("original"))}),0!=c.event.indexOf("scroll")&&a(b).bind(c.event,function(c){b.loaded||a(b).trigger("appear")})}),a(c.container).trigger(c.event),this},a.belowthefold=function(b,c){if(c.container===undefined||c.container===window)var d=a(window).height()+a(window).scrollTop();else var d=a(c.container).offset().top+a(c.container).height();return d<=a(b).offset().top-c.threshold},a.rightoffold=function(b,c){if(c.container===undefined||c.container===window)var d=a(window).width()+a(window).scrollLeft();else var d=a(c.container).offset().left+a(c.container).width();return d<=a(b).offset().left-c.threshold},a.abovethetop=function(b,c){if(c.container===undefined||c.container===window)var d=a(window).scrollTop();else var d=a(c.container).offset().top;return d>=a(b).offset().top+c.threshold+a(b).height()},a.leftofbegin=function(b,c){if(c.container===undefined||c.container===window)var d=a(window).scrollLeft();else var d=a(c.container).offset().left;return d>=a(b).offset().left+c.threshold+a(b).width()},a.extend(a.expr[":"],{"below-the-fold":function(b){return a.belowthefold(b,{threshold:0,container:window})},"above-the-fold":function(b){return!a.belowthefold(b,{threshold:0,container:window})},"right-of-fold":function(b){return a.rightoffold(b,{threshold:0,container:window})},"left-of-fold":function(b){return!a.rightoffold(b,{threshold:0,container:window})}})})(jQuery) 3 | -------------------------------------------------------------------------------- /xxdy/tpl/html/system_configconnect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 一键登录参数配置 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | 32 | 34 | 35 | 36 | 37 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 49 | 50 |
QQ互联登录配置选项:【点击进入注册
状态: 25 | 26 | {n}  27 | 28 |
APP ID: 33 |
APP KEY: 38 |
UCenter和Discuz登录配置选项:【点击进入discuz论坛
请在官方网站下载整合包
46 |      47 | 如出错请手动修改 inc/config/config.php 文件 48 |
51 | 52 | 53 |
54 | 55 | 56 | {foot} 57 | 58 | -------------------------------------------------------------------------------- /xxdy/tpl/html/user_managerinfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 管理员信息 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 19 | 20 | 21 |
22 | 23 | 24 | 25 |
管理员信息
26 | 27 | 28 | 29 | 31 | 32 | 33 | 34 | 36 | 37 | 38 | 39 | 46 | 47 | 48 | 49 | 54 | 55 | 56 | 57 | 58 |
登录名: 30 |
密码: 35 |
状态: 40 | 45 |
权限: 50 | 51 | {n} 52 | 53 |
59 |
60 | {foot} 61 | 62 | -------------------------------------------------------------------------------- /xxdy/tpl/html/vod_classinfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 剧情分类信息 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 21 | 22 | 23 |
24 | 25 | 26 | 27 |
剧情分类信息
28 | 29 | 30 | 31 | 38 | 39 | 40 | 41 | 43 | 44 | 45 | 46 | 48 | 49 | 50 | 51 | 52 | 53 |
父级分类: 37 |
名称: 42 |
排序: 47 |
54 | 55 | {foot} 56 | 57 | -------------------------------------------------------------------------------- /xxdy/tpl/images/login.css: -------------------------------------------------------------------------------- 1 | 2 | body, th, td, input, select, textarea { font: 12px/1.5em Verdana, "Lucida Grande", Arial, Helvetica, sans-serif; } 3 | body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, img,fieldset { margin: 0; padding: 0; border:0;list-style: none; } 4 | a img { border: none; } 5 | input,select{vertical-align:middle;} 6 | .clear {clear:both; height:0; overflow:hidden; display:block; line-height:0} 7 | a:link {color:#0000ff; text-decoration:none} 8 | a:hover { text-decoration:underline} 9 | #header { background:url(console_header_bg.gif) repeat-x; height:160px;} 10 | #header .logo {background: url(console_heder_bg_2.gif) no-repeat center 0; width:960px; height:50px; padding:10px; margin:0 auto; } 11 | #header .logo h1 { text-align:right;} 12 | #wrapper {width:960px; margin:0 auto} 13 | .console_left{ float:left; border-right:1px dashed #ccc; width:420px; padding:0 60px 0 20px; display:block; overflow:hidden} 14 | .console_right{ float:right; width:386px;} 15 | .console_left p { font-size:12px; padding:10px 0} 16 | .title { font-size:24px; line-height:160%; font-weight:bold; } 17 | .intro_1, .intro_2, .intro_3 {background: url(console_icon.gif) 0 0 no-repeat; padding:0 0 0 80px; height:65px; line-height:65px; margin:10px 0 0 0; font-size:12px;} 18 | .intro_2 { background-position:0 -68px} 19 | .intro_3 { background-position:0 -148px} 20 | .login label { display:block; height:30px; line-height:30px; color:#000000; margin:10px 0 5px 0; overflow:hidden; font-size:12px;font-weight:bold;} 21 | .login input { margin:0 10px 0 0; } 22 | .login .btn {font-size: 12px; border: 1px solid rgb(198, 210, 227); width: 80px;; height: 22px; color: rgb(51, 51, 51); letter-spacing: 5px;} 23 | .txt_input { height:18px; width:150px;} 24 | .code_input { height:18px; width:60px;} 25 | .login .user, .login .pwd { color:#FF0000} 26 | .login .forget { color:#0000ff; padding:15px 0 0 0; } 27 | .login .code label { margin:5px 0;} 28 | .login .code img { vertical-align:middle;cursor: hand;} 29 | .login .btn_login { padding:15px 0} 30 | .reg { height:30px; line-height:30px; padding:20px 0 15px 20px; font-size:12px;} 31 | .hr_solid {border-bottom:1px #666666 solid; border-top:none;height:1px; line-height:1px;} 32 | #footer { width:920px; height:30px; line-height:30px; padding:0 20px; margin:0 auto;} 33 | #footer .left { width:600px; float:left} 34 | #footer .right { float:right; text-align:right} -------------------------------------------------------------------------------- /xxdy/editor/xheditor_skin/default/iframe.css: -------------------------------------------------------------------------------- 1 | html{height:100%;background-color:#FFFFFF;} 2 | body,td,th{font-family:Arial,Helvetica,sans-serif;font-size:12px;} 3 | body{height:100%;*height:90%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} 4 | 5 | .xhe-border{border:1px dotted #d3d3d3;} 6 | .xhe-border th,.xhe-border td{border:1px dotted #d3d3d3;} 7 | .wordImage{border:1px dotted #c00;background:url(img/wordimg.gif) #ffc center center no-repeat;} 8 | 9 | .editMode{margin:0px;padding:5px;overflow-y:auto;word-break:break-word;word-wrap:break-word;} 10 | .editMode img:-moz-broken {-moz-force-broken-image-icon:1;height:24px;width:24px;} 11 | .editMode embed{display:inline-block;border:1px dotted #c00;} 12 | .editMode embed[type="application/x-shockwave-flash"]{background:url(img/flash.gif) #ffc center center no-repeat;} 13 | .editMode embed[type="application/x-mplayer2"]{background:url(img/wmp.gif) center center no-repeat;} 14 | .editMode .xhe-paste{position:absolute;left:-1000px;overflow:hidden;width:1px;height:1px;} 15 | .editMode .xhe-anchor{display:inline-block;background: url(img/anchor.gif) no-repeat;border: 1px dotted #0000FF;width:16px;height:15px;overflow:hidden;} 16 | 17 | .sourceMode{margin:0px;padding:0px;overflow:hidden;height:100%;} 18 | .sourceMode textarea{*position:absolute;border:0px;margin:0px;padding:0px;width:100%;height:100%;overflow:auto;font-family:'Courier New',Courier,monospace !important;font-size:10pt;resize:none;outline:0;} 19 | 20 | .previewMode{margin:5px;padding:0px;} 21 | 22 | .showBlocktag p,.showBlocktag h1,.showBlocktag h2,.showBlocktag h3,.showBlocktag h4,.showBlocktag h5,.showBlocktag h6,.showBlocktag pre,.showBlocktag address,.showBlocktag div{background:none no-repeat scroll right top;border:1px dotted gray;} 23 | .showBlocktag p{background-image:url(img/tag-p.gif);} 24 | .showBlocktag h1{background-image:url(img/tag-h1.gif);} 25 | .showBlocktag h2{background-image:url(img/tag-h2.gif);} 26 | .showBlocktag h3{background-image:url(img/tag-h3.gif);} 27 | .showBlocktag h4{background-image:url(img/tag-h4.gif);} 28 | .showBlocktag h5{background-image:url(img/tag-h5.gif);} 29 | .showBlocktag h6{background-image:url(img/tag-h6.gif);} 30 | .showBlocktag pre{background-image:url(img/tag-pre.gif);} 31 | .showBlocktag address{background-image:url(img/tag-address.gif);} 32 | .showBlocktag div{background-image:url(img/tag-div.gif);} -------------------------------------------------------------------------------- /xxdy/tpl/html/system_configpse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 伪原创信息 - 秀秀Tv直播 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 29 | 32 | 33 | 34 | 37 | 38 | 39 | 42 | 43 | 44 | 47 | 48 | 49 | 52 | 53 | 54 | 57 | 58 |
同义词库随机词库
27 | 28 | 30 | 31 |
35 | 同义词:每行一个,不要有空行,格式:要替换=替换后。 36 |
40 | 随机词库:字符段一般20条左右即可,可以是笑话小故事,也可以加入超链接。 41 |
45 | 此项功能影响采集性能,请不要一次加入太多词条 。适当的伪原创有助于搜索引擎收录。该功能只在新增数据时有效。 46 |
50 | 不使用替换功能请在【采集参数设置中禁用】。 51 |
55 | 56 |
59 |
60 | {foot} 61 | 62 | --------------------------------------------------------------------------------