<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
  <title>KI.MO.KE.DA. | RSS Feed</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <base href="http://www.pacca.net/"></base>
  <link rel="stylesheet" href="assets/templates/modxhost/layout.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modxmenu.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/form.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/modx.css" type="text/css" media="screen" />
  <link rel="stylesheet" href="assets/templates/modxhost/print.css" type="text/css" media="print" />
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.pacca.net/index.php?id=11" />
  <script src="manager/media/script/mootools/mootools.js" type="text/javascript"></script>
  <script src="assets/templates/modxhost/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">
function setActiveStyleSheet() {
var el= $('modxhost');
el.style.background = '#ffd700';
el.style.padding = '10px';
el.style.display='block';
var bgEffect = new Fx.Styles('modxhost', {duration: 1000,transition: Fx.Transitions.linear});
bgEffect.start( {'background-color': '#f9f9f9'});
return false;
}

function highlight(el,endcolor,duration) {
$(el).style.background = '#ffd700';
var fx = $(el).effects({duration: 1000, transition: Fx.Transitions.linear});
fx.start.delay(duration/2,fx,{
'background-color': endcolor
});
return false;
}
</script>
<link rel="stylesheet" type="text/css" href="/assets/snippets/jot/templates/jot.css" />
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">KI.MO.KE.DA.</h1>
          <div id="sidebar">
            <h2>News:</h2>
            <strong><a href="index.php?id=56" title="仮バナー">仮バナー</a></strong><br /><br /><strong><a href="index.php?id=55" title="スパム対策">スパム対策</a></strong><br /><br /><strong><a href="index.php?id=54" title="slimboxからslideboxへ">slimboxからslideboxへ</a></strong><br /><br /><strong><a href="index.php?id=53" title="Link追加">Link追加</a></strong><br /><br /><strong><a href="index.php?id=52" title="デフォルト削除">デフォルト削除</a></strong><br /><br />
<!--
            <div id="recentdocsctnr">
              <h2>Most Recent:</h2>
              <a name="recentdocs"></a><ul class="LIn_shortMode">
<li><a href="index.php?id=50" title="Vehicle">Vehicle</a> <span class="LIn_date">2009.08.29</span> <span class="LIn_desc">Vehicle</span></li>
<li><a href="index.php?id=1" title="Home">Home</a> <span class="LIn_date">2006.04.13</span> <span class="LIn_desc">KI.MO.KE.DA. Home</span></li>
<li><a href="index.php?id=2" title="Log">Log</a> <span class="LIn_date">2006.04.13</span> <span class="LIn_desc"></span></li>
</ul>
 </div>
