Topic: Add number of uploaded images

Hello smile,

Add number of uploaded images to footer...

http://i37.tinypic.com/2zrezox.jpg

open "index.php" and find :

<div id="foot"><div class="foot-d2"><?=APP_NAME;?>, Powered by <a href="http://chevereto.com/" target="_blank">Chevereto</a></div></div>

replace white :

<div id="foot"><div class="foot-d2"><?=APP_NAME;?>, Powered by <a href="http://chevereto.com/" target="_blank">Chevereto</a><br />
    <div style="font-family: Arial; font-weight: bold; color: #6F6F6F;">
<?php
// Add number of uploaded images. smed79
// $files to liste *.* in "./images" ex: (.jpg, .png, etc...)
$files = glob("images/*.*");
// Variable $compteur counting files lister ($files) in "./images"
$compteur = count($files);
echo "There are <font color=#FF0000>$compteur</font>";
if ($compteur > 1) { echo " images uploaded so far"; }
else { echo " images uploaded so far"; }
?>
    </div>
</div></div>

big_smile

Thumbs up +2 Thumbs down

Re: Add number of uploaded images

thank's very match!

Thumbs up Thumbs down

Re: Add number of uploaded images

Found this very helpful. Thanks for the code!

Thumbs up Thumbs down

Re: Add number of uploaded images

Another awesome contribution smed smile

Thanks!

Thumbs up Thumbs down

Re: Add number of uploaded images

great feature thanks alot

worked great for my site:

www.rapidpic.org

Last edited by scruby (01/04/2010 15:00:07)

Thumbs up Thumbs down

Re: Add number of uploaded images

you are great

Thumbs up Thumbs down

Re: Add number of uploaded images

very good
thanks smile

to be or not to be

KingpinUpload - Image Hosting
www.kingpinupload.net.tc

Re: Add number of uploaded images

Working very well in my site littlepic.com

Thanks for it!!!

Thumbs up Thumbs down

Re: Add number of uploaded images

Nice add!

10

Re: Add number of uploaded images

Its working if i have structure images/yy/mm/dd/*.* ?

http://bonappetit.com.ua
http://mirpodarkov.in.ua

Re: Add number of uploaded images

i add on my site look www.hostyourpic.com

Thumbs up Thumbs down

Re: Add number of uploaded images

works nice, thanks smile

Thumbs up Thumbs down

Re: Add number of uploaded images

thank you man, works perfectly!

Thumbs up Thumbs down