<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>phpSQLiteCMS Forum</title>
<link>http://phpsqlitecms.net/forum/</link>
<description>phpSQLiteCMS Forum</description>
<language>en</language>
<item>
<title>Nginx config</title>
<content:encoded><![CDATA[<p>The docs state Apache is required. I think this is highly unlikely, espescially considering the simplicity of the .htaccss files, and I saw a locked thread here requesting Nginx config and mention of use with Lighttpd. I use Nginx primarily and have setup my install of phpSQLiteCMS with the following config:</p>
<pre><code>
server {
 root /path/to/phpsqlitecms;
 index index.php;
 server_name phpsqlitecms.domain;
 access_log /var/log/nginx/phpsqlitecms.access.log;
 error_log /var/log/nginx/phpsqlitecms.error.log warn;
 allow all;
 
 location = /favicon.ico {
  log_not_found off;
  access_log off;
 }

 location = /robots.txt {
  allow all;
  log_not_found off;
  access_log off;
 }

 location ~ /\. {
  deny all;
  access_log off;
  log_not_found off;
 }

 location ^~ /cms/config/ {
  deny all;
 }

 location ^~ /cms/data/ {
  deny all;
 }

 location / {
  try_files $uri $uri/ /index.php?q=$uri&amp;$args;
 }

 location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
  expires max;
  log_not_found off;
 }

 error_page 404 500 502 503 504 /index.php;

# THIS IS FOR PHP FPM, YOU MAY HAVE A DIFFERENT SETUP
 location ~ \.php$ {
  try_files $uri =404;
  fastcgi_pass 127.0.0.1:9001;
  include fastcgi_params;
  fastcgi_index index.php;
  fastcgi_split_path_info ^(.+\.php)(/.+)$;
  fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  fastcgi_param PATH_INFO $fastcgi_path_info;
 }
}

</code></pre><p>I have found this to work fine, although I've not put a site into production with it yet, so YMMV.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2657</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2657</guid>
<pubDate>Sun, 03 Jun 2012 12:59:31 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2657</wfw:commentRss><dc:creator>spikyjt</dc:creator>
</item>
<item>
<title>Develop a template / Integrate CMS into an Exisitng Template</title>
<content:encoded><![CDATA[<p>I wish to integrate this CMS , into an existing project of mine. Please point me to some tutorial or documentation on Desgin/Template.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2626</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2626</guid>
<pubDate>Tue, 13 Mar 2012 10:49:51 +0000</pubDate>
<category>Design/Templates</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2626</wfw:commentRss><dc:creator>coderhs</dc:creator>
</item>
<item>
<title>Polish translation files for phpsqlitecms 2.0.4</title>
<content:encoded><![CDATA[<p>Fresh Polish translation files for phpsqlitecms 2.0.4 can be downloaded from <a href="http://pyrczak.pl/files/pl_lang.7z">here</a>.</p>
<p>This is updated translation of old Andrzej's translation whitch can be found <a href="index.php?id=1188" class="internal">here</a>.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2615</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2615</guid>
<pubDate>Wed, 15 Feb 2012 22:01:20 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2615</wfw:commentRss><dc:creator>TKr</dc:creator>
</item>
<item>
<title>Java.................?</title>
<content:encoded><![CDATA[<p>can any one tell me from where i can get java code for free which r only ment to be used in general by student/programmers...</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2613</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2613</guid>
<pubDate>Tue, 14 Feb 2012 10:20:52 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2613</wfw:commentRss><dc:creator>hollybritton</dc:creator>
</item>
<item>
<title>Transfer data from SQLite from android to SQLite in server</title>
<content:encoded><![CDATA[<p>hi</p>
<p>I want to Transfer data from SQLite from android to SQLite in server.</p>
<p>I've never done this before and I've never used SQLite before</p>
<p>Can someone tell me the best and easiest way to do this</p>
<p>the data I'm collecting is transferred from a sensor to an android via Bluetooth (already done that), Now I want to transfer is from the SQLite on my android to the SQLite on my server so I can present it on my website</p>
<p><br />
thankyou</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2611</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2611</guid>
<pubDate>Tue, 31 Jan 2012 11:02:47 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2611</wfw:commentRss><dc:creator>Abdulrab Lahson</dc:creator>
</item>
<item>
<title>Change Number Of Displayed Posts</title>
<content:encoded><![CDATA[<p>I am trying to setup a new phpSQLiteCMS website where one post is displayed on the homepage at a time (with back/next buttons to navigate between). I have the posts displaying on the homepage, however I cannot figure out how to limit the number of posts displayed on the index to a single post. Is this possible and how would I achieve this?</p>
<p>Thanks In Advance</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2609</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2609</guid>
<pubDate>Fri, 20 Jan 2012 17:33:59 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2609</wfw:commentRss><dc:creator>spiralfive</dc:creator>
</item>
<item>
<title>Have you any idea for the site which provides FREE TEMPLATES</title>
<content:encoded><![CDATA[<p>Please suggest me the name of the sites which provide FREE templates for website design...</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2598</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2598</guid>
<pubDate>Fri, 16 Dec 2011 08:10:17 +0000</pubDate>
<category>Design/Templates</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2598</wfw:commentRss><dc:creator>karina vaughns</dc:creator>
</item>
<item>
<title>Upload with image modification or thumbnails doesn't work</title>
<content:encoded><![CDATA[<p>When trying to upload jpg image with modification or with creating thumbnail an empty page /cms/index.php is shown up. tmp file is presented in file manager after that.<br />
lighttpd logs and php logs are clear.<br />
permissions on directory media is 777</p>
<p>what could be the reason of failure?</p>
<p>Thanks.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2597</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2597</guid>
<pubDate>Thu, 15 Dec 2011 09:07:19 +0000</pubDate>
<category>Bugs</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2597</wfw:commentRss><dc:creator>theand</dc:creator>
</item>
<item>
<title>How can insert data into mysql file in a LINUX system from a</title>
<content:encoded><![CDATA[<p>I want to populate data into a mysql file in a LINUX system. The input data is to be taken from a WONODWS machine which is in EXCEL format. Is it possible to achieve this using shell in LINUX?Thanks in advance.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2593</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2593</guid>
<pubDate>Thu, 15 Dec 2011 07:34:26 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2593</wfw:commentRss><dc:creator>marysharp</dc:creator>
</item>
<item>
<title>Error on the side</title>
<content:encoded><![CDATA[<p>Hi,</p>
<p>On some pages in admin-area (e.g. Administration » Notes » example_notes), I get a warning: </p>
<p>***<br />
Meldung: 'Sortable' ist undefiniert<br />
Zeile: 71<br />
Zeichen: 1<br />
Code: 0<br />
URI: <a href="http://domainname.de/cms/index.php?mode=notes&amp;edit=example_notes">http://domainname.de/cms/index.php?mode=notes&amp;edit=example_notes</a><br />
***</p>
<p>This warning issued only on MSIE 8.0, not on Firefox.</p>
<p>Best regards<br />
Maxx</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2582</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2582</guid>
<pubDate>Thu, 08 Dec 2011 12:17:41 +0000</pubDate>
<category>Bugs</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2582</wfw:commentRss><dc:creator>Maxx</dc:creator>
</item>
<item>
<title>Italian language files - new urls for DL</title>
<content:encoded><![CDATA[<p>Italian language files for phpSQLiteCMS 2.0.2 available <a href="http://www.evernote.com/shard/s152/sh/8846a0ec-2f34-4a84-bfbf-6868873d600a/e470a3240d7411abd30c6163b38ae4aa">here</a>.</p>
<p>Italian language files for phpSQLiteCMS 2.0.4 available <a href="http://www.evernote.com/shard/s152/sh/d00100ab-643a-4605-9bd8-b921d5209f9f/dc5d7b07d95532b0d643a5fe57939d7b">here</a>.</p>
<p>Reguards</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2493</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2493</guid>
<pubDate>Wed, 30 Nov 2011 19:34:26 +0000</pubDate>
<category>Technics</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2493</wfw:commentRss><dc:creator>misterdimiz</dc:creator>
</item>
<item>
<title>Demo site on Spanish URL / URL del sitio demo en Español</title>
<content:encoded><![CDATA[<p>-- English</p>
<p>The new URL of the phpSQLiteCMS example site on Spanish is:</p>
<p><a href="http://phpsqlitecms.cu.cc">phpsqlitecms.cu.cc</a></p>
<p>Cheers!</p>
<p>-- Español</p>
<p>La nueva dirección del sitio web de demostración de phpSQLiteCMS en español es:</p>
<p><a href="http://phpsqlitecms.cu.cc">phpsqlitecms.cu.cc</a></p>
<p>Un saludo.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2084</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2084</guid>
<pubDate>Mon, 03 Oct 2011 11:45:24 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=2084</wfw:commentRss><dc:creator>gustdom</dc:creator>
</item>
<item>
<title>Italian language files</title>
<content:encoded><![CDATA[<p>Italian language files for phpSQLiteCMS 2.0.2 available <a href="https://www.sugarsync.com/pf/D6043517_9530636_72566">here</a>.</p>
<p>Italian language files for phpSQLiteCMS 2.0.4 available <a href="https://www.sugarsync.com/pf/D6043517_9530636_72568">here</a>.</p>
<p>Reguards</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1822</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1822</guid>
<pubDate>Thu, 04 Aug 2011 12:38:40 +0000</pubDate>
<category>Technics</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1822</wfw:commentRss><dc:creator>misterdimiz</dc:creator>
</item>
<item>
<title>NOT work on freebsd???</title>
<content:encoded><![CDATA[<p>I was test this CMS on 5 hosts<br />
Ubuntu server with LAMP - work all (sqlite connect, mysql connect), Windows with XAMP - work all.<br />
But on FREEBSD and FREENAS not work - I see admin panel, i can call all command, but I see only home page and i can not call any another page (as documentation) from menu. <br />
<img src="images/smilies/frown.png" alt=":-(" /> </p>
<p>sqlite on FREENAS<br />
<img src="images/uploaded/201107291107104e32945ec46b4.jpg" alt="[image]" />   </p>
<p>mysql on freenas<br />
<img src="images/uploaded/201107291108344e3294b2f1b9e.png" alt="[image]" /><br />
what I do wrong?</p>
<p><a href="https://docs.google.com/document/d/1KdTcardH8cPHWMyf6QucLqxxJO4qKrFKqmuRxSh98kk/edit?hl=en_US">My phpinfo</a></p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1793</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1793</guid>
<pubDate>Fri, 29 Jul 2011 10:49:35 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1793</wfw:commentRss><dc:creator>Alexey</dc:creator>
</item>
<item>
<title>How to start a new site</title>
<content:encoded><![CDATA[<p>I need a clean empty site to start to build my own.</p>
<p>Is there a download that does not include all the documentation etc.?</p>
<p>If not:<br />
what pages can I safely delete?(i.e. rss, robots,index,etc)</p>
<p>Is there a way to delete everything at once?</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1775</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1775</guid>
<pubDate>Thu, 21 Jul 2011 20:13:07 +0000</pubDate>
<category>Design/Templates</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1775</wfw:commentRss><dc:creator>dogbot</dc:creator>
</item>
<item>
<title>No searchsite in your download package</title>
<content:encoded><![CDATA[<p>Hello,</p>
<p>First thx for this great CMS, but i cant search something. I think this is because your download package dont include the search site (and other sites).</p>
<p>If this is so, please correct it.</p>
<p>Stefan</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1749</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1749</guid>
<pubDate>Sun, 17 Jul 2011 13:42:33 +0000</pubDate>
<category>Technics</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1749</wfw:commentRss><dc:creator>Stefan</dc:creator>
</item>
<item>
<title>mod for non-standard SERVER_PORT</title>
<content:encoded><![CDATA[<p>I hacked mine to allow a non-standard server port.  phpsqlitecms was working without this mod under some circumstances, under others (admin functions!) not. </p>
<p><strong>./cms/includes/functions.inc.php</strong>   line 60 or so:</p>
<pre class="php" style="font-family:monospace;">&nbsp;
&nbsp;
  <span style="color: #000088;">$base_url</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$protocol</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_HOST'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_PORT'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">!=</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
     <span style="color: #000088;">$base_url</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$base_url</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">':'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_PORT'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  <span style="color: #000088;">$base_url</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$base_url</span> <span style="color: #339933;">.</span> <span style="color: #990000;">dirname</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'PHP_SELF'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;</pre><p>Also ... </p>
<p>SWEET! <img src="images/smilies/smile.png" alt=":-)" /> Nice job, this cms is what I have been looking for!</p>
<p>And ... I noticed the requirements say &quot;Apache&quot; but ... I just got it to work with Hiawatha web server, too.  Very straightforward and uncomplicated.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1540</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1540</guid>
<pubDate>Mon, 23 May 2011 23:59:52 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1540</wfw:commentRss><dc:creator>O. B. Server</dc:creator>
</item>
<item>
<title>Enabling TinyMCE</title>
<content:encoded><![CDATA[<p>I'm posting this to assist other users who might have trouble installing TinyMCE for use with phpSQLiteCMS. The directions given on this site (<a href="http://www.phpsqlitecms.net/documentation/wysiwyg-editor">http://www.phpsqlitecms.net/documentation/wysiwyg-editor</a>) are a bit sparse:<br />
      </p>
<ul>
<li> 1. Download the editor package<br />
</li><li> 2. Copy the folder tiny_mce into /cms/modules (so the path to tiny_mce.js is /path/to/phpsqlitecms/cms/modules/tiny_mce/tiny_mce.js)<br />
</li><li> 3. Enable it in Administration → Settings<br />
</li><li> 4. You can edit js/tiny_mce_init.js to customize TinyMCE</li></ul><p>Step #1 should be simple enough to understand. TinyMCE downloads as a zip file. Extract this somewhere handy and you should get a folder named tinymce. This is <strong>not</strong> the folder referred to in Step #2. Notice the underscore. Within the folder hierarchy of tinymce you will find a folder named tiny_mce (i.e. tinymce/jscripts/tiny_mce). Copy this folder to your web server under the /cms/modules directory. Verify that you can reach the TinyMCE script from your web browser with a path like: <a href="http://www.myhost.com/phpsqlitecms/cms/modules/tiny_mce/tiny_mce.js.">http://www.myhost.com/phpsqlitecms/cms/modules/tiny_mce/tiny_mce.js.</a></p>
<p>For Step #3, access your website using a web browser and login as the administrator. The admin tab should appear above all of your site pages. From the admin tab, select Administration. This will load a page showing the Administration menu, from which you should select Settings. To get to the wysiwyg editor setting, you have to click the small link at the bottom that says &quot;&gt;&gt; Advanced settings&quot;. This will bring up a list of variables and flags used by phpsqlitecms. Find the setting &quot;wysiwyg_editor&quot;. In the field for this setting, change the zero to a 1. This will activate the wysiwyg editor.</p>
<p>To use the TinyMCE editor, you must enter wysiwyg mode while editing or creating a page. If you have followed the steps above you can check that the editor is working by browsing to your home page and selecting &quot;Edit&quot; from the admin tab to begin editing your home page. At the top right of the page, above the editor box, will be a small gray link that says &quot;WYSIWYG mode&quot;. You must click this link to enter wysiwyg mode. When you do, a pop-up should appear warning you to save your changes first. Once you dismiss the popup, the TinyMCE editor should load in the editor box and the &quot;WYSIWYG mode&quot; link will change to say &quot;Text mode&quot;.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1507</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1507</guid>
<pubDate>Sat, 14 May 2011 22:06:37 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1507</wfw:commentRss><dc:creator>ecellingsworth</dc:creator>
</item>
<item>
<title>New comer to the group</title>
<content:encoded><![CDATA[<p>I just installed the phpSQLiteCMS software under <a href="http://www.ellada-mas.com/lite/">http://www.ellada-mas.com/lite/</a> and I am basically impressed. A small to tiny CMS with so much information and capabilities. <br />
I have a some startup questions and problems:<br />
1. Can I make the content area wider and which file should I edit. I looked in all css files but nothing seams to be related. The only thing I found is under admin/style.css in line 38 is 100% which applies to the admin page &quot;Page Overview&quot; I will be happy if I can change the main pages to something like 90% or even less.<br />
2. I created a new article, but I think I am doing something wrong. The link is shown in the home page as &quot;MyPages&quot; but when you click on it it opens reasonably OK but the top links disappear.<br />
3. Just now I created a new menu and called it Blogs and then I placed article MyPages under it, but then the link remained but all it's contents disappeared. I am definitely doing something wrong. Time to start again.</p>
<p>Sorry about the mess, any ideas will be appreciated</p>
<p>Costas</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1505</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1505</guid>
<pubDate>Fri, 06 May 2011 14:06:42 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1505</wfw:commentRss><dc:creator>costas100</dc:creator>
</item>
<item>
<title>SSL</title>
<content:encoded><![CDATA[<p>How can I get a page using SSL?</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=1470</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=1470</guid>
<pubDate>Sun, 10 Apr 2011 15:47:40 +0000</pubDate>
<category>General</category><wfw:commentRss>http://phpsqlitecms.net/forum/index.php?mode=rss&amp;replies=1470</wfw:commentRss><dc:creator>Andre</dc:creator>
</item>
</channel>
</rss>
