How to do a 'changelog' ??

polarit

Joined: 2005-04-01
Posts: 5
Posted: Fri, 2005-04-01 08:08

Hi Forum

Is there any way to have a php script showing :

'date:time : user u has uploaded v photos in folder w'
'date:time : user x has uploaded y photos in folder z'

etc....

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Fri, 2005-04-01 10:29

If you just wanted to log this info to a text file, you could just insert some code for the upload scripts to log the info to a file. Or do you mean something to go and figure this out dynamically?

 
polarit

Joined: 2005-04-01
Posts: 5
Posted: Sun, 2005-04-03 07:29

I would like it to be dynamic

and a little intelligent, i would like to post updates to the gallery on a webpage, and don't want to see 100 lines about userx uploading 100 photos, i would rather se one line saying userx uploaded 100 photos.

And on top of this, i can't PHP, or any other languages

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Sun, 2005-04-03 16:15

There are already scripts that will create a list of the recently updated albums and/or images, perhaps this would do?

 
polarit

Joined: 2005-04-01
Posts: 5
Posted: Sun, 2005-04-03 16:40

Where can I find these scripts ?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2005-04-05 18:22