vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Social Group and Album Enhancements - Watermark Generator (https://vborg.vbsupport.ru/showthread.php?t=263804)

BadgerDog 06-20-2011 12:09 PM

Unfortunately, due to the continuing problems and complaints from members with the grey bars instead of the watermark appearing on larger pics, we did have to uninstall this mod.

We do thank the author disasterpiece and appreciate his efforts to support the vBulletin community with his many add-on mods. :)

Regards,
Doug

Rahstyles 07-02-2011 11:16 AM

The images are not showing up

S3Ponline 07-19-2011 06:15 AM

Any updates on this? Does it work in 4.1.4 . I’m really hoping I can get a watermark feature :D

archet1337 07-19-2011 07:15 AM

Quote:

Originally Posted by S3Ponline (Post 2222323)
Any updates on this? Does it work in 4.1.4 . I?m really hoping I can get a watermark feature :D

Just installed this on my 4.1.4 board and it is working great :)

Disasterpiece 07-19-2011 05:07 PM

It seems like it depends on your webserver software, version and installed modules. It's hard to pinpoint problems, I can't reproduce.

I'll try to build it more error-tolerant in the next version, which probably won't come out too soon :(

S3Ponline 07-21-2011 04:59 AM

Quote:

Originally Posted by Disasterpiece (Post 2222493)
It seems like it depends on your webserver software, version and installed modules. It's hard to pinpoint problems, I can't reproduce.

I'll try to build it more error-tolerant in the next version, which probably won't come out too soon :(

Oh, why not?

You have any examples?

BadgerDog 07-21-2011 09:59 AM

Quote:

Originally Posted by Disasterpiece (Post 2222493)
It seems like it depends on your webserver software, version and installed modules. It's hard to pinpoint problems, I can't reproduce.

I'll try to build it more error-tolerant in the next version, which probably won't come out too soon :(

Hi partner .. :)

Have you had any further chance to look at the grey bar problem?

Appreciate your efforts and work ....

Regards,
Doug

dacho 08-10-2011 07:38 AM

Dons't work for me with vb415

HoSStiA 08-11-2011 02:29 PM

Quote:

Originally Posted by dacho (Post 2231722)
Dons't work for me with vb415

The same problem with CMS

demo7up 08-24-2011 01:53 PM

Is there any way even manually to exclude a forum id?

Lethe 09-04-2011 10:07 AM

thank you

tested ,vb 4.1.5

only white page


https://vborg.vbsupport.ru/external/2011/09/79.jpg

KpDaCancunLegen 09-06-2011 06:54 PM

Hi, I was wondering if I install this add on, will photos still be watermarked if people right click on the pictures and and save it?

Respectfully,
KP

mindhunter77 10-05-2011 06:59 PM

wish this could be released for 3.x as well!

oddmud 10-06-2011 05:45 PM

Running 4.1.6.

I'm getting "Cache Path Doesn't Exist!". I'm not sure what you're looking for here. I've tried /cache/ I've tried /websiteurl/cache/. I've tried everything I can think of, but nothing seems to work. My cache path is set to 777.

Images path says the same thing, yet it's showing my image in the Watermark Preview thingy.

This has stopped all images from working now.

What's up with my settings, or your mod?

I'm not getting a preview at the bottom either.

oddmud 10-06-2011 05:56 PM

Quote:

Warning: getimagesize(/images/watermark.png) [function.getimagesize]: failed to open stream: No such file or directory in [path]/includes/pl_watermark_imagemanipulation.php on line 88
Warning: file_get_contents(/images/watermark.png) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/includes/pl_watermark_imagemanipulation.php on line 91
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/pl_watermark_imagemanipulation.php:333) in [path]/admincp/pl_watermark_admin.php on line 368
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/pl_watermark_imagemanipulation.php:333) in [path]/admincp/pl_watermark_admin.php on line 369
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/pl_watermark_imagemanipulation.php:333) in [path]/admincp/pl_watermark_admin.php on line 370
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/pl_watermark_imagemanipulation.php:333) in [path]/admincp/pl_watermark_admin.php on line 371
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/pl_watermark_imagemanipulation.php:333) in [path]/admincp/pl_watermark_admin.php on line 372
This is when I look at the preview image URL.

