vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Watermark Uploaded Pics (https://vborg.vbsupport.ru/showthread.php?t=139447)

Red Spider 02-14-2007 10:19 PM

Watermark Uploaded Pics
 
Is it possible to create a hack that will add two watermarks to any uploaded images

1st watermark being the uploaders username

2nd watermark being a "logo" set by the admin?

Thanks :D

Red Spider 02-16-2007 05:11 PM

Anyone? PLEASE! :D

ConqSoft 02-16-2007 05:39 PM

I still have an open offer of $250 for this hack: https://vborg.vbsupport.ru/showthread.php?t=127628

Red Spider 02-16-2007 05:47 PM

Quote:

Originally Posted by ConqSoft (Post 1184057)
I still have an open offer of $250 for this hack: https://vborg.vbsupport.ru/showthread.php?t=127628

$250 - WOAH!

You must want it more than i do :p

Red Spider 02-17-2007 09:16 PM

BUMP! Someone PLEASE make this!

Red Spider 02-23-2007 05:39 PM

BUMP!

Perhaps a mod of this:

https://vborg.vbsupport.ru/showthread.php?t=112829

Modded to automatically add the uploaders username as well?

Thanks :)

Seems this can be done with GD and PHP, I found the following code ina tutorial sadly i dont know how to integrate it with vB :(

PHP Code:

header('content-type: image/jpeg');  
header('content-type: image/jpg'); 
header('content-type: image/bmp'); 
header('content-type: image/jpe'); 

$watermark imagecreatefrompng('/images/watermark.png');  
$watermark_width imagesx($watermark);  
$watermark_height imagesy($watermark);  
$image imagecreatetruecolor($watermark_width$watermark_height);  
$image imagecreatefromjpeg($_GET['src']);  
$size getimagesize($_GET['src']);  
$dest_x $size[0] - $watermark_width 20;  
$dest_y $size[1] - $watermark_height 20;  
imagecopymerge($image$watermark$dest_x$dest_y00$watermark_width$watermark_height100);  
imagejpeg($image);  
imagedestroy($image);  
imagedestroy($watermark); 


Red Spider 02-24-2007 09:01 PM

Bump - I Need This Asap!

goblues 02-25-2007 01:38 PM

As do I! Will kick in a donation to further the progress.

Red Spider 03-09-2007 10:25 PM

B U M P !!!

ConqSoft 03-12-2007 03:44 PM

I hired a programmer to do this hack for me. Everything is done and working well. I'll be posting it as a free, unsupported, modification soon.


All times are GMT. The time now is 12:35 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.01049 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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