嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
新闻博客系统php源码
(2)在修改之后,在浏览器地址栏中输入http://localhost/cms/install.php即可配置新闻网站; (3)配置完成之后必须将install.sql和install.php文件修改为--install.sql和--install.php. (4)配置完成之后,在地址栏...
.
├── 新闻博客系统
│ ├── 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
│ │ │ │ └── Thumbs.db
│ │ │ └── readme.txt
│ │ ├── nucleus
│ │ │ ├── bookmarklet.php
│ │ │ ├── documentation
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 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
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 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
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 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
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── 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
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── 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
└── 新闻博客系统php源码_新闻博客系统.rar
28 directories, 182 files