Index of /blog/update/

NameLast ModifiedSize
UpParent Directory
Directorycaptcha2024-02-14 19:53-
Directorydata2020-03-04 10:44-
Directoryinc2026-02-19 02:45-
DirectoryOLD2026-02-18 12:32-
Directoryrte2011-07-06 19:27-
Directoryskins2011-07-06 19:27-
Fileerror_log2026-05-25 15:53 52500k
[TXT]example1.php2011-07-06 19:27 1k
[TXT]example2.php2011-07-06 19:27 5k
[TXT]LICENSE.txt2011-07-06 19:27 3k
[TXT]register.php2011-07-06 19:27 9k
[TXT]remember.js2011-07-06 19:27 3k
[TXT]robots.txt2021-03-02 05:28 1k
[TXT]rss.php2011-07-06 19:27 2k
[TXT]search.php2011-07-06 19:27 10k
[TXT]show_archives.php2011-07-06 19:27 4k
[TXT]show_news.php2011-07-06 19:27 5k
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <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} table.main { border: 1px solid #000; } 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 bgColor=lightsteelblue> <table border=0 class=main cellSpacing=0 width="735" height="1" align=center bgColor=#fff> <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"> &nbsp;</td> </tr> <tr> <td bgColor=#C2E4DB width="731" valign="top" align="center" height="6" colspan="4"> <p align="left">&nbsp;<font size="2"><b>Information About The Script</b></font> </td> </tr> <tr> <td bgColor=#ffffff width="10" valign="top" align="center" height="9"> &nbsp; </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. UTF-8 CuteNews changes by <a href="http://korn19.ch">KoRn19.Ch</a>.<br /> <br /> CuteNews is a powerful and easy for using news management system that use flat files to store its database. It supports 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> &nbsp;<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"> &nbsp; </td> </tr> <tr> <td bgColor=#C2E4DB width="731" valign="top" align="center" height="8" colspan="4"> <p align="left"><font size="2">&nbsp;<b>Installing CuteNews</b></font> </td> </tr> <tr> <td bgColor=#ffffff width="12" valign="top" align="center" height="7"> &nbsp; </td> <td bgColor=#ffffff width="719" valign="top" height="7" colspan="3"> <p>The installation of CuteNews is really easy and you should do it without any problems if you follow these steps:</p> <p><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&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp; folders under the data/&nbsp;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 follow the instructions. </td> </tr> <tr> <td bgColor=#ffffff width="731" valign="top" align="center" height="5" colspan="4"> &nbsp; </td> </tr> <tr> <td bgColor=#C2E4DB width="731" valign="top" align="center" height="13" colspan="4"> <p align="left"><font size="2"><b>&nbsp;Getting The News On Your Page...</b></font> </td> </tr> <tr> <td bgColor=#ffffff width="14" valign="top" align="center" height="1" rowspan="17"> &nbsp; </td> <td bgColor=#ffffff width="717" valign="top" align="center" height="7" colspan="3"> <p align="left">You can show the news,&nbsp; archives on your page by using some of the following php codes in your page.&nbsp;<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 &gt; <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" 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, &quot;next &gt;&gt;&quot; link to remaining news will be displayed.&nbsp;<br> <br> If you want to show news, archives from certain category you can use <font color="#993300">$category = &quot;ID&quot;; </font>where ID is the id of the category, you can choose and more that one category like this: <font color="#993300">$category = &quot;ID1,ID2,ID3&quot;;</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"> &nbsp; <p><b>Showing Active News</b> </td> </tr> <tr> <td bgColor=#ffffff width="20%" valign="top" align="center" height="10"> &nbsp; </td> <td bgColor=#EDF1F8 width="326" valign="top" align="center" height="10"> <p align="left">&lt;?PHP<br /> &nbsp;include('path/to/show_news.php');<br /> ?&gt; </td> <td bgColor=#ffffff width="20%" valign="top" align="center" height="10"> &nbsp; </td> </tr> <tr> <td bgColor=#ffffff width="717" valign="top" align="left" height="6" colspan="3"> &nbsp; <p align="center"><b>Showing with Different Template</b> </td> </tr> <tr> <td bgColor=#ffffff valign="top" align="center" height="8"> &nbsp; </td> <td bgColor=#EDF1F8 width="329" valign="top" align="left" height="8"> &lt;?PHP<br> &nbsp;$template = 'YOUR_TEMPLATE_NAME';<br /> &nbsp;include('path/to/show_news.php');<br /> ?&gt; </td> <td bgColor=#ffffff valign="top" align="left" height="8"> &nbsp; </td> </tr> <tr> <td bgColor=#ffffff width="717" valign="top" align="left" height="7" colspan="3"> &nbsp; <p align="center"><b>Showing Archives</b> </td> </tr> <tr> <td bgColor=#ffffff valign="top" align="center" height="6"> &nbsp; </td> <td bgColor=#EDF1F8 width="330" valign="top" align="left" height="6"> &lt;?PHP<br /> &nbsp;include('path/to/show_archives.php');<br /> ?&gt; </td> <td bgColor=#ffffff valign="top" align="left" height="6">&nbsp;</td> </tr> <tr> <td bgColor=#ffffff width="717" valign="top" align="left" height="10" colspan="3"> &nbsp; <p align="center"><b>Showing 5 Latest News</b> </td> </tr> <tr> <td bgColor=#ffffff valign="top" align="center" height="6"> &nbsp;</td> <td bgColor=#EDF1F8 width="330" valign="top" align="left" height="6"> &lt;?PHP<br /> &nbsp;$number = 5;<br /> &nbsp;include('path/to/show_news.php');<br /> ?&gt; </td> <td bgColor=#ffffff valign="top" align="left" height="6"> &nbsp; </td> </tr> <tr> <td bgColor=#ffffff width="717" valign="top" align="left" height="6" colspan="3"> &nbsp; <p align="center"><b>Showing 5 News from Category with ID 2&nbsp;</b> </td> </tr> <tr> <td bgColor=#ffffff valign="top" align="center" height="4"> &nbsp; </td> <td bgColor=#EDF1F8 width="330" valign="top" align="left" height="4"> &lt;?PHP<br /> &nbsp;$number = 5;<br> &nbsp;$category = '2';<br /> &nbsp;include('path/to/show_news.php');<br /> ?&gt; </td> <td bgColor=#ffffff valign="top" align="left" height="4"> &nbsp; </td> </tr> <tr> <td bgColor=#ffffff width="717" valign="top" align="left" height="2" colspan="3"> &nbsp; <p align="center"><b>Showing All Headlines And The 1 Latest News Article&nbsp; On One Page</b> </td> </tr> <tr> <td bgColor=#ffffff valign="top" align="center" height="7"> &nbsp; </td> <td bgColor=#EDF1F8 width="330" valign="top" align="center" height="7"> <p align="left"> &lt;?PHP<br /> &nbsp;$static = TRUE;<br> &nbsp;$template = 'Headlines';<br /> &nbsp;include('path/to/show_news.php');<br /> <br /> &nbsp;$number = 1;<br /> &nbsp;include('path/to/show_news.php');<br /> ?&gt; </td> <td bgColor=#ffffff valign="top" align="center" height="7"> &nbsp; </td> </tr> <tr> <td bgColor=#ffffff width="711" valign="top" align="center" height="9" colspan="3"> &nbsp; </td> </tr> <tr> <td bgcolor=#ffffff> </td> <td bgColor=#ffffff width="731" valign="top" 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(&quot;show_news.php&quot;);</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> &nbsp;</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">&nbsp;Help &amp; Support</font></b> </td> </tr> <tr> <td bgColor=#ffffff width="16" valign="top" align="center" height="9"> &nbsp; </td> <td bgColor=#ffffff width="715" valign="top" align="center" height="9" colspan="3"> <p align="left">If you have 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 &gt; Help &gt; CuteNews internal Help Documentation </td> </tr> </table> </body></html>
Proudly Served by LiteSpeed Web Server at trevormarczylo.com Port 443