<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>68KB Community Forums: Recent Topics</title>
		<link>http://68kb.com/support/</link>
		<description>68KB Community Forums</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Sep 2010 03:06:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://68kb.com/support/search.php</link>
		</textInput>
		<atom:link href="http://68kb.com/support/rss/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Eric Barnes on "Alpha v2"</title>
			<link>http://68kb.com/support/topic/alpha-v2#post-718</link>
			<pubDate>Tue, 07 Sep 2010 19:31:05 +0000</pubDate>
			<dc:creator>Eric Barnes</dc:creator>
			<guid isPermaLink="false">718@http://68kb.com/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://68kb.com/2010/09/07/68kb-v2-alpha/&#34;&#62;68kb v2 alpha&#60;/a&#62; is now available from our new &#60;a href=&#34;http://github.com/68kb/68kb&#34;&#62;git hub repo&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Please read the release announcement for more information. If anyone wants to volunteer to help 68kb we are really in need of someone to help in creating documentation for v2.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnw on "BUG: Articles don&#039;t sort properly in Category view."</title>
			<link>http://68kb.com/support/topic/bug-articles-dont-sort-properly-in-category-view#post-717</link>
			<pubDate>Wed, 01 Sep 2010 18:21:42 +0000</pubDate>
			<dc:creator>johnw</dc:creator>
			<guid isPermaLink="false">717@http://68kb.com/support/</guid>
			<description>&#60;p&#62;In 68kb v1.0.0rc5, weight is not applied to sorting of articles when viewed by category. I fixed this in mine by adding a line of code to article_model.php:&#60;/p&#62;
