<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<!-- meta information for search engines -->
<meta name="generator" content="Nucleus CMS v3.22" />
<meta name="name" content="ReStart Weblog" />
<meta name="description" content="日頃の出来事" />

<!-- prevent caching (can be removed) -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="Expires" content="-1" />

<!-- site stylesheet (site colors and layout definitions) -->
<link rel="stylesheet" type="text/css" href="http://www.res-system.com/fuku/skins/grey_gradient/default_right.css" />

<!-- tooltips & stylesheet (activated by title="" on links) -->
<link rel="stylesheet" type="text/css" href="http://www.res-system.com/fuku/skins/grey_gradient/nicetitle.css" />
<script type="text/javascript" src="http://www.res-system.com/fuku/skins/grey_gradient/nicetitle.js"></script>

<!-- RSS 2.0 feed -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />

<!-- RSD support -->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.php" />

<!-- favorite icon -->
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" />

<!-- navigation & page titles -->
<!-- archive: page title and extra navigational links -->


<!-- archivelist: page title and extra navigational links -->


<!-- error: page title and extra navigational links -->


<!-- index: page title and extra navigational links -->

<title>ReStart Weblog</title>
<link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
<link rel="archives" title="Archives" href="xml-rss2.php?archivelist=1" />
<link rel="top" title="Today" href="xml-rss2.php?blogid=1" />


<!-- item: page title and extra navigational links -->


<!-- member: page title and extra navigational links -->


<!-- search: page title and extra navigational links -->

</head>

<!-- page header -->
<body>

<!-- page header -->
<div id="header"><a name="top"></a>
<h1>
	
	
		<a href="http://www.res-system.com/fuku/" accesskey="1">ReStart Weblog</a>
	
	
</h1>
</div>

<!-- begin wrapper divs -->
<div id="mainwrapper">
<div id="wrapper">

<!-- page content -->
<div id="container">
<div class="content">
<div class="date">
<div class="datesmall">May</div>
<div class="datelarge">24</div>
</div>
<div class="contenttitle1">
<h2>24/05: <a href="xml-rss2.php?itemid=97" title="Read entry: XAMP の設定 文字コード">XAMP の設定 文字コード</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=1" title="Category: Restart">Restart</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
php.ini の修正<br />
<br />
default_charset = "utf8"<br />
mbstring.internal_encoding = utf8<br />
mbstring.http_input = utf8<br />
mbstring.http_output = utf8<br />
mbstring.language = Japanese<br />
<br />
my.cnfの設定<br />
<br />
[client]<br />
default-character-set = utf8<br />
<br />
[mysqld]<br />
default-character-set = utf8<br />
character-set-server = utf8<br />
<br />


</div><div class="date">
<div class="datesmall">May</div>
<div class="datelarge">24</div>
</div>
<div class="contenttitle1">
<h2>24/05: <a href="xml-rss2.php?itemid=96" title="Read entry: XAMP の設定">XAMP の設定</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=7" title="Category: Linux">Linux</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
XAMPPのセキュリティホールの設定を行う<br />
<br />
# /opt/lampp/lampp security<br />
XAMPP: Quick security check...<br />
XAMPP: Your XAMPP pages are NOT secured by a password.<br />
XAMPP: Do you want to set a password? [yes] yes<br />
XAMPP: Password: <br />
XAMPP: Password (again): <br />
XAMPP: Password protection active. Please use 'lampp' as user name!<br />
XAMPP: MySQL is accessable via network.<br />
XAMPP: Normaly that's not recommended. Do you want me to turn it off? [yes] yes<br />
XAMPP: Turned off.<br />
XAMPP: Stopping MySQL...<br />
XAMPP: Starting MySQL...<br />
XAMPP: The MySQL/phpMyAdmin user pma has no password set!!!<br />
XAMPP: Do you want to set a password? [yes] yes<br />
XAMPP: Password: <br />
XAMPP: Password (again): <br />
XAMPP: Setting new MySQL pma password.<br />
XAMPP: Setting phpMyAdmin's pma password to the new one.<br />
XAMPP: MySQL has no root passwort set!!!<br />
XAMPP: Do you want to set a password? [yes] <br />
XAMPP: Write the password somewhere down to make sure you won't forget it!!!<br />
XAMPP: Password: <br />
XAMPP: Password (again): <br />
XAMPP: Setting new MySQL root password.<br />
XAMPP: Change phpMyAdmin's authentication method.<br />
XAMPP: The FTP password for user 'nobody' is still set to 'lampp'.<br />
XAMPP: Do you want to change the password? [yes] <br />
XAMPP: Password: <br />
XAMPP: Password (again): <br />
XAMPP: Reload ProFTPD...<br />
XAMPP: Done.<br />
<br />
http://XXXXX/xampp/index.php<br />
ユーザー　lampp <br />
パスワード　設定したパスワード<br />
<br />
http://XXXXX/phpMyAdmin/index.php<br />
ユーザーpma<br />
パスワード　設定したパスワード<br />


