Index of /blog/update/OLD/
| Name | Last Modified | Size |
|---|---|---|
| 2026-02-19 14:24 | - | |
| 2011-05-29 01:51 | - | |
| 2026-02-18 14:03 | - | |
| 2026-05-23 22:28 | 3981k | |
| 2011-05-29 01:51 | 1k | |
| 2011-05-29 01:51 | 5k | |
| 2011-05-29 01:51 | 11k | |
| 2011-05-29 01:51 | 3k | |
| 2011-05-29 01:51 | 10k | |
| 2011-05-29 01:51 | 3k | |
| 2011-05-29 01:51 | 2k | |
| 2011-05-29 01:51 | 10k | |
| 2011-05-29 01:51 | 5k | |
| 2011-07-06 19:13 | 5k | |
| 2011-05-29 01:51 | 5k |
<html><head><title>CuteNews README</title>
<meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<style type=text/css>
A:link { color:#3E749F; text-decoration:none}
A:visited { color:#3E749F; text-decoration:none}
A:hover { color:#3E749F; text-decoration:underline}
A:active { color:#3E749F; text-decoration:underline}
A.menu:hover, A.menu:active{ color:black; text-decoration:none}
A.menu:link, A.menu:visited{ color:#305367; text-decoration:none}
BODY, P, LI, TD {
COLOR: #000000; FONT-FAMILY: verdana; FONT-SIZE: 11px; LINE-HEIGHT: 16px
}
</STYLE>
</head>
<body aLink=#cccccc bgColor=lightsteelblue link=#333333 vLink=#555555>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<table align=center border=0 cellPadding=1 cellSpacing=0 width=733 height="1">
<tbody>
<tr>
<td bgColor=#000000 width="744" height="1">
<table border=0 cellSpacing=0 width="735" height="1">
<tbody>
<tr>
<td bgColor=#ffffff width="731" colspan="4" align="center" valign="top" height="18">
<b><font size="4" color="#7BA0DD">CuteNews README</font></b></td></tr>
<tr>
<td bgColor=#ffffff width="731" valign="top" align="center" height="4" colspan="4">
</td>
</tr>
<tr>
<td bgColor=#C2E4DB width="731" valign="top" align="center" height="6" colspan="4">
<p align="left"> <font size="2"><b>Information About The Script</b></font>
</td>
</tr>
<tr>
<td bgColor=#ffffff width="10" valign="top" align="center" height="9">
</td>
<td bgColor=#ffffff width="721" valign="top" align="center" height="9" colspan="3">
<p align="left">CuteNews v1.4.6 by <a href="http://cutephp.com">CutePHP</a>
Team.<br />
<br />
Cute news is a powerful and easy for using news management system that use flat files to store its database. It supports<br />
comments and archives that can be organized by months.<br />
Please read the provided license.txt file to get familiar with the legal usage
of this script.<br>
<a href="http://cutephp.com/cutenews/register/">Registered</a> Customers can seek support on at <a href="mailto:support%20[at]%20cutephp.com">our support mail</a> (technichal issues are discussed in our <a href="http://cutephp.com/forum">Forums</a>!)
</td>
</tr>
<tr>
<td bgColor=#ffffff width="731" valign="top" align="center" height="8" colspan="4">
</td>
</tr>
<tr>
<td bgColor=#C2E4DB width="731" valign="top" align="center" height="8" colspan="4">
<p align="left"><font size="2"> <b>Installing CuteNews</b></font>
</td>
</tr>
<tr>
<td bgColor=#ffffff width="12" valign="top" align="center" height="7">
</td>
<td bgColor=#ffffff width="719" valign="top" align="center" height="7" colspan="3">
<p align="left">The installation of CuteNews is really easy and you should do it
without any problems if you fallow these steps:</p>
<p align="left"> <b>1</b>) Create a directory on your server ( e.g.
cutenews )<br />
<b>2</b>) Upload the content of the cutenews.1.4.6.zip to the directory you
created in step 1<br />
<b>3</b>) Now You must
<a title="How do I CHMOD?" target="_blank" href="http://cutephp.com/forum/index.php?showtopic=81">CHMOD</a> the the directory cutenews/data/ and all files and <br>
folders under the data/ directory must be also
chmod'ed to 777.<br>
<b>4</b>) Finally, go to http://yoursite.com/cutenews/index.php
with you favorite browser and fallow the instructions.
</td>
</tr>
<tr>
<td bgColor=#ffffff width="731" valign="top" align="center" height="5" colspan="4">
</td>
</tr>
<tr>
<td bgColor=#C2E4DB width="731" valign="top" align="center" height="13" colspan="4">
<p align="left"><font size="2"><b> Getting The News On Your Page...</b></font>
</td>
</tr>
<tr>
<td bgColor=#ffffff width="14" valign="top" align="center" height="1" rowspan="17">
</td>
<td bgColor=#ffffff width="717" valign="top" align="center" height="7" colspan="3">
<p align="left">You can show the news, archives on your page by using
some of the following php codes in your page. <br />
The page where you include news, should be with extension .php <br>
If you want these codes to be auto-generated for you, login into CuteNews and go
to Options > <b>Integration Wizards</b></td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="center" height="9" colspan="3">
<hr width="70%">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="center" height="10" colspan="3">
<p align="center"><b>General</b>
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="center" height="10" colspan="3">
when showing news, archives you can use <font color="#993300">$number =
<i>x</i>; </font>to limit the to <i>x</i> the number of maximum showed news on
one page. If you use $number, "next >>" link to remaining news
will be displayed. <br>
<br>
if you want to show news, archives from certain category you can use <font color="#993300">$category
= "ID"; </font>where ID is the id of the category, you can choose and more that
one category like this: <font color="#993300">$category =
"ID1,ID2,ID3";</font><br />
<br />
when you want to display news and headlines on one page for example, and want when a headline
is clicked, the article to be displayed on the place of the news you must use <font color="#993300">$static
= TRUE; </font>before including headlines.
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="center" height="10" colspan="3">
<p><b>Showing Active News</b>
</td>
</tr>
<tr>
<td bgColor=#ffffff width="20%" valign="top" align="center" height="10">
</td>
<td bgColor=#EDF1F8 width="326" valign="top" align="center" height="10">
<p align="left"><?PHP<br />
include("path/to/show_news.php");<br />
?>
</td>
<td bgColor=#ffffff width="20%" valign="top" align="center" height="10">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="left" height="6" colspan="3">
<p align="center"><b>Showing with Different Template</b>
</td>
</tr>
<tr>
<td bgColor=#ffffff valign="top" align="center" height="8">
</td>
<td bgColor=#EDF1F8 width="329" valign="top" align="left" height="8">
<?PHP<br>
$template = "YOUR_TEMPLATE_NAME";<br />
include("path/to/show_news.php");<br />
?>
</td>
<td bgColor=#ffffff valign="top" align="left" height="8">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="left" height="7" colspan="3">
<p align="center"><b>Showing Archives</b>
</td>
</tr>
<tr>
<td bgColor=#ffffff valign="top" align="center" height="6">
</td>
<td bgColor=#EDF1F8 width="330" valign="top" align="left" height="6">
<?PHP<br />
include("path/to/show_archives.php");<br />
?>
</td>
<td bgColor=#ffffff valign="top" align="left" height="6">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="left" height="10" colspan="3">
<p align="center"><b>Showing 5 Latest News</b>
</td>
</tr>
<tr>
<td bgColor=#ffffff valign="top" align="center" height="6">
</td>
<td bgColor=#EDF1F8 width="330" valign="top" align="left" height="6">
<?PHP<br />
$number = "5";<br />
include("path/to/show_news.php");<br />
?>
</td>
<td bgColor=#ffffff valign="top" align="left" height="6">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="left" height="6" colspan="3">
<p align="center"><b>Showing 5 News from Category with ID 2 </b>
</td>
</tr>
<tr>
<td bgColor=#ffffff valign="top" align="center" height="4">
</td>
<td bgColor=#EDF1F8 width="330" valign="top" align="left" height="4">
<?PHP<br />
$number = "5";<br>
$category = "2";<br />
include("path/to/show_news.php");<br />
?>
</td>
<td bgColor=#ffffff valign="top" align="left" height="4">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="717" valign="top" align="left" height="2" colspan="3">
<p align="center"><b>Showing All Headlines And The 1 Latest News Article On
One Page</b>
</td>
</tr>
<tr>
<td bgColor=#ffffff valign="top" align="center" height="7">
</td>
<td bgColor=#EDF1F8 width="330" valign="top" align="center" height="7">
<p align="left">
<?PHP<br />
$static = TRUE;<br>
$template = "Headlines";<br />
include("path/to/show_news.php");<br />
<br />
$number = "1";<br />
include("path/to/show_news.php");<br />
?>
</td>
<td bgColor=#ffffff valign="top" align="center" height="7">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="711" valign="top" align="center" height="9" colspan="3">
</td>
</tr>
<tr>
<td bgColor=#ffffff width="731" valign="top" align="center" height="12" colspan="4">
<hr width="70%">
<p><b>Remember that:</b></p>
<ul>
<li>in all of the above examples you must replace path/to/... to with your
path where you installed CuteNews<br>
and not to use the URL but the path<br>
<font color="#FF0000">WRONG</font>: include("http://site.com/cutenews/show_news.php);<br>
<font color="#008000">CORRECT</font>: include("cutenews/show_news.php); </li>
<li>in most cases when you include news and headlines in one page, you must
use <font color="#993300">$static = TRUE; </font>.</li>
<li>when you use $number, $category, $template or any other variable, it must
be BEFORE include("show_news.php");</li>
<li>if you have any problems, you can always go to our support forums and
we'll be more than glad to help you<br />
</li>
</ul>
</td>
</tr>
<tr>
<td bgColor=#C2E4DB width="731" valign="top" align="center" height="4" colspan="4">
<p align="left"><b><font size="2"> Help & Support</font></b>
</td>
</tr>
<tr>
<td bgColor=#ffffff width="16" valign="top" align="center" height="9">
</td>
<td bgColor=#ffffff width="715" valign="top" align="center" height="9" colspan="3">
<p align="left">If you have some problems with CuteNews you can go to our<a href="http://cutephp.com/forum/" target="_blank">
support forum</a>.<br>
But before posting your problem on our forums, please look at the included Help
Documentation with CuteNews. You can access it through CuteNews > Help > CuteNews internal Help Documentation
</td>
</tr>
</tbody></table></td></tr></tbody></table>
</body></html>
Proudly Served by LiteSpeed Web Server at trevormarczylo.com Port 443