watermark execute in phpmyadmin help. watermark execute in phpmyadmin help.
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

watermark execute in phpmyadmin help.

Started by rob2k4life, November 11, 2004, 02:51:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rob2k4life

I installed the watermark tool, but I can't understand this last step I don't know anything about phpmyadmin I'm not sure where to put this code can someone please explain to me? Thank.


Then You need to execute theese SQL commands with phpMyAdmin or Webmin, etc.


Code:
insert into cpg11d_config (name, value) values ('enable_watermark', '1');
insert into cpg11d_config (name, value) values ('where_put_watermark', 'bottomright');
insert into cpg11d_config (name, value) values ('watermark_file', '/your/full/path/to/logo.png');
insert into cpg11d_config (name, value) values ('which_files_to_watermark', 'both');

Joachim Müller

There are several watermark hacks out, why don't you just reply to the one you're having issues with instead of starting a new thread?

Joachim