</div><div class="date">
<div class="datesmall">May</div>
<div class="datelarge">11</div>
</div>
<div class="contenttitle1">
<h2>11/05: <a href="xml-rss2.php?itemid=95" title="Read entry: XAMPP Linux版　インストール">XAMPP Linux版　インストール</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=1" title="Category: Restart">Restart</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
<a href="http://www.apachefriends.org/jp/xampp-linux.html">XAMPP for Linux</a>のサイトを参考にインストール<br />
<br />
Linuxの環境は、さくらインターネットの専用サーバ<a href="http://www.sakura.ad.jp/">CentOS5</a><br />
<br />
１．ダウンロード<br />
xampp-linux-1.7.1.tar.gz<br />
<br />
２．解凍<br />
tar xvfz xampp-linux-1.7.1.tar.gz -C /opt<br />
<br />
３．/opt/lampp/etc/extra/httpd-xampp.conf を編集<br />
<br />
[Mon May 11 11:46:30 XXXX] [error] [client XXX.XXX.XXX.XXX] client denied by server configuration: /opt/lampp/htdocs/xampp/index.php<br />
<br />
のエラーを回避する為、<br />
<br />
 #Deny from all　<br />
<br />
をコメント<br />
<br />
４．パーミッションの変更<br />
<br />
Existing configuration file (./config.inc.php) is not readable.<br />
<br />
のエラーを回避する為、<br />
<br />
パーミッションの変更<br />
chmod 705 config.inc.php<br />
<br />
<br />


</div><div class="date">
<div class="datesmall">May</div>
<div class="datelarge">10</div>
</div>
<div class="contenttitle1">
<h2>10/05: <a href="xml-rss2.php?itemid=94" title="Read entry: MYSQL スーパーユーザー作成">MYSQL スーパーユーザー作成</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=11" title="Category: MYSQL">MYSQL</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
GRANT ALL PRIVILEGES ON *.* TO user@localhost IDENTIFIED BY 'pass' WITH GRANT OPTION;<br />
GRANT ALL PRIVILEGES ON *.* TO user@"%" IDENTIFIED BY 'pass' WITH GRANT OPTION;<br />


</div><div class="date">
<div class="datesmall">May</div>
<div class="datelarge">07</div>
</div>
<div class="contenttitle1">
<h2>07/05: <a href="xml-rss2.php?itemid=93" title="Read entry: コメント行を消して設定内容を表示">コメント行を消して設定内容を表示</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=7" title="Category: Linux">Linux</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
grep -v -e '#'　

