<?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>Ask me Questions and get Answers ! &#187; dle</title>
	<atom:link href="http://askmetoo.com/category/cms/dle/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Wed, 07 Jul 2010 15:41:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dle &#8211; how to disable all posts shown on main page</title>
		<link>http://askmetoo.com/dle-how-to-disable-all-posts-shown-on-main-page.htm</link>
		<comments>http://askmetoo.com/dle-how-to-disable-all-posts-shown-on-main-page.htm#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:38:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[dle]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=104</guid>
		<description><![CDATA[You need just run in database in phpmyadmin
update `dle_post` SET allow_main=0 WHERE 1
and all posts would tot beeeing shoen on main page
]]></description>
			<content:encoded><![CDATA[<p>You need just run in database in phpmyadmin</p>
<p><strong>update `dle_post` SET allow_main=0 WHERE 1</strong></p>
<p>and all posts would tot beeeing shoen on main page</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/dle-how-to-disable-all-posts-shown-on-main-page.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chmod commands for install DLE Datalife template engine</title>
		<link>http://askmetoo.com/chmod-commands-for-install-dle-temaplat-engine.htm</link>
		<comments>http://askmetoo.com/chmod-commands-for-install-dle-temaplat-engine.htm#comments</comments>
		<pubDate>Tue, 28 Oct 2008 17:58:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dle]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=24</guid>
		<description><![CDATA[Run this commands in putty at root dir (public_html)

chmod g+w ./backup/
chmod 775 ./engine/data/
chmod 775 ./engine/cache/
chmod 775 ./engine/cache/system/
chmod 775 ./engine/forum/cache/
chmod 775 ./engine/forum/cache/system
chmod 775 ./uploads/
chmod 775 ./uploads/files/
chmod 775 ./uploads/fotos/
chmod 775 ./uploads/posts/
chmod 777 ./uploads/posts/thumbs/
chmod 777 ./uploads/thumbs/
chmod 777 ./templates/
chmod 777 ./templates/Default/
&#160;
&#160;
find ./engine/cache/ -exec chmod 775 &#123;&#125; \;
find ./engine/cache/system/ -exec chmod 775 &#123;&#125; \ ;
find ./uploads -type d -exec chmod [...]]]></description>
			<content:encoded><![CDATA[<p>Run this commands in putty at root dir (public_html)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>data<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>system<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>forum<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>forum<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>system
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span>fotos<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span>posts<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span>posts<span style="color: #000000; font-weight: bold;">/</span>thumbs<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span>thumbs<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> .<span style="color: #000000; font-weight: bold;">/</span>templates<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> .<span style="color: #000000; font-weight: bold;">/</span>templates<span style="color: #000000; font-weight: bold;">/</span>Default<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>system<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \ ;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads <span style="color: #660033;">-type</span> f <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>templates <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>templates <span style="color: #660033;">-type</span> f <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
&nbsp;
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>data <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>engine<span style="color: #000000; font-weight: bold;">/</span>data <span style="color: #660033;">-type</span> f <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;</pre></div></div>

<p>or use ftp commands<br />
cache</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> backup
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> engine<span style="color: #000000; font-weight: bold;">/</span>data<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> engine<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> engine<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>system<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> uploads<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> uploads<span style="color: #000000; font-weight: bold;">/</span>files<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> uploads<span style="color: #000000; font-weight: bold;">/</span>fotos<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> uploads<span style="color: #000000; font-weight: bold;">/</span>posts<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> uploads<span style="color: #000000; font-weight: bold;">/</span>posts<span style="color: #000000; font-weight: bold;">/</span>thumbs<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> uploads<span style="color: #000000; font-weight: bold;">/</span>thumbs<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> templates<span style="color: #000000; font-weight: bold;">/</span>
SITE <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">775</span> templates<span style="color: #000000; font-weight: bold;">/</span>Default<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/chmod-commands-for-install-dle-temaplat-engine.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
