{Tutorial} Using CuteNews

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
This tutorial is base on CuteNews.

What CuteNews is:
http://cutephp.com/ said:
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:
...website code here
 
<?php include("cutenews/show_news.php"); ?>
 
... Rest of code here

Then to change the templates etc use:

PHP:
<?
$template = default;
include("cutenews/show_news.php");
?>

Updated version will come later

Regards,
Zenax
 

bewitched556

New Member
Messages
2
Reaction score
0
Points
0
im having trouble.
i uploaded it all and CHMOD'D it but whenever i go to "mysite.com/cutenews " it shows up as a "404 page not found"
please help !
 
Top