</div><div class="date">
<div class="datesmall">Apr</div>
<div class="datelarge">26</div>
</div>
<div class="contenttitle1">
<h2>26/04: <a href="xml-rss2.php?itemid=92" title="Read entry: microSD カードリーダ　をTWOTOPで購入">microSD カードリーダ　をTWOTOPで購入</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=1" title="Category: Restart">Restart</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
機種変更で購入した携帯で使用するmicroSDを購入しました。<br />
<br />
で！パソコンに取り込みもしたいので<br />
<br />
オウルテック 　owltech　の　<a href="http://www.owltech.co.jp/products/card_reader/PTMCSD/PTMCSD.html">カードリーダ／ライタ</a>　も購入<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042502.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<br />
<a href="http://www.transcend.co.jp/">transcend</a>　　の　microSD　１GB<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042501.jpg" width="500" height="375" alt="" title="" /><br />
<br />
上の2写真は携帯で撮影しましたがきれいに撮れていますね<br />
<br />
満足！！！<br />
<br />


</div><div class="date">
<div class="datesmall">Apr</div>
<div class="datelarge">25</div>
</div>
<div class="contenttitle1">
<h2>25/04: <a href="xml-rss2.php?itemid=91" title="Read entry: AU携帯を機種変更　W52T　　">AU携帯を機種変更　W52T　　</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=1" title="Category: Restart">Restart</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
携帯を2年8ｹ月ぶりに変更しました。<br />
<br />
TOSHIBA の　<a href="http://www.au.kddi.com/seihin/kinobetsu/seihin/w52t/index.html">W52T</a>　です。<br />
<br />
CMOSカメラ　324万画素<br />
メインディスプレイ　3.0インチ<br />
データフォルダ　1GB<br />
<br />
うーん<br />
凄いスペックですね<br />
いままで使っていた機種よりはるかにパワーアップしてますね<br />
<br />
外観は、<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042401.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042402.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042403.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042404.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042405.jpg" width="500" height="375" alt="" title="" /><br />
<br />
本当は、黒色が欲しかったのですが在庫が無くこの色になりました。<br />
<br />
PCサイトビューアーでは、<a href="http://jp.opera.com/">OPERA</a>が起動して<br />
パソコンと同じように画面表示ができますね<br />
（右側が少し見えないですけどね）<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007042406.jpg" width="500" height="375" alt="" title="" /><br />
<br />
うおおおお　凄いですね<br />
外出先ではこれで十分ですね

</div><div class="date">
<div class="datesmall">Apr</div>
<div class="datelarge">24</div>
</div>
<div class="contenttitle1">
<h2>24/04: <a href="xml-rss2.php?itemid=90" title="Read entry: 嵯峨豆腐 の 森嘉(もりか)">嵯峨豆腐 の 森嘉(もりか)</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=1" title="Category: Restart">Restart</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
京都嵐山の近く（清涼寺の隣り）にあるお豆腐屋さんに行ってきました。<br />
<br />
桂に3年程住んだことがありその頃よく買って食べてたなー<br />
<br />
久しぶりに食べるとまた一段とおいしかったですね<br />
<br />
お店情報は、<br />
住所　京都市右京区嵯峨釈迦堂藤ノ木町42       <br />
電話　075-872-3955<br />
です。<br />
<br />
お店の外観は、<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704201.jpg" width="459" height="355" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704202.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704203.jpg" width="500" height="375" alt="" title="" /><br />
<br />
メニューは、<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704204.jpg" width="500" height="375" alt="" title="" /><br />
<br />
さて、今回購入したのは、<br />
白豆腐　1パック<br />
納豆　小粒1包<br />
ひろうす（飛竜頭）　2個<br />
です。<br />
<br />
白豆腐<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704205.jpg" width="500" height="375" alt="" title="" /><br />
<br />
納豆<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704206.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704207.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P200704208.jpg" width="500" height="375" alt="" title="" />

