<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《如何使用PHP来合并图片》的评论</title>
	<atom:link href="http://www.rainmoe.com/2009/12/13/merge-images-by-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/</link>
	<description>One code, one world ...</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:21:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：freemouse</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-23958</link>
		<dc:creator>freemouse</dc:creator>
		<pubDate>Wed, 19 Oct 2011 09:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-23958</guid>
		<description>你的博客好多人留言阿，羡慕 :grin:</description>
		<content:encoded><![CDATA[<p>你的博客好多人留言阿，羡慕 <img src='/apps/smiles/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：邪 罗刹</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3349</link>
		<dc:creator>邪 罗刹</dc:creator>
		<pubDate>Thu, 17 Dec 2009 04:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3349</guid>
		<description>&lt;a href=&quot;#comment-3337&quot; rel=&quot;nofollow&quot;&gt;@木马男孩&lt;/a&gt; , 呵呵，各有所长嘛 ~  :biggrin: ~ 你一定也有特长的东西的 ~</description>
		<content:encoded><![CDATA[<p><a href="#comment-3337" rel="nofollow">@木马男孩</a> , 呵呵，各有所长嘛 ~  :biggrin: ~ 你一定也有特长的东西的 ~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：木马男孩</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3337</link>
		<dc:creator>木马男孩</dc:creator>
		<pubDate>Thu, 17 Dec 2009 03:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3337</guid>
		<description>每次来你的博客，我都感觉自己会的东西实在是太少了，不知道什么时候才会学出一点皮毛</description>
		<content:encoded><![CDATA[<p>每次来你的博客，我都感觉自己会的东西实在是太少了，不知道什么时候才会学出一点皮毛</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：邪 罗刹</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3230</link>
		<dc:creator>邪 罗刹</dc:creator>
		<pubDate>Tue, 15 Dec 2009 05:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3230</guid>
		<description>&lt;a href=&quot;#comment-3104&quot; rel=&quot;nofollow&quot;&gt;@万戈&lt;/a&gt; , 在 wp-includes/link-template.php 文件中：
修改：
&lt;pre lang=&quot;php&quot; line=&quot;1&quot;&gt;
$defaults[&#039;base&#039;] = user_trailingslashit(trailingslashit(get_permalink()) 
. &#039;comment-page-%#%&#039;, &#039;commentpaged&#039;);
&lt;/pre&gt;
为：
&lt;pre lang=&quot;php&quot; line=&quot;1&quot;&gt;
$defaults[&#039;base&#039;] = user_trailingslashit(get_permalink() 
. &#039;comment-page-%#%&#039;, &#039;commentpaged&#039;);
&lt;/pre&gt;
大概在1628行 ~  :biggrin:</description>
		<content:encoded><![CDATA[<p><a href="#comment-3104" rel="nofollow">@万戈</a> , 在 wp-includes/link-template.php 文件中：<br />
修改：</p>
<pre lang="php" line="1">
$defaults['base'] = user_trailingslashit(trailingslashit(get_permalink())
. 'comment-page-%#%', 'commentpaged');
</pre>
<p>为：</p>
<pre lang="php" line="1">
$defaults['base'] = user_trailingslashit(get_permalink()
. 'comment-page-%#%', 'commentpaged');
</pre>
<p>大概在1628行 ~  :biggrin:</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：邪 罗刹</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3228</link>
		<dc:creator>邪 罗刹</dc:creator>
		<pubDate>Tue, 15 Dec 2009 03:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3228</guid>
		<description>&lt;a href=&quot;#comment-3115&quot; rel=&quot;nofollow&quot;&gt;@网络砖家&lt;/a&gt; , &lt;pre lang=&quot;php&quot; line=&quot;1&quot;&gt;
&lt;!-- comment info --&gt;
&lt;div id=&quot;comment_header&quot;&gt;
&lt;div id=&quot;comment_info&quot;&gt;
&lt;?php if ( $user_ID ) : ?&gt;
&lt;?php
if (function_exists(&#039;wp_logout_url&#039;)) {
$logout_link = wp_logout_url();
} else {
$logout_link = get_option(&#039;siteurl&#039;) 
. &#039;/wp-login.php?action=logout&#039;;
}
?&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;?php _e(&#039;Logged in as&#039;, &#039;elegantbox&#039;); ?&gt; 
&lt;a href=&quot;&lt;?php echo get_option(&#039;siteurl&#039;); ? rel=&quot;nofollow&quot;&gt;
/wp-admin/profile.php&quot;&gt;&lt;strong&gt;
&lt;?php echo $user_identity; ?&gt;&lt;/strong&gt;&lt;/a&gt;.
 &lt;a href=&quot;&lt;?php echo $logout_link; ? rel=&quot;nofollow&quot;&gt;&quot; 
 title=&quot;&lt;?php _e(&#039;Log out of this account&#039;, 
 &#039;elegantbox&#039;); ?&gt;&quot;&gt;
 &lt;?php _e(&#039;Logout &#187;&#039;, &#039;elegantbox&#039;); ?&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;?php else : ?&gt;
&lt;?php if ( $comment_author != &quot;&quot; ) : ?&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
function setStyleDisplay(id, status)
{document.getElementById(id).style.display = status;}
&lt;/script&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;?php printf(__(&#039;Welcome back &lt;strong&gt;%s&lt;/strong&gt;.&#039;, 
&#039;elegantbox&#039;), $comment_author) ?&gt;
&lt;span id=&quot;show_author_info&quot;&gt;
&lt;a href=&quot;javascript:void(0);&quot; 
onclick=&quot;MGJS.setStyleDisplay(&#039;author_info&#039;,&#039;&#039;);
MGJS.setStyleDisplay(&#039;show_author_info&#039;,&#039;none&#039;);
MGJS.setStyleDisplay(&#039;hide_author_info&#039;,&#039;&#039;);&quot;&gt;
&lt;?php _e(&#039;Change &#187;&#039;, &#039;elegantbox&#039;); ?&gt;&lt;/a&gt;&lt;/span&gt;
&lt;span id=&quot;hide_author_info&quot;&gt;
&lt;a href=&quot;javascript:void(0);&quot; 
onclick=&quot;MGJS.setStyleDisplay(&#039;author_info&#039;,&#039;none&#039;);
MGJS.setStyleDisplay(&#039;show_author_info&#039;,&#039;&#039;);
MGJS.setStyleDisplay(&#039;hide_author_info&#039;,&#039;none&#039;);&quot;&gt;
&lt;?php _e(&#039;Close &#187;&#039;, &#039;elegantbox&#039;); ?&gt;&lt;/a&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;

&lt;div id=&quot;author_info&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;input type=&quot;text&quot; name=&quot;author&quot; id=&quot;author&quot; 
class=&quot;textfield&quot; value=&quot;&lt;?php echo $comment_author; ?&gt;&quot;
size=&quot;24&quot; tabindex=&quot;1&quot; /&gt;
&lt;label for=&quot;author&quot; class=&quot;small&quot;&gt;
&lt;?php _e(&#039;Name&#039;, &#039;elegantbox&#039;); ?&gt; 
&lt;?php if ($req) _e(&#039;(required)&#039;, &#039;elegantbox&#039;); ?&gt;&lt;/label&gt;
&lt;/div&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; 
class=&quot;textfield&quot; value=&quot;&lt;?php echo $comment_author_email; ?&gt;&quot;
size=&quot;24&quot; tabindex=&quot;2&quot; /&gt;
&lt;label for=&quot;email&quot; class=&quot;small&quot;&gt;
&lt;?php _e(&#039;E-Mail (will not be published)&#039;, &#039;elegantbox&#039;);?&gt;
&lt;?php if ($req) _e(&#039;(required)&#039;, &#039;elegantbox&#039;); ?&gt;&lt;/label&gt;
&lt;/div&gt;
&lt;div class=&quot;row&quot;&gt;
&lt;input type=&quot;text&quot; name=&quot;url&quot; id=&quot;url&quot; class=&quot;textfield&quot; 
value=&quot;&lt;?php echo $comment_author_url; ?&gt;&quot; 
size=&quot;24&quot; tabindex=&quot;3&quot; /&gt;
&lt;label for=&quot;url&quot; class=&quot;small&quot;&gt;
&lt;?php _e(&#039;Website&#039;, &#039;elegantbox&#039;); ?&gt;&lt;/label&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;?php if ( $comment_author != &quot;&quot; ) : ?&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
setStyleDisplay(&#039;hide_author_info&#039;,&#039;none&#039;);
setStyleDisplay(&#039;author_info&#039;,&#039;none&#039;);&lt;/script&gt;
&lt;?php endif; ?&gt;

&lt;?php endif; ?&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-3115" rel="nofollow">@网络砖家</a> ,
<pre lang="php" line="1">
<!-- comment info -->
<div id="comment_header">
<div id="comment_info">
< ?php if ( $user_ID ) : ?>
< ?php
if (function_exists('wp_logout_url')) {
$logout_link = wp_logout_url();
} else {
$logout_link = get_option('siteurl')
. '/wp-login.php?action=logout';
}
?>
<div class="row">
< ?php _e('Logged in as', 'elegantbox'); ?>
<a href="<?php echo get_option('siteurl'); ? rel="nofollow">
/wp-admin/profile.php"><strong>
< ?php echo $user_identity; ?></strong></a>.
 <a href="<?php echo $logout_link; ? rel="nofollow">"
 title="< ?php _e('Log out of this account',
 'elegantbox'); ?>">
 < ?php _e('Logout &raquo;', 'elegantbox'); ?></a>
</div>

< ?php else : ?>
< ?php if ( $comment_author != "" ) : ?>
<script type="text/javascript">
function setStyleDisplay(id, status)
{document.getElementById(id).style.display = status;}
</script>
<div class="row">
< ?php printf(__('Welcome back <strong>%s.',
'elegantbox'), $comment_author) ?>
<span id="show_author_info">
<a href="javascript:void(0);"
onclick="MGJS.setStyleDisplay('author_info','');
MGJS.setStyleDisplay('show_author_info','none');
MGJS.setStyleDisplay('hide_author_info','');">
< ?php _e('Change &raquo;', 'elegantbox'); ?></a></span>
<span id="hide_author_info">
<a href="javascript:void(0);"
onclick="MGJS.setStyleDisplay('author_info','none');
MGJS.setStyleDisplay('show_author_info','');
MGJS.setStyleDisplay('hide_author_info','none');">
< ?php _e('Close &raquo;', 'elegantbox'); ?></a></span>
</div>

< ?php endif; ?>
<div id="author_info">
<div class="row">
<input type="text" name="author" id="author"
class="textfield" value="<?php echo $comment_author; ?/>"
size="24" tabindex="1" />
<label for="author" class="small">
< ?php _e('Name', 'elegantbox'); ?>
< ?php if ($req) _e('(required)', 'elegantbox'); ?></label>
</div>
<div class="row">
<input type="text" name="email" id="email"
class="textfield" value="<?php echo $comment_author_email; ?/>"
size="24" tabindex="2" />
<label for="email" class="small">
< ?php _e('E-Mail (will not be published)', 'elegantbox');?>
< ?php if ($req) _e('(required)', 'elegantbox'); ?></label>
</div>
<div class="row">
<input type="text" name="url" id="url" class="textfield"
value="<?php echo $comment_author_url; ?/>"
size="24" tabindex="3" />
<label for="url" class="small">
< ?php _e('Website', 'elegantbox'); ?></label>
</div>
</div>

< ?php if ( $comment_author != "" ) : ?>
<script type="text/javascript">
setStyleDisplay('hide_author_info','none');
setStyleDisplay('author_info','none');</script>
< ?php endif; ?>

< ?php endif; ?>
</div>
</div>
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>作者：邪 罗刹</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3187</link>
		<dc:creator>邪 罗刹</dc:creator>
		<pubDate>Mon, 14 Dec 2009 11:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3187</guid>
		<description>&lt;a href=&quot;#comment-3184&quot; rel=&quot;nofollow&quot;&gt;@阿里&lt;/a&gt; , 汗 我为下一篇文章做铺垫来着 ~
下一篇有关显示数字 ~
0 - 999999 随意选 使用 PHP 的话可以达到即时组合的目的 ~
用 PS 做 999999 张图片就杯具了 ~</description>
		<content:encoded><![CDATA[<p><a href="#comment-3184" rel="nofollow">@阿里</a> , 汗 我为下一篇文章做铺垫来着 ~<br />
下一篇有关显示数字 ~<br />
0 - 999999 随意选 使用 PHP 的话可以达到即时组合的目的 ~<br />
用 PS 做 999999 张图片就杯具了 ~</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：阿里</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3184</link>
		<dc:creator>阿里</dc:creator>
		<pubDate>Mon, 14 Dec 2009 10:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3184</guid>
		<description>看了那么多，才知道PS来的方便，呵呵</description>
		<content:encoded><![CDATA[<p>看了那么多，才知道PS来的方便，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：邪 罗刹</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3180</link>
		<dc:creator>邪 罗刹</dc:creator>
		<pubDate>Mon, 14 Dec 2009 09:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3180</guid>
		<description>&lt;a href=&quot;#comment-3166&quot; rel=&quot;nofollow&quot;&gt;@Roam&lt;/a&gt; , 恩，趁现在有时间赶紧啊 ~  :arrow:</description>
		<content:encoded><![CDATA[<p><a href="#comment-3166" rel="nofollow">@Roam</a> , 恩，趁现在有时间赶紧啊 ~  <img src='/apps/smiles/icon_arrow.gif' alt=':arrow:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：邪 罗刹</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3179</link>
		<dc:creator>邪 罗刹</dc:creator>
		<pubDate>Mon, 14 Dec 2009 09:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3179</guid>
		<description>&lt;a href=&quot;#comment-3178&quot; rel=&quot;nofollow&quot;&gt;@九站&lt;/a&gt; , 呵呵，这个问题已经在我最新的文章中解答了噢 ~  :smile:</description>
		<content:encoded><![CDATA[<p><a href="#comment-3178" rel="nofollow">@九站</a> , 呵呵，这个问题已经在我最新的文章中解答了噢 ~  <img src='/apps/smiles/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：九站</title>
		<link>http://www.rainmoe.com/2009/12/13/merge-images-by-php/#comment-3178</link>
		<dc:creator>九站</dc:creator>
		<pubDate>Mon, 14 Dec 2009 09:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.evlos.org/?p=1591#comment-3178</guid>
		<description>这个有技术，有点意思啊，但是想不到哪里能应用上这个。</description>
		<content:encoded><![CDATA[<p>这个有技术，有点意思啊，但是想不到哪里能应用上这个。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached (Feed is rejected)
Page Caching using memcached
Database Caching 1/3 queries in 0.003 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: www.rainmoe.com @ 2012-02-09 18:29:01 -->
