<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>JaypeeOnline &#187; wordpress 2.7</title> <atom:link href="http://jaypeeonline.net/tag/wordpress-27/feed/" rel="self" type="application/rss+xml" /><link>http://jaypeeonline.net</link> <description>Technology, Blogging News, WordPress Theme and Plugin Reviews, Tips and Tricks</description> <lastBuildDate>Fri, 10 Feb 2012 01:41:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>WordPress Security Keys</title><link>http://jaypeeonline.net/wordpress/wordpress-security-keys/</link> <comments>http://jaypeeonline.net/wordpress/wordpress-security-keys/#comments</comments> <pubDate>Wed, 22 Sep 2010 04:39:21 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[auth_key]]></category> <category><![CDATA[logged_in_key]]></category> <category><![CDATA[nonce_key]]></category> <category><![CDATA[secure_auth_key]]></category> <category><![CDATA[security key]]></category> <category><![CDATA[wordpress 2.6]]></category> <category><![CDATA[wordpress 2.7]]></category> <category><![CDATA[wordpress security key]]></category> <category><![CDATA[wordpress security keys]]></category> <category><![CDATA[wordpress-security]]></category> <category><![CDATA[wp security]]></category> <category><![CDATA[wp security keys]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=9065</guid> <description><![CDATA[Are you familiar with the WordPress Security Keys? I found out recently that there are still many WordPress users out there who are not familiar with it and are not making use of this feature to make their blogs more secure. Today, I&#8217;ll be talking about it and sharing what WordPress Security Keys are about [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/wp_securitykey.png" alt="WordPress Security Keys" /></p><p>Are you familiar with the <strong>WordPress Security Keys</strong>? I found out recently that there are still many <a
href="http://jaypeeonline.net/category/wordpress/">WordPress</a> users out there who are not familiar with it and are not making use of this feature to make their blogs more secure. Today, I&#8217;ll be talking about it and sharing what WordPress Security Keys are about and how you can use them.</p><p>When WordPress 2.6 was released, three security keys &#8211; <strong>AUTH_KEY</strong>, <strong>SECURE_AUTH_KEY</strong>, and <strong>LOGGED_IN_KEY</strong> were added for the purpose of better encryption of the information stored in a user&#8217;s cookies. A fourth security key &#8211; <strong>NONCE_KEY</strong> was added to the group during the release of WordPress 2.7. Four new security keys were added in with the release of WordPress 3.0 &#8211; <strong>AUTH_SALT</strong>, <strong>SECURE_AUTH_SALT</strong>, <strong>LOGGED_IN_SALT</strong>, <strong>NONCE_SALT</strong> bringing it to a total of 8 security keys. (Thanks to <a
href="http://www.atmaxplorer.com/">sylv3rblade</a> for pointing that out)</p><p>For those who are not familiar with the <strong>WordPress Security Keys</strong> and what they&#8217;re for, here&#8217;s the definition provided by WordPress:</p><blockquote><p>A secret key is a hashing salt which makes your site harder to hack and access harder to crack by adding random elements to the password.</p><p>In simple terms, a secret key is a password with elements that make it harder to generate enough options to break through your security barriers. A password like &#8220;password&#8221; or &#8220;test&#8221; is simple and easily broken. A random, unpredictable password such as &#8220;88a7da62429ba6ad3cb3c76a09641fc&#8221; takes years to come up with the right combination.</p></blockquote><p>In other words, <strong>WordPress Security Keys</strong> add another layer of protection to your blog making it stronger and less susceptible to hacking and malicious attacks. Now that you understand what the WordPress Security Keys are and what they&#8217;re for, then you should start implementing them on your WordPress-powered blog or website.</p><p>The WordPress Security Keys can be configured via the <strong>wp-config</strong> or <strong>wp-config-sample</strong> file. Just open up the file with any text editor and look for these lines:</p><p>[php]<br
/> /**#@+<br
/> * Authentication Unique Keys.<br
/> *<br
/> * Change these to different unique phrases!<br
/> * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}<br
/> * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.<br
/> *<br
/> * @since 2.6.0<br
/> */<br
/> define(&#8216;AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;);<br
/> define(&#8216;SECURE_AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;);<br
/> define(&#8216;LOGGED_IN_KEY&#8217;, &#8216;put your unique phrase here&#8217;);<br
/> define(&#8216;NONCE_KEY&#8217;, &#8216;put your unique phrase here&#8217;);<br
/> /**#@-*/<br
/> [/php]</p><p>To enable the WordPress Security Key, just replace &#8216;<strong>put your unique phrase here</strong>&#8216; with your own security key, save the <strong>wp-config.php</strong> file and upload it. [Make sure you save a backup of your <strong>wp-config.php</strong> file before editing it and configuring the Security Key]</p><p><strong>Examples of WordPress Security Keys:</strong></p><p>[php]<br
/> define(&#8216;AUTH_KEY&#8217;, &#8216;:dr+%/5V4sAUG-gg%aS*v;&amp;xGhd%{YKC^Z7KKGh j&gt;k[.Nf$y7iGKdJ3c*[Kr5Bg');<br
/> define('SECURE_AUTH_KEY', 'TufWOuA _.t&gt;#+hA?^|3RfGTm&gt;@*+S=8\&quot;\'+\&quot;}]&lt;m#+}V)p:Qi?jXLq,&lt;h\\`39m_(&#8216;);<br
/> define(&#8216;LOGGED_IN_KEY&#8217;, &#8216;S~AACm4h1;T^\&quot;qW3_8Zv!Ji=y|)~5i63JI |Al[(&lt;YS&lt;2V^$T])=8Xh2a:b:}U_E&#8217;);<br
/> define(&#8216;NONCE_KEY&#8217;, &#8216;k1+EOc-&amp;w?hG8j84&gt;6L9v\&quot;6C89NH?ui{*3\\(t09mumL/fFP_!K$JCEkLuy ={x{0&#8242;);<br
/> [/php]</p><p>Although you can create your own security key, I strongly suggest that you use the <a
href="https://api.wordpress.org/secret-key/1.1/salt/">online generator</a> provided by <a
href="http://jaypeeonline.net/category/wordpress/">WordPress</a> to create a strong security key like the one above. Take note that you don&#8217;t have to remember or memorize the keys and you can change your blog&#8217;s security key at any point in time to invalidate all existing cookies. You can do this if you think someone has taken hold of your password or you think that someone made an unauthorized login on your blog. Resetting the security key will require all users to login again.</p><p>I hope this article helped you better understand <strong>WordPress Security Keys</strong> and convince you to make use of this built-in feature to strengthen your blog&#8217;s security. <strong>Better safe than sorry!</strong></p><p>[Source: <a
href="http://codex.wordpress.org/Editing_wp-config.php">WordPress Codex</a>]</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress/wordpress-2-8-4-security-release/" rel="bookmark" class="crp_title">WordPress 2.8.4 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-0-2-security-release/" rel="bookmark" class="crp_title">WordPress 3.0.2 Security Release</a></li><li><a
href="http://jaypeeonline.net/freeware/clever-keys/" rel="bookmark" class="crp_title">Clever Keys</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-233/" rel="bookmark" class="crp_title">WordPress 2.3.3</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-2-8-6-security-release/" rel="bookmark" class="crp_title">WordPress 2.8.6 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-262/" rel="bookmark" class="crp_title">WordPress 2.6.2</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-0-3-security-release/" rel="bookmark" class="crp_title">WordPress 3.0.3 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-2-security-update/" rel="bookmark" class="crp_title">WordPress 3.1.2 Security Update</a></li><li><a
href="http://jaypeeonline.net/wordpress/how-to-secure-wordpress/" rel="bookmark" class="crp_title">&#8220;How To Secure WordPress&#8221;</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-206/" rel="bookmark" class="crp_title">WordPress 2.0.6</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress/wordpress-security-keys/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>WordPress 2.7 &#8220;Coltrane&#8221;</title><link>http://jaypeeonline.net/wordpress/wordpress-27-coltrane/</link> <comments>http://jaypeeonline.net/wordpress/wordpress-27-coltrane/#comments</comments> <pubDate>Fri, 12 Dec 2008 22:53:38 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[coltrane]]></category> <category><![CDATA[john coltrane]]></category> <category><![CDATA[wordpress 2.7]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=1815</guid> <description><![CDATA[A week after releasing it in WordPress.com and a day after releasing Release Candidate 2, the dev team finally released WordPress 2.7 &#8220;Coltrane&#8221; to the general public. This version of WordPress is named after American jazz saxophonist and composer, John Coltrane. I know this is a little bit late and I know that some of [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://maxcdn.jaypeeonline.net/images/wordpress_coltrane.png" alt="WordPress 2.7 "Coltrane"" /></p><p>A week after releasing it in WordPress.com and a day after releasing <a
href="http://jaypeeonline.net/wordpress/wordpress-27-rc-2/">Release Candidate 2</a>, the dev team finally released <a
href="http://wordpress.org/development/2008/12/coltrane/">WordPress 2.7 &#8220;Coltrane&#8221;</a> to the general public. This version of WordPress is named after American jazz saxophonist and composer, John Coltrane.</p><p>I know this is a little bit late and I know that some of you aren&#8217;t that excited about WordPress 2.7 because you&#8217;ve already tried and used the beta and release candidate versions. However, there are still some who haven&#8217;t tried it yet or haven&#8217;t even seen what it looks like. For those who are new to WordPress 2.7, here&#8217;s a special video created by the dev team as a visual introduction to the latest version of WordPress.</p><p><embed
src="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash" width="500" height="280" allowscriptaccess="always" allowfullscreen="true"></embed></p><p>Personally, I think this is the best WordPress release to date. Why? Because it covers almost all the features and options that I&#8217;ve been looking for in WordPress in a long time. From the main dashboard which you can customize and rearrange drag-and-drop style, the ability to reply to comments right from the dashboard, installing plugins directly from WordPress.org&#8217;s Plugin Repository, creating sticky posts, the comment moderation keyboard shortcuts and last but not least, the built-in upgrade feature. Not only does this new version of WordPress look and feel better than previous versions, some of the features I mentioned saves time and make regular tasks more convenient for users.</p><p>Unfortunately, with almost every new version of WordPress (especially ones with a lot of changes) comes issues with themes and plugins and WordPress 2.7 is not an exception. Before you upgrade your WordPress installation, you have to check that your themes, plugins and hosting provider work or don&#8217;t have any conflicts/issues with WordPress 2.7. One of the reasons why I wasn&#8217;t able to do the upgrade right away was because I wanted to be sure that everything would be okay after I do the upgrade. First thing I did was to back up my WordPress database, then check my theme files, check the plugins for conflicts/issues, deactivated all plugins and when I was confident that everything was ready, I proceeded with the upgrade. The upgrade process was fast and smooth. Thankfully, there were no hiccups or problems whatsoever.</p><p>So far I haven&#8217;t heard or read of anyone complaining or reporting problems after upgrading to WordPress 2.7, except for my blogger friend <a
href="http://www.stellify.net">ia</a> who noticed that after doing the upgrade, the WordPress version displayed on her blog&#8217;s meta tag was &#8220;abc&#8221; while on her dashboard it shows &#8220;WordPress 2.7&#8243;. Weird! She also pointed out a <a
href="http://wordpress.org/support/topic/189202">support topic on WordPress.org&#8217;s forum</a> where someone posted a fix but for an earlier version, not 2.7. I&#8217;m not sure if it works or not because when I checked her blog it still shows &#8220;abc&#8221;, but in case you encounter this problem you can try it out. If you do know how to fix it or figure out a solution, kindly share it with us.</p><p>Btw, it&#8217;s only been a day since WordPress 2.7 was released but the dev team are already busy <a
href="http://wpdevel.wordpress.com/2008/12/12/fixing-bugs-for-271-and-thinking-about/">fixing bugs for 2.7.1 and thinking of features for 2.8</a>.</p><p>Any of you guys who haven&#8217;t upgraded to WordPress 2.7 yet? What&#8217;s keeping you from upgrading? For those of you who have, what are your first impressions of Coltrane? Do you like the new user interface and the new features? Why or why not? Please share your thoughts.</p><p><a
href="http://wordpress.org/download/">Download WordPress 2.7 &#8220;Coltrane&#8221;</a></p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress/wordpress-23-dexter-is-out/" rel="bookmark" class="crp_title">WordPress 2.3 &#8220;Dexter&#8221; Is Out!</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-4-and-3-2-rc-3/" rel="bookmark" class="crp_title">WordPress 3.1.4 and 3.2 Release Candidate 3 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-25/" rel="bookmark" class="crp_title">Finally, WordPress 2.5!</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-27-rc-2/" rel="bookmark" class="crp_title">WordPress 2.7 RC 2</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-2/" rel="bookmark" class="crp_title">WordPress 3.2 Is Now Available, Did You Upgrade?</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-2-security-update/" rel="bookmark" class="crp_title">WordPress 3.1.2 Security Update</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-1-now-available/" rel="bookmark" class="crp_title">WordPress 3.1.1 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-223-security-release/" rel="bookmark" class="crp_title">WordPress 2.2.3 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/are-you-ready-for-wordpress-27/" rel="bookmark" class="crp_title">Are You Ready For WordPress 2.7?</a></li><li><a
href="http://jaypeeonline.net/wordpress/is-your-blog-ready-for-wordpress-25/" rel="bookmark" class="crp_title">Is Your Blog Ready For WordPress 2.5?</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress/wordpress-27-coltrane/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>WordPress 2.7 RC 2</title><link>http://jaypeeonline.net/wordpress/wordpress-27-rc-2/</link> <comments>http://jaypeeonline.net/wordpress/wordpress-27-rc-2/#comments</comments> <pubDate>Wed, 10 Dec 2008 15:56:11 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[release candidate]]></category> <category><![CDATA[wordpress 2.7]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=1796</guid> <description><![CDATA[I know that most of you who aren&#8217;t using WordPress 2.7 beta versions or RC 1 can&#8217;t wait for the final release to announced. Although it&#8217;s almost near, the development team feels that it&#8217;s not quite ready yet. There comes a time in every WordPress release when it’s ready for the world , to come [...]]]></description> <content:encoded><![CDATA[<p>I know that most of you who aren&#8217;t using <a
href="http://jaypeeonline.net/wordpress/are-you-ready-for-wordpress-27/">WordPress 2.7</a> beta versions or RC 1 can&#8217;t wait for the final release to announced. Although it&#8217;s almost near, the development team feels that it&#8217;s not quite ready yet.</p><blockquote><p>There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.</p><p>It’s not quite that time yet, but we’re as close as we’ve ever been, hence the immediate availability of 2.7 Release Candidate 2, or RC2 for short.</p></blockquote><p>Instead of the final version, the development team released <a
href="http://wordpress.org/development/2008/12/27-release-candidate-two/">WordPress 2.7 RC (Release Candidate) 2</a> which is pretty much the same as what we&#8217;ll see and get in the final version unless they find new bugs that needs to be fixed or make additional tweaks to the system.</p><p>If you&#8217;re already using or testing WordPress 2.7, you can do the upgrade automatically using the built-in core update via Tools > Upgrade. If not, you can do it the old fashioned way. As always, make sure that you download WordPress 2.7 RC 2 from only reliable sources or from the official WordPress.org site.</p><p><a
href="http://wordpress.org/wordpress-2.7-RC2.zip">Download WordPress 2.7 RC 2</a><br
/> (if you&#8217;re not sure, just hover your mouse over the link to see the source)</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-2-rc1/" rel="bookmark" class="crp_title">WordPress 3.2 Release Candidate 1</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-271-now-available/" rel="bookmark" class="crp_title">WordPress 2.7.1 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-27-coltrane/" rel="bookmark" class="crp_title">WordPress 2.7 &#8220;Coltrane&#8221;</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-4-and-3-2-rc-3/" rel="bookmark" class="crp_title">WordPress 3.1.4 and 3.2 Release Candidate 3 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-0-2-security-release/" rel="bookmark" class="crp_title">WordPress 3.0.2 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-2-9-2/" rel="bookmark" class="crp_title">WordPress 2.9.2</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-265/" rel="bookmark" class="crp_title">WordPress 2.6.5</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-0-1-released/" rel="bookmark" class="crp_title">WordPress 3.0.1 Released</a></li><li><a
href="http://jaypeeonline.net/wordpress/411-on-wordpress-21/" rel="bookmark" class="crp_title">411 on WordPress 2.1</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-233/" rel="bookmark" class="crp_title">WordPress 2.3.3</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress/wordpress-27-rc-2/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Weekend Roundup #27</title><link>http://jaypeeonline.net/weekend-roundup/weekend-roundup-27/</link> <comments>http://jaypeeonline.net/weekend-roundup/weekend-roundup-27/#comments</comments> <pubDate>Mon, 08 Dec 2008 19:11:04 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[Weekend Roundup]]></category> <category><![CDATA[android]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[jason calacanis]]></category> <category><![CDATA[kogan agora]]></category> <category><![CDATA[koobface]]></category> <category><![CDATA[rss]]></category> <category><![CDATA[samsung pixon]]></category> <category><![CDATA[whois]]></category> <category><![CDATA[wordpress 2.7]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=1746</guid> <description><![CDATA[This edition of the Weekend Roundup is quite late because I was out most of the time during the weekend. Aside from being caught up with The Dream Match &#8211; Pacquiao vs De La Hoya, I was very busy this past weekend with all the activities in church, attending my niece&#8217;s birthday party, planning for [...]]]></description> <content:encoded><![CDATA[<p>This edition of the Weekend Roundup is quite late because I was out most of the time during the weekend. Aside from being caught up with <a
href="http://jaypeeonline.net/asides/the-dream-match-pacquiao-vs-de-la-hoya/">The Dream Match &#8211; Pacquiao vs De La Hoya</a>, I was very busy this past weekend with all the activities in church, attending my niece&#8217;s birthday party, planning for my son&#8217;s birthday party and spending time with family and friends.</p><p>Anyways, better late than never right? Hope you enjoy this week&#8217;s edition of the Weekend Roundup.</p><p><strong>Blogging</strong></p><ul><li>Want to increase your RSS feed subscribers? Maybe this can help. Darren Hoyt shares this tip on <a
href="http://www.darrenhoyt.com/2008/12/04/effectively-advertising-an-rss-feed/">how to effectively advertise an RSS feed</a>.</li><li>Unless you&#8217;re new to blogging, you&#8217;d have come across the name of Jason Calacanis at one time or the other. Six months ago, he announced his retirement from blogging, but it turns out he&#8217;s been actively posting on his blog. I guess <a
href="http://www.dailyblogtips.com/jason-calacanis-couldnt-stay-away-from-blogging-after-all/">Jason just can&#8217;t stay away from blogging</a>. via DailyBlogTips</li><li>Excited about WordPress 2.7? Here&#8217;s a video by Mark Jaquith showing off the <a
href="http://markjaquith.wordpress.com/2008/12/05/wordpress-27-comment-moderation-keyboard-shortcuts/">comment moderation keyboard shortcuts</a> for WordPress 2.7. I think this is gonna be my most favorite feature on WordPress.</li><li>Do you own own a domain or several domains? If you do, then most likely you&#8217;re familiar with &#8220;whois&#8221; information. Do you think you need to <a
href="http://www.bloggingtips.com/2008/12/05/domain-name-id-protect/">protect your whois information</a>? via Blogging Tips</li></ul><p><strong>Gadgets</strong></p><ul><li>A Malaysian blogger got his hands on a HTC Max 4G, the first WiMAX phone in the world. Here&#8217;s his <a
href="http://nextimelah.blogspot.com/2008/11/htc-max-aka-htc-quartz-aka-htc-t8290.html">review on the HTC Max 46 aka HTC Quartz aka HTC T8290</a>.</li><li>Google recently announced the release of the <a
href="http://www.eweek.com/c/a/Mobile-and-Wireless/Google-Releases-SIMunlocked-Android-Phone-For-399/">Android Dev Phone 1</a> which is a SIM-unlocked and hardware-unlocked version of the T-Mobile G1. All you need to do to get this phone is to sign up as an Android developer and purchase the device for $399. via eWeek</li><li>Wonder what gadgets did most people bought from eBay this year? Here&#8217;s the list of the <a
href="http://gizmodo.com/5104309/the-top-10-ebayed-gadgets-of-the-year">Top 10 eBayed Gadgets of the Year</a>. via Gizmodo</li><li>Australia-based company Kogan has recently released the <a
href="http://www.engadget.com/2008/12/03/kogan-intros-worlds-second-android-phone-agora-agora-pro/">Kogan Agora and Agora Pro</a>, the world&#8217;s second Android-based phones. Phones retail for about $192 and $256 respectively.</li></ul><p><strong>Technology</strong></p><ul><li>BitDefender has recently identified a new type of trojan, the Trojan.PWS.ChromeInject.A. This <a
href="http://arstechnica.com/news.ars/post/20081205-new-trojan-targets-firefox-masquerades-as-greasemonkey.html">trojan masquerades itself as the popular Firefox addon &#8211; Greasemonkey</a>. To all Firefox/Greasemonkey users, make sure you only download from the official website. via ArsTechnica</li><li>Microsoft will soon release a new line of products and its not gonna be hardware or software but rather &#8220;softwear&#8221;. In an effort to reinvent its image, <a
href="http://blog.seattlepi.nwsource.com/microsoft/archives/156339.asp?source=mypi">Microsoft will be selling retro-style graphic t-shirts called &#8220;Softwear by Microsoft&#8221;</a>. via Seattle Tech Report</li><li>Controversial Firefox addon called the <a
href="http://news.cnet.com/8301-17939_109-10116503-2.html">&#8220;Pirates of the Amazon&#8221; is now shutdown</a>. This addon lets users illegally download movies, games, TV shows, and MP3s for free by cross referencing Amazon.com&#8217;s product pages with torrent files from the Pirate Bay. As a regular Amazon customer, I&#8217;m glad to hear this development. via CNet News</li><li>Windows Vista users, if you haven&#8217;t seen it on your recent Windows Update you might wanna know that Microsoft released <a
href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;taxonomyName=windows&#038;articleId=9122718&#038;taxonomyId=125&#038;intsrc=kc_top">Service Pack 2 for Windows Vista</a> last week. I&#8217;m still thinking whether I should update or not. Last time I installed SP 1 on my previous laptop, things got messed up.</li></ul><p><strong>Pinoy Blogs</strong></p><ul><li>Having a hard time choosing a gift for a loved one or friend? Check out the first part of the <a
href="http://www.techykid.com/blog/christmas-gift-ideas.html">Techy Kid&#8217;s Christmas gift ideas</a> series.</li><li>A t-shirt that plays songs? Yes, you read that right. The <a
href="http://www.brownbaron.com/blog/2008/12/05/let-everyone-hear-your-personal-soundtrack/">Personal Soundtrack Shirt</a> has a speaker embedded in front  that lets you play songs from your mp3 player or SD card. It also comes with a remote control for music selection. Isn&#8217;t that cool?</li><li>Looking for a new phone this Christmas? Here&#8217;s a one that you might like, the <a
href="http://abuggedlife.com/2008/12/04/samsung-pixon-m8800-photos-and-review/">Samsung Pixon M8800</a> reviewed by Jayvee Fernandez.</li><li>If you have a Facebook account, be careful when you open/read messages containing links. The <a
href="http://archondigital.com/internet/social-networks/facebook-virus-koobface-on-the-loose/">KoobFace virus</a> is still at large and has been spreading around Facebook, infecting a lot of accounts. The most common subject line is “You look so funny on our new video”. I&#8217;ve also seen this in Friendster and have been receiving messages like these from people who are on my friends list.</li></ul><p><strong>JaypeeOnline Weekly Recap</strong></p><ul><li><a
href="http://jaypeeonline.net/blog/christmas-giveaway/">Christmas Giveaway</a> &#8211; Just a reminder for those of you who haven&#8217;t joined yet or for those who aren&#8217;t aware of this contest. I&#8217;m giving away $1,000+ worth of premium WordPress themes and plugins. Trust me, you don&#8217;t wanna miss it!</li><li><a
href="http://jaypeeonline.net/freeware/songbird-10-released/">Songbird 1.0 Released</a> &#8211; Open source media player slash browser Songbird slash iTunes alternative.</li><li><a
href="http://jaypeeonline.net/gadgets/nokia-n97/">Nokia N97</a> &#8211;  Nokias latest flagship phone. Me likey!</li></ul><p>If you have any questions, comments, suggestions or want your article to be featured in the next Weekend Roundup, feel free to leave a comment or send me a message via the contact page.</p><p>Thank you for your time and hope you guys have a great week!</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-25/" rel="bookmark" class="crp_title">Weekend Roundup #25</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-30/" rel="bookmark" class="crp_title">Weekend Roundup #30</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-26/" rel="bookmark" class="crp_title">Weekend Roundup #26</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-23/" rel="bookmark" class="crp_title">Weekend Roundup #23</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-37/" rel="bookmark" class="crp_title">Weekend Roundup #37</a></li><li><a
href="http://jaypeeonline.net/blog/weekend-roundup-110/" rel="bookmark" class="crp_title">Weekend Roundup #110</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-34/" rel="bookmark" class="crp_title">Weekend Roundup #34</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-108/" rel="bookmark" class="crp_title">Weekend Roundup #108</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-31/" rel="bookmark" class="crp_title">Weekend Roundup #31</a></li><li><a
href="http://jaypeeonline.net/weekend-roundup/weekend-roundup-65/" rel="bookmark" class="crp_title">Weekend Roundup #65</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/weekend-roundup/weekend-roundup-27/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>WordPress 2.6.2</title><link>http://jaypeeonline.net/wordpress/wordpress-262/</link> <comments>http://jaypeeonline.net/wordpress/wordpress-262/#comments</comments> <pubDate>Wed, 10 Sep 2008 07:45:02 +0000</pubDate> <dc:creator>Jaypee Habaradas</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[exploit]]></category> <category><![CDATA[mt_rand]]></category> <category><![CDATA[sql column truncation]]></category> <category><![CDATA[wordpress 2.6.1]]></category> <category><![CDATA[wordpress 2.7]]></category><guid
isPermaLink="false">http://jaypeeonline.net/?p=604</guid> <description><![CDATA[Yesterday, <a
href="http://wordpress.org/development/2008/09/wordpress-262/">WordPress 2.6.2</a> was released to address the <a
href="http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/">SQL Column Truncation</a> and <a
href="http://www.suspekt.org/2008/08/17/mt_srand-and-not-so-random-numbers/">mt_rand()</a> vulnerabilities. This release also includes a few other minor bug fixes. (Details of other bug fixes can be found <a
href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.6.2&#038;resolution=fixed&#038;order=priority">here</a>)Here's an excerpt from the WordPress blog to give you an idea on how the vulnerabilities can be used to attack blogs with open user registration.<blockquote> With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user’s password to a randomly generated password. The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit. However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.</blockquote>]]></description> <content:encoded><![CDATA[<p>Yesterday, <a
href="http://wordpress.org/development/2008/09/wordpress-262/">WordPress 2.6.2</a> was released to address the <a
href="http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/">SQL Column Truncation</a> and <a
href="http://www.suspekt.org/2008/08/17/mt_srand-and-not-so-random-numbers/">mt_rand()</a> vulnerabilities. This release also includes a few other minor bug fixes. (Details of other bug fixes can be found <a
href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.6.2&#038;resolution=fixed&#038;order=priority">here</a>)</p><p>Here&#8217;s an excerpt from the WordPress blog to give you an idea on how the vulnerabilities can be used to attack blogs with open user registration.</p><blockquote><p> With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user’s password to a randomly generated password. The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit. However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.</p></blockquote><p>If you implement open user registration on your blog, then you definitely have to update to WordPress 2.6.2 immediately. Although this is not a very serious security risk, if you don&#8217;t update your WordPress installation there&#8217;s a possibility that someone would use this vulnerability and be able to guess the generated password, gain access to your blog and mess it up. You wouldn&#8217;t want that to happen don&#8217;t you?</p><p>By the way for those of our friends who are new to WordPress and aren&#8217;t sure whether their blogs have open user registration or not, here&#8217;s how you can check: In your WordPress dashboard, go to <strong>Settings</strong> and under the <strong>General</strong> tab look for <strong>Membership</strong> options. If the &#8220;<strong>Anyone can register</strong>&#8221; option has a check on it then it means your blog is using open user registration. To disable it, just uncheck it and click on the <strong>Save Changes</strong> button below.</p><p>If you don&#8217;t have open user registration on your blog and don&#8217;t mind spending time doing an upgrade, then go ahead. Nothing wrong with keeping your WordPress installation up-to-date. Personally, I&#8217;d rather wait for WordPress 2.7 which is schedule to be released in November unless of course there&#8217;s a security release like <a
href="http://jaypeeonline.net/wordpress/wordpress-223-security-release/">WordPress 2.2.3</a>, then I&#8217;d most certainly do an upgrade.</p><div
id="crp_related"><ul><li><a
href="http://jaypeeonline.net/wordpress/upgraded-to-wordpress-221/" rel="bookmark" class="crp_title">Upgraded To WordPress 2.2.1</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-2-8-4-security-release/" rel="bookmark" class="crp_title">WordPress 2.8.4 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-233/" rel="bookmark" class="crp_title">WordPress 2.3.3</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-0-2-security-release/" rel="bookmark" class="crp_title">WordPress 3.0.2 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-2-security-update/" rel="bookmark" class="crp_title">WordPress 3.1.2 Security Update</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-1-4-and-3-2-rc-3/" rel="bookmark" class="crp_title">WordPress 3.1.4 and 3.2 Release Candidate 3 Now Available</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-223-security-release/" rel="bookmark" class="crp_title">WordPress 2.2.3 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-0-4-security-update/" rel="bookmark" class="crp_title">WordPress 3.0.4 Security Update</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-3-0-3-security-release/" rel="bookmark" class="crp_title">WordPress 3.0.3 Security Release</a></li><li><a
href="http://jaypeeonline.net/wordpress/wordpress-com-servers-hacked/" rel="bookmark" class="crp_title">WordPress.com Servers Hacked</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://jaypeeonline.net/wordpress/wordpress-262/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (User agent is rejected)
Database Caching 76/96 queries in 0.328 seconds using disk
Object Caching 1356/1550 objects using disk
Content Delivery Network via maxcdn.jaypeeonline.net

Served from: jaypeeonline.net @ 2012-02-13 22:35:52 -->