</div><div class="date">
<div class="datesmall">Mar</div>
<div class="datelarge">24</div>
</div>
<div class="contenttitle1">
<h2>24/03: <a href="xml-rss2.php?itemid=89" title="Read entry: 芦屋市の竹園">芦屋市の竹園</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=10" title="Category: お店">お店</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
芦屋市竹園の精肉店でコロッケを買ってきました。<br />
<br />
住所は、芦屋市大原町10-１　です。<br />
<br />
お店の外観は、<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032401.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032402.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032403.jpg" width="350" height="273" alt="" title="" /><br />
<br />
包装は、<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032404.jpg" width="500" height="375" alt="" title="" /><br />
<br />
今回は、コロッケ5個買いました。<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032405.jpg" width="500" height="375" alt="" title="" /><br />
<br />
早速、揚げてみました。<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032406.jpg" width="500" height="375" alt="" title="" /><br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032407.jpg" width="500" height="375" alt="" title="" /><br />
<br />
お皿に盛ると<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032408.jpg" width="500" height="375" alt="" title="" /><br />
美味しそう！！<br />
<br />
中身を<br />
<img src="http://www.res-system.com/fuku/media/1/P2007032409.jpg" width="500" height="375" alt="" title="" /><br />
<br />
ここのコロッケは、とにかく分厚い<br />
お肉屋さんのコロッケということで<br />
コロッケの中のお肉の味もいいですね<br />


</div><div class="date">
<div class="datesmall">Mar</div>
<div class="datelarge">23</div>
</div>
<div class="contenttitle1">
<h2>23/03: <a href="xml-rss2.php?itemid=87" title="Read entry: ウェリス吹田豊津シティハウス">ウェリス吹田豊津シティハウス</a></h2>
</div>
<div class="contentitem">
<div class="contentitem1">
<small class="contentitemcategory">
Category: <a href="xml-rss2.php?catid=1" title="Category: Restart">Restart</a>
</small>
</div>
<div class="contentitem2">
<small class="contentitempostedby">
Posted by: <a href="xml-rss2.php?memberid=1" title="Author: fuku">fuku</a>
</small>
</div>


</div>
<div class="contentbody">
ウェリス吹田豊津シティハウスが近所で建築中です。<br />
<br />
今春販売開始予定とのことなので。。。<br />
<br />
周りの環境もいいところなので興味がありますね<br />
<br />
<img src="http://www.res-system.com/fuku/media/1/P20073210009.jpg" width="500" height="375" alt="" title="" /><br />
<br />
工事中<br />
<img src="http://www.res-system.com/fuku/media/1/P20073210010.jpg" width="500" height="375" alt="" title="" /><br />
<br />
モデルルームの建築中<br />
<img src="http://www.res-system.com/fuku/media/1/P20073210011.jpg" width="500" height="324" alt="" title="" /><br />
<br />


</div>
</div>
</div>

<!-- page menu -->
<h2 class="hidden">Sidebar</h2>
<div id="sidebarcontainer">
<!-- page menu -->

<!-- About -->
<div class="sidebar">

<!-- Navigation -->
<div class="sidebar">
<dl class="sidebardl">
<dt>Navigation</dt>
</div>
<!-- archive: navigation -->

<dd>&nbsp;</dd>


<dd><a href="xml-rss2.php?startpos=10" title="Next month">Next <b>DISALLOWED (archivetype)</b></a></dd>

<dd>&nbsp;</dd>

<dd><a href="xml-rss2.php?blogid=1" title="Today's entry">Today</a></dd>
<dd><a href="xml-rss2.php?archivelist=1" title="Archives">Archives</a></dd>


<!-- archivelist: navigation -->


<!-- error: navigation -->


<!-- index: navigation -->

<dd><a href="xml-rss2.php?blogid=1" title="Today's entry">Today</a></dd>
<dd><a href="xml-rss2.php?archivelist=1" title="Archives">Archives</a></dd>


<!-- item: navigation -->


<!-- member: navigation -->


<!-- search: navigation -->


<!-- admin link, only visible if logged in -->

</dl>
</div>

<!-- category list, not on error or member page -->


