Yea UkJim coded it, but i paid for the modification and was under the impression that since i paid for the code essentially i could release it, and whats wrong with asking for a donation to recoup some of the cost?
Quote:
Originally Posted by Neo198x
not work  (
it's my watermark image: http://www.loveyahu.org/forum/watermark.png
My code
PHP Code:
// the path to the PNG file that you want to overlay with
// must be on the local machine, not an http:// URL
$WATERMARK_PNG_FILE = '/home2/loveyahu/public_html/forum/watermark.png';
// how you want to position the watermark enter either center or bottom_left
$WATERMARK_POSITION = 'bottom_left';
// user you want to see watermarking on - this is just for testing
// set to 0 to work for all users
$VB_USER_ID = 807;
// end variables - you shouldn't need to edit below here
|
Make sure thats your user id