User upload ratio User upload ratio
 

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

User upload ratio

Started by HoundSP, June 30, 2006, 01:04:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

HoundSP

Referred to this topic : http://forum.coppermine-gallery.net/index.php?topic=12110.0

Is there any way to make this mod works with CPG 1.4.x ? I've tried it but seems didn't worked. No errors occured, however, users which has no uploaded pics can still access the full size images.

I already tried to change cpg132_pictures to cpg146_pictures

I'm using CPG 1.4.6 bridge with IPB 2.0.x

Thanks.

Stramm

you'd need to use the prefix that you set when installing coppermine or you use the named constant $CONFIG

=> replace cpg132_pictures with {$CONFIG['TABLE_PICTURES']}
at least coppemine should be able to access the table. The rest .... ???? haven't checked