-->
            <h2>Links:</h2>
            <p><a href="http://pacca.biz/blog" title="失神日記♪">失神日記♪</a></p>
            <h2>Login:</h2>
            <div id="sidebarlogin">    <script type="text/JavaScript">
    <!--//--><![CDATA[//><!--
        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    //--><!]]>
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/index.php?id=11"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Your Login Details</h3>
        <label for="username">User: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Password: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Remember me</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/index.php?id=11">
    <fieldset>
        <h3>It happens to everyone...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Enter the email address of your account to reset your password: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>To return to the login form, press the cancel button.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Cancel" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div>
            <h2>Meta:</h2>
            <p><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></p>
            <p><a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a></p>
            <p><a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">MODx</a></p>
          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>KI.MO.KE.DA. RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://www.pacca.net/index.php?id=11</link>
			<description></description>
			<language>en</language>
			<copyright>KI.MO.KE.DA. 2006</copyright>
			<ttl>120</ttl>
			<item>
				<title>仮バナー</title>
				<link>http://www.pacca.net/index.php?id=56</link>
				<description><![CDATA[ <p>とりあえず、仮のバナーを作りました</p>
<p>Linkに置いておきます</p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div> ]]></description>
				<pubDate>Fri, 26 Mar 2010 05:51:36 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=56</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
		
			<item>
				<title>スパム対策</title>
				<link>http://www.pacca.net/index.php?id=55</link>
				<description><![CDATA[ <p>こんなところでもスパムが来るんで、Logのコメントに画像認証をつけました</p><p>ついでに、Contactを削除しました</p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div> ]]></description>
				<pubDate>Fri, 05 Mar 2010 21:52:21 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=55</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
		
			<item>
				<title>slimboxからslideboxへ</title>
				<link>http://www.pacca.net/index.php?id=54</link>
				<description><![CDATA[ <p>MaxiGalleryわからなーい</p>
<p>slimboxだとFireFoxとかSafariで見るとうまくいかないんでSlideboxに替えました</p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div> ]]></description>
				<pubDate>Sun, 13 Sep 2009 04:36:34 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=54</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
		
			<item>
				<title>Link追加</title>
				<link>http://www.pacca.net/index.php?id=53</link>
				<description><![CDATA[ <p>Link１件追加しました</p>
<p>あと、LogのArchivesがうまく動作しないんで削除しました</p>
<p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div></p> ]]></description>
				<pubDate>Sat, 12 Sep 2009 05:53:10 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=53</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
		
			<item>
				<title>デフォルト削除</title>
				<link>http://www.pacca.net/index.php?id=52</link>
				<description><![CDATA[ <p>MODｘインストール時に作成される記事を削除しました</p>
<p>あと、メニューのロールオーバー画像を変更しました</p>
<p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div></p> ]]></description>
				<pubDate>Tue, 08 Sep 2009 06:12:04 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=52</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
		
			<item>
				<title>MaxiGallery実装</title>
				<link>http://www.pacca.net/index.php?id=51</link>
				<description><![CDATA[ <p>MaxiGalleryを実装しました<br />LightboxV2を使いたかったけどうまくいかないんで、Slimboxでの表示にしました</p>
<p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div></p> ]]></description>
				<pubDate>Sat, 29 Aug 2009 06:33:53 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=51</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
		
			<item>
				<title>サイト名変更</title>
				<link>http://www.pacca.net/index.php?id=49</link>
				<description><![CDATA[ <p>サイト名をKI.MO.KE.DA.に変えました</p>
<p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div></p> ]]></description>
				<pubDate>Sat, 22 Aug 2009 14:31:30 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=49</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
		
			<item>
				<title>MODx設置</title>
				<link>http://www.pacca.net/index.php?id=48</link>
				<description><![CDATA[ <p>ひと月くらい前から設置してたけど、漢字が表示されないんで放置してました</p>
<p>ようやく、単なるMySQLの設定間違いに気がついたんで、MODxが1.0.0になったことだし、サイト制作にとりかかりました</p>
<p>ついでに、SlimStatなんて設置してみたりして．．．</p>
<p><div id="commentsAnchor">
<a name="jf01f0010d"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.</li>
</ul>
</div>


<form method="post" action="/index.php?id=11#jf01f0010d" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="01f0010df2845340e4247e2f51e84f25" />
	<input name="JotNow" type="hidden" value="1915793761" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name01f0010df2845340e4247e2f51e84f25">Name:<br /> <input tabindex="1915793762" name="name" type="text" size="40" value="" id="name01f0010df2845340e4247e2f51e84f25" /> </label> <label for="email01f0010df2845340e4247e2f51e84f25">Email:<br /> <input tabindex="1915793763" name="email" type="text" size="40" value="" id="email01f0010df2845340e4247e2f51e84f25"/> </label>
	
	<label for="title01f0010df2845340e4247e2f51e84f25">Subject:<br />
	<input tabindex="1915793764" name="title" type="text" size="40" value="" id="title01f0010df2845340e4247e2f51e84f25"/>
	</label>
	<label for="content01f0010df2845340e4247e2f51e84f25">Comment: *<br />
	<textarea tabindex="1915793765" name="content" cols="50" rows="8" id="content01f0010df2845340e4247e2f51e84f25"></textarea>
	</label><br />
	
  <div style="width:150px;margin-top: 5px;margin-bottom: 5px;"><a href="/index.php?id=11"><img src="/manager/includes/veriword.php?rand=1915793761" width="148" height="60" alt="If you have trouble reading the code, click on the code itself to generate a new random code." style="border: 1px solid #003399" /></a></div> <label for="vericode01f0010df2845340e4247e2f51e84f25">Help prevent spam - enter security code above:<br /><input type="text" name="vericode" style="width:150px;" size="20" id="vericode01f0010df2845340e4247e2f51e84f25" /></label>&nbsp;
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="1915793766" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>	<a name="jc01f0010d33"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 afzjdly
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">XnYuafOKSnivpb</span><br />
			 <span class="jot-poster"><b>Reply #3 on :</b> Sun February 28, 2010, 05:47:59</span>
			 <hr />
			 <div class="jot-message">w17OB7  &lt;a href=&quot;http://agidcazjpdyh.com/&quot;&gt;agidcazjpdyh&lt;/a&gt;, &#91;url=http://nmybuypcriij.com/&#93;nmybuypcriij&#91;/url&#93;, &#91;link=http://hfumkufrigoh.com/&#93;hfumkufrigoh&#91;/link&#93;, http://fbglscwqxxzs.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d26"></a>
	<div class="jot-row  ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 pirsrhmydi
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">QukVLmasFFxN</span><br />
			 <span class="jot-poster"><b>Reply #2 on :</b> Wed January 13, 2010, 01:35:22</span>
			 <hr />
			 <div class="jot-message">gMch83  &lt;a href=&quot;http://demvitvinuew.com/&quot;&gt;demvitvinuew&lt;/a&gt;, &#91;url=http://srulbcjljbqi.com/&#93;srulbcjljbqi&#91;/url&#93;, &#91;link=http://pjexpcosiuid.com/&#93;pjexpcosiuid&#91;/link&#93;, http://unztllofcmgo.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>	<a name="jc01f0010d19"></a>
	<div class="jot-row jot-row-alt ">
	 <div class="jot-comment">
 		 
		 <div class="jot-user">
		 eanhfucyltm
		 <br />Posts: 3
		 </div> 
		
		 <div class="jot-content">
			 
			 <div class="jot-posticon">
					<img src="/assets/snippets/jot/templates/comment_trans.gif" width="16" height="16" alt="Comment" border="0" />
			 </div>		 
			 
			 <div class="jot-mod">
			 
			 
			 </div>	
			  
			 <span class="jot-subject">dpepexSFuxhakGH</span><br />
			 <span class="jot-poster"><b>Reply #1 on :</b> Thu November 12, 2009, 07:28:38</span>
			 <hr />
			 <div class="jot-message">3YB8ZU  &lt;a href=&quot;http://xswkrtggjhil.com/&quot;&gt;xswkrtggjhil&lt;/a&gt;, &#91;url=http://xhwzfyeiehqy.com/&#93;xhwzfyeiehqy&#91;/url&#93;, &#91;link=http://yisqjtbzsmea.com/&#93;yisqjtbzsmea&#91;/link&#93;, http://tlaqiwclwoaq.com/</div>
			 <div class="jot-extra">
			  </div>
		 </div>
		 
	 </div>
	
	</div>
</div></p> ]]></description>
				<pubDate>Fri, 07 Aug 2009 03:41:38 +0900</pubDate>
				<guid isPermaLink="false">http://www.pacca.net/index.php?id=48</guid>
				<dc:creator>ぱっか</dc:creator>
				
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="header">
      <h1><a id="logo" href="index.php?id=1" title="KI.MO.KE.DA.">KI.MO.KE.DA.</a></h1>
      <div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://www.pacca.net/" title="Home">Home</a></li>
<li class="category "><a href="/index.php?id=15" title="Gallery">Galley</a><ul style="display:none">
  <li class="first"><a href="/index.php?id=50" title="Vehicle">Vehicle</a></li>

</ul></li>
<li class="category "><a href="/index.php?id=33" title="Movie">Movie</a></li>
<li class="category "><a href="/index.php?id=39" title="Junk">Junk</a></li>
<li class="category "><a href="/index.php?id=2" title="Log">Log</a></li>
<li class="category last"><a href="/index.php?id=32" title="Link">Link</a></li>

  </ul> </div>
      <!-- end topmenu -->
    </div>
    <!-- end header -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p> Copyright &copy; 2000-2010 PACCA<br />
          <a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">Powered
          by MODx</a> &nbsp;<a href="http://www.modxhost.com/" title="Template Designed by modXhost.com">Template &copy; 2006
          modXhost.com</a><br />
        MySQL: 0.6503 s, 87 request(s), PHP: 0.3926 s, total: 1.0428 s, document retrieved
        from database. </p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
</body>
</html>