实例介绍
【实例简介】
功能介绍: 1.网页自动刷新60秒一次(你在头部修改 meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta http-equiv="refresh" content="60">) 2.会员注册及管理,会员可收藏歌曲 3.后台管理添加歌手、歌曲、专集、音乐的分类,管理方便 4.修改美化播放器,提供整张专集播放,普通,连续播放的新播放器 5.网站公告管理 6.友情连接管理 7.音乐地址盗连管理 8.后台全部更新为简易模式,适合所有程序使用者 9.加强了后台某些安全措施,
【实例截图】
【核心代码】
音乐DJ网站系统源代码--003
└── 福建DJ前线
└── fjku
├── !!!~~~~~
│ ├── 1111.asp
│ └── count.mdb
├── admin
│ ├── admin_admindel.asp
│ ├── admin_adminmana.asp
│ ├── admin_adminmodify.asp
│ ├── admin_adminsave.asp
│ ├── admin_announceadd.asp
│ ├── admin_announcedel.asp
│ ├── admin_announcemana.asp
│ ├── admin_announcemodify.asp
│ ├── admin_announcesave.asp
│ ├── admin_announceset.asp
│ ├── admin.asp
│ ├── admin_chklogin.asp
│ ├── admin_classmana.asp
│ ├── admin_classsave.asp
│ ├── admin_constmodify.asp
│ ├── admin_constsave.asp
│ ├── admin_friendsiteadd.asp
│ ├── admin_friendsitemana.asp
│ ├── admin_friendsitemodify.asp
│ ├── admin_friendsitesave.asp
│ ├── admin_killipmana.asp
│ ├── admin_killipsave.asp
│ ├── admin_left.asp
│ ├── admin_login.asp
│ ├── admin_logout.asp
│ ├── admin_musicserveradd.asp
│ ├── admin_musicserverdel.asp
│ ├── admin_musicservermana.asp
│ ├── admin_musicservermodify.asp
│ ├── admin_musicserversave.asp
│ ├── admin_MusicServerurl.asp
│ ├── admin_needsoftadd.asp
│ ├── admin_needsoftdel.asp
│ ├── admin_needsoftmana.asp
│ ├── admin_needsoftmodify.asp
│ ├── admin_needsoftsave.asp
│ ├── admin_researchmodify.asp
│ ├── admin_researchsave.asp
│ ├── admin_researchset.asp
│ ├── admin_sendmsg.asp
│ ├── admin_smusicdel.asp
│ ├── admin_smusicmana.asp
│ ├── admin_softdel.asp
│ ├── admin_softmana.asp
│ ├── admin_softmodify.asp
│ ├── admin_softsave.asp
│ ├── admin_songadd.asp
│ ├── admin_songdel.asp
│ ├── admin_songmana.asp
│ ├── admin_songmodify.asp
│ ├── admin_songsave.asp
│ ├── admin_specialadd.asp
│ ├── admin_specialdel.asp
│ ├── admin_specialmana.asp
│ ├── admin_specialmodify.asp
│ ├── admin_specialsave.asp
│ ├── admin_toplinkadd.asp
│ ├── admin_toplinkdel.asp
│ ├── admin_toplinkmodify.asp
│ ├── admin_toplinksave.asp
│ ├── admin_urlsave.asp
│ ├── admin_userdel.asp
│ ├── admin_usermana.asp
│ ├── admin_usermodify.asp
│ ├── admin_usersave.asp
│ ├── admin_vipfuwumodify.asp
│ ├── admin_vipfuwusave.asp
│ ├── conn.asp
│ ├── const.asp
│ ├── function.asp
│ ├── images
│ │ ├── css.css
│ │ ├── line_bg01.gif
│ │ ├── line_bg02.gif
│ │ └── Thumbs.db
│ ├── inc
│ │ ├── char.inc
│ │ └── upload.inc
│ ├── index.asp
│ └── top.asp
├── cert
│ └── bazs.cert
├── conn.asp
├── const.asp
├── counter.asp
├── default22.asp
├── default.asp
├── dj2.cur
├── dj.htm
├── DJPlayrm.asp
├── fjku.asp
├── friendsite.asp
├── gonggao.asp
├── images
│ ├── admin_class1.gif
│ ├── admin_class2.gif
│ ├── admin_class3.gif
│ ├── admin_home.gif
│ ├── admin_logout.gif
│ ├── bg.gif
│ ├── css.css
│ ├── dx_01.gif
│ ├── ggl_con01.gif
│ ├── index_01_dx.gif
│ ├── index_01.gif
│ ├── index_02_bg.gif
│ ├── index_02_dx.gif
│ ├── index_03_bg.gif
│ ├── index_03_dx.gif
│ ├── index_03.gif
│ ├── indexdj.gif
│ ├── left_01.gif
│ ├── left_bg.gif
│ ├── left_dx.gif
│ ├── link_01.gif
│ ├── link_bg.gif
│ ├── link_dx.gif
│ ├── list_01.gif
│ ├── list_bg.gif
│ ├── list_dx.gif
│ ├── logo3.jpg
│ ├── nopic.gif
│ ├── pub01.gif
│ ├── pub02.gif
│ ├── shoucang_01.gif
│ ├── shoucang_bg.gif
│ ├── shoucang_dx.gif
│ ├── Thumbs.db
│ ├── top01.gif
│ ├── top01.png
│ ├── top02.gif
│ ├── top03.gif
│ ├── top03.png
│ ├── top04.gif
│ └── top2.gif
├── inc
│ ├── CHAR.INC
│ └── upload.inc
├── jb.asp
├── js
│ ├── Js.js
│ ├── sethome.js
│ ├── url.js
│ └── user.js
├── logo.gif
├── mtv.asp
├── music.asp
├── my.asp
├── player2
│ ├── Index.html
│ ├── js
│ │ ├── com.js
│ │ ├── disco.js
│ │ ├── fu.js
│ │ ├── ltban.js
│ │ ├── player_class.js
│ │ ├── poerror.js
│ │ ├── set.js
│ │ ├── soll.htc
│ │ └── tban.js
│ ├── pic
│ │ ├── pic1
│ │ │ ├── 10.gif
│ │ │ ├── 1.gif
│ │ │ ├── 2.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 9.gif
│ │ │ ├── a_bf.gif
│ │ │ ├── a_dyd.gif
│ │ │ ├── a_ht.gif
│ │ │ ├── a_list.gif
│ │ │ ├── a_qj.gif
│ │ │ ├── a_sj0.gif
│ │ │ ├── a_sj1.gif
│ │ │ ├── a_syd.gif
│ │ │ ├── a_tz.gif
│ │ │ ├── a_xd0.gif
│ │ │ ├── a_xd1.gif
│ │ │ ├── a_xd2.gif
│ │ │ ├── a_xh0.gif
│ │ │ ├── a_xh1.gif
│ │ │ ├── a_xh2.gif
│ │ │ ├── a_xyd.gif
│ │ │ ├── a_zhyd.gif
│ │ │ ├── a_zt.gif
│ │ │ ├── bj0.gif
│ │ │ ├── bj1.gif
│ │ │ ├── bj2.gif
│ │ │ ├── hg.gif
│ │ │ ├── hk1.gif
│ │ │ ├── hk2.gif
│ │ │ ├── jy0.gif
│ │ │ ├── jy1.gif
│ │ │ ├── pb.gif
│ │ │ ├── pj1.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── xd1.gif
│ │ │ ├── xd2.gif
│ │ │ └── ylhkb.gif
│ │ └── url
│ │ ├── Thumbs.db
│ │ ├── u01.gif
│ │ ├── u02.gif
│ │ ├── u03.gif
│ │ ├── u04.gif
│ │ ├── u05.gif
│ │ ├── u06.gif
│ │ ├── u07.gif
│ │ └── u08.gif
│ ├── seturl.htm
│ └── top.asp
├── player.asp
├── play_rm.asp
├── sy.asp
├── Thumbs.db
├── tj
│ ├── config.asp
│ ├── conn1.asp
│ ├── conn.asp
│ ├── counter.asp
│ ├── function.asp
│ ├── online.asp
│ ├── showonline.asp
│ ├── slt
│ │ ├── 0.gif
│ │ ├── 1.gif
│ │ ├── 2.gif
│ │ ├── 3.gif
│ │ ├── 4.gif
│ │ ├── 5.gif
│ │ ├── 6.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ ├── 9.gif
│ │ └── Thumbs.db
│ ├── style.css
│ ├── tj.mdb
│ └── 说明.txt
├── top.asp
├── xc.asp
├── yw.asp
├── zw.asp
├── 听歌请到www.fjku.com
│ ├── 一万个理由2006.rm
│ ├── 一个人的战役2006.rm
│ ├── 下辈子如果我还记得你.rm
│ ├── 再回到从前.rm
│ ├── (加速度)本月混音中文版.rm
│ ├── 原来我有爱.rm
│ ├── 在他乡.rm
│ ├── 在水一方2006.rm
│ ├── 好心分手2006.rm
│ ├── 摇太阳2006.rm
│ ├── 摇头时代.rm
│ ├── 曾经最美2006.rm
│ ├── 有没有那么一首歌旋律.rm
│ ├── 青春舞曲2006.rm
│ └── 韩国-音乐-DJ2006.rm
├── 复件 default.asp
├── 解决SP2验证码问题.reg
└── 说明.txt
18 directories, 252 files
功能介绍: 1.网页自动刷新60秒一次(你在头部修改 meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta http-equiv="refresh" content="60">) 2.会员注册及管理,会员可收藏歌曲 3.后台管理添加歌手、歌曲、专集、音乐的分类,管理方便 4.修改美化播放器,提供整张专集播放,普通,连续播放的新播放器 5.网站公告管理 6.友情连接管理 7.音乐地址盗连管理 8.后台全部更新为简易模式,适合所有程序使用者 9.加强了后台某些安全措施,
【实例截图】
【核心代码】
音乐DJ网站系统源代码--003
└── 福建DJ前线
└── fjku
├── !!!~~~~~
│ ├── 1111.asp
│ └── count.mdb
├── admin
│ ├── admin_admindel.asp
│ ├── admin_adminmana.asp
│ ├── admin_adminmodify.asp
│ ├── admin_adminsave.asp
│ ├── admin_announceadd.asp
│ ├── admin_announcedel.asp
│ ├── admin_announcemana.asp
│ ├── admin_announcemodify.asp
│ ├── admin_announcesave.asp
│ ├── admin_announceset.asp
│ ├── admin.asp
│ ├── admin_chklogin.asp
│ ├── admin_classmana.asp
│ ├── admin_classsave.asp
│ ├── admin_constmodify.asp
│ ├── admin_constsave.asp
│ ├── admin_friendsiteadd.asp
│ ├── admin_friendsitemana.asp
│ ├── admin_friendsitemodify.asp
│ ├── admin_friendsitesave.asp
│ ├── admin_killipmana.asp
│ ├── admin_killipsave.asp
│ ├── admin_left.asp
│ ├── admin_login.asp
│ ├── admin_logout.asp
│ ├── admin_musicserveradd.asp
│ ├── admin_musicserverdel.asp
│ ├── admin_musicservermana.asp
│ ├── admin_musicservermodify.asp
│ ├── admin_musicserversave.asp
│ ├── admin_MusicServerurl.asp
│ ├── admin_needsoftadd.asp
│ ├── admin_needsoftdel.asp
│ ├── admin_needsoftmana.asp
│ ├── admin_needsoftmodify.asp
│ ├── admin_needsoftsave.asp
│ ├── admin_researchmodify.asp
│ ├── admin_researchsave.asp
│ ├── admin_researchset.asp
│ ├── admin_sendmsg.asp
│ ├── admin_smusicdel.asp
│ ├── admin_smusicmana.asp
│ ├── admin_softdel.asp
│ ├── admin_softmana.asp
│ ├── admin_softmodify.asp
│ ├── admin_softsave.asp
│ ├── admin_songadd.asp
│ ├── admin_songdel.asp
│ ├── admin_songmana.asp
│ ├── admin_songmodify.asp
│ ├── admin_songsave.asp
│ ├── admin_specialadd.asp
│ ├── admin_specialdel.asp
│ ├── admin_specialmana.asp
│ ├── admin_specialmodify.asp
│ ├── admin_specialsave.asp
│ ├── admin_toplinkadd.asp
│ ├── admin_toplinkdel.asp
│ ├── admin_toplinkmodify.asp
│ ├── admin_toplinksave.asp
│ ├── admin_urlsave.asp
│ ├── admin_userdel.asp
│ ├── admin_usermana.asp
│ ├── admin_usermodify.asp
│ ├── admin_usersave.asp
│ ├── admin_vipfuwumodify.asp
│ ├── admin_vipfuwusave.asp
│ ├── conn.asp
│ ├── const.asp
│ ├── function.asp
│ ├── images
│ │ ├── css.css
│ │ ├── line_bg01.gif
│ │ ├── line_bg02.gif
│ │ └── Thumbs.db
│ ├── inc
│ │ ├── char.inc
│ │ └── upload.inc
│ ├── index.asp
│ └── top.asp
├── cert
│ └── bazs.cert
├── conn.asp
├── const.asp
├── counter.asp
├── default22.asp
├── default.asp
├── dj2.cur
├── dj.htm
├── DJPlayrm.asp
├── fjku.asp
├── friendsite.asp
├── gonggao.asp
├── images
│ ├── admin_class1.gif
│ ├── admin_class2.gif
│ ├── admin_class3.gif
│ ├── admin_home.gif
│ ├── admin_logout.gif
│ ├── bg.gif
│ ├── css.css
│ ├── dx_01.gif
│ ├── ggl_con01.gif
│ ├── index_01_dx.gif
│ ├── index_01.gif
│ ├── index_02_bg.gif
│ ├── index_02_dx.gif
│ ├── index_03_bg.gif
│ ├── index_03_dx.gif
│ ├── index_03.gif
│ ├── indexdj.gif
│ ├── left_01.gif
│ ├── left_bg.gif
│ ├── left_dx.gif
│ ├── link_01.gif
│ ├── link_bg.gif
│ ├── link_dx.gif
│ ├── list_01.gif
│ ├── list_bg.gif
│ ├── list_dx.gif
│ ├── logo3.jpg
│ ├── nopic.gif
│ ├── pub01.gif
│ ├── pub02.gif
│ ├── shoucang_01.gif
│ ├── shoucang_bg.gif
│ ├── shoucang_dx.gif
│ ├── Thumbs.db
│ ├── top01.gif
│ ├── top01.png
│ ├── top02.gif
│ ├── top03.gif
│ ├── top03.png
│ ├── top04.gif
│ └── top2.gif
├── inc
│ ├── CHAR.INC
│ └── upload.inc
├── jb.asp
├── js
│ ├── Js.js
│ ├── sethome.js
│ ├── url.js
│ └── user.js
├── logo.gif
├── mtv.asp
├── music.asp
├── my.asp
├── player2
│ ├── Index.html
│ ├── js
│ │ ├── com.js
│ │ ├── disco.js
│ │ ├── fu.js
│ │ ├── ltban.js
│ │ ├── player_class.js
│ │ ├── poerror.js
│ │ ├── set.js
│ │ ├── soll.htc
│ │ └── tban.js
│ ├── pic
│ │ ├── pic1
│ │ │ ├── 10.gif
│ │ │ ├── 1.gif
│ │ │ ├── 2.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 9.gif
│ │ │ ├── a_bf.gif
│ │ │ ├── a_dyd.gif
│ │ │ ├── a_ht.gif
│ │ │ ├── a_list.gif
│ │ │ ├── a_qj.gif
│ │ │ ├── a_sj0.gif
│ │ │ ├── a_sj1.gif
│ │ │ ├── a_syd.gif
│ │ │ ├── a_tz.gif
│ │ │ ├── a_xd0.gif
│ │ │ ├── a_xd1.gif
│ │ │ ├── a_xd2.gif
│ │ │ ├── a_xh0.gif
│ │ │ ├── a_xh1.gif
│ │ │ ├── a_xh2.gif
│ │ │ ├── a_xyd.gif
│ │ │ ├── a_zhyd.gif
│ │ │ ├── a_zt.gif
│ │ │ ├── bj0.gif
│ │ │ ├── bj1.gif
│ │ │ ├── bj2.gif
│ │ │ ├── hg.gif
│ │ │ ├── hk1.gif
│ │ │ ├── hk2.gif
│ │ │ ├── jy0.gif
│ │ │ ├── jy1.gif
│ │ │ ├── pb.gif
│ │ │ ├── pj1.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── xd1.gif
│ │ │ ├── xd2.gif
│ │ │ └── ylhkb.gif
│ │ └── url
│ │ ├── Thumbs.db
│ │ ├── u01.gif
│ │ ├── u02.gif
│ │ ├── u03.gif
│ │ ├── u04.gif
│ │ ├── u05.gif
│ │ ├── u06.gif
│ │ ├── u07.gif
│ │ └── u08.gif
│ ├── seturl.htm
│ └── top.asp
├── player.asp
├── play_rm.asp
├── sy.asp
├── Thumbs.db
├── tj
│ ├── config.asp
│ ├── conn1.asp
│ ├── conn.asp
│ ├── counter.asp
│ ├── function.asp
│ ├── online.asp
│ ├── showonline.asp
│ ├── slt
│ │ ├── 0.gif
│ │ ├── 1.gif
│ │ ├── 2.gif
│ │ ├── 3.gif
│ │ ├── 4.gif
│ │ ├── 5.gif
│ │ ├── 6.gif
│ │ ├── 7.gif
│ │ ├── 8.gif
│ │ ├── 9.gif
│ │ └── Thumbs.db
│ ├── style.css
│ ├── tj.mdb
│ └── 说明.txt
├── top.asp
├── xc.asp
├── yw.asp
├── zw.asp
├── 听歌请到www.fjku.com
│ ├── 一万个理由2006.rm
│ ├── 一个人的战役2006.rm
│ ├── 下辈子如果我还记得你.rm
│ ├── 再回到从前.rm
│ ├── (加速度)本月混音中文版.rm
│ ├── 原来我有爱.rm
│ ├── 在他乡.rm
│ ├── 在水一方2006.rm
│ ├── 好心分手2006.rm
│ ├── 摇太阳2006.rm
│ ├── 摇头时代.rm
│ ├── 曾经最美2006.rm
│ ├── 有没有那么一首歌旋律.rm
│ ├── 青春舞曲2006.rm
│ └── 韩国-音乐-DJ2006.rm
├── 复件 default.asp
├── 解决SP2验证码问题.reg
└── 说明.txt
18 directories, 252 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论