Disasterpiece 10-07-2011 11:13 AM

Quote:

Originally Posted by oddmud (Post 2254019)
Running 4.1.6.

I'm getting "Cache Path Doesn't Exist!". I'm not sure what you're looking for here. I've tried /cache/ I've tried /websiteurl/cache/. I've tried everything I can think of, but nothing seems to work. My cache path is set to 777.

Images path says the same thing, yet it's showing my image in the Watermark Preview thingy.

This has stopped all images from working now.

What's up with my settings, or your mod?

I'm not getting a preview at the bottom either.

But you do know how paths work in unix systems?

/cache/ means the absolute path. It would look for a directory named "cache" in the root dir /
I think you meant relative paths from the current web directory the script is located in. then you need to remove the first slash: "cache/"

or to be sure, use the full absolute path. Let's say your web directory is located in "/var/www/vhosts/somedomain/htdocs/"
then you want to use the following path:
"/var/www/vhosts/somedomain/htdocs/cache/"

Quote:

Originally Posted by oddmud (Post 2254027)
This is when I look at the preview image URL.

This indicates, that you didin't upload the sample image file which should go to your forum's image directory with the filename "watermark.png"

Check the archive you downloaded here and upload all files, including those in the image dir branch.

Indy CTS-V 10-17-2011 02:48 AM

Meh...appears more full of fail than anything. It either works or it doesnt....and it doesnt. Images dont show...no water marks....cache exists....but your program continues to say it doesnt. Being I have wasted about two hours on this at this point....I'm out.

BadgerDog 10-17-2011 10:39 AM

Quote:

Originally Posted by BadgerDog (Post 2223146)
Hi partner .. :)

Have you had any further chance to look at the grey bar problem?

Appreciate your efforts and work ....

Regards,
Doug

Any updates on this problem?

Currently have mod turned OFF, so I was wondering if there's been any progress to determining why this seems to be a hit and miss problem...

Thanks .. :)

Regards,
Doug

Disasterpiece 10-17-2011 10:42 AM

I couldn't reproduce this problem on 3 different web server configurations yet.

And tbh this mod isn't the focus of my attention right now, so it'll take some more time or perhaps another skilled fella who'd like to take a look at this.

laktrui 10-31-2011 04:00 PM

Thanks for this add in ...
But i have a request, this add in do not effect to thumbnail image, please upgrade to this add in.

laktrui 10-31-2011 04:13 PM

Quote:

Originally Posted by laktrui (Post 2263190)
Thanks for this add in ...
But i have a request, this add in do not effect to thumbnail image, please upgrade to this add in.

Solved this request: remove
Code:

!$vbulletin->GPC['thumb']
New request: have option at Plugin Setting about effect to thumb.
Thanks very much :)

WDS 11-10-2011 05:28 PM

Quote:

Originally Posted by oddmud (Post 2254019)
Running 4.1.6.

I'm getting "Cache Path Doesn't Exist!". I'm not sure what you're looking for here. I've tried /cache/ I've tried /websiteurl/cache/. I've tried everything I can think of, but nothing seems to work. My cache path is set to 777.

Images path says the same thing, yet it's showing my image in the Watermark Preview thingy.

This has stopped all images from working now.

What's up with my settings, or your mod?

I'm not getting a preview at the bottom either.

I have this same problem, I read the answer No. 96 hayo but not the solution.
other than that to write images remain in miniature and I can not see them in large or Siqueira copying the link of the image in the IMG tag .. I'm so lost, not to do.

I hope you can help me, thanks.

Disasterpiece 11-10-2011 08:25 PM

Quote:

Originally Posted by WDS (Post 2266628)
I have this same problem, I read the answer No. 96 hayo but not the solution.
other than that to write images remain in miniature and I can not see them in large or Siqueira copying the link of the image in the IMG tag .. I'm so lost, not to do.

I hope you can help me, thanks.

It is important that your cache directory works.

If you're running on a linux machine, then the most common value would be "/tmp" (without quites)
Try that and report back if this counts as a valid cache directory.
If you have success, the images should appear as well.

WDS 11-11-2011 01:49 PM

Quote:

