实例介绍
一个有关于php的微博源代码开放下载
【实例截图】
【核心代码】
JishiGou_1.5.0_SC_GBK
├── admin.php
├── ajax.php
├── api
│ └── uc.php
├── backup
│ └── index.html
├── changelog.txt
├── errorlog
│ └── index.html
├── favicon.ico
├── iis_rewrite
│ ├── httpd.ini
│ ├── httpd.parse.errors
│ ├── mtbnotif.dll
│ ├── readme.txt
│ └── Rewrite.dll
├── images
│ ├── accept_2.gif
│ ├── add_2.gif
│ ├── bqqzx.gif
│ ├── face
│ │ └── c
│ │ └── 98
│ │ ├── 1_b.jpg
│ │ └── 1_s.jpg
│ ├── indexswf.swf
│ ├── loadingAnimation.gif
│ ├── music.gif
│ ├── noface.gif
│ ├── no.gif
│ ├── norecom.gif
│ ├── player.swf
│ ├── slide.swf
│ ├── vd.gif
│ ├── vip.gif
│ ├── vip_how.gif
│ ├── vip_say.gif
│ ├── vip_title.gif
│ ├── watermark.png
│ └── weather
│ ├── cloudy.gif
│ └── snow.gif
├── include
│ ├── db
│ │ ├── database.db.php
│ │ └── mysql.db.php
│ ├── encoding
│ │ ├── chinese.class.php
│ │ └── tables
│ │ ├── big5-unicode.table
│ │ ├── gb-unicode.table
│ │ └── index.htm
│ ├── error_404.php
│ ├── function
│ │ ├── area.func.php
│ │ ├── cache.func.php
│ │ ├── common.func.php
│ │ ├── global.func.php
│ │ ├── misc.func.php
│ │ ├── my.func.php
│ │ ├── order.func.php
│ │ └── zip.func.php
│ ├── lib
│ │ ├── config.han.php
│ │ ├── cookie.han.php
│ │ ├── error.han.php
│ │ ├── form.han.php
│ │ ├── gifmerge.han.php
│ │ ├── html.han.php
│ │ ├── http.han.php
│ │ ├── image.han.php
│ │ ├── io.han.php
│ │ ├── mail.han.php
│ │ ├── member.han.php
│ │ ├── rewrite.han.php
│ │ ├── smtp.han.php
│ │ ├── template.han.php
│ │ ├── thumb.class.php
│ │ ├── upload.han.php
│ │ └── validate.han.php
│ ├── load.php
│ ├── logic
│ │ ├── common.logic.php
│ │ ├── item.logic.php
│ │ ├── mysql.logic.php
│ │ ├── robot.logic.php
│ │ ├── robot_log.logic.php
│ │ ├── tag.logic.php
│ │ └── topic.logic.php
│ └── rewrite.php
├── index.php
├── install
│ ├── db_mysql.class.php
│ ├── global.func.php
│ ├── index.htm
│ ├── install.lang.php
│ ├── jishigou.sql
│ └── style.css
├── install.php
├── license.txt
├── modules
│ ├── admin
│ │ ├── cache.mod.php
│ │ ├── db.mod.php
│ │ ├── income.mod.php
│ │ ├── index.mod.php
│ │ ├── link.mod.php
│ │ ├── login.mod.php
│ │ ├── master.mod.php
│ │ ├── member.mod.php
│ │ ├── pm.mod.php
│ │ ├── report.mod.php
│ │ ├── rewrite.mod.php
│ │ ├── robot.mod.php
│ │ ├── role_action.mod.php
│ │ ├── role.mod.php
│ │ ├── role_module.mod.php
│ │ ├── sessions.mod.php
│ │ ├── setting.mod.php
│ │ ├── show.mod.php
│ │ ├── tag.mod.php
│ │ ├── topic.mod.php
│ │ ├── ucenter.mod.php
│ │ └── upgrade.mod.php
│ ├── ajax
│ │ ├── master.mod.php
│ │ ├── member.mod.php
│ │ ├── pm.mod.php
│ │ └── topic.mod.php
│ ├── get_password.mod.php
│ ├── login.mod.php
│ ├── master.mod.php
│ ├── member.mod.php
│ ├── pm.mod.php
│ ├── profile.mod.php
│ ├── report.mod.php
│ ├── tag.mod.php
│ ├── topic.mod.php
│ └── url.mod.php
├── robots.txt
├── setting
│ ├── admin_left_menu.php
│ ├── ad.php
│ ├── area.php
│ ├── cache.php
│ ├── constants.php
│ ├── credits.php
│ ├── face.php
│ ├── filter.php
│ ├── header_menu.php
│ ├── index.php
│ ├── item.php
│ ├── link.php
│ ├── member.php
│ ├── my.php
│ ├── rank.php
│ ├── report.php
│ ├── rewrite.php
│ ├── robot.php
│ ├── settings.php
│ ├── show.php
│ ├── sitemap.php
│ ├── tag_num.php
│ ├── tag.php
│ ├── time.php
│ ├── ucenter.php
│ ├── user.php
│ └── xss.php
├── templates
│ ├── default
│ │ ├── admin
│ │ │ ├── advertisement.html
│ │ │ ├── affiche.html
│ │ │ ├── db_export.html
│ │ │ ├── db_import.html
│ │ │ ├── db_optimize.html
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── help.html
│ │ │ ├── home.html
│ │ │ ├── income_aijuhe.html
│ │ │ ├── income_alimama.html
│ │ │ ├── income_baidu.html
│ │ │ ├── income_google.html
│ │ │ ├── income.html
│ │ │ ├── income_other.html
│ │ │ ├── income_vodone.html
│ │ │ ├── index.htm
│ │ │ ├── index.html
│ │ │ ├── leftmenu.html
│ │ │ ├── link.html
│ │ │ ├── login.html
│ │ │ ├── member_add.html
│ │ │ ├── member_info.html
│ │ │ ├── member_search.html
│ │ │ ├── member_search_list.html
│ │ │ ├── messager.html
│ │ │ ├── pm.html
│ │ │ ├── recommend_inc.html
│ │ │ ├── report.html
│ │ │ ├── robot.html
│ │ │ ├── robot_view.html
│ │ │ ├── robot_view_ip.html
│ │ │ ├── role_action_info.html
│ │ │ ├── role_action_list.html
│ │ │ ├── role_info.html
│ │ │ ├── role_list.html
│ │ │ ├── role_module.html
│ │ │ ├── sessions.html
│ │ │ ├── setting_access.html
│ │ │ ├── setting_credits.html
│ │ │ ├── setting_filter.html
│ │ │ ├── setting_normal.html
│ │ │ ├── setting_rewrite.html
│ │ │ ├── setting_shortcut.html
│ │ │ ├── setting_smtp.html
│ │ │ ├── show.html
│ │ │ ├── swich.html
│ │ │ ├── tag.html
│ │ │ ├── theme.html
│ │ │ ├── topic.html
│ │ │ ├── topic_info.html
│ │ │ └── ucenter.html
│ │ ├── get_password_main.html
│ │ ├── global_login_common.html
│ │ ├── global_login.html
│ │ ├── group_thread_view.html
│ │ ├── images
│ │ │ ├── accept_2.gif
│ │ │ ├── accept.gif
│ │ │ ├── add_2.gif
│ │ │ ├── add.gif
│ │ │ ├── admincp
│ │ │ │ ├── bg_list2.gif
│ │ │ │ ├── index.htm
│ │ │ │ ├── leftmenu_bg.gif
│ │ │ │ ├── leftmenu_t.gif
│ │ │ │ ├── login.gif
│ │ │ │ ├── menu_add.gif
│ │ │ │ ├── menu_reduce.gif
│ │ │ │ ├── qq.gif
│ │ │ │ ├── smile.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── zoomin.gif
│ │ │ │ └── zoomout.gif
│ │ │ ├── afficeBoxTop_r1_c2.gif
│ │ │ ├── album.gif
│ │ │ ├── approve.gif
│ │ │ ├── attachicons
│ │ │ │ ├── av.gif
│ │ │ │ ├── binary.gif
│ │ │ │ ├── common.gif
│ │ │ │ ├── flash.gif
│ │ │ │ ├── html.gif
│ │ │ │ ├── image.gif
│ │ │ │ ├── index.htm
│ │ │ │ ├── msoffice.gif
│ │ │ │ ├── pdf.gif
│ │ │ │ ├── rar.gif
│ │ │ │ ├── real.gif
│ │ │ │ ├── text.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── torrent.gif
│ │ │ │ └── zip.gif
│ │ │ ├── bg_button_normal.gif
│ │ │ ├── bgcolor.gif
│ │ │ ├── bg_input.gif
│ │ │ ├── bg_nav.jpg
│ │ │ ├── big.gif
│ │ │ ├── bottom_2.gif
│ │ │ ├── bottom.gif
│ │ │ ├── box_bg2.jpg
│ │ │ ├── box_line.gif
│ │ │ ├── box_selected_bg.jpg
│ │ │ ├── box_unselected_bg.jpg
│ │ │ ├── ccc.gif
│ │ │ ├── cmt_t.gif
│ │ │ ├── comment_p.gif
│ │ │ ├── doing.gif
│ │ │ ├── face
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 8.gif
│ │ │ │ ├── 9.gif
│ │ │ │ ├── baiyan.gif
│ │ │ │ ├── bishi.gif
│ │ │ │ ├── bizui.gif
│ │ │ │ ├── daxiao.gif
│ │ │ │ ├── fadai.gif
│ │ │ │ ├── fanu.gif
│ │ │ │ ├── fendou.gif
│ │ │ │ ├── guzhang.gif
│ │ │ │ ├── haha.gif
│ │ │ │ ├── haixiu.gif
│ │ │ │ ├── haqian.gif
│ │ │ │ ├── jingya.gif
│ │ │ │ ├── keai.gif
│ │ │ │ ├── ku.gif
│ │ │ │ ├── kulou.gif
│ │ │ │ ├── lenghan.gif
│ │ │ │ ├── liuhan.gif
│ │ │ │ ├── liulei.gif
│ │ │ │ ├── nanguo.gif
│ │ │ │ ├── qin.gif
│ │ │ │ ├── se.gif
│ │ │ │ ├── shuijiao.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── tiaopi.gif
│ │ │ │ ├── touxiao.gif
│ │ │ │ ├── weixiao.gif
│ │ │ │ ├── xiaolian.gif
│ │ │ │ ├── yiwen.gif
│ │ │ │ ├── yun.gif
│ │ │ │ ├── zayan.gif
│ │ │ │ └── zhu.gif
│ │ │ ├── face.gif
│ │ │ ├── facelist.gif
│ │ │ ├── favicon.ico
│ │ │ ├── getred.gif
│ │ │ ├── headerTop.gif
│ │ │ ├── home_1.gif
│ │ │ ├── icon
│ │ │ │ ├── check_error.gif
│ │ │ │ └── Thumbs.db
│ │ │ ├── imgdel.gif
│ │ │ ├── inbox.gif
│ │ │ ├── index
│ │ │ │ ├── chart.jpg
│ │ │ │ ├── comment.gif
│ │ │ │ ├── comments.jpg
│ │ │ │ ├── promotion.jpg
│ │ │ │ ├── t_10.gif
│ │ │ │ ├── t_1.gif
│ │ │ │ ├── t_2.gif
│ │ │ │ ├── t_3.gif
│ │ │ │ ├── t_4.gif
│ │ │ │ ├── t_5.gif
│ │ │ │ ├── t_6.gif
│ │ │ │ ├── t_7.gif
│ │ │ │ ├── t_8.gif
│ │ │ │ ├── t_9.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── users.jpg
│ │ │ ├── index.gif
│ │ │ ├── index.htm
│ │ │ ├── index_login.gif
│ │ │ ├── index_reg.gif
│ │ │ ├── index_t2.jpg
│ │ │ ├── inline2.gif
│ │ │ ├── linedot_2.gif
│ │ │ ├── linedot.gif
│ │ │ ├── loading2.gif
│ │ │ ├── loadingAnimation.gif
│ │ │ ├── login_5.jpg
│ │ │ ├── logo.png
│ │ │ ├── logo_top.jpg
│ │ │ ├── magnifier_b.cur
│ │ │ ├── magnifier_s.cur
│ │ │ ├── mail.gif
│ │ │ ├── modfiyNav.gif
│ │ │ ├── music.gif
│ │ │ ├── navCenter.jpg
│ │ │ ├── navstyle.gif
│ │ │ ├── nav_user_bg.gif
│ │ │ ├── newbtn_r1_c2.gif
│ │ │ ├── newbtn_r1_c2.jpg
│ │ │ ├── news.js
│ │ │ ├── nopic.gif
│ │ │ ├── phone.gif
│ │ │ ├── pic23.gif
│ │ │ ├── pic24.gif
│ │ │ ├── pm.gif
│ │ │ ├── portalbox_bg.gif
│ │ │ ├── read.gif
│ │ │ ├── refresh.gif
│ │ │ ├── reg_1.gif
│ │ │ ├── reg_2.gif
│ │ │ ├── reg_3.gif
│ │ │ ├── regbtn.gif
│ │ │ ├── report.gif
│ │ │ ├── send.gif
│ │ │ ├── setmyablum.gif
│ │ │ ├── set_save.gif
│ │ │ ├── sidebar_pagenav_bg.gif
│ │ │ ├── small.gif
│ │ │ ├── t1
│ │ │ │ ├── button_co.gif
│ │ │ │ ├── fans_2.gif
│ │ │ │ ├── header_s1.gif
│ │ │ │ ├── hotb_1.gif
│ │ │ │ ├── hotb.gif
│ │ │ │ ├── hotmb_t1.gif
│ │ │ │ ├── hotmb_t2.gif
│ │ │ │ ├── hotmb_t3.gif
│ │ │ │ ├── issueBg2.jpg
│ │ │ │ ├── mainBg.gif
│ │ │ │ ├── rightnav.gif
│ │ │ │ ├── sBtn_bg.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── tigBox_2.gif
│ │ │ ├── t3
│ │ │ │ ├── button_co.gif
│ │ │ │ ├── header_s1.gif
│ │ │ │ ├── hotb_1.gif
│ │ │ │ ├── issueBg2.jpg
│ │ │ │ ├── largeBg_2.jpg
│ │ │ │ ├── mail_s2.gif
│ │ │ │ ├── mail_s3.gif
│ │ │ │ ├── mainBg.gif
│ │ │ │ ├── rightnav.gif
│ │ │ │ ├── sBtn_bg.gif
│ │ │ │ ├── side_bg.gif
│ │ │ │ ├── sideliBg.gif
│ │ │ │ └── tigBox_2.gif
│ │ │ ├── top_2.gif
│ │ │ ├── top_3.gif
│ │ │ ├── top.gif
│ │ │ ├── transparent.gif
│ │ │ ├── tuijian.gif
│ │ │ ├── user_female.gif
│ │ │ ├── user.gif
│ │ │ ├── user_online.gif
│ │ │ ├── video.gif
│ │ │ ├── vip.gif
│ │ │ └── write.gif
│ │ ├── index.htm
│ │ ├── js
│ │ │ ├── admin_script_common.js
│ │ │ ├── allsay.js
│ │ │ ├── city.js
│ │ │ ├── common.js
│ │ │ ├── cookies.js
│ │ │ ├── ibox.js
│ │ │ ├── index.htm
│ │ │ ├── min.js
│ │ │ ├── prototype.pack.js
│ │ │ ├── script_common.js
│ │ │ ├── script_face2.js
│ │ │ ├── script_face.js
│ │ │ ├── share.js
│ │ │ ├── tag.js
│ │ │ ├── thickbox.js
│ │ │ └── validate.js
│ │ ├── member_register.html
│ │ ├── member_step1.html
│ │ ├── member_step2.html
│ │ ├── messager.html
│ │ ├── pm_left_menu.html
│ │ ├── pm_list.html
│ │ ├── pm_view_comment_ajax.html
│ │ ├── pm_view.html
│ │ ├── pm_write.html
│ │ ├── profile_main.html
│ │ ├── report.inc.html
│ │ ├── styles
│ │ │ ├── admincp.css
│ │ │ ├── admin_index.css
│ │ │ ├── admin_login.css
│ │ │ ├── hover.htc
│ │ │ ├── index.css
│ │ │ ├── index.htm
│ │ │ ├── main.css
│ │ │ └── t1.css
│ │ ├── tag_index.html
│ │ ├── tag_list_topic_box.html
│ │ ├── topic_fans.html
│ │ ├── topic_follow.html
│ │ ├── topic_footer.html
│ │ ├── topic_header.html
│ │ ├── topic_hot.html
│ │ ├── topic_index_guest.html
│ │ ├── topic_index.html
│ │ ├── topic_list_ajax.html
│ │ ├── topic_new.html
│ │ ├── topic_reply_list_ajax.html
│ │ ├── topic_right.inc.html
│ │ ├── topic_top.html
│ │ ├── topic_view_comment_ajax.html
│ │ ├── topic_view.html
│ │ ├── topic_vip.html
│ │ ├── tplinfo.php
│ │ ├── weather.inc.1.html
│ │ ├── weather.inc.2.html
│ │ └── weather_main.html
│ ├── tpl_2
│ │ ├── images
│ │ │ ├── button_co.png
│ │ │ ├── header_s1.gif
│ │ │ ├── hotb_1.gif
│ │ │ ├── issueBg2.jpg
│ │ │ ├── largeBg_2.jpg
│ │ │ ├── mainBg.gif
│ │ │ ├── rightnav.gif
│ │ │ ├── sBtn_bg.gif
│ │ │ ├── side_bg.gif
│ │ │ ├── sideliBg.gif
│ │ │ ├── sideliBg.png
│ │ │ └── tigBox_2.gif
│ │ ├── styles
│ │ │ └── t1.css
│ │ └── tplinfo.php
│ ├── tpl_3
│ │ ├── images
│ │ │ ├── button_co.gif
│ │ │ ├── header_s1.gif
│ │ │ ├── hotb_1.gif
│ │ │ ├── issueBg2.jpg
│ │ │ ├── largeBg_2.jpg
│ │ │ ├── mainBg.gif
│ │ │ ├── rightnav.gif
│ │ │ ├── sBtn_bg.gif
│ │ │ ├── side_bg.gif
│ │ │ ├── sideliBg.gif
│ │ │ └── tigBox_2.gif
│ │ ├── styles
│ │ │ └── t1.css
│ │ └── tplinfo.php
│ ├── tpl_4
│ │ ├── images
│ │ │ ├── button_co.gif
│ │ │ ├── header_s1.gif
│ │ │ ├── hotb_1.gif
│ │ │ ├── issueBg2.jpg
│ │ │ ├── largeBg_2.jpg
│ │ │ ├── mainBg.gif
│ │ │ ├── rightnav.gif
│ │ │ ├── sBtn_bg.gif
│ │ │ ├── side_bg.gif
│ │ │ ├── sideliBg.gif
│ │ │ └── tigBox_2.gif
│ │ ├── styles
│ │ │ └── t1.css
│ │ └── tplinfo.php
│ └── tpl_5
│ ├── get_password_main.html
│ ├── global_login_common.html
│ ├── global_login.html
│ ├── images
│ │ ├── accept_2.gif
│ │ ├── accept.gif
│ │ ├── add_2.gif
│ │ ├── add.gif
│ │ ├── admincp
│ │ │ ├── bg_list2.gif
│ │ │ ├── index.htm
│ │ │ ├── leftmenu_bg.gif
│ │ │ ├── leftmenu_t.gif
│ │ │ ├── login.gif
│ │ │ ├── menu_add.gif
│ │ │ ├── menu_reduce.gif
│ │ │ ├── qq.gif
│ │ │ ├── smile.gif
│ │ │ ├── zoomin.gif
│ │ │ └── zoomout.gif
│ │ ├── afficeBoxTop_r1_c2.gif
│ │ ├── album.gif
│ │ ├── approve.gif
│ │ ├── attachicons
│ │ │ ├── av.gif
│ │ │ ├── binary.gif
│ │ │ ├── common.gif
│ │ │ ├── flash.gif
│ │ │ ├── html.gif
│ │ │ ├── image.gif
│ │ │ ├── index.htm
│ │ │ ├── msoffice.gif
│ │ │ ├── pdf.gif
│ │ │ ├── rar.gif
│ │ │ ├── real.gif
│ │ │ ├── text.gif
│ │ │ ├── torrent.gif
│ │ │ └── zip.gif
│ │ ├── bg_button_normal.gif
│ │ ├── bgcolor.gif
│ │ ├── bg_input.gif
│ │ ├── bg_nav.jpg
│ │ ├── big.gif
│ │ ├── bottom_2.gif
│ │ ├── bottom.gif
│ │ ├── box_bg2.jpg
│ │ ├── box_line.gif
│ │ ├── box_selected_bg.jpg
│ │ ├── box_unselected_bg.jpg
│ │ ├── ccc.gif
│ │ ├── cmt_t.gif
│ │ ├── comment_p.gif
│ │ ├── doing.gif
│ │ ├── face
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 1.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 2.gif
│ │ │ ├── 30.gif
│ │ │ ├── 3.gif
│ │ │ ├── 4.gif
│ │ │ ├── 5.gif
│ │ │ ├── 6.gif
│ │ │ ├── 7.gif
│ │ │ ├── 8.gif
│ │ │ ├── 9.gif
│ │ │ └── Thumbs.db
│ │ ├── face.gif
│ │ ├── favicon.ico
│ │ ├── getred.gif
│ │ ├── headerTop.gif
│ │ ├── home_1.gif
│ │ ├── icon
│ │ │ └── check_error.gif
│ │ ├── imgdel.gif
│ │ ├── index
│ │ │ ├── chart.jpg
│ │ │ ├── comment.gif
│ │ │ ├── comments.jpg
│ │ │ ├── promotion.jpg
│ │ │ ├── t_10.gif
│ │ │ ├── t_1.gif
│ │ │ ├── t_2.gif
│ │ │ ├── t_3.gif
│ │ │ ├── t_4.gif
│ │ │ ├── t_5.gif
│ │ │ ├── t_6.gif
│ │ │ ├── t_7.gif
│ │ │ ├── t_8.gif
│ │ │ ├── t_9.gif
│ │ │ └── users.jpg
│ │ ├── index.gif
│ │ ├── index.htm
│ │ ├── index_login.gif
│ │ ├── index_reg.gif
│ │ ├── index_t2.jpg
│ │ ├── inline2.gif
│ │ ├── linedot_2.gif
│ │ ├── linedot.gif
│ │ ├── loading2.gif
│ │ ├── loadingAnimation.gif
│ │ ├── login_5.jpg
│ │ ├── logo.png
│ │ ├── logo_top.jpg
│ │ ├── magnifier_b.cur
│ │ ├── magnifier_s.cur
│ │ ├── modfiyNav.gif
│ │ ├── music.gif
│ │ ├── navCenter.jpg
│ │ ├── navstyle.gif
│ │ ├── nav_user_bg.gif
│ │ ├── newbtn_r1_c2.gif
│ │ ├── newbtn_r1_c2.jpg
│ │ ├── news.js
│ │ ├── nopic.gif
│ │ ├── phone.gif
│ │ ├── pic23.gif
│ │ ├── pic24.gif
│ │ ├── pm.gif
│ │ ├── portalbox_bg.gif
│ │ ├── refresh.gif
│ │ ├── reg_1.gif
│ │ ├── reg_2.gif
│ │ ├── reg_3.gif
│ │ ├── setmyablum.gif
│ │ ├── set_save.gif
│ │ ├── sidebar_pagenav_bg.gif
│ │ ├── t1
│ │ │ ├── button_co.gif
│ │ │ ├── fans_2.gif
│ │ │ ├── header_s1.gif
│ │ │ ├── hotb_1.gif
│ │ │ ├── hotb.gif
│ │ │ ├── hotmb_t1.gif
│ │ │ ├── hotmb_t2.gif
│ │ │ ├── hotmb_t3.gif
│ │ │ ├── issueBg2.jpg
│ │ │ ├── mainBg.gif
│ │ │ ├── rightnav.gif
│ │ │ ├── sBtn_bg.gif
│ │ │ └── tigBox_2.gif
│ │ ├── t3
│ │ │ ├── b11.png
│ │ │ ├── button_co.gif
│ │ │ ├── header_s1.gif
│ │ │ ├── hotb_1.gif
│ │ │ ├── img_add.gif
│ │ │ ├── issueBg2.jpg
│ │ │ ├── largeBg_2.jpg
│ │ │ ├── mainBg.gif
│ │ │ ├── myhome.gif
│ │ │ ├── report.gif
│ │ │ ├── rightnav.gif
│ │ │ ├── sBtn_bg.gif
│ │ │ ├── side_bg.gif
│ │ │ ├── sideliBg.gif
│ │ │ ├── tigBox_2.gif
│ │ │ └── video_add.gif
│ │ ├── top_2.gif
│ │ ├── top_3.gif
│ │ ├── top.gif
│ │ ├── tuijian.gif
│ │ ├── user_female.gif
│ │ ├── user.gif
│ │ ├── user_online.gif
│ │ ├── video.gif
│ │ └── vip.gif
│ ├── index.htm
│ ├── js
│ │ ├── common.js
│ │ ├── cookies.js
│ │ ├── ibox.js
│ │ ├── index.htm
│ │ ├── min.js
│ │ ├── script_common.js
│ │ └── share.js
│ ├── member_register.html
│ ├── member_step1.html
│ ├── member_step2.html
│ ├── messager.html
│ ├── pm_left_menu.html
│ ├── pm_list.html
│ ├── pm_view_comment_ajax.html
│ ├── pm_view.html
│ ├── pm_write.html
│ ├── profile_main.html
│ ├── report.inc.html
│ ├── styles
│ │ ├── main.css
│ │ └── t1.css
│ ├── tag_index.html
│ ├── tag_list_topic_box.html
│ ├── topic_fans.html
│ ├── topic_follow.html
│ ├── topic_footer.html
│ ├── topic_header.html
│ ├── topic_hot.html
│ ├── topic_index_guest.html
│ ├── topic_index.html
│ ├── topic_list_ajax.html
│ ├── topic_new.html
│ ├── topic_reply_list_ajax.html
│ ├── topic_right.inc.html
│ ├── topic_top.html
│ ├── topic_view_comment_ajax.html
│ ├── topic_view.html
│ ├── topic_vip.html
│ ├── tplinfo.php
│ ├── weather.inc.1.html
│ ├── weather.inc.2.html
│ └── weather_main.html
├── uc_client
│ ├── client.php
│ ├── control
│ │ ├── app.php
│ │ ├── cache.php
│ │ ├── domain.php
│ │ ├── feed.php
│ │ ├── friend.php
│ │ ├── index.htm
│ │ ├── mail.php
│ │ ├── pm.php
│ │ ├── tag.php
│ │ └── user.php
│ ├── data
│ │ ├── cache
│ │ │ ├── apps.php
│ │ │ ├── badwords.php
│ │ │ ├── index.htm
│ │ │ └── settings.php
│ │ └── index.htm
│ ├── index.htm
│ ├── lib
│ │ ├── db.class.php
│ │ ├── index.htm
│ │ ├── sendmail.inc.php
│ │ ├── uccode.class.php
│ │ └── xml.class.php
│ └── model
│ ├── app.php
│ ├── base.php
│ ├── cache.php
│ ├── domain.php
│ ├── friend.php
│ ├── index.htm
│ ├── mail.php
│ ├── misc.php
│ ├── note.php
│ ├── pm.php
│ ├── tag.php
│ └── user.php
├── xkzzz.com.txt
├── 侠客站长工具.url
├── 商业源码网.url
├── 安装前阅读.txt
├── 安装必看.htm
├── 站长论坛交流.htm.url
└── 蒋平中是奇人.txt
60 directories, 776 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论