<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Can I upload an image and to change the attributes?"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Can I upload an image and to change the attributes?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Can I upload an image and to change the attributes?</title>
				<description><![CDATA[ When I go up an image it is with the attributes CHMOD 600 but to be able to see it enlarged he/she should have CHMOD 644.  <br />   <br /> For default when going up the image leaves it as CHMOD 600  <br />   <br /> The directory public and temp already have CHMOD 777   <br />   <br /> As and where I can make some modification so that when going up the image he/she leaves it as CHMOD 644?<br /> <br /> Thanks !!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6944/23552.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6944/23552.php</link>
				<pubDate><![CDATA[Mon, 22 Oct 2007 23:48:27]]> GMT</pubDate>
				<author><![CDATA[ dvr1000]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have the same problem. Please someone help us!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6944/23793.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6944/23793.php</link>
				<pubDate><![CDATA[Sun, 27 Jan 2008 00:08:43]]> GMT</pubDate>
				<author><![CDATA[ B0real]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Open lib/add.class.php<br /> <br /> Find<br /> <br /> [code]   if &#40;!$open_basedir_res&#41; &#123;<br />        move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, &quot;$this-&gt;include_path/$GB_TMP/$this-&gt;image_file&quot;&#41;;<br />    &#125; else &#123;<br />        rename&#40;&quot;$this-&gt;include_path/$GB_TMP/img-$the_time.tmp&quot;, &quot;$this-&gt;include_path/$GB_TMP/$this-&gt;image_file&quot;&#41;;<br />    &#125;[/code]<br />    <br /> Replace with<br /> <br /> [code]   if &#40;!$open_basedir_res&#41; &#123;<br />        move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, &quot;$this-&gt;include_path/$GB_TMP/$this-&gt;image_file&quot;&#41;;<br />    &#125; else &#123;<br />        rename&#40;&quot;$this-&gt;include_path/$GB_TMP/img-$the_time.tmp&quot;, &quot;$this-&gt;include_path/$GB_TMP/$this-&gt;image_file&quot;&#41;;<br />    &#125;<br />    chmod&#40;&quot;$this-&gt;include_path/$GB_TMP/$this-&gt;image_file&quot;, 0755&#41;;[/code]<br />    <br /> Next find<br /> <br /> [code]   if &#40;!$open_basedir_res&#41; &#123;<br />        move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, &quot;$this-&gt;include_path/$GB_UPLOAD/$this-&gt;image_file&quot;&#41;;<br />    &#125; else &#123;<br />        rename&#40;&quot;$this-&gt;include_path/$GB_TMP/img-$the_time.tmp&quot;, &quot;$this-&gt;include_path/$GB_UPLOAD/$this-&gt;image_file&quot;&#41;;<br />    &#125;[/code]<br />    <br /> Replace with<br /> <br /> [code]   if &#40;!$open_basedir_res&#41; &#123;<br />        move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, &quot;$this-&gt;include_path/$GB_UPLOAD/$this-&gt;image_file&quot;&#41;;<br />    &#125; else &#123;<br />        rename&#40;&quot;$this-&gt;include_path/$GB_TMP/img-$the_time.tmp&quot;, &quot;$this-&gt;include_path/$GB_UPLOAD/$this-&gt;image_file&quot;&#41;;<br />    &#125;<br />    chmod&#40;&quot;$this-&gt;include_path/$GB_UPLOAD/$this-&gt;image_file&quot;, 0755&#41;;[/code]<br />    <br /> Save the file and you're done.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6944/23794.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6944/23794.php</link>
				<pubDate><![CDATA[Sun, 27 Jan 2008 00:35:08]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>