Originally Posted by Disasterpiece (Post 2266693)
It is important that your cache directory works.

If you're running on a linux machine, then the most common value would be "/tmp" (without quites)
Try that and report back if this counts as a valid cache directory.
If you have success, the images should appear as well.


Oh it works perfectly Thank you very much mate, I was really going crazy looking for the solution and place the link was just good in the cache

That I make when loading an image, it comes in real size. No thumbnails?

Thanks...:D

oddmud 11-12-2011 09:20 PM

Finally got it to work, thanks for the better explanation.

Now my forum is running really slow, is it back dating all the old photos and adding the watermark? Or does it do it on each call up of the image?

Disasterpiece 11-12-2011 09:56 PM

It does only add watermark when the image is not in the cache, a so called "lazy" method.
Check the overall cache size, I don't think that the watermark tool is causing the problem tho

WDS 11-13-2011 03:20 PM

Disasterpiece

I've been looking but not how:

I want to upload an image that aparesca with and without miniature size.
Ie I raise the image and automatically display actual size.
and disable the thumbnail at the end of the post, is very ugly.

Thanks.

inigo 12-01-2011 01:03 PM

Is this compatible with the vb option:

"Save Attachments as Files" YES?

Or attachments have to be stored in the DB for this mod to work?

I ask, because I have been looking for server optimization (Vb optimise 2.0.1 mod), and this is one of the things recommended to do, to save attachments as files instead the default DB storage of Vb.

Please any help would be apreciated,

Thanks!

Disasterpiece 12-01-2011 02:10 PM

the mod works with both files being stored on the filesystem and the database.

Keep in mind tho, that the cached watermark files are stored in the filesystem, regardless of the vbulletin options.

This means: Your original files without the watermarks are stored as you define it in the vB settings db/disk but the watermark mod stores the cached files only in the filesystem.

inigo 12-01-2011 02:44 PM

Thanks for your fast response.

So, in this case, using your mod, is the same the vb storage option:

DB or filesystem

because the images would be cached with watermark in files and served directly, isn't it?

Or in spite of this watermarked files cached, would be better to storage the original images in files instead the DB?

Thanks very much!!!!!

Disasterpiece 12-01-2011 03:42 PM

Actually it doesn't really matter if you store the files in db or filesystem. For the mod it's much faster to use the filesystem, so it can perform a fast check if the file is already cached than having to query the database for each case.

I recommend to store the attachment in the filesystem, otherwise you would carry the whole attachments in each of your database backup where the cached watermark files are on the filesystem nontheless.

inigo 12-01-2011 04:48 PM

Thanks, I will transfer them from Db to filesystem.

Great mod!!!

I recommend it, and great support!!!!!!!

buddyheiko 12-14-2011 09:30 PM

It doesn´t work on my 4.1.8. The preview is ok, but not when I applied it. Then you can´t see the pictures , just an X instead.

buddyheiko 12-14-2011 09:50 PM

Now it works. I forgot the TMP and 777.

Disasterpiece 12-15-2011 01:20 PM

Quote:

Originally Posted by buddyheiko (Post 2277829)
Now it works. I forgot the TMP and 777.

Yep, that's necessary to make the watermark processing work :)

fromtheflames 12-29-2011 03:22 PM

Hi and thank you for this mod!

Is it normal that the watermark is applied only to the full image and not to the thumbnail?
Also I had to disable the lightbox popup, 'cause it makes this problem: https://vborg.vbsupport.ru/showpost....6&postcount=35

fromtheflames 12-29-2011 03:35 PM

This helps sorting out how to process the thumbnail, but a coded by the author solution is appreciate! :D

Disasterpiece 12-29-2011 06:01 PM

Yeah, well it didn't make much sense to me to include thumbnails as well, because.. they're just low quality previews. Who wants to steal them? :P
Also it takes up additional cache size for no reason in my opinion, but I'll include an option there as well.

fromtheflames 12-29-2011 06:22 PM

my thumbs are 500px wide (other admin wants so), so I think others could steal it.

thank you!

Reed_HCT 01-04-2012 07:43 AM

Thank you for this mod.
It works great. :up:


All times are GMT. The time now is 05:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02137 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete