<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Chevereto Forums - Add number of uploaded images]]></title>
		<link>http://chevereto.com/forums/topic358-add-number-of-uploaded-images.html</link>
		<description><![CDATA[The most recent posts in Add number of uploaded images.]]></description>
		<lastBuildDate>Fri, 11 Nov 2011 22:09:53 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post7610.html#p7610</link>
			<description><![CDATA[<p>Thanks!!!!!!! +1!!!</p>]]></description>
			<author><![CDATA[null@example.com (Sebacrazy)]]></author>
			<pubDate>Fri, 11 Nov 2011 22:09:53 +0000</pubDate>
			<guid>http://chevereto.com/forums/post7610.html#p7610</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post4355.html#p4355</link>
			<description><![CDATA[<p>Is it possible to add here how much DATA is used in MB?\GB?</p>]]></description>
			<author><![CDATA[null@example.com (s-f-r-j)]]></author>
			<pubDate>Wed, 25 May 2011 17:02:01 +0000</pubDate>
			<guid>http://chevereto.com/forums/post4355.html#p4355</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post3315.html#p3315</link>
			<description><![CDATA[<p>Can someone help with the above question ?</p>]]></description>
			<author><![CDATA[null@example.com (~AEdes~)]]></author>
			<pubDate>Thu, 25 Nov 2010 18:31:54 +0000</pubDate>
			<guid>http://chevereto.com/forums/post3315.html#p3315</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post3277.html#p3277</link>
			<description><![CDATA[<div class="quotebox"><cite>dedydamy wrote:</cite><blockquote><p>this code is faster</p><div class="codebox"><pre><code>&lt;div id=&quot;foot&quot;&gt;&lt;div class=&quot;foot-d2&quot;&gt;&lt;?=APP_NAME;?&gt;, Powered by &lt;a href=&quot;http://chevereto.com/&quot; target=&quot;_blank&quot;&gt;Chevereto&lt;/a&gt;&lt;br /&gt;
    &lt;div style=&quot;font-family: Arial; font-weight: bold; color: #6F6F6F;&quot;&gt;
&lt;?php
// Add number of uploaded images. smed79 edited by dedydamy.com

$files = (count(scandir(&quot;images/&quot;)))-3;
if($files==0){
echo &quot;Not are images uploaded &lt;b&gt;:(&lt;/b&gt;&quot;;
}elseif($files==1){
echo &quot;Only are &lt;font color=#FF0000&gt;1&lt;/font&gt; image &lt;b&gt;:(&lt;/b&gt;&quot;;
}else{
echo &quot;There are &lt;font color=#FF0000&gt;$files&lt;/font&gt;  images uploaded so far &lt;b&gt;:)&lt;/b&gt; &quot;;
}

?&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</code></pre></div></blockquote></div><br /><p><strong>Thanks Dear, but is Possible to combine 2 or more folders to be checked at the same time ?<br />I mean, If I have folder1, folder2 and folder3 with images, how can be the code to count the images inside those folders with an unique amount ?<br />If in folder1 are 10<br />in folder2 44<br />in folder3 34<br />then the script must/should count : There are 88 Images Uploaded !</strong></p><p><strong>Can be that possible please? If yes, HOW?<br />thanks!</strong></p>]]></description>
			<author><![CDATA[null@example.com (~AEdes~)]]></author>
			<pubDate>Wed, 17 Nov 2010 03:41:54 +0000</pubDate>
			<guid>http://chevereto.com/forums/post3277.html#p3277</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post3222.html#p3222</link>
			<description><![CDATA[<p>this code is faster</p><div class="codebox"><pre><code>&lt;div id=&quot;foot&quot;&gt;&lt;div class=&quot;foot-d2&quot;&gt;&lt;?=APP_NAME;?&gt;, Powered by &lt;a href=&quot;http://chevereto.com/&quot; target=&quot;_blank&quot;&gt;Chevereto&lt;/a&gt;&lt;br /&gt;
    &lt;div style=&quot;font-family: Arial; font-weight: bold; color: #6F6F6F;&quot;&gt;
&lt;?php
// Add number of uploaded images. smed79 edited by dedydamy.com

$files = (count(scandir(&quot;images/&quot;)))-3;
if($files==0){
echo &quot;Not are images uploaded &lt;b&gt;:(&lt;/b&gt;&quot;;
}elseif($files==1){
echo &quot;Only are &lt;font color=#FF0000&gt;1&lt;/font&gt; image &lt;b&gt;:(&lt;/b&gt;&quot;;
}else{
echo &quot;There are &lt;font color=#FF0000&gt;$files&lt;/font&gt;  images uploaded so far &lt;b&gt;:)&lt;/b&gt; &quot;;
}

?&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (dedydamy)]]></author>
			<pubDate>Sun, 07 Nov 2010 21:37:08 +0000</pubDate>
			<guid>http://chevereto.com/forums/post3222.html#p3222</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post3198.html#p3198</link>
			<description><![CDATA[<div class="quotebox"><cite>smed79 wrote:</cite><blockquote><p>Hello <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" />,</p><p>Add number of uploaded images to footer...</p><p><span class="postimg"><img src="http://i37.tinypic.com/2zrezox.jpg" alt="http://i37.tinypic.com/2zrezox.jpg" /></span></p><p><strong>open &quot;<em>index.php</em>&quot; and find :</strong></p><div class="codebox"><pre><code>&lt;div id=&quot;foot&quot;&gt;&lt;div class=&quot;foot-d2&quot;&gt;&lt;?=APP_NAME;?&gt;, Powered by &lt;a href=&quot;http://chevereto.com/&quot; target=&quot;_blank&quot;&gt;Chevereto&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</code></pre></div><p><strong>replace white :</strong></p><div class="codebox"><pre><code>&lt;div id=&quot;foot&quot;&gt;&lt;div class=&quot;foot-d2&quot;&gt;&lt;?=APP_NAME;?&gt;, Powered by &lt;a href=&quot;http://chevereto.com/&quot; target=&quot;_blank&quot;&gt;Chevereto&lt;/a&gt;&lt;br /&gt;
    &lt;div style=&quot;font-family: Arial; font-weight: bold; color: #6F6F6F;&quot;&gt;
&lt;?php
// Add number of uploaded images. smed79
// $files to liste *.* in &quot;./images&quot; ex: (.jpg, .png, etc...)
$files = glob(&quot;images/*.*&quot;);
// Variable $compteur counting files lister ($files) in &quot;./images&quot;
$compteur = count($files);
echo &quot;There are &lt;font color=#FF0000&gt;$compteur&lt;/font&gt;&quot;;
if ($compteur &gt; 1) { echo &quot; images uploaded so far&quot;; }
else { echo &quot; images uploaded so far&quot;; }
?&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;</code></pre></div><p><img src="http://chevereto.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p></blockquote></div><p><strong>Hey Smed, How about to combine 2 or more Folders to be checked ?<br />Like I have images , images2, images3, etc.<br />How can be done ? someone some help ?</strong></p>]]></description>
			<author><![CDATA[null@example.com (~AEdes~)]]></author>
			<pubDate>Tue, 02 Nov 2010 00:26:02 +0000</pubDate>
			<guid>http://chevereto.com/forums/post3198.html#p3198</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2868.html#p2868</link>
			<description><![CDATA[<p>thank you man, works perfectly!</p>]]></description>
			<author><![CDATA[null@example.com (ltlobos)]]></author>
			<pubDate>Sat, 07 Aug 2010 06:54:58 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2868.html#p2868</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2722.html#p2722</link>
			<description><![CDATA[<p>works nice, thanks <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Mr. Chinn)]]></author>
			<pubDate>Sat, 29 May 2010 15:38:38 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2722.html#p2722</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2698.html#p2698</link>
			<description><![CDATA[<p>i add on my site look <a href="http://www.hostyourpic.com">www.hostyourpic.com</a></p>]]></description>
			<author><![CDATA[null@example.com (Resul)]]></author>
			<pubDate>Thu, 20 May 2010 18:08:11 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2698.html#p2698</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2688.html#p2688</link>
			<description><![CDATA[<p>Its working if i have structure images/yy/mm/dd/*.* ?</p>]]></description>
			<author><![CDATA[null@example.com (wcp)]]></author>
			<pubDate>Wed, 19 May 2010 17:05:01 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2688.html#p2688</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2631.html#p2631</link>
			<description><![CDATA[<p>Nice add!</p>]]></description>
			<author><![CDATA[null@example.com (Rodolfo)]]></author>
			<pubDate>Wed, 05 May 2010 05:29:53 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2631.html#p2631</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2629.html#p2629</link>
			<description><![CDATA[<p>Working very well in my site littlepic.com</p><p>Thanks for it!!!</p>]]></description>
			<author><![CDATA[null@example.com (littlepic.com)]]></author>
			<pubDate>Wed, 05 May 2010 05:10:54 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2629.html#p2629</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2201.html#p2201</link>
			<description><![CDATA[<p>very good<br />thanks <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (kingpin)]]></author>
			<pubDate>Fri, 29 Jan 2010 16:51:28 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2201.html#p2201</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2200.html#p2200</link>
			<description><![CDATA[<p>you are great</p>]]></description>
			<author><![CDATA[null@example.com (biochelo)]]></author>
			<pubDate>Fri, 29 Jan 2010 11:25:44 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2200.html#p2200</guid>
		</item>
		<item>
			<title><![CDATA[Re: Add number of uploaded images]]></title>
			<link>http://chevereto.com/forums/post2099.html#p2099</link>
			<description><![CDATA[<p>great feature thanks alot</p><p>worked great for my site:</p><p><a href="http://www.rapidpic.org">www.rapidpic.org</a></p>]]></description>
			<author><![CDATA[null@example.com (scruby)]]></author>
			<pubDate>Mon, 04 Jan 2010 17:51:57 +0000</pubDate>
			<guid>http://chevereto.com/forums/post2099.html#p2099</guid>
		</item>
	</channel>
</rss>

