<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[QuangTrong's Blog]]></title> 
<link>http://quangtrong.info/blog/index.php</link> 
<description><![CDATA[sell : host - hosting - reseller]]></description> 
<language>vi</language> 
<copyright><![CDATA[QuangTrong's Blog]]></copyright>
<item>
<link>http://quangtrong.info/blog/Plugin----A-nh-giA--bA-i-via--t-cho-bo-blog.htm</link>
<title><![CDATA[Plugin- Đánh giá bài viết cho bo-blog]]></title> 
<author>admin &lt;&gt;</author>
<category><![CDATA[Bo - blog]]></category>
<pubDate>Thu, 08 Oct 2009 08:42:07 +0000</pubDate> 
<guid>http://quangtrong.info/blog/Plugin----A-nh-giA--bA-i-via--t-cho-bo-blog.htm</guid> 
<description>
<![CDATA[ 
	<p> </p><p>Plugin n&agrave;y sẽ th&ecirc;m v&agrave;o dưới c&ugrave;ng mỗi b&agrave;i viết một mục đ&aacute;nh gi&aacute; nhỏ. Mỗi user, kh&aacute;ch t&iacute;nh theo ip address sẽ được đ&aacute;nh gi&aacute; 1 b&agrave;i viết 1 lần. M&igrave;nh đ&atilde; việt h&oacute;a v&agrave; sửa một số chỗ cho ph&ugrave; hợp. M&igrave;nh xin hướng dẫn c&aacute;c bạn l&agrave;m như sau, c&aacute;c bạn l&agrave;m cẩn thận một ch&uacute;t nh&eacute;.<a name="entrymore"></a></p><p><strong>Bước 1:</strong> Download file n&eacute;n dưới về, giải n&eacute;n ra được thư mục <strong>fengyinrating</strong> upload v&agrave;o thư mục <strong>blog/plugin</strong></p><p><strong>Bước 2:</strong> V&agrave;o PhpMyadmin t&igrave;m đến database của blog bạn, đến <strong>SQL</strong> v&agrave; chạy đoạn lệnh SQL sau:</p><div class="quote"><div class="quote-title">Tr&iacute;ch dẫn</div><div class="quote-content">CREATE TABLE `ratings` (<br />`id` varchar(11) NOT NULL,<br />`total_votes` int(11) NOT NULL default 0,<br />`total_value` int(11) NOT NULL default 0,<br />`used_ips` longtext,<br />PRIMARY KEY&nbsp;&nbsp;(`id`)<br />) TYPE=MyISAM AUTO_INCREMENT=3;</div></div><p>C&acirc;u lệnh tr&ecirc;n mục đ&iacute;ch l&agrave; add th&ecirc;m table <strong>ratings</strong> v&agrave;o database của bo-blog, bạn y&ecirc;n t&acirc;m, n&oacute; kh&ocirc;ng ảnh hưởng g&igrave; đến bo-blog đ&acirc;u.</p><p><strong>Bước 3:</strong> V&agrave;o thư mục <strong>blog/plugin/fengyinrating/rating</strong> v&agrave; tiến h&agrave;nh sửa file <strong>_config-rating.php</strong> với c&aacute;c th&ocirc;ng tin database:</p><div class="quote"><div class="quote-title">Tr&iacute;ch dẫn</div><div class="quote-content">$rating_dbhost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;localhost&rsquo;;<br />$rating_dbuser&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;user database&rsquo;;<br />$rating_dbpass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;pass database&rsquo;;<br />$rating_dbname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;database name&rsquo;;</div></div><p>Plugin n&agrave;y d&ugrave;ng chung database với bo-blog, n&ecirc;n bạn h&atilde;y điền th&ocirc;ng số sao cho giống với th&ocirc;ng số database trong file <strong>blog/data/config.php</strong> nh&eacute;. C&aacute;c bạn chỉ sửa 4 d&ograve;ng tr&ecirc;n th&ocirc;i.</p><p><strong>Bước 4:</strong> V&agrave;o Quản l&yacute; / Admin center &mdash;&gt; Q.l&yacute; adds in &mdash;&gt; v&agrave; add th&ecirc;m plugin đ&aacute;nh gi&aacute; với t&ecirc;n <strong>fengyinrating</strong> v&agrave;o.<br />Nếu bạn chưa biết c&aacute;ch add plugin th&igrave; c&oacute; thể t&igrave;m b&agrave;i viết hướng dẫn th&ecirc;m plugin cho bo-blog trong <a target="_blank" href="http://congtoan.net/blog/eboook-bo-blog-1-2-update-15012009/"><font color="#7a3254">Ebook bo-blog 1.2</font></a> của m&igrave;nh</p><p>Plugin n&agrave;y sẽ th&ecirc;m v&agrave;o dưới c&ugrave;ng mỗi b&agrave;i viết một mục đ&aacute;nh gi&aacute; nhỏ. Mỗi user, kh&aacute;ch t&iacute;nh theo ip address sẽ được đ&aacute;nh gi&aacute; 1 b&agrave;i viết 1 lần. M&igrave;nh đ&atilde; việt h&oacute;a v&agrave; sửa một số chỗ cho ph&ugrave; hợp. M&igrave;nh xin hướng dẫn c&aacute;c bạn l&agrave;m như sau, c&aacute;c bạn l&agrave;m cẩn thận một ch&uacute;t nh&eacute;.</p><p><strong>Bước 1:</strong> Download file n&eacute;n dưới về, giải n&eacute;n ra được thư mục <strong>fengyinrating</strong> upload v&agrave;o thư mục <strong>blog/plugin</strong></p><p><strong>Bước 2:</strong> V&agrave;o PhpMyadmin t&igrave;m đến database của blog bạn, đến <strong>SQL</strong> v&agrave; chạy đoạn lệnh SQL sau:</p><div class="quote"><div class="quote-title">Tr&iacute;ch dẫn</div><div class="quote-content">CREATE TABLE `ratings` (<br />`id` varchar(11) NOT NULL,<br />`total_votes` int(11) NOT NULL default 0,<br />`total_value` int(11) NOT NULL default 0,<br />`used_ips` longtext,<br />PRIMARY KEY&nbsp;&nbsp;(`id`)<br />) TYPE=MyISAM AUTO_INCREMENT=3;</div></div><p>C&acirc;u lệnh tr&ecirc;n mục đ&iacute;ch l&agrave; add th&ecirc;m table <strong>ratings</strong> v&agrave;o database của bo-blog, bạn y&ecirc;n t&acirc;m, n&oacute; kh&ocirc;ng ảnh hưởng g&igrave; đến bo-blog đ&acirc;u.</p><p><strong>Bước 3:</strong> V&agrave;o thư mục <strong>blog/plugin/fengyinrating/rating</strong> v&agrave; tiến h&agrave;nh sửa file <strong>_config-rating.php</strong> với c&aacute;c th&ocirc;ng tin database:</p><div class="quote"><div class="quote-title">Tr&iacute;ch dẫn</div><div class="quote-content">$rating_dbhost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;localhost&rsquo;;<br />$rating_dbuser&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;user database&rsquo;;<br />$rating_dbpass&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;pass database&rsquo;;<br />$rating_dbname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= &lsquo;database name&rsquo;;</div></div><p>Plugin n&agrave;y d&ugrave;ng chung database với bo-blog, n&ecirc;n bạn h&atilde;y điền th&ocirc;ng số sao cho giống với th&ocirc;ng số database trong file <strong>blog/data/config.php</strong> nh&eacute;. C&aacute;c bạn chỉ sửa 4 d&ograve;ng tr&ecirc;n th&ocirc;i.</p><p><strong>Bước 4:</strong> V&agrave;o Quản l&yacute; / Admin center &mdash;&gt; Q.l&yacute; adds in &mdash;&gt; v&agrave; add th&ecirc;m plugin đ&aacute;nh gi&aacute; với t&ecirc;n <strong>fengyinrating</strong> v&agrave;o.</p><p><a href="http://www.mediafire.com/?z00zeyjwzfr">http://www.mediafire.com/?z00zeyjwzfr</a></p><br/>Tags - <a href="http://quangtrong.info/blog/tags/plugin/" rel="tag">plugin</a>
]]>
</description>
</item><item>
<link>http://quangtrong.info/blog/Plugin----A-nh-giA--bA-i-via--t-cho-bo-blog.htm#blogcomment</link>
<title><![CDATA[[Nhận xét] Plugin- Đánh giá bài viết cho bo-blog]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[Nhận xét]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://quangtrong.info/blog/Plugin----A-nh-giA--bA-i-via--t-cho-bo-blog.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>