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)

ywwz 12-29-2012 01:18 PM

Great Mod. Working well on the latest version of Vbb4.2.0

patrick91 12-29-2012 01:21 PM

Quote:

Originally Posted by ywwz (Post 2393370)
Great Mod. Working well on the latest version of Vbb4.2.0

Yes and how!? Don't understand it at all i have run those test files from 1 to 100 and now the images are showing most of them even in the cms!:D But a lot of old ones don't! (looks like they don't even exist!) So will remove them by time.

So for now i'm very happy because now on all new images it will show and it works! Using vB4.2.0 PL3

THANKS

Is there a possibily to let this mod work with this: Import external images ?

Disasterpiece 12-29-2012 02:26 PM

Did your server configuratio change? There are two major image tools available for linux, which are GD(2) and Imagemagick. One of them both works, the other doesn't with the mod. You can find it in the vbulletin settings somewhere in the category General or Graphics or Server Settings. Which one do you use?

patrick91 12-29-2012 02:54 PM

Quote:

Originally Posted by Disasterpiece (Post 2393385)
Did your server configuratio change? There are two major image tools available for linux, which are GD(2) and Imagemagick. One of them both works, the other doesn't with the mod. You can find it in the vbulletin settings somewhere in the category General or Graphics or Server Settings. Which one do you use?

Me? GD.

Matriosh 01-22-2013 02:58 PM

Quote:

Originally Posted by k6rikko (Post 2391704)
Hi @all :) its a nice mod and it was working well some moths but now i have a stupid problem.

All attachments (forums, albums and however) shows the pictures only at max 50% , someones lil less someones lil more.

That means i looks like pictures want load complette anymore. But if i disbale this plugin the pictures are all working and displayed 100% . havent change something or installed new plugins, it stoped working from 1 day to another <.<

Anyone can help me or have experiences with this problem ? have many thanks :)


My board is VB 4.2.0 PL3

Serverstuff:

Server Type Linux
Web Server Apache v2.2.16 (cgi-fcgi)
PHP 5.3.3-7+squeeze14
PHP Max Post Size 8.00 MB
PHP Maximum Upload Size 2.00 MB
PHP Memory Limit None
MySQL Version 5.1.66-0+squeeze1
MySQL Packet Size 16.00 MB

Hello. I've got the same problem here. It persists because server is sending "Content-length" header with the real attachment size (not the watermarked one). I've tried to modify the product's plugin to fix this, but nothing happens, becase this header is sended before the hook called.
So, I just commented the "Content-length" header string in attachment.php:

Code:

header('Content-Length: ' . (($lastbyte + 1) - $startbyte));
And now it's works, but I think author should fix this problem in his product. Thx. = )

Alibass 01-22-2013 03:25 PM

Quote:

Originally Posted by Matriosh (Post 2398691)
Hello. I've got the same problem here. It persists because server is sending "Content-length" header with the real attachment size (not the watermarked one). I've tried to modify the product's plugin to fix this, but nothing happens, becase this header is sended before the hook called.
So, I just commented the "Content-length" header string in attachment.php:

Code:

header('Content-Length: ' . (($lastbyte + 1) - $startbyte));
And now it's works, but I think author should fix this problem in his product. Thx. = )

This mod is not supported and last update was about 19 months ago. I wouldn't look for an update, but your post is valuable to others with the same problem.

TerryMason 01-22-2013 06:23 PM

Quote:

Originally Posted by patrick91 (Post 2393372)
Yes and how!? Don't understand it at all i have run those test files from 1 to 100 and now the images are showing most of them even in the cms!:D But a lot of old ones don't! (looks like they don't even exist!) So will remove them by time.

So for now i'm very happy because now on all new images it will show and it works! Using vB4.2.0 PL3

I have the same issue on my 4.1.11 forum. The mod has been working great for months, and the watermark shows on all newly uploaded photos, but doesn't show on photos uploaded before the mod was installed.

It doesn't matter the type of image (png / jpg, etc). I can take an image that isn't showing a watermark, save it locally then reattach it and the watermark will show.

I love this mod and will continue to use it - I just wish I could get all my photos watermarked.

dizzynation 01-22-2013 07:38 PM

This would be a great mod for my forum. What are the chances of it working on 4.2?

Also is there an option to set certain opacity % for the watermark?

TerryMason - Have you tried running the General Update tool?

fxdigi-cash 01-22-2013 10:52 PM

I haven't tried this mod myself yet, but willing to give it a shot....

on the other hand, I tried this mod on my vb.4.2 pl3 : https://vborg.vbsupport.ru/showthread.php?p=2398684

I know it is for vb3.x but surprisingly works on vb4.2 pl3

cheers:)

dog-tag 02-11-2013 03:04 PM

Quote:

Originally Posted by Matriosh (Post 2398691)
Hello. I've got the same problem here. It persists because server is sending "Content-length" header with the real attachment size (not the watermarked one). I've tried to modify the product's plugin to fix this, but nothing happens, becase this header is sended before the hook called.
So, I just commented the "Content-length" header string in attachment.php:

Code:

header('Content-Length: ' . (($lastbyte + 1) - $startbyte));
And now it's works, but I think author should fix this problem in his product. Thx. = )

I tried this but it just broke all my attachments.

Can somebody share the correct way to comment out this line?

Edit - Alibass showed me this (MUCH APPRECIATED!!)

Code:

/ header('Content-Length: ' . (($lastbyte + 1) - $startbyte));

if that doesn't work then try this

<!-- header('Content-Length: ' . (($lastbyte + 1) - $startbyte)); -->

I also tested this watermarker also -
https://vborg.vbsupport.ru/showthread.php?p=2398684

And it works great, just an XML file with one minor edit, I'm using VB 4 PL3 if anyone finds this one doesn't work.


All times are GMT. The time now is 10:25 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.01274 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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