Comment to 'How do I reduce used disk space?'
  • Not sure if deleting some users will help much unless they have loaded lots of media to your server. I would sort the files in both folders (media & photos) unless they are in same folder - sort them by date and delete files over 1 yr or 2yr. Also, if you have access to the database, you can write some queries via phpMyAdmin to delete old data that is no longer needed. You can also setup a weekly Cron job to cleanup old stuff for you. But before you do anything, I would fully backup the site.. Cheers.