<div class="sidebar">
<dl class="sidebardl">
<dt>Categories</dt>
<dd>
<a href="http://www.res-system.com/fuku/?&amp;blogid=1" title="All categories">All</a>
</dd><dd>
<a href="xml-rss2.php?catid=13&amp;blogid=1" title="Category: Apache">Apache</a>
</dd><dd>
<a href="xml-rss2.php?catid=7&amp;blogid=1" title="Category: Linux">Linux</a>
</dd><dd>
<a href="xml-rss2.php?catid=11&amp;blogid=1" title="Category: MYSQL">MYSQL</a>
</dd><dd>
<a href="xml-rss2.php?catid=6&amp;blogid=1" title="Category: Nucleus">Nucleus</a>
</dd><dd>
<a href="xml-rss2.php?catid=8&amp;blogid=1" title="Category: oracle">oracle</a>
</dd><dd>
<a href="xml-rss2.php?catid=9&amp;blogid=1" title="Category: PHP">PHP</a>
</dd><dd>
<a href="xml-rss2.php?catid=14&amp;blogid=1" title="Category: Rails">Rails</a>
</dd><dd>
<a href="xml-rss2.php?catid=1&amp;blogid=1" title="Category: Restart">Restart</a>
</dd><dd>
<a href="xml-rss2.php?catid=12&amp;blogid=1" title="Category: VB.NET">VB.NET</a>
</dd><dd>
<a href="xml-rss2.php?catid=10&amp;blogid=1" title="Category: お店">お店</a>
</dd><dd>
<a href="xml-rss2.php?catid=15&amp;blogid=1" title="Category: お菓子">お菓子</a>
</dd>
</dl>
</div>


<!-- bloglist-->
<div class="sidebar">
<dl class="sidebardl">
<dt>Blogs</dt>
<b>DISALLOWED (bloglist)</b>
</dl>
</div>

<!-- search form -->
<div class="sidebar">
<dl class="sidebardl">
<dt>Search</dt>
<dd><form method="get" action="xml-rss2.php">
  <div class="searchform">
	<input name="query" class="formfield" size="10" maxlength="60" accesskey="4" value="" />
	<input type="hidden" name="amount" value="0" />
	<input type="hidden" name="blogid" value="1" />
	<br />
	<input type="submit" value="検索" class="formbutton" />
  </div>
</form>
</dd>
</dl>
</div>

<!-- login form -->
<div class="sidebar">
<dl class="sidebardl">
<dt>Login</dt>
<dd><a id="nucleus_lf"></a>
<form method="post" action="#nucleus_lf">
  <div class="loginform">
  
  	
  
	<input type="hidden" name="action" value="login" />
	<label for="nucleus_lf_name" accesskey="l">ユーザー名</label>: <input id="nucleus_lf_name" name="login" size="10" value="" class="formfield" />
	<br />
	<label for="nucleus_lf_pwd">パスワード</label>: <input id="nucleus_lf_pwd" name="password" size="10" type="password" value="" class="formfield" />
	<br />
	<input type="submit" value="ログイン" class="formbutton" />
	<br />
	<input type="checkbox" value="1" name="shared" id="nucleus_lf_shared" /><label for="nucleus_lf_shared">このPCを他の人と共用する</label>
  </div>
</form></dd>
</dl>
</div>

<!-- links -->
<div class="sidebar">
<dl class="sidebardl">
<dt>Links</dt>
<dd><a href="http://www.res-system.com" title="Nucleus CMS Home">Restart</a></dd>
</dl>
</div>

</div>

<!-- page footer -->
<div class="clearing">&nbsp;</div>
</div>
</div>
<!-- end wrapper divs -->

<!-- page footer, copyrights, etc. -->
<div id="footer">
<div id="copyrights">
	<small>Copyright | <a href="http://nucleuscms.org">Nucleus CMS v3.22</a> | 
	<a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Strict</a> | 
	<a href="http://jigsaw.w3.org/css-validator/">Valid CSS</a> | 
	<a href="#top">Back to top</a></small>
</div>
</div>

</body>
</html>
