This tutorial is base on CuteNews.
What CuteNews is:

Originally Posted by
http://cutephp.com/
Welcome to Cute News project page. Cute news is a powerful and easy to use news management system that uses flat files to store its database. It supports commenting, archives, search function, file upload management, backup & restore, IP banning, flood protection ...
To download it click here
Installation
To install CuteNews follow the following steps:
Step One
Download the latest version of CuteNews using the link above. If you have a previous version this will be fine.
Step Two
Upload the zip file to your account and extract it. The extraction will create a new folder called cutenews, and this will contain the files needed.
Step 3
Simply visit the folder http://yoursite.x10hosting.com/cutenews/ and follow the on screen instructions to installation
After installation
How to integrate into your website.
To integrate CuteNews into your website you need to make sure the file is a PHP file.
Example:
Index.php would contain the following code:
PHP Code:
...website code here
<?php include("cutenews/show_news.php"); ?>
... Rest of code here
Then to change the templates etc use:
PHP Code:
<?
$template = default;
include("cutenews/show_news.php");
?>
Updated version will come later
Regards,
Zenax