watermark.inc.php 1.0 KB

123456789101112131415
  1. <?php
  2. $photo_markup = $mymps_global['cfg_upimg_watermark'] ? $mymps_global['cfg_upimg_watermark'] : '1';
  3. $photo_markdown = '1';
  4. $photo_wwidth = $mymps_global['cfg_upimg_watermark_width'] ? $mymps_global['cfg_upimg_watermark_width'] : '22';
  5. $photo_wheight = $mymps_global['cfg_upimg_watermark_height'] ? $mymps_global['cfg_upimg_watermark_height'] : '22';
  6. $photo_waterpos = $mymps_global['cfg_upimg_watermark_position'] ? $mymps_global['cfg_upimg_watermark_position'] : '9';
  7. $photo_watertext = $mymps_global['cfg_upimg_watermark_text'] ? $mymps_global['cfg_upimg_watermark_text'] : 'http://www.mymps.com.cn';
  8. $photo_fontsize = $mymps_global['cfg_upimg_watermark_size'] ? $mymps_global['cfg_upimg_watermark_size'] : '12';
  9. $photo_fontcolor = $mymps_global['cfg_upimg_watermark_color'] ? $mymps_global['cfg_upimg_watermark_color'] : '#0000FF';
  10. $photo_diaphaneity = $mymps_global['cfg_upimg_watermark_diaphaneity'] ? $mymps_global['cfg_upimg_watermark_diaphaneity'] : '60';
  11. $photo_markimg = $mymps_global['cfg_upimg_watermark_img'];
  12. ?>