QUOTE(Braunson @ Jul 5 2009, 05:01 AM)

Look into cron jobs.. I dont think you can use them on the Zymic servers though.. A cron job is basically where you tell the system on x days x hours x minutes to run this .php script or whatever else. And in the .php script you would have it search the database of uploaded files with upload dates, and delete any files where todays date is x days old from the upload date of each file and have it delete it.. If that makes any sense.
thanks for the reply! But do you know of anything just like that but works on zymic? I don't neccessarily NEED it cause I can do this manually but I was hoping if there was a easier way.