【实例简介】基于PHP的新闻博客系统案例源代码....
【实例截图】
【核心代码】
.
├── 5t6t网_基于PHP的新闻博客系统案例源代码.rar
└── 新闻博客系统
├── cms
│ ├── --install.php
│ ├── --install.sql
│ ├── action.php
│ ├── atom.php
│ ├── config.php
│ ├── createaccount.html
│ ├── extra
│ │ └── fancyurls
│ │ ├── archive
│ │ ├── archives
│ │ ├── blog
│ │ ├── category
│ │ ├── fancyurls.config.php
│ │ ├── item
│ │ └── member
│ ├── index.php
│ ├── media
│ │ ├── 1
│ │ └── readme.txt
│ ├── nucleus
│ │ ├── bookmarklet.php
│ │ ├── documentation
│ │ │ ├── devdocs
│ │ │ │ ├── custominstall.html
│ │ │ │ ├── index.html
│ │ │ │ ├── plugins.html
│ │ │ │ ├── sqltables.html
│ │ │ │ ├── styles
│ │ │ │ │ └── manual.css
│ │ │ │ └── xmlrpc.html
│ │ │ ├── help.html
│ │ │ ├── history.html
│ │ │ ├── icon-help.gif
│ │ │ ├── icon-up.gif
│ │ │ ├── index.html
│ │ │ ├── pics
│ │ │ │ ├── chmod_menu.png
│ │ │ │ ├── chmod_window.png
│ │ │ │ └── skinsandtemplates.png
│ │ │ ├── skins.html
│ │ │ ├── styles
│ │ │ │ └── manual.css
│ │ │ └── tips.html
│ │ ├── forgotpassword.html
│ │ ├── forms
│ │ │ ├── additemform.template
│ │ │ ├── commentform-closed.template
│ │ │ ├── commentform-loggedin.template
│ │ │ ├── commentform-notloggedin.template
│ │ │ ├── loginform-loggedin.template
│ │ │ ├── loginform-notloggedin.template
│ │ │ ├── membermailform-disallowed.template
│ │ │ ├── membermailform-loggedin.template
│ │ │ ├── membermailform-notloggedin.template
│ │ │ ├── nucleusbutton.template
│ │ │ └── searchform.template
│ │ ├── images
│ │ │ ├── button-aligncenter.gif
│ │ │ ├── button-alignleft.gif
│ │ │ ├── button-alignright.gif
│ │ │ ├── button-bold.gif
│ │ │ ├── button-copy.gif
│ │ │ ├── button-cut.gif
│ │ │ ├── button-italic.gif
│ │ │ ├── button-left.gif
│ │ │ ├── button-link.gif
│ │ │ ├── button-media.gif
│ │ │ ├── button-paste.gif
│ │ │ ├── button-preview.gif
│ │ │ ├── button-right.gif
│ │ │ └── globe.gif
│ │ ├── index.php
│ │ ├── javascript
│ │ │ ├── admin.js
│ │ │ ├── bookmarklet.js
│ │ │ ├── compatibility.js
│ │ │ ├── edit.js
│ │ │ ├── index.html
│ │ │ ├── numbercheck.js
│ │ │ ├── opennew.js
│ │ │ └── templateEdit.js
│ │ ├── language
│ │ │ ├── --english.php
│ │ │ ├── english.php
│ │ │ └── index.html
│ │ ├── libs
│ │ │ ├── ACTION.php
│ │ │ ├── ACTIONLOG.php
│ │ │ ├── ADMIN.php
│ │ │ ├── BAN.php
│ │ │ ├── BLOG.php
│ │ │ ├── COMMENT.php
│ │ │ ├── COMMENTS.php
│ │ │ ├── ITEM.php
│ │ │ ├── KARMA.php
│ │ │ ├── MANAGER.php
│ │ │ ├── MEDIA.php
│ │ │ ├── MEMBER.php
│ │ │ ├── NOTIFICATION.php
│ │ │ ├── PAGEFACTORY.php
│ │ │ ├── PARSER.php
│ │ │ ├── PLUGIN.php
│ │ │ ├── PLUGINADMIN.php
│ │ │ ├── SEARCH.php
│ │ │ ├── SKIN.php
│ │ │ ├── TEMPLATE.php
│ │ │ ├── backup.php
│ │ │ ├── entity.php
│ │ │ ├── globalfunctions.php
│ │ │ ├── include
│ │ │ │ ├── admin-add.template
│ │ │ │ ├── admin-edit.template
│ │ │ │ ├── bookmarklet-add.template
│ │ │ │ ├── bookmarklet-edit.template
│ │ │ │ ├── index.html
│ │ │ │ └── readme.txt
│ │ │ ├── index.html
│ │ │ ├── skinie.php
│ │ │ ├── vars4.0.6.php
│ │ │ ├── vars4.1.0.php
│ │ │ ├── xmlrpc.inc.php
│ │ │ └── xmlrpcs.inc.php
│ │ ├── media.php
│ │ ├── plugins
│ │ │ ├── NP_SkinFiles.php
│ │ │ ├── index.html
│ │ │ └── skinfiles
│ │ │ ├── css.gif
│ │ │ ├── dir.gif
│ │ │ ├── generic.gif
│ │ │ ├── generic.png
│ │ │ ├── home.gif
│ │ │ ├── html.gif
│ │ │ ├── image.gif
│ │ │ ├── index.php
│ │ │ ├── php.gif
│ │ │ └── text.gif
│ │ ├── styles
│ │ │ ├── addedit.css
│ │ │ ├── admin.css
│ │ │ ├── bookmarklet.css
│ │ │ ├── logo.gif
│ │ │ ├── manual.css
│ │ │ ├── popups.css
│ │ │ ├── quickb-hover.jpg
│ │ │ └── quickb.jpg
│ │ └── xmlrpc
│ │ ├── api_blogger.inc.php
│ │ ├── api_metaweblog.inc.php
│ │ ├── api_mt.inc.php
│ │ ├── api_nucleus.inc.php
│ │ ├── index.html
│ │ └── server.php
│ ├── readme.html
│ ├── robots.txt
│ ├── rsd.php
│ ├── skins
│ │ ├── atom
│ │ │ └── skinbackup.xml
│ │ ├── default
│ │ │ ├── default_left.css
│ │ │ ├── default_right.css
│ │ │ ├── favicon.ico
│ │ │ ├── footer.inc
│ │ │ ├── head.inc
│ │ │ ├── header.inc
│ │ │ ├── images
│ │ │ │ ├── arrow.gif
│ │ │ │ ├── bg.gif
│ │ │ │ ├── bgcategory.gif
│ │ │ │ ├── bgcomment.gif
│ │ │ │ ├── bgcontainer01.gif
│ │ │ │ ├── bgcontainer02.gif
│ │ │ │ ├── bgedit.gif
│ │ │ │ ├── bgpostedby.gif
│ │ │ │ ├── commentquote01.gif
│ │ │ │ ├── commentquote02.gif
│ │ │ │ ├── corner_br.gif
│ │ │ │ ├── corner_tr.gif
│ │ │ │ ├── dot.gif
│ │ │ │ ├── dotv.gif
│ │ │ │ ├── header.jpg
│ │ │ │ ├── header_sm.jpg
│ │ │ │ ├── nucleus.gif
│ │ │ │ ├── shadow.gif
│ │ │ │ └── sidetitlebg.gif
│ │ │ ├── navigation.inc
│ │ │ ├── nicetitle.css
│ │ │ ├── nicetitle.js
│ │ │ ├── preview-large.png
│ │ │ ├── preview.png
│ │ │ ├── readme.html
│ │ │ ├── sidebar.inc
│ │ │ └── skinbackup.xml
│ │ ├── readme.txt
│ │ ├── rsd
│ │ │ └── skinbackup.xml
│ │ └── rss2.0
│ │ └── skinbackup.xml
│ └── xml-rss2.php
└── readme-cms.txt
28 directories, 176 files
评论