<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Blogless.org</title>
	<link>http://blogless.org</link>
	<description></description>
	<pubDate>Wed, 16 Apr 2008 20:46:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Fixed unable to post sql error</title>
		<link>http://blogless.org/blog/2008/04/16/fixed-unable-to-post-sql-error/</link>
		<comments>http://blogless.org/blog/2008/04/16/fixed-unable-to-post-sql-error/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 20:44:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ForumZ]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[sql]]></category>

		<category><![CDATA[support ticket]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2008/04/16/fixed-unable-to-post-sql-error/</guid>
		<description><![CDATA[We have received feedback from some members who explained they were getting an sql error when posting in their forums right after yesterday&#8217;s software update.
The issue has been investigated and should be solved by now. We apologise for the inconveniences this may have caused to you and thank all those who have reported and helped [...]]]></description>
			<content:encoded><![CDATA[<p>We have received feedback from some members who explained they were getting an sql error when posting in their forums right after yesterday&#8217;s software update.</p>
<p>The issue has been investigated and should be solved by now. We apologise for the inconveniences this may have caused to you and thank all those who have reported and helped us to fix the error.</p>
<p>If you experience any further errors or problems, please let us know by creating a <a href="http://otrs.netmanaged.net">support ticket</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2008/04/16/fixed-unable-to-post-sql-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forums updated to phpBB 3.0.1</title>
		<link>http://blogless.org/blog/2008/04/15/forums-updated-to-phpbb-301/</link>
		<comments>http://blogless.org/blog/2008/04/15/forums-updated-to-phpbb-301/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 15:59:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ForumZ]]></category>

		<category><![CDATA[bugfix]]></category>

		<category><![CDATA[phpBB 3.0.1]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2008/04/15/forums-updated-to-phpbb-301/</guid>
		<description><![CDATA[

 The guys at phpBB have released version 3.0.1 of phpBB and we have updated all hosted forums to it. Sorry for the down time you may have experienced this morning while we carried out the work at the server.
This new version includes several bugfixes and security fixes.  Here is the full changelog:
1.i. Changes [...]]]></description>
			<content:encoded><![CDATA[<p>The guys at phpBB have released version 3.0.1 of phpBB and we have updated all hosted forums to it. Sorry for the down time you may have experienced this morning while we carried out the work at the server.</p>
<p>This new version includes several bugfixes and security fixes.  Here is the full changelog:</p>
<h3>1.i. Changes since 3.0.0</h3>
<ul>
<li>[Change] Validate birthdays (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15004">#15004</a>)</li>
<li>[Fix] Allow correct avatar caching for CGI installations. (thanks wildbill)</li>
<li>[Fix] Fix disabling of word censor, now possible again</li>
<li>[Fix] Allow single quotes in db password to be stored within config.php in installer</li>
<li>[Fix] Correctly quote db password for re-display in installer (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=16695">#16695</a> / thanks to m313 for reporting too - #s17235)</li>
<li>[Fix] Correctly handle empty imageset entries (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=16865">#16865</a>)</li>
<li>[Fix] Correctly check empty subjects/messages (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=17915">#17915</a>)</li>
<li>[Change] Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=17745">#17745</a>)</li>
<li>[Fix] Additionally include non-postable forums for moderators forums shown within the teams list. (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=17265">#17265</a>)</li>
<li>[Change] Sped up viewforum considerably (also goes towards mcp_forum)</li>
<li>[Fix] Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18635">#18635</a>)</li>
<li>[Fix] Allow editing usernames within database_update on username cleanup (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18415">#18415</a>)</li>
<li>[Fix] Fixing wrong sync() calls if moving all posts by a member in ACP (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18385">#18385</a>)</li>
<li>[Fix] Check entered imagemagick path for trailing slash (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18205">#18205</a>)</li>
<li>[Fix] Use proper title on index for new/unread posts (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=13101">#13101</a>) - patch provided by Pyramide</li>
<li>[Fix] Allow calls to $user-&gt;set_cookie() define no cookie time for setting session cookies (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18025">#18025</a>)</li>
<li>[Fix] Stricter checks on smilie packs (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19675">#19675</a>)</li>
<li>[Fix] Gracefully return from cancelling pm drafts (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19675">#19675</a>)</li>
<li>[Fix] Possible login problems with IE7 if browser check is activated (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20135">#20135</a>)</li>
<li>[Fix] Fix possible database transaction errors if code returns on error and rollback happened (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=17025">#17025</a>)</li>
<li>[Change] Allow numbers in permission names for modifications, as well as uppercase letters for the request_ part (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20125">#20125</a>)</li>
<li>[Fix] Use HTTP_HOST in favor of SERVER_NAME for determining server url for redirection and installation (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19955">#19955</a>)</li>
<li>[Fix] Removing s_watching_img from watch_topic_forum() function (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20445">#20445</a>)</li>
<li>[Fix] Changing order for post review if more than one post affected (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15249">#15249</a>)</li>
<li>[Fix] Language typos/fixes (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20425">#20425</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15719">#15719</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15429">#15429</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14669">#14669</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=13479">#13479</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20795">#20795</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21095">#21095</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21405">#21405</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21715">#21715</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21725">#21725</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21755">#21755</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21865">#21865</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15689">#15689</a>)</li>
<li>[Fix] Style/Template fixes (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20065">#20065</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19405">#19405</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19205">#19205</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15028">#15028</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14934">#14934</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14821">#14821</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14752">#14752</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14497">#14497</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=13707">#13707</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14738">#14738</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19725">#19725</a>)</li>
<li>[Fix] Tiny code fixes (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20165">#20165</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20025">#20025</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19795">#19795</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14804">#14804</a>)</li>
<li>[Fix] Prepend phpbb_root_path to ranks path for displaying ranks (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19075">#19075</a>)</li>
<li>[Fix] Allow forum notifications if topic notifications are disabled but forum notifications enabled (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=14765">#14765</a>)</li>
<li>[Fix] Fixing realpath issues for provider returning the passed value instead of disabling it. This fixes issues with confirm boxes for those hosted on Network Solutions for example. (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20435">#20435</a>)</li>
<li>[Fix] Try to sort last active date on memberlist correctly at least on current page (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18665">#18665</a>)</li>
<li>[Fix] Handle generation of form tokens when maximum time is set to -1</li>
<li>[Fix] Correctly delete unapproved posts without deleting the topic (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15120">#15120</a>)</li>
<li>[Fix] Respect signature permissions in posting (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=16029">#16029</a>)</li>
<li>[Fix] Users allowed to resign only from open and freely open groups (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19355">#19355</a>)</li>
<li>[Fix] Assign a last viewed date to converted topics (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=16565">#16565</a>)</li>
<li>[Fix] Many minor and/or cosmetic fixes (Including, but not limited to: #21315, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18575">#18575</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18435">#18435</a>, <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21215">#21215</a>)</li>
<li>[Feature] New option to hide the entire list of subforums on listforums</li>
<li>[Fix] Custom BBCode {EMAIL}-Token usage (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21155">#21155</a>)</li>
<li>[Fix] Do not rely on parameter returned by unlink() for verifying cache directory write permission (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19565">#19565</a>)</li>
<li>[Change] Use correct string for filesize (MiB instead of MB for example)</li>
<li>[Change] Remove left join for query used to retrieve already assigned users and groups within permission panel (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20235">#20235</a>)</li>
<li>[Fix] Correctly return sole whitespaces if used with BBCodes (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19535">#19535</a>)</li>
<li>[Fix] Quote bbcode parsing adding too much closing tags on special conditions (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20735">#20735</a>)</li>
<li>[Change] Added sanity checks to various ACP settings</li>
<li>[Change] Removed minimum form times</li>
<li>[Fix] Check topics_per_page value in acp_forums (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15539">#15539</a>)</li>
<li>[Fix] Custom profile fields with date type should be timezone independend (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=15003">#15003</a>)</li>
<li>[Fix] Fixing some XHTML errors/warnings within the ACP (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22875">#22875</a>)</li>
<li>[Fix] Warnings if poll title/options exceed maximum characters per post (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22865">#22865</a>)</li>
<li>[Fix] Do not allow selecting non-authorized groups within memberlist by adjusting URL (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22805">#22805</a> - patch provided by ToonArmy)</li>
<li>[Fix] Correctly specify &#8220;close report action&#8221; (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22685">#22685</a>)</li>
<li>[Fix] Display &#8220;empty password error&#8221; within the login box instead of issuing a general error (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22525">#22525</a>)</li>
<li>[Fix] Clean up who is online code in page_header (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22715">#22715</a>, thanks HighwayofLife)</li>
<li>[Fix] Pertain select single link on memberlist (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=23235">#23235</a> - patch provided by Schumi)</li>
<li>[Fix] Allow &amp; and | in local part of email addresses (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22995">#22995</a>)</li>
<li>[Fix] Do not error out if php_uname function disabled / Authenticating on SMTP Server (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=22235">#22235</a> - patch by HoL)</li>
<li>[Fix] Correctly obtain to be ignored users within topic/forum notification (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=21795">#21795</a> - patch provided by dr.death)</li>
<li>[Fix] Correctly update board statistics for attaching orphaned files to existing posts (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=20185">#20185</a>)</li>
<li>[Fix] Do not detect the board URL as a link twice in posts (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=19215">#19215</a>)</li>
<li>[Fix] Set correct error reporting in style.php to avoid blank pages after CSS changes (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=23885">#23885</a>)</li>
<li>[Fix] If pruning users based on last activity, do not include users never logged in before (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=18105">#18105</a>)</li>
<li>[Sec] Only allow searching by email address in memberlist for users having the a_user permission (reported by evil&lt;3)</li>
<li>[Sec] Limit private message attachments to be viewable only by the recipient(s)/sender (Report #s23535) - reported by AlleyKat</li>
<li>[Sec] Check for non-empty config.php within style.php (Report #s24575) - reported by bantu</li>
<li>[Fix] Find and display colliding usernames correctly when converting from one database to another (Bug <a href="http://www.phpbb.com/bugs/phpbb3/ticket.php?ticket_id=23925">#23925</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2008/04/15/forums-updated-to-phpbb-301/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get your phpBB3 forum at ForumZ.cc</title>
		<link>http://blogless.org/blog/2008/03/22/get-your-phpbb3-forum-at-forumzcc/</link>
		<comments>http://blogless.org/blog/2008/03/22/get-your-phpbb3-forum-at-forumzcc/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 14:50:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ForumZ]]></category>

		<category><![CDATA[forums]]></category>

		<category><![CDATA[ForumZ.cc]]></category>

		<category><![CDATA[free forum hosting]]></category>

		<category><![CDATA[phpBB]]></category>

		<category><![CDATA[phpBB3]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2008/03/22/get-your-phpbb3-forum-at-forumzcc/</guid>
		<description><![CDATA[We have great news for you.  phpBB3 forums are available as from today for all new forum signups.
Al current phpBB2 forums hosted at phpbbnow.com will remain online, however new forums will be created with phpBB3 and hosted at forumz.cc
Shortly, for those phpbbnow.com forum owners who whish to upgrade to phpBB3, we will set up [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-8916188244143903";
google_ad_width = "468";
google_ad_height = "60";
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "EEEEEE";
google_color_bg = "FFFFFF";
google_color_link = "16242F";
google_color_text = "999999";
google_color_url = "454545";
google_ui_features = "rc:10";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <p>We have great news for you.  phpBB3 forums are available as from today for all new forum signups.</p>
<p>Al current phpBB2 forums hosted at phpbbnow.com will remain online, however new forums will be created with phpBB3 and hosted at forumz.cc</p>
<p>Shortly, for those phpbbnow.com forum owners who whish to upgrade to phpBB3, we will set up a converter so that they can take advantage of the latest phpBB release.</p>
<p>Visit http://www.forumz.cc to sign up for a new phpBB3 forum or to know some of the new features of this release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2008/03/22/get-your-phpbb3-forum-at-forumzcc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>phpBB2 forums upgraded to version 2.0.23</title>
		<link>http://blogless.org/blog/2008/02/18/phpbb2-forums-upgraded-to-version-2023/</link>
		<comments>http://blogless.org/blog/2008/02/18/phpbb2-forums-upgraded-to-version-2023/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 12:24:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[phpBBnow.com]]></category>

		<category><![CDATA[bugfix]]></category>

		<category><![CDATA[phpBB]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2008/02/18/phpbb2-forums-upgraded-to-version-2023/</guid>
		<description><![CDATA[The phpBB team has just released phpBB 2.0.23. This release addresses several bugfixes and
some security issues.
The changelog (contained within this release) is as follows:
-  Correctly re-assign group moderator on user deletion (Bug
#280)
-  Deleting a forum with multiple polls included (Bug #6740)
-  Fixed postgresql query for obtaining group moderator in
groupcp.php (Bug #6550)
-  [...]]]></description>
			<content:encoded><![CDATA[<p>The phpBB team has just released phpBB 2.0.23. This release addresses several bugfixes and<br />
some security issues.</p>
<p>The changelog (contained within this release) is as follows:</p>
<p><em>-  Correctly re-assign group moderator on user deletion (Bug<br />
#280)</em></p>
<p><em>-  Deleting a forum with multiple polls included (Bug #6740)</em></p>
<p><em>-  Fixed postgresql query for obtaining group moderator in<br />
groupcp.php (Bug #6550)</em></p>
<p><em>-  Selected field on first entry by default for font size within<br />
posting_body.tpl (Bug #7124)</em></p>
<p><em>-  Adjusted maxlength parameters in admin/styles_edit_body.tpl<br />
(Bug #81)</em></p>
<p><em>-  Fixed html output in make_forum_select if no forums present<br />
(Bug #436)</em></p>
<p><em>-  Fixed spelling error(s) in lang_admin.php (Bug #7172, #6978)</em></p>
<p><em>-  Correctly display censored words in admin panel (Bug #12271)</em></p>
<p><em>-  Do not allow soft hyphen xAD in usernames (reported by<br />
Bander00)</em></p>
<p><em>-  Fixed the group permission system&#8217;s use of array access</em></p>
<p><em>-  Simple group permissions now work properly</em></p>
<p><em>-  Fix inability to export smilies (Bug #2265)</em></p>
<p><em>-  Fixing some problems with PHP5 and register_long_arrays off</em></p>
<p><em>-  Fix possible XSRF Vulnerability in private messaging and<br />
groups handling</em></p>
<p>As usual, we at phpBBnow.com take our forums security very seriously and have immediately applied the upgrade. Therefore, all forums have now the leates release of phpBB2.</p>
<p>I would like to take this opportunity to thank all of you once again for your continous support.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2008/02/18/phpbb2-forums-upgraded-to-version-2023/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Point a domain to your forum</title>
		<link>http://blogless.org/blog/2007/11/24/point-a-domain-to-your-forum/</link>
		<comments>http://blogless.org/blog/2007/11/24/point-a-domain-to-your-forum/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 12:19:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[phpBBnow.com]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2007/11/24/point-a-domain-to-your-forum/</guid>
		<description><![CDATA[As of this week phpbbnow.com forums can have their own domain name. This way, if your forum currently is http://yourforum.phpbbnow.com it can become http://www.yourforum.com
After we set your forum up to use a domain, it will accessible both through the new domain and the current phpbbnow.com subdomain. Of course no changes or loss of data are [...]]]></description>
			<content:encoded><![CDATA[<p>As of this week phpbbnow.com forums can have their own domain name. This way, if your forum currently is <font color="#808080"><em>http://yourforum.phpbbnow.com</em></font> it can become <font color="#808080"><em>http://www.yourforum.com</em></font></p>
<p>After we set your forum up to use a domain, it will accessible both through the new domain and the current phpbbnow.com subdomain. Of course no changes or loss of data are necessasry when activating the new domain. And best of all, this service comes absolutely <font color="#ff0000"><em>free</em></font>.</p>
<p>All you need is a domain name which has to be  previously registered at any authorised ICAN or country registrar. Both international domains, like <font color="#808080"><em>.com</em></font> or <font color="#808080"><em>.org</em></font>, or country domains, like <font color="#808080"><em>.us</em></font> or <font color="#808080"><em>.co.uk</em></font> are valid. When you have a domain name, please submit a ticket at <a href="http://support.phpbbnow.com">http://support.phpbbnow.com</a> with a request for your domain to be setup for your forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2007/11/24/point-a-domain-to-your-forum/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New support desk in place</title>
		<link>http://blogless.org/blog/2007/11/24/new-support-desk-in-place/</link>
		<comments>http://blogless.org/blog/2007/11/24/new-support-desk-in-place/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 11:55:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[phpBBnow.com]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2007/11/24/new-support-desk-in-place/</guid>
		<description><![CDATA[As from today a new support desk is replacing our old community support forum. Support request will have to be filed now at http://support.phpbbnow.com and will be dealt directly by a support team representative. A new ticket tracking system will allow us to better deal and respond to your support needs.
]]></description>
			<content:encoded><![CDATA[<p>As from today a new support desk is replacing our old community support forum. Support request will have to be filed now at <a href="http://support.phpbbnow.com">http://support.phpbbnow.com</a> and will be dealt directly by a support team representative. A new ticket tracking system will allow us to better deal and respond to your support needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2007/11/24/new-support-desk-in-place/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forums down due to DoS attack</title>
		<link>http://blogless.org/blog/2007/11/24/forums-down-due-to-a-dos-attack/</link>
		<comments>http://blogless.org/blog/2007/11/24/forums-down-due-to-a-dos-attack/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 11:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[phpBBnow.com]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2007/11/24/forums-down-due-to-a-dos-attack/</guid>
		<description><![CDATA[Yesterday, at about 7.30PM EST we were victims of a DoS attack and forums have been down for several hours.
Currently we are investigating the source of the DoS attack and whether a specific forum was targeted. Also we are enabling countermeasures in orther to ensure our services keep online during future similar attacks.
For those of [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, at about 7.30PM EST we were victims of a DoS attack and forums have been down for several hours.</p>
<p>Currently we are investigating the source of the DoS attack and whether a specific forum was targeted. Also we are enabling countermeasures in orther to ensure our services keep online during future similar attacks.</p>
<p>For those of you who do not know what a DoS attack is, here is a link to the Wikipedia entry:  <a href="http://en.wikipedia.org/wiki/Denial-of-service_attack">http://en.wikipedia.org/wiki/Denial-of-service_attack</a></p>
<p>We apologise for the downtime.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2007/11/24/forums-down-due-to-a-dos-attack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogs updated to Wordpress 2.3</title>
		<link>http://blogless.org/blog/2007/11/09/blogs-updated-to-wordpress-23/</link>
		<comments>http://blogless.org/blog/2007/11/09/blogs-updated-to-wordpress-23/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 12:41:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blogless.org]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2007/11/09/blogs-updated-to-wordpress-23/</guid>
		<description><![CDATA[This morning all blogs have been updated to Wordpress 1.3
This new major Wordpress version includes new functions like the tag cloud. Some of the current themes may not be ready for such new functions, therefor we will be updating them shortly.
]]></description>
			<content:encoded><![CDATA[<p>This morning all blogs have been updated to Wordpress 1.3</p>
<p>This new major Wordpress version includes new functions like the tag cloud. Some of the current themes may not be ready for such new functions, therefor we will be updating them shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2007/11/09/blogs-updated-to-wordpress-23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Database moved to separate server</title>
		<link>http://blogless.org/blog/2007/10/19/database-moved-to-separate-server/</link>
		<comments>http://blogless.org/blog/2007/10/19/database-moved-to-separate-server/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 12:13:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[phpBBnow.com]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2007/10/19/database-moved-to-separate-server/</guid>
		<description><![CDATA[Yesterday we did the move of our MySQL database to a separate server. As a result of this, forums were offline for a few hours, just the time necessary to make the move.
As we grow this has become necessary in order to improve performance and data safety. Also, this helps us prepare for the close [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday we did the move of our MySQL database to a separate server. As a result of this, forums were offline for a few hours, just the time necessary to make the move.</p>
<p>As we grow this has become necessary in order to improve performance and data safety. Also, this helps us prepare for the close launch of our new phpBB3 forums and our premium forum service, expected for November.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2007/10/19/database-moved-to-separate-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Update on UploadPic</title>
		<link>http://blogless.org/blog/2007/10/04/update-on-uploadpic/</link>
		<comments>http://blogless.org/blog/2007/10/04/update-on-uploadpic/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 10:42:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Mods]]></category>

		<category><![CDATA[phpBBnow.com]]></category>

		<guid isPermaLink="false">http://blogless.org/blog/2007/10/04/update-on-uploadpic/</guid>
		<description><![CDATA[As forum administrators were getting general SQL errors when updating any user options, we have relaoded the UploadPic database updates.
As of now on you should not see any SQL errors when dealing with your users options. However, as a result of the database updates, you may need to re-run the install script as explained here. [...]]]></description>
			<content:encoded><![CDATA[<p>As forum administrators were getting general SQL errors when updating any user options, we have relaoded the UploadPic database updates.</p>
<p>As of now on you should not see any SQL errors when dealing with your users options. However, as a result of the database updates, you may need to re-run the install script as explained <em><strong><a href="http://blogless.org/blog/2007/09/28/uploadpic-mod/">here</a></strong></em>. Any pictures you have formerly uploaded are still there and you should be able to use them after reinstalling the script.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogless.org/blog/2007/10/04/update-on-uploadpic/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
