<?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/">
<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><dc:creator>spikyjt</dc:creator>
</item>
<item>
<title>Develop a template / Integrate CMS into an Exisitng Template (reply)</title>
<content:encoded><![CDATA[<p>There is no tutorial or documentation.<br />
You have just adapt the /templates/default.tpl</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2639</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2639</guid>
<pubDate>Fri, 23 Mar 2012 11:48:56 +0000</pubDate>
<category>Design/Templates</category><dc:creator>Paul</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><dc:creator>coderhs</dc:creator>
</item>
<item>
<title>Change Number Of Displayed Posts (reply)</title>
<content:encoded><![CDATA[<p>You can find any language code for the weekly webmasters to upload new articles, information about the different types of programs.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2622</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2622</guid>
<pubDate>Fri, 24 Feb 2012 02:57:52 +0000</pubDate>
<category>General</category><dc:creator>natsuto</dc:creator>
</item>
<item>
<title>How can insert data into mysql file in a LINUX system from a (reply)</title>
<content:encoded><![CDATA[<p>MySQL database, web-based adminstration tool Excel file or CSV file import options.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2621</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2621</guid>
<pubDate>Fri, 24 Feb 2012 02:46:35 +0000</pubDate>
<category>General</category><dc:creator>natsuto</dc:creator>
</item>
<item>
<title>Change Number Of Displayed Posts (reply)</title>
<content:encoded><![CDATA[<p>I don't have at this time code but i tell you way that help you to get code w3school. You can find any language code every week web master upload new article that relevant of different type of programming. Which one you use in this web page.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2616</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2616</guid>
<pubDate>Sun, 19 Feb 2012 12:27:06 +0000</pubDate>
<category>General</category><dc:creator>jamhassan</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><dc:creator>TKr</dc:creator>
</item>
<item>
<title>Java.................? (reply)</title>
<content:encoded><![CDATA[<p>fine ...</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2614</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2614</guid>
<pubDate>Wed, 15 Feb 2012 05:24:03 +0000</pubDate>
<category>General</category><dc:creator>gang</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><dc:creator>hollybritton</dc:creator>
</item>
<item>
<title>Transfer data from SQLite from android to SQLite in server (reply)</title>
<content:encoded><![CDATA[<p>Choosing  <a href="http://www.truereligionoutletonline.org/womens-true-religion-c-6.html">womensTrue Religion</a> the <a href="http://www.truereligionoutletonline.org/womens-true-religion-c-6.html">true religion womens</a>  Right Leotard</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2612</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2612</guid>
<pubDate>Tue, 14 Feb 2012 03:52:07 +0000</pubDate>
<category>General</category><dc:creator>Choosing</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><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><dc:creator>spiralfive</dc:creator>
</item>
<item>
<title>How can insert data into mysql file in a LINUX system from a (reply)</title>
<content:encoded><![CDATA[<p>What is a </p>
<blockquote><p>WONODWS machine ?</p>
</blockquote><p>Don't you have phpMyAdmin installed? This webbased adminstration tool for MySQL-Databases has import options for Excel files or for CSV files.</p>
<p>phpMyAdmin is usally installad on preconfigured webspace.</p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2603</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2603</guid>
<pubDate>Wed, 21 Dec 2011 22:40:32 +0000</pubDate>
<category>General</category><dc:creator>Paul</dc:creator>
</item>
<item>
<title>Have you any idea for the site which provides FREE TEMPLATES (reply)</title>
<content:encoded><![CDATA[<p><a href="http://www.freecsstemplates.org/">http://www.freecsstemplates.org/</a></p>
]]></content:encoded>
<link>http://phpsqlitecms.net/forum/index.php?id=2602</link>
<guid>http://phpsqlitecms.net/forum/index.php?id=2602</guid>
<pubDate>Wed, 21 Dec 2011 22:31:29 +0000</pubDate>
<category>Design/Templates</category><dc:creator>Paul</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><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><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><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><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><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><dc:creator>gustdom</dc:creator>
</item>
</channel>
</rss>
