实例介绍
PHP带后台的网址导航免费源码(完整无错).rar
【实例截图】
【核心代码】
ebff7a6e-7dd8-43d7-b642-6f9ffe6fe887
├── 404.htm
├── about
│ ├── aboutUs.htm
│ ├── img
│ │ ├── 58.jpg
│ │ ├── 7k7k.jpg
│ │ ├── 8831logo.gif
│ │ ├── aboutUs.css
│ │ ├── alibaba.jpg
│ │ ├── baidu.jpg
│ │ ├── banner_aboutUs_left.jpg
│ │ ├── banner_aboutUs_right.jpg
│ │ ├── banner_included_left.jpg
│ │ ├── banner_included_right.jpg
│ │ ├── banner_map_left.jpg
│ │ ├── banner_map_right.jpg
│ │ ├── banner_suggest_left.jpg
│ │ ├── banner_suggest_right.jpg
│ │ ├── bg_banner.jpg
│ │ ├── bg_benner_whiteLine.jpg
│ │ ├── bg_bottom.jpg
│ │ ├── bg_mian_about_title.jpg
│ │ ├── bg_mian_heightLine.jpg
│ │ ├── bg_mian_included_title.jpg
│ │ ├── bg_mian_link_bottom.gif
│ │ ├── bg_mian_link.gif
│ │ ├── bg_mian_title.jpg
│ │ ├── bg_thankYou.jpg
│ │ ├── bg_top.jpg
│ │ ├── bg_top_nav.jpg
│ │ ├── bg_topNav_link_active.png
│ │ ├── css_sp_aboutUs.jpg
│ │ ├── daodao.jpg
│ │ ├── face.jpg
│ │ ├── hc360.jpg
│ │ ├── included.css
│ │ ├── indexAd2Img.jpg
│ │ ├── indexAdImg.jpg
│ │ ├── index_bigbar_left.jpg
│ │ ├── index_bigbar_right.jpg
│ │ ├── index_contact_bg.jpg
│ │ ├── index_contact.jpg
│ │ ├── index.css
│ │ ├── index_directions.jpg
│ │ ├── index_fangan.jpg
│ │ ├── index_icon.jpg
│ │ ├── index_partner.jpg
│ │ ├── index_shuoming.jpg
│ │ ├── index_youshi.jpg
│ │ ├── line_aboutUs.gif
│ │ ├── logo.gif
│ │ ├── mian.css
│ │ ├── pcpop.jpg
│ │ ├── qichezhijia.jpg
│ │ ├── qunar.jpg
│ │ ├── ruili.jpg
│ │ ├── siteMap.css
│ │ ├── suggest.css
│ │ ├── taobao.jpg
│ │ ├── Thumbs.db
│ │ ├── youa.jpg
│ │ └── zol.jpg
│ ├── Included.htm
│ ├── index.htm
│ └── siteMap.htm
├── admin
│ ├── applications
│ │ ├── app_common_function.php
│ │ ├── app_db.php
│ │ ├── app_init.php
│ │ ├── app_router.php
│ │ └── app_tpl.php
│ ├── cate.html
│ ├── config
│ │ ├── cfg_constants.php
│ │ └── cfg_database.php
│ ├── controllers
│ │ ├── ctl_114la_union.php
│ │ ├── ctl_advise_index.php
│ │ ├── ctl_auth.php
│ │ ├── ctl_backup.php
│ │ ├── ctl_check_attr.php
│ │ ├── ctl_city_cityclass.php
│ │ ├── ctl_city_coolclass.php
│ │ ├── ctl_city_coolsite.php
│ │ ├── ctl_city_mingzhan.php
│ │ ├── ctl_class.php
│ │ ├── ctl_clear.php
│ │ ├── ctl_config.php
│ │ ├── ctl_cool_class.php
│ │ ├── ctl_cool_site.php
│ │ ├── ctl_famous_loop.php
│ │ ├── ctl_famous_nav.php
│ │ ├── ctl_famous_tab.php
│ │ ├── ctl_feedback.php
│ │ ├── ctl_index.php
│ │ ├── ctl_index_tool.php
│ │ ├── ctl_links.php
│ │ ├── ctl_login.php
│ │ ├── ctl_log.php
│ │ ├── ctl_make_html.php
│ │ ├── ctl_member.php
│ │ ├── ctl_mysites.php
│ │ ├── ctl_mztop.php
│ │ ├── ctl_notice.php
│ │ ├── ctl_plan.php
│ │ ├── ctl_plugin.php
│ │ ├── ctl_recycler.php
│ │ ├── ctl_repair.php
│ │ ├── ctl_restore.php
│ │ ├── ctl_search_class.php
│ │ ├── ctl_search_keyword.php
│ │ ├── ctl_search.php
│ │ ├── ctl_securimage.php
│ │ ├── ctl_security.php
│ │ ├── ctl_site_manage.php
│ │ ├── ctl_sync.php
│ │ ├── ctl_template_manage.php
│ │ ├── ctl_update.php
│ │ ├── ctl_url_add.php
│ │ ├── ctl_zhuanti_class.php
│ │ ├── ctl_zhuanti.php
│ │ └── ctl_zhuanti_site.php
│ ├── data
│ │ ├── authcode
│ │ │ ├── font
│ │ │ │ └── elephant.ttf
│ │ │ └── gdfonts
│ │ │ ├── automatic.gdf
│ │ │ ├── bubblebath.gdf
│ │ │ ├── caveman.gdf
│ │ │ └── crass.gdf
│ │ ├── backup
│ │ ├── conf
│ │ │ ├── filepath.php
│ │ │ ├── sql_config.php
│ │ │ └── template_filename.php
│ │ ├── lang
│ │ │ └── cp_lang_table.php
│ │ └── update
│ │ └── ver.txt
│ ├── index.php
│ ├── list.html
│ ├── modules
│ │ ├── mod_advert.php
│ │ ├── mod_advise_index.php
│ │ ├── mod_auth.php
│ │ ├── mod_cache.php
│ │ ├── mod_city_cityclass.php
│ │ ├── mod_city_coolclass.php
│ │ ├── mod_city_coolsite.php
│ │ ├── mod_city_mingzhan.php
│ │ ├── mod_class.php
│ │ ├── mod_config.php
│ │ ├── mod_cool_class.php
│ │ ├── mod_cool_site.php
│ │ ├── mod_defend.php
│ │ ├── mod_downloader.php
│ │ ├── mod_famous_loop.php
│ │ ├── mod_famous_nav.php
│ │ ├── mod_famous_tab.php
│ │ ├── mod_feedback.php
│ │ ├── mod_file.php
│ │ ├── mod_index_tool.php
│ │ ├── mod_ipstate.php
│ │ ├── mod_links.php
│ │ ├── mod_login.php
│ │ ├── mod_log.php
│ │ ├── mod_mail.php
│ │ ├── mod_make_html.php
│ │ ├── mod_member.php
│ │ ├── mod_mysites_import.php
│ │ ├── mod_mztop.php
│ │ ├── mod_notice.php
│ │ ├── mod_pager.php
│ │ ├── mod_pclzip.php
│ │ ├── mod_pinyin.php
│ │ ├── mod_plan.php
│ │ ├── mod_plugin.php
│ │ ├── mod_recycler.php
│ │ ├── mod_search_class.php
│ │ ├── mod_search_keyword.php
│ │ ├── mod_search.php
│ │ ├── mod_securimage.php
│ │ ├── mod_site_manage.php
│ │ ├── mod_template.php
│ │ ├── mod_update.php
│ │ ├── mod_url_add.php
│ │ ├── mod_zhuanti_class.php
│ │ ├── mod_zhuanti.php
│ │ ├── mod_zhuanti_site.php
│ │ └── smarty
│ │ ├── Config_File.class.php
│ │ ├── debug.tpl
│ │ ├── internals
│ │ │ ├── core.assemble_plugin_filepath.php
│ │ │ ├── core.assign_smarty_interface.php
│ │ │ ├── core.create_dir_structure.php
│ │ │ ├── core.display_debug_console.php
│ │ │ ├── core.get_include_path.php
│ │ │ ├── core.get_microtime.php
│ │ │ ├── core.get_php_resource.php
│ │ │ ├── core.is_secure.php
│ │ │ ├── core.is_trusted.php
│ │ │ ├── core.load_plugins.php
│ │ │ ├── core.load_resource_plugin.php
│ │ │ ├── core.process_cached_inserts.php
│ │ │ ├── core.process_compiled_include.php
│ │ │ ├── core.read_cache_file.php
│ │ │ ├── core.rm_auto.php
│ │ │ ├── core.rmdir.php
│ │ │ ├── core.run_insert_handler.php
│ │ │ ├── core.smarty_include_php.php
│ │ │ ├── core.write_cache_file.php
│ │ │ ├── core.write_compiled_include.php
│ │ │ ├── core.write_compiled_resource.php
│ │ │ └── core.write_file.php
│ │ ├── plugins
│ │ │ ├── block.rewrite.php
│ │ │ ├── block.static.php
│ │ │ ├── block.textformat.php
│ │ │ ├── compiler.assign.php
│ │ │ ├── function.assign_debug_info.php
│ │ │ ├── function.config_load.php
│ │ │ ├── function.counter.php
│ │ │ ├── function.cycle.php
│ │ │ ├── function.debug.php
│ │ │ ├── function.eval.php
│ │ │ ├── function.fetch.php
│ │ │ ├── function.html_checkboxes.php
│ │ │ ├── function.html_image.php
│ │ │ ├── function.html_options.php
│ │ │ ├── function.html_radios.php
│ │ │ ├── function.html_select_date.php
│ │ │ ├── function.html_select_time.php
│ │ │ ├── function.html_table.php
│ │ │ ├── function.mailto.php
│ │ │ ├── function.math.php
│ │ │ ├── function.popup_init.php
│ │ │ ├── function.popup.php
│ │ │ ├── modifier.alexa.php
│ │ │ ├── modifier.capitalize.php
│ │ │ ├── modifier.cat.php
│ │ │ ├── modifier.count_characters.php
│ │ │ ├── modifier.count_paragraphs.php
│ │ │ ├── modifier.count_sentences.php
│ │ │ ├── modifier.count_words.php
│ │ │ ├── modifier.date_format.php
│ │ │ ├── modifier.debug_print_var.php
│ │ │ ├── modifier.default.php
│ │ │ ├── modifier.escape.php
│ │ │ ├── modifier.explode.php
│ │ │ ├── modifier.indent.php
│ │ │ ├── modifier.lower.php
│ │ │ ├── modifier.nl2br.php
│ │ │ ├── modifier.regex_replace.php
│ │ │ ├── modifier.replace.php
│ │ │ ├── modifier.spacify.php
│ │ │ ├── modifier.string_format.php
│ │ │ ├── modifier.strip.php
│ │ │ ├── modifier.strip_tags.php
│ │ │ ├── modifier.truncate.php
│ │ │ ├── modifier.upper.php
│ │ │ ├── modifier.wordwrap.php
│ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ ├── shared.escape_special_chars.php
│ │ │ └── shared.make_timestamp.php
│ │ ├── Smarty.class.php
│ │ └── Smarty_Compiler.class.php
│ ├── static
│ │ ├── css
│ │ │ ├── city.css
│ │ │ └── style.css
│ │ ├── datapicker
│ │ │ ├── css
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_diagonals-thick_15_0b3e6f_40x40.png
│ │ │ │ │ ├── ui-bg_dots-medium_30_0b58a2_4x4.png
│ │ │ │ │ ├── ui-bg_dots-small_20_333333_2x2.png
│ │ │ │ │ ├── ui-bg_dots-small_30_a32d00_2x2.png
│ │ │ │ │ ├── ui-bg_dots-small_40_00498f_2x2.png
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_40_292929_40x100.png
│ │ │ │ │ ├── ui-bg_gloss-wave_20_111111_500x100.png
│ │ │ │ │ ├── ui-icons_00498f_256x240.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_98d2fb_256x240.png
│ │ │ │ │ ├── ui-icons_9ccdfc_256x240.png
│ │ │ │ │ └── ui-icons_ffffff_256x240.png
│ │ │ │ ├── jquery-ui-1.7.1.custom.css
│ │ │ │ ├── ui.accordion.css
│ │ │ │ ├── ui.all.css
│ │ │ │ ├── ui.base.css
│ │ │ │ ├── ui.core.css
│ │ │ │ ├── ui.datepicker.css
│ │ │ │ ├── ui.dialog.css
│ │ │ │ ├── ui.progressbar.css
│ │ │ │ ├── ui.resizable.css
│ │ │ │ ├── ui.slider.css
│ │ │ │ ├── ui.tabs.css
│ │ │ │ └── ui.theme.css
│ │ │ ├── jquery-ui-1.7.1.custom.min.js
│ │ │ ├── ui.core.js
│ │ │ └── ui.datepicker.js
│ │ ├── images
│ │ │ ├── add.gif
│ │ │ ├── arrow.gif
│ │ │ ├── banner.gif
│ │ │ ├── border-arrow.gif
│ │ │ ├── button_01.gif
│ │ │ ├── button_02.gif
│ │ │ ├── class_icon.gif
│ │ │ ├── close_btn.gif
│ │ │ ├── closed.gif
│ │ │ ├── close.gif
│ │ │ ├── cross.gif
│ │ │ ├── header_bg.gif
│ │ │ ├── images.gif
│ │ │ ├── infor-ico.gif
│ │ │ ├── keyword_1.gif
│ │ │ ├── keyword_2.gif
│ │ │ ├── left_bg.gif
│ │ │ ├── lgoin_btn.gif
│ │ │ ├── light.gif
│ │ │ ├── loadding.gif
│ │ │ ├── login_head.gif
│ │ │ ├── logo.gif
│ │ │ ├── open.114la.com.png
│ │ │ ├── open_btn.gif
│ │ │ ├── open.gif
│ │ │ ├── repeat.gif
│ │ │ ├── search.gif
│ │ │ ├── submit.gif
│ │ │ ├── th_bar.gif
│ │ │ ├── Thumbs.db
│ │ │ └── tick.gif
│ │ ├── js
│ │ │ ├── 114la.js
│ │ │ ├── cate_list_manager.js
│ │ │ ├── catgorymanager.js
│ │ │ ├── common.js
│ │ │ ├── jquery-1.3.2.min.js
│ │ │ ├── main.js
│ │ │ ├── opensug_resoucre.js
│ │ │ ├── sidebar.js
│ │ │ └── textboxdrop.js
│ │ └── qrx
│ │ ├── colorpicker.jpg
│ │ ├── graybar.jpg
│ │ ├── grid.gif
│ │ ├── pulldownfc-back.gif
│ │ ├── qrcpicker.js
│ │ ├── qrxpcom.js
│ │ ├── Thumbs.db
│ │ └── transparentpixel.gif
│ └── tpls
│ └── tpls
│ ├── admin
│ │ ├── 114la_union.tpl
│ │ ├── admin.tpl
│ │ ├── advise_index_add.tpl
│ │ ├── advise_index.tpl
│ │ ├── backup.tpl
│ │ ├── city_cityclass_edit.tpl
│ │ ├── city_cityclass_list.tpl
│ │ ├── city_coolclass_edit.tpl
│ │ ├── city_coolclass_list.tpl
│ │ ├── city_coolsite_edit.tpl
│ │ ├── city_coolsite_list.tpl
│ │ ├── city_mingzhan_edit.tpl
│ │ ├── city_mingzhan_list.tpl
│ │ ├── class_list.tpl
│ │ ├── clear_confirm.tpl
│ │ ├── config_agent.tpl
│ │ ├── config_all.tpl
│ │ ├── config_basic.tpl
│ │ ├── config_cc.tpl
│ │ ├── config_fn.tpl
│ │ ├── config_info.tpl
│ │ ├── config_ip.tpl
│ │ ├── config_mail.tpl
│ │ ├── config_stat.tpl
│ │ ├── config_status.tpl
│ │ ├── confirm.tpl
│ │ ├── cool_class.tpl
│ │ ├── cool_site_edit.tpl
│ │ ├── cool_site_list.tpl
│ │ ├── famous_loop_edit.tpl
│ │ ├── famous_loop_list.tpl
│ │ ├── famous_nav_add.tpl
│ │ ├── famous_nav_list.tpl
│ │ ├── famous_tab_edit.tpl
│ │ ├── famous_tab_list.tpl
│ │ ├── feedback_list.tpl
│ │ ├── feedback_show.tpl
│ │ ├── footer.tpl
│ │ ├── header.tpl
│ │ ├── index_tool_edit.tpl
│ │ ├── index_tool_list.tpl
│ │ ├── init.tpl
│ │ ├── ip_deny_list.tpl
│ │ ├── key_site_edit.tpl
│ │ ├── key_site_list.tpl
│ │ ├── keyword_class_edit.tpl
│ │ ├── keyword_class_list.tpl
│ │ ├── links_form.tpl
│ │ ├── links_list.tpl
│ │ ├── log_admin.tpl
│ │ ├── login.tpl
│ │ ├── log_mysql.tpl
│ │ ├── logout.tpl
│ │ ├── log_php.tpl
│ │ ├── make_html_all.tpl
│ │ ├── make_html_catalog.tpl
│ │ ├── make_html_set.tpl
│ │ ├── member_add.tpl
│ │ ├── member_edit.tpl
│ │ ├── member_list.tpl
│ │ ├── member_password.tpl
│ │ ├── menu.tpl
│ │ ├── message.tpl
│ │ ├── mysites.tpl
│ │ ├── mztop_edit.tpl
│ │ ├── mztop_list.tpl
│ │ ├── mztop_site_edit.tpl
│ │ ├── mztop_site_list.tpl
│ │ ├── notice_edit.tpl
│ │ ├── notice_list.tpl
│ │ ├── plan_list.tpl
│ │ ├── plantodo.tpl
│ │ ├── plan.tpl
│ │ ├── plugin.tpl
│ │ ├── recycler_list.tpl
│ │ ├── repair.tpl
│ │ ├── restore.tpl
│ │ ├── search_class_form.tpl
│ │ ├── search_class_list.tpl
│ │ ├── search_form.tpl
│ │ ├── search_keyword_form.tpl
│ │ ├── search_keyword_list.tpl
│ │ ├── search_list.tpl
│ │ ├── site_categories.tpl
│ │ ├── site_edit.tpl
│ │ ├── site_import.tpl
│ │ ├── site_list.tpl
│ │ ├── site_multi_add.tpl
│ │ ├── sync_confirm.tpl
│ │ ├── sync.tpl
│ │ ├── system_info.tpl
│ │ ├── template_form.tpl
│ │ ├── template_list.tpl
│ │ ├── template_manage.tpl
│ │ ├── template_select.tpl
│ │ ├── top.tpl
│ │ ├── update-affirm.tpl
│ │ ├── update-list.tpl
│ │ ├── update-msg.tpl
│ │ ├── url_add_list.tpl
│ │ ├── url_add_show.tpl
│ │ ├── welcome.tpl
│ │ ├── zhuanti_class_edit.tpl
│ │ ├── zhuanti_class_list.tpl
│ │ ├── zhuanti_edit.tpl
│ │ ├── zhuanti_list.tpl
│ │ ├── zhuanti_site_edit.tpl
│ │ └── zhuanti_site_list.tpl
│ └── main
│ ├── basic
│ │ ├── class
│ │ │ ├── class_fangchan.tpl
│ │ │ ├── class_fangchan.tpl.bak
│ │ │ ├── class.tpl
│ │ │ └── class.tpl.bak
│ │ ├── feedback.tpl
│ │ ├── feedback.tpl.bak
│ │ ├── index.tpl
│ │ ├── index.tpl.bak
│ │ ├── kp.tpl
│ │ ├── kp.tpl.bak
│ │ ├── NAME
│ │ ├── PREVIEW.jpg
│ │ ├── topic
│ │ │ ├── topic.tpl
│ │ │ └── topic.tpl.bak
│ │ ├── url_submit.tpl
│ │ └── url_submit.tpl.bak
│ └── default
│ ├── class
│ │ ├── class_fangchan.tpl
│ │ ├── class_fangchan.tpl.bak
│ │ ├── class.tpl
│ │ └── class.tpl.bak
│ ├── feedback.tpl
│ ├── feedback.tpl.bak
│ ├── index.tpl
│ ├── index.tpl.bak
│ ├── kp.tpl
│ ├── kp.tpl.bak
│ ├── NAME
│ ├── PREVIEW.jpg
│ ├── Thumbs.db
│ ├── topic
│ │ ├── topic.tpl
│ │ └── topic.tpl.bak
│ ├── url_submit.tpl
│ └── url_submit.tpl.bak
├── data
│ └── weather
│ ├── i
│ │ ├── 0.png
│ │ ├── 10.png
│ │ ├── 11.png
│ │ ├── 12.png
│ │ ├── 13.png
│ │ ├── 14.png
│ │ ├── 15.png
│ │ ├── 16.png
│ │ ├── 17.png
│ │ ├── 18.png
│ │ ├── 19.png
│ │ ├── 1.png
│ │ ├── 20.png
│ │ ├── 21.png
│ │ ├── 22.png
│ │ ├── 23.png
│ │ ├── 24.png
│ │ ├── 25.png
│ │ ├── 26.png
│ │ ├── 27.png
│ │ ├── 28.png
│ │ ├── 29.png
│ │ ├── 2.png
│ │ ├── 30.png
│ │ ├── 31.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ ├── 8.png
│ │ ├── 9.png
│ │ └── Thumbs.db
│ └── weather.php
├── feedback
│ ├── feedback.php
│ ├── images
│ │ ├── box_bot.gif
│ │ ├── box_con.gif
│ │ ├── box_top.gif
│ │ ├── btn_bg.gif
│ │ ├── code.bmp
│ │ ├── current_ico.gif
│ │ ├── feedback.js
│ │ ├── headbg.gif
│ │ ├── jquery.js
│ │ ├── loading.gif
│ │ ├── logo.gif
│ │ ├── logo.png
│ │ ├── style.css
│ │ └── Thumbs.db
│ └── index.php
├── index.html
├── init.php
├── install
│ ├── app_db.php
│ ├── check_list.php
│ ├── css
│ │ └── style.css
│ ├── data
│ │ ├── cache_famous_loop.php
│ │ ├── cache_famous_tab.php
│ │ ├── cache_mztop.php
│ │ ├── cache_notice.php
│ │ └── install.sql
│ ├── images
│ │ ├── 1.gif
│ │ ├── 2.gif
│ │ ├── 3.gif
│ │ ├── box2_bg.gif
│ │ ├── box_2.gif
│ │ ├── box_bg.gif
│ │ ├── btn_02.gif
│ │ ├── icon_04.gif
│ │ ├── icon_05.gif
│ │ ├── icon_06.gif
│ │ ├── icons.gif
│ │ ├── step3.gif
│ │ ├── step.gif
│ │ ├── Thumbs.db
│ │ └── update.gif
│ ├── index.html
│ ├── index.php
│ ├── install_lang.php
│ └── install.tpl.htm
├── js
│ ├── weather.js
│ └── wz_tianqi.js
├── mail.php
├── robots.txt
├── search.php
├── static
│ ├── basic
│ │ ├── css
│ │ │ ├── dazhong.css
│ │ │ ├── hongse.css
│ │ │ ├── lanse.css
│ │ │ ├── lvse.css
│ │ │ └── nvsheng.css
│ │ ├── js
│ │ │ ├── date.js
│ │ │ ├── fun.js
│ │ │ ├── home.js
│ │ │ ├── hotsearch.js
│ │ │ └── searchbottom.js
│ │ └── media
│ │ └── clock
│ │ ├── 10.mid
│ │ ├── 11.mid
│ │ ├── 12.mid
│ │ ├── 13.mid
│ │ ├── 14.mid
│ │ ├── 15.mid
│ │ ├── 16.mid
│ │ ├── 17.mid
│ │ ├── 18.mid
│ │ ├── 19.mid
│ │ ├── 1.mid
│ │ ├── 20.mid
│ │ ├── 21.mid
│ │ ├── 2.mid
│ │ ├── 3.mid
│ │ ├── 4.mid
│ │ ├── 5.mid
│ │ ├── 6.mid
│ │ ├── 7.mid
│ │ ├── 8.mid
│ │ └── 9.mid
│ ├── css
│ │ ├── dazhong.css
│ │ ├── hongse.css
│ │ ├── lanse.css
│ │ ├── lvse.css
│ │ └── nvsheng.css
│ ├── css2
│ │ ├── dazhong.css
│ │ ├── hongse.css
│ │ ├── lanse.css
│ │ ├── lvse.css
│ │ └── nvsheng.css
│ ├── images
│ │ ├── 8831logo.gif
│ │ ├── bd_bg.gif
│ │ ├── btn.gif
│ │ ├── dazhong
│ │ │ ├── 0.gif
│ │ │ ├── bg_bar1.gif
│ │ │ ├── bg_bar2.gif
│ │ │ ├── bg_cate.gif
│ │ │ ├── bg_dot1.gif
│ │ │ ├── bg_dot.gif
│ │ │ ├── button_backandclose.gif
│ │ │ ├── buy.gif
│ │ │ ├── cy.png
│ │ │ ├── fav.png
│ │ │ ├── google.gif
│ │ │ ├── gouwu.gif
│ │ │ ├── huo.gif
│ │ │ ├── icon.gif
│ │ │ ├── icon_roll.gif
│ │ │ ├── icon_shortcut.png
│ │ │ ├── ico_tag.gif
│ │ │ ├── logo.gif
│ │ │ ├── meu.gif
│ │ │ ├── mp3.gif
│ │ │ ├── n_icon_01.gif
│ │ │ ├── pbody_lbg1.gif
│ │ │ ├── pbody_lbg.gif
│ │ │ ├── pic.gif
│ │ │ ├── ruanjian.png
│ │ │ ├── ss.gif
│ │ │ ├── tblogo.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── top_ico.gif
│ │ │ ├── video.gif
│ │ │ ├── web.gif
│ │ │ └── zd.gif
│ │ ├── del.gif
│ │ ├── eyeballmask.gif
│ │ ├── hongse
│ │ │ ├── bg_bar1.gif
│ │ │ ├── bg_bar2.gif
│ │ │ ├── bg_cate.gif
│ │ │ ├── bg_dot1.gif
│ │ │ ├── bg_dot2.gif
│ │ │ ├── bg_dot.gif
│ │ │ ├── icon.gif
│ │ │ ├── ico_tag.gif
│ │ │ ├── logo.gif
│ │ │ ├── n_icon_01.gif
│ │ │ ├── pbody_lbg1.gif
│ │ │ ├── pbody_lbg.gif
│ │ │ └── Thumbs.db
│ │ ├── lanse
│ │ │ ├── bg_bar1.gif
│ │ │ ├── bg_bar2.gif
│ │ │ ├── bg_cate.gif
│ │ │ ├── bg_dot1.gif
│ │ │ ├── bg_dot2.gif
│ │ │ ├── bg_dot.gif
│ │ │ ├── icon.gif
│ │ │ ├── ico_tag.gif
│ │ │ ├── logo.gif
│ │ │ ├── n_icon_01.gif
│ │ │ ├── pbody_lbg1.gif
│ │ │ ├── pbody_lbg.gif
│ │ │ └── Thumbs.db
│ │ ├── loadding.gif
│ │ ├── logo.gif
│ │ ├── lvse
│ │ │ ├── bg_bar1.gif
│ │ │ ├── bg_bar2.gif
│ │ │ ├── bg_cate.gif
│ │ │ ├── bg_dot1.gif
│ │ │ ├── bg_dot2.gif
│ │ │ ├── bg_dot.gif
│ │ │ ├── icon.gif
│ │ │ ├── ico_tag.gif
│ │ │ ├── logo.gif
│ │ │ ├── n_icon_01.gif
│ │ │ ├── pbody_lbg1.gif
│ │ │ ├── pbody_lbg.gif
│ │ │ └── Thumbs.db
│ │ ├── nvsheng
│ │ │ ├── 0.gif
│ │ │ ├── bg_bar12.gif
│ │ │ ├── bg_bar1.gif
│ │ │ ├── bg_bar2.gif
│ │ │ ├── bg_cate.gif
│ │ │ ├── bg_dot1.gif
│ │ │ ├── bg_dot2.gif
│ │ │ ├── bg_dot3.gif
│ │ │ ├── icon.gif
│ │ │ ├── ico_tag.gif
│ │ │ ├── logo.gif
│ │ │ ├── n_icon_01.gif
│ │ │ ├── pbody_lbg1.gif
│ │ │ ├── pbody_lbg.gif
│ │ │ └── Thumbs.db
│ │ ├── pupil265.gif
│ │ └── Thumbs.db
│ └── js
│ ├── clock.js
│ ├── footer.js
│ ├── fun2.js
│ ├── fun.js
│ ├── header.js
│ ├── home.js
│ ├── hotsearch.js
│ ├── hwInput.js
│ ├── logo.js
│ ├── notice.js
│ ├── pub.js
│ ├── searchbottom.js
│ └── YowaoSX.js
├── tool
│ ├── bianminchaxun.html
│ ├── caipiao
│ │ ├── ball_blue.gif
│ │ ├── ball_red.gif
│ │ ├── caipiao.css
│ │ ├── ld.jpg
│ │ ├── rg.jpg
│ │ ├── Thumbs.db
│ │ ├── touzhu.gif
│ │ └── zoushi.gif
│ ├── caipiao.php
│ ├── clock.swf
│ ├── download
│ │ ├── a_bg.gif
│ │ ├── arrow.gif
│ │ ├── b1.jpg
│ │ ├── bg.gif
│ │ ├── content_bg.gif
│ │ ├── down.js
│ │ ├── header_bg.gif
│ │ ├── li_bg.gif
│ │ ├── logo.gif
│ │ ├── style.css
│ │ └── Thumbs.db
│ ├── download.htm
│ ├── gongyi
│ │ ├── banmian_r1_c1.jpg
│ │ ├── gy.jpg
│ │ ├── hong.gif
│ │ ├── qsn.jpg
│ │ ├── soong.jpg
│ │ ├── Thumbs.db
│ │ ├── women_child.jpg
│ │ └── xwgc.jpg
│ ├── gongyi.htm
│ ├── images
│ │ ├── but.gif
│ │ ├── icon_roll.gif
│ │ ├── long.gif
│ │ └── Thumbs.db
│ ├── kuaidi
│ │ ├── ems.jpg
│ │ ├── express.jpg
│ │ ├── huit.jpg
│ │ ├── sto.jpg
│ │ ├── Thumbs.db
│ │ ├── ttk.jpg
│ │ ├── yt.jpg
│ │ ├── yunda.jpg
│ │ └── zto.jpg
│ ├── nz
│ │ ├── clock
│ │ │ ├── 2008.css
│ │ │ ├── calendar.css
│ │ │ ├── calendar.js
│ │ │ ├── checkClocka.js
│ │ │ ├── close2.gif
│ │ │ ├── mid
│ │ │ │ ├── 10.mid
│ │ │ │ ├── 11.mid
│ │ │ │ ├── 12.mid
│ │ │ │ ├── 13.mid
│ │ │ │ ├── 14.mid
│ │ │ │ ├── 15.mid
│ │ │ │ ├── 1.mid
│ │ │ │ ├── 2.mid
│ │ │ │ ├── 3.mid
│ │ │ │ ├── 4.mid
│ │ │ │ ├── 5.mid
│ │ │ │ ├── 6.mid
│ │ │ │ ├── 7.mid
│ │ │ │ ├── 8.mid
│ │ │ │ └── 9.mid
│ │ │ ├── ms_bg1.gif
│ │ │ ├── ms_bg2.gif
│ │ │ ├── msbg.gif
│ │ │ ├── ms_line.gif
│ │ │ ├── rili.gif
│ │ │ ├── setClocka.js
│ │ │ ├── sztx_bg.gif
│ │ │ ├── sztx.gif
│ │ │ └── txbar.gif
│ │ └── index.htm
│ ├── ruanjian.htm
│ ├── shouji
│ │ ├── banner.gif
│ │ ├── icons.gif
│ │ ├── mb.gif
│ │ ├── sj.css
│ │ ├── Thumbs.db
│ │ └── w_bg.gif
│ ├── shouji.htm
│ ├── soft
│ │ ├── img
│ │ │ ├── 1jian.jpg
│ │ │ ├── 360box.gif
│ │ │ ├── 360.gif
│ │ │ ├── bfyy.gif
│ │ │ ├── bitcomet.gif
│ │ │ ├── caj.gif
│ │ │ ├── cdbxpp.gif
│ │ │ ├── chrome.gif
│ │ │ ├── ciba.gif
│ │ │ ├── cuteftp.gif
│ │ │ ├── drweb.gif
│ │ │ ├── emule.gif
│ │ │ ├── fenxing.gif
│ │ │ ├── firefox.gif
│ │ │ ├── flashget.gif
│ │ │ ├── flashplayer.gif
│ │ │ ├── Foxmail.gif
│ │ │ ├── ftp.gif
│ │ │ ├── gw.gif
│ │ │ ├── gx.gif
│ │ │ ├── hi.gif
│ │ │ ├── huo.gif
│ │ │ ├── ie7_20.png
│ │ │ ├── jpwb.gif
│ │ │ ├── jy.gif
│ │ │ ├── kaspersky.gif
│ │ │ ├── kav32.gif
│ │ │ ├── kmplayer.gif
│ │ │ ├── kugou.gif
│ │ │ ├── maxthon.gif
│ │ │ ├── msn.gif
│ │ │ ├── neoimg.gif
│ │ │ ├── nero8.gif
│ │ │ ├── nod32.gif
│ │ │ ├── office.gif
│ │ │ ├── ones.gif
│ │ │ ├── page.css
│ │ │ ├── pctutu.gif
│ │ │ ├── pdf.gif
│ │ │ ├── pplive.gif
│ │ │ ├── ps.gif
│ │ │ ├── qq.gif
│ │ │ ├── qqmusic.gif
│ │ │ ├── qqyinying.gif
│ │ │ ├── qudong.gif
│ │ │ ├── qvod.gif
│ │ │ ├── rising.gif
│ │ │ ├── sogopy.gif
│ │ │ ├── ths.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── thunder.gif
│ │ │ ├── tt.gif
│ │ │ ├── uc.gif
│ │ │ ├── ulead.gif
│ │ │ ├── uTorrent.gif
│ │ │ ├── wangwang.gif
│ │ │ ├── wanmei.gif
│ │ │ ├── winrar.gif
│ │ │ ├── xp.gif
│ │ │ ├── yg.gif
│ │ │ └── yy.gif
│ │ └── index.html
│ ├── taobao
│ │ ├── images
│ │ │ ├── bg.jpg
│ │ │ ├── s_cap_1.gif
│ │ │ ├── s_cap_2.gif
│ │ │ ├── s_cap_3.gif
│ │ │ ├── s_cap_4.gif
│ │ │ ├── s_cap_5.gif
│ │ │ ├── sc.png
│ │ │ ├── s_crown_1.gif
│ │ │ └── s_crown_2.gif
│ │ ├── index.html
│ │ ├── taobao_bg.gif
│ │ ├── taobao.css
│ │ └── Thumbs.db
│ ├── tool.htm
│ └── weather.htm
└── url-submit
└── index.php
76 directories, 864 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论