question about database setup ... question about database setup ...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

question about database setup ...

Started by jaeSun, March 04, 2005, 07:37:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jaeSun

in the pictures table, whats the difference between filesize and total_filesize  ????

Joachim Müller

filesize is the size of the fullsize pic you uploaded, total_filesize is the sum of fullsize, intermediate and thumbnail (which is used to calculate quota restrictions).

HTH

Joachim