在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → php网站项目

php网站项目

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:1.26M
  • 下载次数:5
  • 浏览次数:40
  • 发布时间:2023-11-20
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: php 项目 hp 网站

实例介绍

【实例简介】php网站项目
php网站应用php的同时还包含了mysql数据库的应用是php mysql的经典例案

【实例截图】

from clipboard

from clipboard

from clipboard

【核心代码】

.
├── PHPEnterCMS_4.1.2
│   └── PHPEnterCMS_4.1.2
│       ├── LICENSE.txt
│       ├── aboutus.php
│       ├── addnews.php
│       ├── admin
│       │   ├── addcat.php
│       │   ├── addcsub.php
│       │   ├── addcsuby.php
│       │   ├── admfooter.php
│       │   ├── admheader.php
│       │   ├── announ.php
│       │   ├── banners.php
│       │   ├── config.php
│       │   ├── deletecat.php
│       │   ├── deletemail.php
│       │   ├── deletemedia.php
│       │   ├── deletenews.php
│       │   ├── deletepublic.php
│       │   ├── deleterevs.php
│       │   ├── deletevideo.php
│       │   ├── delimage.php
│       │   ├── editcat.php
│       │   ├── editsub.php
│       │   ├── footer.php
│       │   ├── form.php
│       │   ├── functions.php
│       │   ├── gallery.php
│       │   ├── header.php
│       │   ├── horad.php
│       │   ├── images
│       │   │   ├── add.png
│       │   │   ├── banner.png
│       │   │   ├── bullet.gif
│       │   │   ├── categories.png
│       │   │   ├── configuration.png
│       │   │   ├── delete.png
│       │   │   ├── edit.png
│       │   │   ├── error.png
│       │   │   ├── gallery.png
│       │   │   ├── header.jpg
│       │   │   ├── home.png
│       │   │   ├── index.php
│       │   │   ├── info.png
│       │   │   ├── menu.jpg
│       │   │   ├── nav_bg.gif
│       │   │   ├── news.png
│       │   │   ├── support.png
│       │   │   ├── users.png
│       │   │   └── videos.png
│       │   ├── index.php
│       │   ├── list_search.php
│       │   ├── loadsub.php
│       │   ├── menage.php
│       │   ├── messages.php
│       │   ├── meta.php
│       │   ├── modactive.php
│       │   ├── modules.php
│       │   ├── newsletter.php
│       │   ├── pages.php
│       │   ├── protect.php
│       │   ├── reviews.php
│       │   ├── securesession.class.php
│       │   ├── setcat.php
│       │   ├── setuser.php
│       │   ├── signin.php
│       │   ├── signout.php
│       │   ├── style.css
│       │   ├── timeline.php
│       │   ├── user.php
│       │   ├── user_search.php
│       │   ├── video_search.php
│       │   ├── videom.php
│       │   └── videos.php
│       ├── archget.php
│       ├── archive.php
│       ├── bookform.php
│       ├── bookmark.php
│       ├── bookset.php
│       ├── browse.php
│       ├── categories.php
│       ├── comment.php
│       ├── commenty.php
│       ├── confirm.php
│       ├── delete.php
│       ├── edit.php
│       ├── editnews.php
│       ├── form.php
│       ├── gallery.php
│       ├── index.php
│       ├── insert.php
│       ├── install
│       │   ├── css
│       │   │   ├── go.png
│       │   │   ├── icon.png
│       │   │   ├── styles.css
│       │   │   └── warning.png
│       │   ├── index.php
│       │   ├── install1.php
│       │   ├── install2.php
│       │   ├── install3.php
│       │   └── install4.php
│       ├── languages
│       │   ├── index.php
│       │   ├── lang_english.conf
│       │   ├── lang_english.php
│       │   ├── lang_italian.conf
│       │   ├── lang_italian.php
│       │   ├── lang_spanish.conf
│       │   ├── lang_spanish.php
│       │   ├── lang_turkish.conf
│       │   └── lang_turkish.php
│       ├── libs
│       │   ├── Smarty.class.php
│       │   ├── SmartyPaginate.class.php
│       │   ├── debug.tpl
│       │   ├── index.php
│       │   ├── plugins
│       │   │   ├── block.html_table_adv.php
│       │   │   ├── block.php.php
│       │   │   ├── block.table_foreach.php
│       │   │   ├── block.textformat.php
│       │   │   ├── function.counter.php
│       │   │   ├── function.cycle.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.menu.php
│       │   │   ├── function.menu_init.php
│       │   │   ├── function.paginate_first.php
│       │   │   ├── function.paginate_last.php
│       │   │   ├── function.paginate_middle.php
│       │   │   ├── function.paginate_next.php
│       │   │   ├── function.paginate_prev.php
│       │   │   ├── function.popup.php
│       │   │   ├── function.popup_init.php
│       │   │   ├── index.php
│       │   │   ├── modifier.CloseTags.php
│       │   │   ├── modifier.capitalize.php
│       │   │   ├── modifier.date_format.php
│       │   │   ├── modifier.debug_print_var.php
│       │   │   ├── modifier.escape.php
│       │   │   ├── modifier.html_substr.php
│       │   │   ├── modifier.regex_replace.php
│       │   │   ├── modifier.replace.php
│       │   │   ├── modifier.sortby.php
│       │   │   ├── modifier.spacify.php
│       │   │   ├── modifier.timeAgo.php
│       │   │   ├── modifier.truncate.php
│       │   │   ├── modifiercompiler.cat.php
│       │   │   ├── modifiercompiler.count_characters.php
│       │   │   ├── modifiercompiler.count_paragraphs.php
│       │   │   ├── modifiercompiler.count_sentences.php
│       │   │   ├── modifiercompiler.count_words.php
│       │   │   ├── modifiercompiler.default.php
│       │   │   ├── modifiercompiler.indent.php
│       │   │   ├── modifiercompiler.lower.php
│       │   │   ├── modifiercompiler.noprint.php
│       │   │   ├── modifiercompiler.string_format.php
│       │   │   ├── modifiercompiler.strip.php
│       │   │   ├── modifiercompiler.strip_tags.php
│       │   │   ├── modifiercompiler.upper.php
│       │   │   ├── modifiercompiler.wordwrap.php
│       │   │   ├── outputfilter.trimwhitespace.php
│       │   │   ├── shared.escape_special_chars.php
│       │   │   ├── shared.make_timestamp.php
│       │   │   └── variablefilter.htmlspecialchars.php
│       │   └── sysplugins
│       │       ├── index.php
│       │       ├── smarty_internal_cacheresource_file.php
│       │       ├── smarty_internal_compile_append.php
│       │       ├── smarty_internal_compile_assign.php
│       │       ├── smarty_internal_compile_block.php
│       │       ├── smarty_internal_compile_break.php
│       │       ├── smarty_internal_compile_call.php
│       │       ├── smarty_internal_compile_capture.php
│       │       ├── smarty_internal_compile_config_load.php
│       │       ├── smarty_internal_compile_continue.php
│       │       ├── smarty_internal_compile_debug.php
│       │       ├── smarty_internal_compile_eval.php
│       │       ├── smarty_internal_compile_extends.php
│       │       ├── smarty_internal_compile_for.php
│       │       ├── smarty_internal_compile_foreach.php
│       │       ├── smarty_internal_compile_function.php
│       │       ├── smarty_internal_compile_if.php
│       │       ├── smarty_internal_compile_include.php
│       │       ├── smarty_internal_compile_include_php.php
│       │       ├── smarty_internal_compile_insert.php
│       │       ├── smarty_internal_compile_ldelim.php
│       │       ├── smarty_internal_compile_nocache.php
│       │       ├── smarty_internal_compile_private_block_plugin.php
│       │       ├── smarty_internal_compile_private_function_plugin.php
│       │       ├── smarty_internal_compile_private_modifier.php
│       │       ├── smarty_internal_compile_private_object_block_function.php
│       │       ├── smarty_internal_compile_private_object_function.php
│       │       ├── smarty_internal_compile_private_print_expression.php
│       │       ├── smarty_internal_compile_private_registered_block.php
│       │       ├── smarty_internal_compile_private_registered_function.php
│       │       ├── smarty_internal_compile_private_special_variable.php
│       │       ├── smarty_internal_compile_rdelim.php
│       │       ├── smarty_internal_compile_section.php
│       │       ├── smarty_internal_compile_while.php
│       │       ├── smarty_internal_compilebase.php
│       │       ├── smarty_internal_config.php
│       │       ├── smarty_internal_config_file_compiler.php
│       │       ├── smarty_internal_configfilelexer.php
│       │       ├── smarty_internal_configfileparser.php
│       │       ├── smarty_internal_data.php
│       │       ├── smarty_internal_debug.php
│       │       ├── smarty_internal_filter.php
│       │       ├── smarty_internal_filter_handler.php
│       │       ├── smarty_internal_function_call_handler.php
│       │       ├── smarty_internal_nocache_insert.php
│       │       ├── smarty_internal_parsetree.php
│       │       ├── smarty_internal_register.php
│       │       ├── smarty_internal_resource_eval.php
│       │       ├── smarty_internal_resource_extends.php
│       │       ├── smarty_internal_resource_file.php
│       │       ├── smarty_internal_resource_php.php
│       │       ├── smarty_internal_resource_registered.php
│       │       ├── smarty_internal_resource_stream.php
│       │       ├── smarty_internal_resource_string.php
│       │       ├── smarty_internal_smartytemplatecompiler.php
│       │       ├── smarty_internal_template.php
│       │       ├── smarty_internal_templatecompilerbase.php
│       │       ├── smarty_internal_templatelexer.php
│       │       ├── smarty_internal_templateparser.php
│       │       ├── smarty_internal_utility.php
│       │       ├── smarty_internal_wrapper.php
│       │       ├── smarty_internal_write_file.php
│       │       └── smarty_security.php
│       ├── link.php
│       ├── maxthumb
│       │   ├── admin.jpg
│       │   └── index.php
│       ├── members.php
│       ├── message.php
│       ├── messages.php
│       ├── messid.php
│       ├── minthumb
│       │   ├── admin.jpg
│       │   └── index.php
│       ├── news.php
│       ├── post.php
│       ├── postimg.php
│       ├── postube.php
│       ├── print.php
│       ├── privacy.php
│       ├── profile.php
│       ├── recaptchalib.php
│       ├── recomend.php
│       ├── recovery.php
│       ├── reset.php
│       ├── robots.txt
│       ├── rss.php
│       ├── rsscat.php
│       ├── rssid.php
│       ├── scripts
│       │   ├── error.jpg
│       │   ├── index.php
│       │   ├── jquery-1.3.1.min.js
│       │   ├── jquery-1.5.1.min.js
│       │   ├── jquery-blink.js
│       │   ├── jquery-ui-1.8.14.custom.min.js
│       │   ├── jquery-ui-1.8.2.custom.min.js
│       │   ├── jquery.effects.bounce.js
│       │   ├── jquery.js
│       │   ├── jquery.min.js
│       │   ├── pirobox_extended.js
│       │   ├── pirobox_extended_min.js
│       │   ├── scripts.js
│       │   └── tiny_mce
│       │       ├── langs
│       │       │   └── en.js
│       │       ├── license.txt
│       │       ├── plugins
│       │       │   ├── advimage
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── css
│       │       │   │   │   └── advimage.css
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── img
│       │       │   │   │   └── sample.gif
│       │       │   │   ├── js
│       │       │   │   │   └── image.js
│       │       │   │   ├── langs
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── advlink
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── css
│       │       │   │   │   └── advlink.css
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── js
│       │       │   │   │   └── advlink.js
│       │       │   │   ├── langs
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── advlist
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── autolink
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── autoresize
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── contextmenu
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── directionality
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── example
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── img
│       │       │   │   │   └── example.gif
│       │       │   │   ├── js
│       │       │   │   │   └── dialog.js
│       │       │   │   ├── langs
│       │       │   │   │   ├── en.js
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── example_dependency
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── fullpage
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── css
│       │       │   │   │   └── fullpage.css
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── js
│       │       │   │   │   └── fullpage.js
│       │       │   │   ├── langs
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── fullscreen
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── insertdatetime
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── legacyoutput
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── media
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── css
│       │       │   │   │   └── media.css
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── js
│       │       │   │   │   ├── embed.js
│       │       │   │   │   └── media.js
│       │       │   │   ├── langs
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── moxieplayer.swf
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── paste
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── js
│       │       │   │   │   ├── pastetext.js
│       │       │   │   │   └── pasteword.js
│       │       │   │   ├── langs
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── preview
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── jscripts
│       │       │   │   │   └── embed.js
│       │       │   │   ├── preview.php
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── style
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── css
│       │       │   │   │   └── props.css
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── js
│       │       │   │   │   └── props.js
│       │       │   │   ├── langs
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── tabfocus
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── template
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── css
│       │       │   │   │   └── template.css
│       │       │   │   ├── editor_plugin.js
│       │       │   │   ├── editor_plugin_src.js
│       │       │   │   ├── js
│       │       │   │   │   └── template.js
│       │       │   │   ├── langs
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   ├── visualchars
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   ├── wordcount
│       │       │   │   ├── editor_plugin.js
│       │       │   │   └── editor_plugin_src.js
│       │       │   └── xhtmlxtras
│       │       │       ├── 369网址大全.url
│       │       │       ├── css
│       │       │       │   ├── attributes.css
│       │       │       │   └── popup.css
│       │       │       ├── editor_plugin.js
│       │       │       ├── editor_plugin_src.js
│       │       │       ├── js
│       │       │       │   ├── abbr.js
│       │       │       │   ├── acronym.js
│       │       │       │   ├── attributes.js
│       │       │       │   ├── cite.js
│       │       │       │   ├── del.js
│       │       │       │   ├── element_common.js
│       │       │       │   └── ins.js
│       │       │       ├── langs
│       │       │       │   └── en_dlg.js
│       │       │       ├── 支持我们.reg
│       │       │       └── 免费网页游戏.html
│       │       ├── themes
│       │       │   ├── advanced
│       │       │   │   ├── 369网址大全.url
│       │       │   │   ├── editor_template.js
│       │       │   │   ├── editor_template_src.js
│       │       │   │   ├── img
│       │       │   │   │   ├── colorpicker.jpg
│       │       │   │   │   ├── flash.gif
│       │       │   │   │   ├── icons.gif
│       │       │   │   │   ├── iframe.gif
│       │       │   │   │   ├── pagebreak.gif
│       │       │   │   │   ├── quicktime.gif
│       │       │   │   │   ├── realmedia.gif
│       │       │   │   │   ├── shockwave.gif
│       │       │   │   │   ├── trans.gif
│       │       │   │   │   ├── video.gif
│       │       │   │   │   └── windowsmedia.gif
│       │       │   │   ├── js
│       │       │   │   │   ├── about.js
│       │       │   │   │   ├── anchor.js
│       │       │   │   │   ├── charmap.js
│       │       │   │   │   ├── color_picker.js
│       │       │   │   │   ├── image.js
│       │       │   │   │   ├── link.js
│       │       │   │   │   └── source_editor.js
│       │       │   │   ├── langs
│       │       │   │   │   ├── en.js
│       │       │   │   │   └── en_dlg.js
│       │       │   │   ├── skins
│       │       │   │   │   ├── default
│       │       │   │   │   │   ├── content.css
│       │       │   │   │   │   ├── dialog.css
│       │       │   │   │   │   ├── img
│       │       │   │   │   │   │   ├── buttons.png
│       │       │   │   │   │   │   ├── items.gif
│       │       │   │   │   │   │   ├── menu_arrow.gif
│       │       │   │   │   │   │   ├── menu_check.gif
│       │       │   │   │   │   │   ├── progress.gif
│       │       │   │   │   │   │   └── tabs.gif
│       │       │   │   │   │   └── ui.css
│       │       │   │   │   ├── highcontrast
│       │       │   │   │   │   ├── content.css
│       │       │   │   │   │   ├── dialog.css
│       │       │   │   │   │   └── ui.css
│       │       │   │   │   └── o2k7
│       │       │   │   │       ├── content.css
│       │       │   │   │       ├── dialog.css
│       │       │   │   │       ├── img
│       │       │   │   │       │   ├── button_bg.png
│       │       │   │   │       │   ├── button_bg_black.png
│       │       │   │   │       │   └── button_bg_silver.png
│       │       │   │   │       ├── ui.css
│       │       │   │   │       ├── ui_black.css
│       │       │   │   │       └── ui_silver.css
│       │       │   │   ├── 支持我们.reg
│       │       │   │   └── 免费网页游戏.html
│       │       │   └── simple
│       │       │       ├── editor_template.js
│       │       │       ├── editor_template_src.js
│       │       │       ├── img
│       │       │       │   └── icons.gif
│       │       │       ├── langs
│       │       │       │   └── en.js
│       │       │       └── skins
│       │       │           ├── default
│       │       │           │   ├── content.css
│       │       │           │   └── ui.css
│       │       │           └── o2k7
│       │       │               ├── content.css
│       │       │               ├── img
│       │       │               │   └── button_bg.png
│       │       │               └── ui.css
│       │       ├── tiny_mce.js
│       │       ├── tiny_mce_popup.js
│       │       ├── tiny_mce_src.js
│       │       └── utils
│       │           ├── editable_selects.js
│       │           ├── form_utils.js
│       │           ├── mctabs.js
│       │           └── validate.js
│       ├── search.php
│       ├── send.php
│       ├── sendv.php
│       ├── settings.php
│       ├── signin.php
│       ├── signout.php
│       ├── signup.php
│       ├── tella.php
│       ├── temp
│       │   ├── cache
│       │   │   ├── 369网址大全.url
│       │   │   ├── 支持我们.reg
│       │   │   └── 免费网页游戏.html
│       │   ├── index.php
│       │   └── templates_c
│       │       ├── 369网址大全.url
│       │       ├── 支持我们.reg
│       │       └── 免费网页游戏.html
│       ├── templates
│       │   ├── classic
│       │   │   ├── aboutus.php
│       │   │   ├── archget.php
│       │   │   ├── archive.php
│       │   │   ├── blank.php
│       │   │   ├── browse.php
│       │   │   ├── categories.php
│       │   │   ├── footer.php
│       │   │   ├── form.php
│       │   │   ├── formyu.php
│       │   │   ├── gallery.php
│       │   │   ├── index.php
│       │   │   ├── main.php
│       │   │   ├── maindir.php
│       │   │   ├── mblank.php
│       │   │   ├── members.php
│       │   │   ├── news.php
│       │   │   ├── print.php
│       │   │   ├── privacy.php
│       │   │   ├── profile.php
│       │   │   ├── rss.php
│       │   │   ├── rsscat.php
│       │   │   ├── rssid.php
│       │   │   ├── search.php
│       │   │   ├── sidebar.php
│       │   │   ├── sivideo.php
│       │   │   ├── styles
│       │   │   │   ├── archget.css
│       │   │   │   ├── archive.css
│       │   │   │   ├── browse.css
│       │   │   │   ├── categories.css
│       │   │   │   ├── css_pirobox
│       │   │   │   │   ├── style_1
│       │   │   │   │   │   ├── bottom_nav.png
│       │   │   │   │   │   ├── caption.png
│       │   │   │   │   │   ├── close.png
│       │   │   │   │   │   ├── loadinfo.gif
│       │   │   │   │   │   ├── new_skin.png
│       │   │   │   │   │   ├── new_skin_left.png
│       │   │   │   │   │   ├── new_skin_top.png
│       │   │   │   │   │   ├── next.png
│       │   │   │   │   │   ├── prev.png
│       │   │   │   │   │   └── style.css
│       │   │   │   │   └── style_2
│       │   │   │   │       ├── bottom_nav.png
│       │   │   │   │       ├── caption.png
│       │   │   │   │       ├── close.png
│       │   │   │   │       ├── loadinfo.gif
│       │   │   │   │       ├── new_skin.png
│       │   │   │   │       ├── new_skin_left.png
│       │   │   │   │       ├── new_skin_top.png
│       │   │   │   │       ├── next.png
│       │   │   │   │       ├── prev.png
│       │   │   │   │       └── style.css
│       │   │   │   ├── gallery.css
│       │   │   │   ├── images
│       │   │   │   │   ├── adsense.jpg
│       │   │   │   │   ├── bg.png
│       │   │   │   │   ├── bg_infobox.gif
│       │   │   │   │   ├── bg_infobox.png
│       │   │   │   │   ├── bullet.gif
│       │   │   │   │   ├── calendar.gif
│       │   │   │   │   ├── cc.gif
│       │   │   │   │   ├── circle.gif
│       │   │   │   │   ├── circle.png
│       │   │   │   │   ├── close.png
│       │   │   │   │   ├── close_btn_h.png
│       │   │   │   │   ├── comment.gif
│       │   │   │   │   ├── comment.png
│       │   │   │   │   ├── comments.gif
│       │   │   │   │   ├── delete.png
│       │   │   │   │   ├── delicious.png
│       │   │   │   │   ├── digg.png
│       │   │   │   │   ├── document.gif
│       │   │   │   │   ├── edit.png
│       │   │   │   │   ├── editnews.gif
│       │   │   │   │   ├── editnews.png
│       │   │   │   │   ├── error.png
│       │   │   │   │   ├── exit.png
│       │   │   │   │   ├── facebook.png
│       │   │   │   │   ├── favicon.ico
│       │   │   │   │   ├── ff.gif
│       │   │   │   │   ├── h1.png
│       │   │   │   │   ├── h2.jpg
│       │   │   │   │   ├── home.gif
│       │   │   │   │   ├── homes.png
│       │   │   │   │   ├── index.php
│       │   │   │   │   ├── info.png
│       │   │   │   │   ├── legend.jpg
│       │   │   │   │   ├── link-broken.png
│       │   │   │   │   ├── link.png
│       │   │   │   │   ├── links.gif
│       │   │   │   │   ├── login.gif
│       │   │   │   │   ├── messag.png
│       │   │   │   │   ├── message.png
│       │   │   │   │   ├── messages.png
│       │   │   │   │   ├── more.gif
│       │   │   │   │   ├── newstory.png
│       │   │   │   │   ├── noimage.png
│       │   │   │   │   ├── overlay.png
│       │   │   │   │   ├── penguin.png
│       │   │   │   │   ├── plus.png
│       │   │   │   │   ├── print.png
│       │   │   │   │   ├── reply.png
│       │   │   │   │   ├── rsend.png
│       │   │   │   │   ├── rss.gif
│       │   │   │   │   ├── rss.png
│       │   │   │   │   ├── rssgoogle.gif
│       │   │   │   │   ├── rsslocal.gif
│       │   │   │   │   ├── rssyahoo.gif
│       │   │   │   │   ├── search.png
│       │   │   │   │   ├── send.png
│       │   │   │   │   ├── sidebar.png
│       │   │   │   │   ├── sign-out.png
│       │   │   │   │   ├── star.png
│       │   │   │   │   ├── star_blank.png
│       │   │   │   │   ├── stars0.gif
│       │   │   │   │   ├── stars1.gif
│       │   │   │   │   ├── stars2.gif
│       │   │   │   │   ├── stars3.gif
│       │   │   │   │   ├── stars4.gif
│       │   │   │   │   ├── stars5.gif
│       │   │   │   │   ├── story-img.gif
│       │   │   │   │   ├── stumbleupon.png
│       │   │   │   │   ├── technorati.png
│       │   │   │   │   ├── transparent.png
│       │   │   │   │   ├── twitter.png
│       │   │   │   │   ├── under.gif
│       │   │   │   │   ├── v_home.png
│       │   │   │   │   ├── widget.gif
│       │   │   │   │   ├── writer.png
│       │   │   │   │   ├── yahoo.png
│       │   │   │   │   └── youtube.png
│       │   │   │   ├── index.php
│       │   │   │   ├── main.css
│       │   │   │   ├── members.css
│       │   │   │   ├── message.css
│       │   │   │   ├── news.css
│       │   │   │   ├── pages.css
│       │   │   │   ├── profile.css
│       │   │   │   ├── rsscat.css
│       │   │   │   ├── search.css
│       │   │   │   ├── style.css
│       │   │   │   ├── timeline.css
│       │   │   │   ├── toprated.css
│       │   │   │   ├── video.css
│       │   │   │   └── videoinc.css
│       │   │   ├── subdir.php
│       │   │   ├── submit.php
│       │   │   ├── submit1.php
│       │   │   ├── submit_tree.php
│       │   │   ├── terms.php
│       │   │   ├── timeline.php
│       │   │   ├── toprated.php
│       │   │   ├── video.php
│       │   │   ├── videocc.php
│       │   │   └── videoinc.php
│       │   └── index.php
│       ├── terms.php
│       ├── timeline.php
│       ├── toprated.php
│       ├── uploads
│       │   └── index.php
│       ├── video.php
│       ├── videoinc.php
│       └── 源码之家说明.txt
└── php网站项目_PHP_Enter.rar

96 directories, 620 files


标签: php 项目 hp 网站

实例下载地址

php网站项目

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警