&#60;p&#62;	function get_articles_by_catid($id, $limit=0, $current_row = 0, $show_count=FALSE)&#60;br /&#62;
	{&#60;br /&#62;
		$id = (int)$id;&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;from('articles');&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;join('article2cat', 'articles.article_id = article2cat.article_id', 'left');&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;where('category_id', $id);&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;where('article_display', 'Y');&#60;br /&#62;
		&#60;strong&#62;$this-&#38;gt;db-&#38;gt;orderby('article_order desc, article_hits desc');		//	added by JW 9/1/2010&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Haven't submitted to the bug tracker as it looks like it requires logging in with google.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "Issues upgrading to 1rc5"</title>
			<link>http://68kb.com/support/topic/issues-upgrading-to-1rc5#post-709</link>
			<pubDate>Fri, 27 Aug 2010 04:22:37 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">709@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;Need a lot of help here.  I feel like i'm back at university staring at the calculus textbook and my eyes are glazing over.&#60;/p&#62;
&#60;p&#62;I'm trying to follow the instructions to upgrade, but nothing seems to be going right.&#60;/p&#62;
&#60;p&#62;According to:&#60;br /&#62;
&#60;a href=&#34;http://68kb.com/user_guide/installation/upgrading.html&#34; rel=&#34;nofollow&#34;&#62;http://68kb.com/user_guide/installation/upgrading.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1) I downloaded the files and unzipped&#60;br /&#62;
2) I uploaded everything from the /upload directory over-writing my existing files?&#60;br /&#62;
3) I'm supposed to run &#60;a href=&#34;http://yoursite.com/index.php/setup/&#34; rel=&#34;nofollow&#34;&#62;http://yoursite.com/index.php/setup/&#60;/a&#62; but that doesn't do anything (that i can tell) and i don't see any setup directory at all.&#60;br /&#62;
4) Assuming that works (which it didn't), i'm suppose to delete this dir, &#60;/p&#62;
&#60;p&#62;sources/controllers/setup DIRECTORY.&#60;/p&#62;
&#60;p&#62;but i don't see it anywhere either, there is no sources dir.  &#60;/p&#62;
&#60;p&#62;Atgh! &#60;/p&#62;
&#60;p&#62;Any help is appreciated.  It's possible the previous web-guy delete files, but i must be fundamentally misunderstanding something.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>psbailey31 on "rss feed error"</title>
			<link>http://68kb.com/support/topic/rss-feed-error#post-691</link>
			<pubDate>Thu, 05 Aug 2010 12:17:24 +0000</pubDate>
			<dc:creator>psbailey31</dc:creator>
			<guid isPermaLink="false">691@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When I use the rss feed url, I get the following result:&#60;/p&#62;
&#60;p&#62;&#38;lt;h4&#38;gt;A PHP Error was encountered&#38;lt;/h4&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;Severity: Notice&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Message:  Undefined property:  stdClass::$article_description&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Filename: default/rss.php&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Line Number: 39&#38;lt;/p&#38;gt; &#60;/p&#62;
&#60;p&#62;Can anyone help?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caroldaley on "Easier Way to Add images?"</title>
			<link>http://68kb.com/support/topic/easier-way-to-add-images#post-580</link>
			<pubDate>Fri, 12 Feb 2010 02:56:13 +0000</pubDate>
			<dc:creator>caroldaley</dc:creator>
			<guid isPermaLink="false">580@http://68kb.com/support/</guid>
			<description>&#60;p&#62;First off, this is an excellent script. I needed a nice modern-looking knowledge base script. It does exactly what I need to do and it was really easy to install. I was able to change the them and match it to my website really quickly too.&#60;/p&#62;
&#60;p&#62;I was wondering if there is an easier way to add images instead of having to type in the URL for each image. I am going to be using a lot of images and it's a bit tedious to enter the URL for each one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stevenwells99 on "Problems getting installed"</title>
			<link>http://68kb.com/support/topic/problems-getting-installed#post-671</link>
			<pubDate>Mon, 12 Jul 2010 06:39:05 +0000</pubDate>
			<dc:creator>stevenwells99</dc:creator>
			<guid isPermaLink="false">671@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I have downloaded and installed but I am having issues with getting the setup to display. I am getting php errors galore!&#60;/p&#62;
&#60;p&#62;I am getting 404 page not found errors when I try to lauch the root level index.php and can't get to setup URI.&#60;/p&#62;
&#60;p&#62;here are the first lot of errors:&#60;/p&#62;
&#60;p&#62;Warning: include(includes/config.php) [function.include]: failed to open stream: No such file or directory in C:\Inetpub\PHPKB\includes\application\config\config.php on line 3&#60;/p&#62;
&#60;p&#62;Warning: include() [function.include]: Failed opening 'includes/config.php' for inclusion (include_path='.;c:\php\includes') in C:\Inetpub\PHPKB\includes\application\config\config.php on line 3&#60;/p&#62;
&#60;p&#62;A PHP Error was encountered&#60;br /&#62;
Severity: Warning&#60;/p&#62;
&#60;p&#62;Message: include(includes/config.php) [function.include]: failed to open stream: No such file or directory&#60;/p&#62;
&#60;p&#62;A simple php_phpinfo() page works fine in the same location, so it's not my PHP install (well it could be).&#60;/p&#62;
&#60;p&#62;I have set the database in the includes area.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Filename: config/config.php&#60;/p&#62;
&#60;p&#62;Line Number: 3&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: log_threshold in C:\Inetpub\PHPKB\includes\system\codeigniter\Common.php on line 410&#60;/p&#62;
&#60;p&#62;A PHP Error was encountered&#60;br /&#62;
Severity: Warning&#60;/p&#62;
&#60;p&#62;Message: include() [function.include]: Failed opening 'includes/config.php' for inclusion (include_path='.;c:\php\includes')&#60;/p&#62;
&#60;p&#62;Filename: config/config.php&#60;/p&#62;
&#60;p&#62;Line Number: 3
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CelticSox on "httpd.exe error when attempting to run /index.php/setup/"</title>
			<link>http://68kb.com/support/topic/httpdexe-error-when-attempting-to-run-indexphpsetup#post-705</link>
			<pubDate>Thu, 19 Aug 2010 14:40:38 +0000</pubDate>
			<dc:creator>CelticSox</dc:creator>
			<guid isPermaLink="false">705@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I have AppServ 2.6.0 on Windows XP.  When I try to run index.php/setup I get an error in httpd.exe and cannot move any further forward.  I tried changing to use a fqdn and this helped a little, I then got and error about magic_quotes in Input.php - so I commented this line out (maybe I shouldn't have!?) and now I am back to getting the crash on httpd.exe.&#60;/p&#62;
&#60;p&#62;Anyone seen anything like this before?  Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pr1ngle on "Access Control"</title>
			<link>http://68kb.com/support/topic/access-control#post-144</link>
			<pubDate>Thu, 18 Jun 2009 12:48:38 +0000</pubDate>
			<dc:creator>pr1ngle</dc:creator>
			<guid isPermaLink="false">144@http://68kb.com/support/</guid>
			<description>&#60;p&#62;This is a great product and I have used it as an internal solution for a support guide.  As an added benefit for external use I think it would be handy to have user level control over the categories.  e.g. a login script to determine the user level and a level check for each category. Allowing a hierarcy of security
&#60;/p&#62;</description>
		</item>
		<item>
			<title>68kbadmin on "Change 68kb logo"</title>
			<link>http://68kb.com/support/topic/change-68kb-logo#post-690</link>
			<pubDate>Thu, 05 Aug 2010 09:59:54 +0000</pubDate>
			<dc:creator>68kbadmin</dc:creator>
			<guid isPermaLink="false">690@http://68kb.com/support/</guid>
			<description>&#60;p&#62;where do i change the 68kb logo, i would like to add a custom logo?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discomaker on "how to change the upload file size"</title>
			<link>http://68kb.com/support/topic/how-to-change-the-upload-file-size#post-699</link>
			<pubDate>Sat, 14 Aug 2010 22:12:36 +0000</pubDate>
			<dc:creator>discomaker</dc:creator>
			<guid isPermaLink="false">699@http://68kb.com/support/</guid>
			<description>&#60;p&#62;does anyone know how to stop the error of max file size when uploading a document &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pompon on "Updating to 1rc5"</title>
			<link>http://68kb.com/support/topic/updating-to-1rc5#post-697</link>
			<pubDate>Thu, 12 Aug 2010 20:12:52 +0000</pubDate>
			<dc:creator>pompon</dc:creator>
			<guid isPermaLink="false">697@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;After updating with last rc, the version is still 1rc4 in admin page !&#60;/p&#62;
&#60;p&#62;An idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Backfire on "Windows SVR 2003 Read only permissions --&#62; blanc screen"</title>
			<link>http://68kb.com/support/topic/windows-svr-2003-read-only-permissions-blanc-screen#post-698</link>
			<pubDate>Fri, 13 Aug 2010 12:24:17 +0000</pubDate>
			<dc:creator>Backfire</dc:creator>
			<guid isPermaLink="false">698@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to run 68KB in my local Intranet (&#60;strong&#62;Win 2003 SVR, IIS 6, PHP 5.2.3&#60;/strong&#62;).&#60;/p&#62;
&#60;p&#62;Everything works perfectly as long as the users have modify/write permissions.&#60;br /&#62;
As soon as I change the permissions back to &#60;strong&#62;read only&#60;/strong&#62; the users will get a blank screen.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;br /&#62;
I wouldn't like to grant modify/write permissions to everyone.&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
&#60;strong&#62;Backfire&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>psbailey31 on "Updated to v1.0.0rc5, Now can&#039;t access admin pages"</title>
			<link>http://68kb.com/support/topic/updated-to-v100rc5-now-cant-access-admin-pages#post-695</link>
			<pubDate>Mon, 09 Aug 2010 09:14:04 +0000</pubDate>
			<dc:creator>psbailey31</dc:creator>
			<guid isPermaLink="false">695@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just tried the update to v1.0.0rc5. ?admin no longer works.&#60;/p&#62;
&#60;p&#62;I have restored my site to v1.0.0rc4, but thought I'd let you know, in case others are having similar problems&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clarkeez on "Can&#039;t add category or article"</title>
			<link>http://68kb.com/support/topic/cant-add-category-or-article#post-694</link>
			<pubDate>Fri, 06 Aug 2010 17:40:02 +0000</pubDate>
			<dc:creator>clarkeez</dc:creator>
			<guid isPermaLink="false">694@http://68kb.com/support/</guid>
			<description>&#60;p&#62;When I press submit after trying to make a category or article I get this message.&#60;br /&#62;
&#60;em&#62;500 - Internal server error.&#60;br /&#62;
There is a problem with the resource you are looking for, and it cannot be displayed.&#60;/em&#62;&#60;br /&#62;
I searched here and found another guy with the same issue and I tried the fix that someone said there and it didnt work, so i changed it  back to how it was.&#60;/p&#62;
&#60;p&#62;You can see the double slash on all urls before index.php&#60;br /&#62;
You can see here: &#60;a href=&#34;http://109.108.136.138//index.php&#34; rel=&#34;nofollow&#34;&#62;http://109.108.136.138//index.php&#60;/a&#62;&#60;br /&#62;
Thing is, it doesn't affect anything else.&#60;/p&#62;
&#60;p&#62;Im runnig IIS on Windows Server 2008 R2 Datacenter, PHP 5&#60;/p&#62;
&#60;p&#62;Any help would much greatly appreciated as this is a work project.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>A2000 on "Captcha / Validation"</title>
			<link>http://68kb.com/support/topic/captcha-validation#post-693</link>
			<pubDate>Fri, 06 Aug 2010 13:18:48 +0000</pubDate>
			<dc:creator>A2000</dc:creator>
			<guid isPermaLink="false">693@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Is captcha / validation supposed to work on comments? When I post a comment:&#60;/p&#62;
&#60;p&#62;a) There is no captcha message&#60;br /&#62;
b) There is no moderation - the comment is immediately displayed.&#60;/p&#62;
&#60;p&#62;I can see that there is a captcha_check function in the comments.php file but is it in use?&#60;/p&#62;
&#60;p&#62;Are there any plugin modules which will work here?&#60;/p&#62;
&#60;p&#62;Alternatively can I add my own validation routine, such as entering a math result before comments are accepted?&#60;/p&#62;
&#60;p&#62;BTW, 68kb is a great update on the old peanut app!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>68kbadmin on "A Database Error Occurred"</title>
			<link>http://68kb.com/support/topic/a-database-error-occurred#post-689</link>
			<pubDate>Tue, 03 Aug 2010 09:50:22 +0000</pubDate>
			<dc:creator>68kbadmin</dc:creator>
			<guid isPermaLink="false">689@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Please assist withe following error when installing:&#60;/p&#62;
&#60;p&#62;&#34;Unable to connect to your database server using the provided settings.&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scornell on "Blank Screen on install - Please Help."</title>
			<link>http://68kb.com/support/topic/blank-screen-on-install-please-help#post-687</link>
			<pubDate>Fri, 30 Jul 2010 19:43:14 +0000</pubDate>
			<dc:creator>scornell</dc:creator>
			<guid isPermaLink="false">687@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I am trying to install 68KB on Ubuntu 9.1 running MySQL 5.1.37 and PHP 5.2.10.  I have followed all of the instructions in the Installation Guide thru step 4 including the CHMOD 777 of the uploads directory.  &#60;/p&#62;
&#60;p&#62;When I go to the url &#60;a href=&#34;http://(my&#34; rel=&#34;nofollow&#34;&#62;http://(my&#60;/a&#62; server IP)/index.php/setup I get a blank screen.&#60;/p&#62;
&#60;p&#62;I have tried changing the base URL in the config.php (yes, I changed the name per the instructions) file per this page:  &#60;a href=&#34;http://68kb.com/user_guide/installation/troubleshooting.html&#34; rel=&#34;nofollow&#34;&#62;http://68kb.com/user_guide/installation/troubleshooting.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what the entry in the Config.php file looks like:&#60;br /&#62;
$db['default']['hostname'] = &#34;localhost&#34;;	// Database Hostname&#60;br /&#62;
$db['default']['username'] = &#34;68kbuser&#34;;		// Database Username&#60;br /&#62;
$db['default']['password'] = &#34;68kbuser&#34;;			// Database Password&#60;br /&#62;
$db['default']['database'] = &#34;68kb_db&#34;;	// Database Name&#60;br /&#62;
$db['default']['dbprefix'] = &#34;kb_&#34;;		// Database Prefix&#60;/p&#62;
&#60;p&#62;The user and password is currently 68kbuser and the database name is 68kb_db.  I have verified that the MySQL user can log in to the DB and has root permissions using the following commands:&#60;/p&#62;
&#60;p&#62;mysql&#38;gt; grant usage on *.* to 68kbuser@localhost identified by '68kbuser';&#60;br /&#62;
Query OK, 0 rows affected (0.00 sec)&#60;/p&#62;
&#60;p&#62;mysql&#38;gt; grant all privileges on 68kb_db.* to 68kbuser@localhost;&#60;br /&#62;
Query OK, 0 rows affected (0.00 sec)&#60;/p&#62;
&#60;p&#62;Please Help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ChazUK on "CKFinder"</title>
			<link>http://68kb.com/support/topic/ckfinder#post-686</link>
			<pubDate>Thu, 29 Jul 2010 16:10:00 +0000</pubDate>
			<dc:creator>ChazUK</dc:creator>
			<guid isPermaLink="false">686@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi, I followed the instructions to get CKEditor working with 68KB, but I would like to be able to upload and insert images in my articles.&#60;/p&#62;
&#60;p&#62;Has anyone done this already?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>talkingwithsean on "IRC?"</title>
			<link>http://68kb.com/support/topic/irc#post-684</link>
			<pubDate>Wed, 28 Jul 2010 18:13:44 +0000</pubDate>
			<dc:creator>talkingwithsean</dc:creator>
			<guid isPermaLink="false">684@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hey, I forgot what channel 68KB was on for IRC. I though it was #68KB, which would make sense, but just wanted to check. :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ikhwancyber on "I cant download RC4 the link is broken"</title>
			<link>http://68kb.com/support/topic/i-cant-download-rc4-the-link-is-broken#post-663</link>
			<pubDate>Fri, 02 Jul 2010 13:37:16 +0000</pubDate>
			<dc:creator>ikhwancyber</dc:creator>
			<guid isPermaLink="false">663@http://68kb.com/support/</guid>
			<description>&#60;p&#62;please help me.. give me the good link..&#60;br /&#62;
my web use RC1 was hacked by some one, i think they use SQL injection for hack
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ccc_ict on "Cannot add category or articles - Help."</title>
			<link>http://68kb.com/support/topic/cannot-add-category-or-articles-help#post-680</link>
			<pubDate>Tue, 27 Jul 2010 13:15:59 +0000</pubDate>
			<dc:creator>ccc_ict</dc:creator>
			<guid isPermaLink="false">680@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Have got the system working but when you click &#34;save&#34; to add a category or article, the following URL is displayed and error.  Can anyone help me out please.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://68kb/index.php/admin/categories/add&#34; rel=&#34;nofollow&#34;&#62;http://68kb/index.php/admin/categories/add&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;500 - Internal server error.&#60;br /&#62;
There is a problem with the resource you are looking for, and it cannot be displayed.&#60;/p&#62;
&#60;p&#62;I am using the latest versions of php/mysql&#38;amp;64kb on windows sever 2007.  Thank you in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sfitz on "Searching for multiple words"</title>
			<link>http://68kb.com/support/topic/searching-for-multiple-words#post-676</link>
			<pubDate>Thu, 15 Jul 2010 23:52:32 +0000</pubDate>
			<dc:creator>sfitz</dc:creator>
			<guid isPermaLink="false">676@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I ran into a problem when searching for multiple words. This returned an SQL error. I found that the where string in search.php controller was being &#34;mysql_real_escape&#34; twice. I have rewritten as below.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;for ($i = 0; $i &#38;lt; $numkeywords; $i++)
   	{
   		$wherestring = $wherestring .
		&#38;quot; (article_title LIKE &#38;#39;%&#38;quot;. mysql_real_escape_string($keywords[$i]) .
		&#38;quot;%&#38;#39; OR article_short_desc LIKE &#38;#39;%&#38;quot; . mysql_real_escape_string($keywords[$i]) .
		&#38;quot;%&#38;#39; OR article_description LIKE &#38;#39;%&#38;quot;. mysql_real_escape_string($keywords[$i]) .&#38;quot;%&#38;#39;) &#38;quot;;

	if (($i + 1) &#38;lt; $numkeywords)
		{
			$wherestring = $wherestring . &#38;quot; AND &#38;quot;;
		}
    	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>theo.schoeberl on "Installation in subfolder"</title>
			<link>http://68kb.com/support/topic/installation-in-subfolder#post-627</link>
			<pubDate>Fri, 30 Apr 2010 12:17:44 +0000</pubDate>
			<dc:creator>theo.schoeberl</dc:creator>
			<guid isPermaLink="false">627@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I've installed the upload in a subdirectory of the base and set a subdomain (kb.mydomain.de instead of &#60;a href=&#34;http://www.mydomain.de&#34; rel=&#34;nofollow&#34;&#62;http://www.mydomain.de&#60;/a&#62;) to it.&#60;/p&#62;
&#60;p&#62;Now I'm trying to run the setup-script, but I think there are some changes within the index.php necessary (e.g. BASEPATH).&#60;/p&#62;
&#60;p&#62;Does anybody run the software under simular conditions and can help me to do the required changes?&#60;/p&#62;
&#60;p&#62;Thank you in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric Barnes on "TinyMCE Integration"</title>
			<link>http://68kb.com/support/topic/tinymce-integration#post-2</link>
			<pubDate>Fri, 14 Nov 2008 18:46:29 +0000</pubDate>
			<dc:creator>Eric Barnes</dc:creator>
			<guid isPermaLink="false">2@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Here is the first module I have released.  TinyMCE integration which allows you to use the html editor from the administration. &#60;/p&#62;
&#60;p&#62;To download it please visit here.&#60;br /&#62;
&#60;a href=&#34;http://ericlbarnes.com/develop/68kb-tinymce-integration/&#34; rel=&#34;nofollow&#34;&#62;http://ericlbarnes.com/develop/68kb-tinymce-integration/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>68kbytes on "Some small nits - copyright date and more"</title>
			<link>http://68kb.com/support/topic/some-small-nits-copyright-date-and-more#post-669</link>
			<pubDate>Wed, 07 Jul 2010 16:30:30 +0000</pubDate>
			<dc:creator>68kbytes</dc:creator>
			<guid isPermaLink="false">669@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Just getting going with 68KB - and am finding it just what I needed.&#60;br /&#62;
There is a small problem on my log-in screen.&#60;/p&#62;
&#60;p&#62;At the bottom I see the two lines:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;© 2008 68 KB - vv1.0.0rc4
Time: benchmark-&#38;gt;elapsed_time();?&#38;gt; - Memory: benchmark-&#38;gt;memory_usage();?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;One, of course the copyright ought to be updated and the second one obviously is supposed to provide some feedback but doesn't&#60;/p&#62;
&#60;p&#62;I' running 68KB under XAMPP on a local XP machine, viewing it currently on a Vista machine, running Firefox 3.6.6, in case it might make a difference
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Saki on "Youtube vote in the 68kB"</title>
			<link>http://68kb.com/support/topic/youtube-vote-in-the-68kb#post-670</link>
			<pubDate>Sun, 11 Jul 2010 17:54:31 +0000</pubDate>
			<dc:creator>Saki</dc:creator>
			<guid isPermaLink="false">670@http://68kb.com/support/</guid>
			<description>&#60;p&#62;This article is a youtube vote &#60;a href=&#34;http://www.9lessons.info/2010/07/youtube-like-rating-jquery-and-ajax.html&#34;&#62;http://www.9lessons.info/2010/07/youtube-like-rating-jquery-and-ajax.html&#60;/a&#62; Could someone help me to integrate it with 68kB.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>68kbytes on "Kudos"</title>
			<link>http://68kb.com/support/topic/kudos#post-667</link>
			<pubDate>Wed, 07 Jul 2010 03:26:42 +0000</pubDate>
			<dc:creator>68kbytes</dc:creator>
			<guid isPermaLink="false">667@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Just found 68kb yesterday and after playing with it today, installing tinymce I am beginning to like it a lot.&#60;br /&#62;
Thank you for what looks like an excellent and useful application.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>68kbytes on "Registration &#039;Required fields&#039; asterisk is not shown"</title>
			<link>http://68kb.com/support/topic/registration-required-fields-asterisk-is-not-shown#post-666</link>
			<pubDate>Wed, 07 Jul 2010 03:24:17 +0000</pubDate>
			<dc:creator>68kbytes</dc:creator>
			<guid isPermaLink="false">666@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Just registered and noted that during registration the asterisk marking required fields was not shown.&#60;br /&#62;
Guessed at it and got registered OK, - obviously :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jerminator on "Can&#039;t download package"</title>
			<link>http://68kb.com/support/topic/cant-download-package#post-665</link>
			<pubDate>Mon, 05 Jul 2010 16:41:27 +0000</pubDate>
			<dc:creator>jerminator</dc:creator>
			<guid isPermaLink="false">665@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hey, I can't download the latest install package.  I get a:&#60;/p&#62;
&#60;p&#62;502 Bad Gateway&#60;/p&#62;
&#60;p&#62;Does anyone seem to know where abouts on the &#34;internet&#34; I could download this? &#60;/p&#62;
&#60;p&#62;Also, on the ADMIN demo, the user name and password combination does not seem to be correct.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgough on "Problems with article display"</title>
			<link>http://68kb.com/support/topic/problems-with-article-display#post-659</link>
			<pubDate>Thu, 01 Jul 2010 01:20:52 +0000</pubDate>
			<dc:creator>mgough</dc:creator>
			<guid isPermaLink="false">659@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I've just installed the latest 68kb (clean install, new system).  I've added some categories and added an article.&#60;/p&#62;
&#60;p&#62;When I try to view the article using the emporium template, some (not all) of the content displays above the design in the top left corner of the screen.  When I try using the default template, there is no content at all.&#60;/p&#62;
&#60;p&#62;Am I missing something fundamental?&#60;/p&#62;
&#60;p&#62;Any help gratefully received.&#60;br /&#62;
Micky
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
