<?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>Technocrat &#187; phpBB-Evolution</title>
	<atom:link href="http://www.techn0crat.com/category/phpbb-evolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techn0crat.com</link>
	<description>Technocrat's Random Thoughts</description>
	<lastBuildDate>Wed, 03 Feb 2010 00:39:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Alpha 1</title>
		<link>http://www.techn0crat.com/2009/05/alpha-1/</link>
		<comments>http://www.techn0crat.com/2009/05/alpha-1/#comments</comments>
		<pubDate>Wed, 06 May 2009 20:31:10 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/?p=182</guid>
		<description><![CDATA[phpBB-Evolution Alpha 1 is coming soon!!
]]></description>
			<content:encoded><![CDATA[<p>phpBB-Evolution Alpha 1 is coming soon!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2009/05/alpha-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where have you been?</title>
		<link>http://www.techn0crat.com/2008/11/where-have-you-been/</link>
		<comments>http://www.techn0crat.com/2008/11/where-have-you-been/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:02:04 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[Technocrat]]></category>
		<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/?p=139</guid>
		<description><![CDATA[I haven&#8217;t been on as much the last two months and that&#8217;s due to a number of things.
First off I have been working on a rather large project for a company.  It&#8217;s turned into something bigger than I expected.  Like I guess most projects.  I am closing in on finishing and I hope that will [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been on as much the last two months and that&#8217;s due to a number of things.</p>
<p>First off I have been working on a rather large project for a company.  It&#8217;s turned into something bigger than I expected.  Like I guess most projects.  I am closing in on finishing and I hope that will free up more time soon.</p>
<p>Secondly I have had a ton of personal issues to deal with.  Started with my father-in-law getting bladder cancer.  Then my mother having kiddney issues.  I guess when it rains it poors.</p>
<p>I wanted so badly to have the Alpha of phpBB-Evolution done by Jan but I just don&#8217;t see that happening.  I haven&#8217;t been able to free up enough time.  <img src='http://www.techn0crat.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   So lets hope for more next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/11/where-have-you-been/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Indexes</title>
		<link>http://www.techn0crat.com/2008/10/indexes/</link>
		<comments>http://www.techn0crat.com/2008/10/indexes/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 23:50:55 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[Nuke-Evolution]]></category>
		<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/?p=133</guid>
		<description><![CDATA[Over the last few days I have been expanding my knowledge on MySQL indexes along with other useful tidbits.  I am not super strong on SQL.  I know enough to get by but it&#8217;s an area I would like to know more about.
Anyways after reading some good articles I began to find areas where we [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few days I have been expanding my knowledge on MySQL indexes along with other useful tidbits.  I am not super strong on SQL.  I know enough to get by but it&#8217;s an area I would like to know more about.</p>
<p>Anyways after reading some good articles I began to find areas where we can improve both <a title="phpBB-Evolution" href="http://www.phpBB-Evolution.com">phpBB-Evolution</a> and Nuke-Evolution.  One of which is the lack of proper indexing.  Nuke is a villain when it comes to this.  The indexing in its piss poor to put it nicely.  So I figured it would be a good place to implement some of the ideas I have found.  No better place to do it than the NE site&#8230;.right!?</p>
<p>So I started going through and making better indexing.  I started with the core files and I just got done.  I have to say the difference is extremely noticeable.  I can already tell the page is loading much faster in many areas.  I also turned off the optimizing so I can see what tables get overhead and I can use that as a key as to what needs fixing.  So we shall see what the effects are long term but so far it has been positive.</p>
<p>If you are interested I have been keeping note on what I have done.  So give it a try if you want.</p>
<p><strong>[UPDATE]</strong> So I went too far with some indexing.  Though it sped up the site it took up to much memory and caused SQL to crash <img src='http://www.techn0crat.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   so I had to reboot the server and the site was down for a day.  So I took out the biggest indexes and I am leaving just the ones that I think will help and not cause memory issues.  Enjoy.</p>
<blockquote><p>ALTER TABLE `nuke_modules` ADD INDEX ( `active` );<br />
ALTER TABLE `nuke_blocks` ADD INDEX `active_weight` ( `active` , `weight` )  ;<br />
ALTER TABLE `nuke_blocks` ADD INDEX `time_bid` ( `time` , `bid` );<br />
ALTER TABLE `nuke_stories` ADD INDEX `topic_ihome_time` ( `topic` , `ihome` , `time` );<br />
ALTER TABLE `nuke_stories` ADD INDEX `topic_sid` ( `topic` , `sid` );<br />
ALTER TABLE `nuke_banner` ADD INDEX `position_active` ( `position` , `active` );<br />
ALTER TABLE `nuke_session` ADD INDEX ( `uname` );<br />
ALTER TABLE `nuke_evolution` ADD INDEX ( `evo_field` );<br />
ALTER TABLE `nuke_bbadvanced_username_color` ADD INDEX `groupid_groupweight` ( `group_id` , `group_weight` );<br />
ALTER TABLE `nuke_bbranks` ADD INDEX `rankspecial_rankmin` ( `rank_special` , `rank_min` );<br />
ALTER TABLE `nuke_bbcategories` ADD INDEX ( `cat_title` );<br />
ALTER TABLE `nuke_themes` ADD INDEX ( `theme_name` );<br />
ALTER TABLE `nuke_nsnst_admins` ADD INDEX ( `password_md5` );<br />
ALTER TABLE `nuke_session` ADD INDEX `guest_uname` ( `guest` , `uname` );<br />
ALTER TABLE `nuke_session` ADD INDEX ( `host_addr` );<br />
ALTER TABLE `nuke_bbadvanced_username_color` ADD INDEX ( `group_name` );</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/10/indexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Hates Me</title>
		<link>http://www.techn0crat.com/2008/08/google-hates-me/</link>
		<comments>http://www.techn0crat.com/2008/08/google-hates-me/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 10:25:23 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[Nuke-Evolution]]></category>
		<category><![CDATA[Technocrat]]></category>
		<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/2/?p=93</guid>
		<description><![CDATA[I have spent the last few hours trying to figure out why Google hate me so much.  Nuke-evolution.com has fallen from the top search result for nuke-evolution to the 4th page back.  Behind sites that aren&#8221;t even active any more.  What the fuck!  We have thousands of link backs.  Every [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent the last few hours trying to figure out why Google hate me so much.  <a href="http://www.Nuke-evolution.com">Nuke-evolution.com</a> has fallen from the top search result for nuke-evolution to the 4th page back.  Behind sites that aren&#8221;t even active any more.  What the fuck!  We have thousands of link backs.  Every fucking site setup with NE has a link back.  How the hell are we so low!</p>
<p><a href="http://www.phpBB-evolution.com">phpBB-evolution.com</a> has fallen to the second page of results behind the SVN and other stuff.  Why the hell is this happening?  I know it&#8217;&#8217;s new and I could see us behind sites like phpbb.com but seriously!?</p>
<p>I used as many tools as I could find online to analyze the sites.  Not one of them pointed out any serious issue.  We are still tops on all the other search engines including MSN and Yahoo!  So what&#8217;&#8217;s the deal!?  My only guess is that the link advertising at the bottom of the page is the cause.  Because only in the last month or two has the NE site fallen like that and that was around the time that I put those links on.  So that&#8217;&#8217;s my only guess.  If they hadn&#8221;t paid for a year I would pull them off and see what happens. </p>
<p>So I guess word to the wise don&#8221;t do what I did. >:XX>:XX</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/08/google-hates-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>phpbb-Evolution has a new blog</title>
		<link>http://www.techn0crat.com/2008/07/phpbb-evolution-has-a-new-blog/</link>
		<comments>http://www.techn0crat.com/2008/07/phpbb-evolution-has-a-new-blog/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:38:53 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/2/?p=91</guid>
		<description><![CDATA[I have decided to move the phpBB-Evolution blog from here to a more manageable site.  Some people were bitching about all the cursing and funny disgusting things I was posting here while trying to find information on the project.&#124;-&#124;
So now development and info on the project can be found at http://blog.phpbb-evolution.com
]]></description>
			<content:encoded><![CDATA[<p>I have decided to move the phpBB-Evolution blog from here to a more manageable site.  Some people were bitching about all the cursing and <del>funny</del> disgusting things I was posting here while trying to find information on the project.|-|</p>
<p>So now development and info on the project can be found at <a href="http://blog.phpbb-evolution.com">http://blog.phpbb-evolution.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/07/phpbb-evolution-has-a-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB-Evolution Portal or CMS?</title>
		<link>http://www.techn0crat.com/2008/05/phpbb-evolution-portal-or-cms/</link>
		<comments>http://www.techn0crat.com/2008/05/phpbb-evolution-portal-or-cms/#comments</comments>
		<pubDate>Mon, 05 May 2008 13:48:00 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/2/?p=75</guid>
		<description><![CDATA[I get asked alot if phpbb-evolution is portal or a CMS.  It&#8217;&#8217;s a CMS.  We are how ever using the portal concept in the fact we are using the base phpbb3 code to run the system but that&#8217;&#8217;s about it.
We also updated the site to a newer alpha so check it out phpbb-evolution.com
]]></description>
			<content:encoded><![CDATA[<p>I get asked alot if phpbb-evolution is portal or a CMS.  It&#8217;&#8217;s a CMS.  We are how ever using the portal concept in the fact we are using the base phpbb3 code to run the system but that&#8217;&#8217;s about it.</p>
<p>We also updated the site to a newer alpha so check it out <a href="http://www.phpbb-evolution.com">phpbb-evolution.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/05/phpbb-evolution-portal-or-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Second photos of phpBB-Evolution</title>
		<link>http://www.techn0crat.com/2008/03/second-photos-of-phpbb-evolution/</link>
		<comments>http://www.techn0crat.com/2008/03/second-photos-of-phpbb-evolution/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 14:38:12 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/2/?p=73</guid>
		<description><![CDATA[You can click on the image to get a bigger view:The news module is nearing completion.  First thing to notice is that the news stories are stacked.  They will only show as many as you set in the configuration.  Default is 10.  Anything past 10 will go into the archive (still [...]]]></description>
			<content:encoded><![CDATA[<p>You can click on the image to get a bigger view:<br /><a href="http://www.techn0crat.com/images/3-14-08.1.jpg"><img src="http://www.techn0crat.com/images/3-14-08.1.jpg" alt="Shot 1" title="phpBB-Evolution" /></a><br />The news module is nearing completion.  First thing to notice is that the news stories are stacked.  They will only show as many as you set in the configuration.  Default is 10.  Anything past 10 will go into the archive (still being worked on) for displaying.  Since everything is template driven you can change how it looks.</p>
<p>Email, PDF, and print all work now.</p>
<p>The RSS is also working so people can keep up on news (and everything else at some point).</p>
<p>Reads are now tracking.  They are run by a cookie to keep them from showing to many reads per user.</p>
<p>You might also notice that there is the Add This! button.  This will help your users control and send messages to all the sites out there such as Digg!.</p>
<p>Categories are now also functioning.  The big difference is that categories will be SITE WIDE.  Meaning if you setup a category for lets say WoW.  You can have news, downloads, faq, etc all in that category.  It will make is easier for your users to find everything having to do with specific items.  Or you can be vague.  It&#8217;&#8217;s up to you!</p>
<p>The final note is the main screen of the article is limited to 255 characters.  Anything beyond that, or anything in the extended content will cause a read more to show up.  The read more area is a Medium Text so it can hold <strong>A LOT</strong> of text.</p>
<p><a href="http://www.techn0crat.com/images/3-14-08.2.jpg"><img src="http://www.techn0crat.com/images/3-14-08.2.jpg" alt="Shot 2" title="phpBB-Evolution" /></a><br />This is the start of the user info bar.  As you can see it&#8217;&#8217;s still pretty basic but it will get better as time goes on <img src='http://www.techn0crat.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>There has been a lot more work done but most of it has to with non-visible items and core/backed coding.  So there isn&#8221;t much else I can show you.</p>
<p>Once the News article is working it will be pushed up on www.phpbb-evolution.com and that site will start to take shape.</p>
<p>Obviously we have no alpha time set yet.  But you can keep track of its pending release by watching the <a href="http://www.evolution-svn.com/query?status=assigned&amp;status=new&amp;status=accepted&amp;status=reopened&amp;group=status&amp;milestone=Alpha+1">roadmap</a></p>
<p>Or you can see the SVN if your brave: http://forums.phpbb-evolution.com/viewtopic.php?f=14&amp;t=42</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/03/second-photos-of-phpbb-evolution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Photos Of PHPBB-Evolution</title>
		<link>http://www.techn0crat.com/2008/02/first-photos-of-phpbb-evolution/</link>
		<comments>http://www.techn0crat.com/2008/02/first-photos-of-phpbb-evolution/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 12:49:00 +0000</pubDate>
		<dc:creator>Technocrat</dc:creator>
				<category><![CDATA[phpBB-Evolution]]></category>

		<guid isPermaLink="false">http://www.techn0crat.com/2/?p=67</guid>
		<description><![CDATA[The following are first images of PHPBB-Evolution.  Check them out.  Feel free to also check out the forums for the project at http://www.phpbb-evolution.com which is where you can find out how to access SVN as well.
This is the default install look so far with the default theme:

Here is a closer look at the [...]]]></description>
			<content:encoded><![CDATA[<p>The following are first images of PHPBB-Evolution.  Check them out.  Feel free to also check out the forums for the project at <a href="http://www.phpbb-evolution.com">http://www.phpbb-evolution.com</a> which is where you can find out how to access SVN as well.</p>
<p>This is the default install look so far with the default theme:<br />
<a href="http://www.techn0crat.com/images/phpbb-shot1.jpg"><img title="PHPBB-Evolution Shot 1" src="http://www.techn0crat.com/images/phpbb-shot1.jpg" alt="shot1" /></a></p>
<p>Here is a closer look at the menu block so far:<br />
<a href="http://www.techn0crat.com/images/phpbb-shot2.jpg"><img title="PHPBB-Evolution Shot 2" src="http://www.techn0crat.com/images/phpbb-shot2.jpg" alt="shot1" /></a></p>
<p>Here is a closer look at the current news article view<br />
<a href="http://www.techn0crat.com/images/phpbb-shot3.jpg"><img title="PHPBB-Evolution Shot 3" src="http://www.techn0crat.com/images/phpbb-shot3.jpg" alt="shot1" /></a><br />
The stars are AJAX&#8221;ed so you can easily rate and re-rate any article.  Also printing and PDF are also functioning.</p>
<p>Not much there yet, but its a start for sure</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techn0crat.com/2008/02/first-photos-of-phpbb-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
