FusionNews
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A free-standing news publishing software




    
	Fusion News ReadMe File
	



Requirements

The following are required for Fusion News to function:

  • PHP 4.3.0 or better

The following are optional, but add extra functionality to Fusion News, each of which are explained.

GD Library 2.0 or better, with TrueType Font support
To generate CAPTCHA image for comments and send to friend features.
File uploads enabled
Allows images to be uploaded when adding a new post, so they can be shown in the post.

( Back to top )

New Installation

You should upload all of the files located in the 'upload' directory to a directory on your website. If you are using a FTP client, all *.html, *.php, *.css , and *.js files should be uploaded in ASCII mode, and the remaining files in Binary mode. Most FTP clients available will do this automatically, but make sure that it is uploading the files correctly.

The installation script was created to make it easy to use, and with the least amount of user input necessary. To begin the installation process, go to the install.php file through your web browser. If your domain name is http://www.mydomain.com, and you uploaded Fusion News to a directory called 'news', you would type in the address http://www.mydomain.com/news/install.php.

Once there, follow the instructions. After the installation process is complete, ensure that you delete the install.php file to prevent any one from attempting to reinstall Fusion News.

( Back to top )

Upgrading

From 3.8.x or below

To upgrade, you should upload only the /upgrade directory to begin with, which is located in the 'upload' directory. Then run the /upgrade/index.php file from your browser and follow the on-screen instructions. Once the upgrade process has finished, upload the files stated in the list given.

After finishing upgrading, make sure you delete the /upgrade directory.

Important Changes

There are some important changes to the functionality of Fusion News from 3.8.x or below, which you should know about:

  • static_news.html has been removed, and replaced with news.php. See below for how you should display your news.

From 3.9.x

Create backups of the following files:

  • archive.php
  • comments.php
  • common.php
  • fullnews.php
  • functions.php
  • headlines.php
  • index.php
  • jsfunc.js
  • language.db.php
  • news.php
  • rss.php
  • search.php
  • send.php
  • upload.php
  • skins/fusion/index.html
  • skins/fusion/stylesheet.css
  • skins/simplicity/stylesheet.css

Overwrite these old files, with the new versions provided in the ZIP file.

If upgrading from a version before 3.9.3:

  1. Back up smillies.php.
  2. Open smillies.php.
  3. Add |<| to the end of each line.
  4. At the beginning of the file, create a new line with this text:

    <?php die ('You may not access this file.'); ?>

  5. If no blank line exists at the end of the file, create one.
  6. Save, close and re-upload smillies.php.

If upgrading from a version before 3.9.5:

  1. Delete the img directory.
  2. Upload the img directory contained in the zipped file.

( Back to top )

Reporting Problems

Please report any problems you find to the Fusion News forum of the FusionNews.net Support Forum.

( Back to top )

Displaying News and Headlines

Fusion News can automatically generate the PHP code you need to insert into your website, to display your news and/or headlines. This facility can be found by following the links (after you have logged in), Admin and then News and RSS Syndication.

RSS Feeds

To begin with, ensure that RSS feeds have been enabled. To do this, click the Addon Options link on the Admin page. The checkbox under the RSS Feed section, labelled 'Enable RSS Feed' should be checked.

Below that, the RSS feed name, description and encoding can be changed, and changes will come into affect once the settings have been saved.

Every time a new post is made, or a post is changed the RSS feed file will be updated accordingly. The RSS feed file is called rss.php. To receive feeds of a particular category, ?fn_category=category_id should be used, where category_id is the ID of the desired category.

( Back to top )


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。