<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Chevereto Forums - Add number of uploaded images]]></title>
	<link rel="self" href="http://chevereto.com/forums/feed-atom-topic358.xml"/>
	<updated>2011-11-11T22:09:53Z</updated>
	<generator>PunBB</generator>
	<id>http://chevereto.com/forums/topic358-add-number-of-uploaded-images.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post7610.html#p7610"/>
			<content type="html"><![CDATA[<p>Thanks!!!!!!! +1!!!</p>]]></content>
			<author>
				<name><![CDATA[Sebacrazy]]></name>
				<uri>http://chevereto.com/forums/user5980.html</uri>
			</author>
			<updated>2011-11-11T22:09:53Z</updated>
			<id>http://chevereto.com/forums/post7610.html#p7610</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post4355.html#p4355"/>
			<content type="html"><![CDATA[<p>Is it possible to add here how much DATA is used in MB?\GB?</p>]]></content>
			<author>
				<name><![CDATA[s-f-r-j]]></name>
				<uri>http://chevereto.com/forums/user1950.html</uri>
			</author>
			<updated>2011-05-25T17:02:01Z</updated>
			<id>http://chevereto.com/forums/post4355.html#p4355</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post3315.html#p3315"/>
			<content type="html"><![CDATA[<p>Can someone help with the above question ?</p>]]></content>
			<author>
				<name><![CDATA[~AEdes~]]></name>
				<uri>http://chevereto.com/forums/user1090.html</uri>
			</author>
			<updated>2010-11-25T18:31:54Z</updated>
			<id>http://chevereto.com/forums/post3315.html#p3315</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post3277.html#p3277"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[~AEdes~]]></name>
				<uri>http://chevereto.com/forums/user1090.html</uri>
			</author>
			<updated>2010-11-17T03:41:54Z</updated>
			<id>http://chevereto.com/forums/post3277.html#p3277</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post3222.html#p3222"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[dedydamy]]></name>
				<uri>http://chevereto.com/forums/user1127.html</uri>
			</author>
			<updated>2010-11-07T21:37:08Z</updated>
			<id>http://chevereto.com/forums/post3222.html#p3222</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post3198.html#p3198"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[~AEdes~]]></name>
				<uri>http://chevereto.com/forums/user1090.html</uri>
			</author>
			<updated>2010-11-02T00:26:02Z</updated>
			<id>http://chevereto.com/forums/post3198.html#p3198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2868.html#p2868"/>
			<content type="html"><![CDATA[<p>thank you man, works perfectly!</p>]]></content>
			<author>
				<name><![CDATA[ltlobos]]></name>
				<uri>http://chevereto.com/forums/user955.html</uri>
			</author>
			<updated>2010-08-07T06:54:58Z</updated>
			<id>http://chevereto.com/forums/post2868.html#p2868</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2722.html#p2722"/>
			<content type="html"><![CDATA[<p>works nice, thanks <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[Mr. Chinn]]></name>
				<uri>http://chevereto.com/forums/user873.html</uri>
			</author>
			<updated>2010-05-29T15:38:38Z</updated>
			<id>http://chevereto.com/forums/post2722.html#p2722</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2698.html#p2698"/>
			<content type="html"><![CDATA[<p>i add on my site look <a href="http://www.hostyourpic.com">www.hostyourpic.com</a></p>]]></content>
			<author>
				<name><![CDATA[Resul]]></name>
				<uri>http://chevereto.com/forums/user864.html</uri>
			</author>
			<updated>2010-05-20T18:08:11Z</updated>
			<id>http://chevereto.com/forums/post2698.html#p2698</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2688.html#p2688"/>
			<content type="html"><![CDATA[<p>Its working if i have structure images/yy/mm/dd/*.* ?</p>]]></content>
			<author>
				<name><![CDATA[wcp]]></name>
				<uri>http://chevereto.com/forums/user865.html</uri>
			</author>
			<updated>2010-05-19T17:05:01Z</updated>
			<id>http://chevereto.com/forums/post2688.html#p2688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2631.html#p2631"/>
			<content type="html"><![CDATA[<p>Nice add!</p>]]></content>
			<author>
				<name><![CDATA[Rodolfo]]></name>
				<uri>http://chevereto.com/forums/user2.html</uri>
			</author>
			<updated>2010-05-05T05:29:53Z</updated>
			<id>http://chevereto.com/forums/post2631.html#p2631</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2629.html#p2629"/>
			<content type="html"><![CDATA[<p>Working very well in my site littlepic.com</p><p>Thanks for it!!!</p>]]></content>
			<author>
				<name><![CDATA[littlepic.com]]></name>
				<uri>http://chevereto.com/forums/user836.html</uri>
			</author>
			<updated>2010-05-05T05:10:54Z</updated>
			<id>http://chevereto.com/forums/post2629.html#p2629</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2201.html#p2201"/>
			<content type="html"><![CDATA[<p>very good<br />thanks <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[kingpin]]></name>
				<uri>http://chevereto.com/forums/user705.html</uri>
			</author>
			<updated>2010-01-29T16:51:28Z</updated>
			<id>http://chevereto.com/forums/post2201.html#p2201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2200.html#p2200"/>
			<content type="html"><![CDATA[<p>you are great</p>]]></content>
			<author>
				<name><![CDATA[biochelo]]></name>
				<uri>http://chevereto.com/forums/user714.html</uri>
			</author>
			<updated>2010-01-29T11:25:44Z</updated>
			<id>http://chevereto.com/forums/post2200.html#p2200</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Add number of uploaded images]]></title>
			<link rel="alternate" href="http://chevereto.com/forums/post2099.html#p2099"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[scruby]]></name>
				<uri>http://chevereto.com/forums/user314.html</uri>
			</author>
			<updated>2010-01-04T17:51:57Z</updated>
			<id>http://chevereto.com/forums/post2099.html#p2099</id>
		</entry>
</feed>

