Edit, nvm got it, it is dl_files, ignore this post.
What is the table name that the files are stored in?
I ask because I am trying to change the below code (another files system)
Code:
$count_files = mysql_query("SELECT id FROM ccms_file");
$files_c = mysql_num_rows($count_files);
$files = number_format($files_c);
Which I dont use, as I use this files system.
Which shows my stats here
Basically i'm trying to modify the code above so it will display the number of files for this instead. any help is much appreciated.
Thanks.
Edit, nvm got it, it is dl_files