Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: triste
Forum: vBulletin 3.0 Full Releases 02-21-2005, 07:18 PM
Replies: 82
Views: 19,637
Posted By triste
$imx = imagesx($im); $imy = imagesy($im); ...

$imx = imagesx($im);
$imy = imagesy($im);
$w = imagesx($watermark);
$h = imagesy($watermark);
$y = $imy - $h;
$x = $imx - $w;

imagecopy($im, $watermark, $x, $y, 0, 0,...
Forum: Modification Requests/Questions (Unpaid) 02-16-2005, 02:55 PM
Replies: 1
Views: 756
Posted By triste
Style & Templates -> Replacement Variable Manager...

Style & Templates -> Replacement Variable Manager
Style: <- check if what's written is the style you want the change to happen
Search for Text: images/smilies
Replace with Text:...
Forum: vBulletin 3.0 Full Releases 02-08-2005, 04:38 PM
Replies: 82
Views: 19,637
Posted By triste
oh, right, can't use filesize. ob works for me....

oh, right, can't use filesize. ob works for me. to think about it, the final output depends on imagejpeg, so there's no other way to get the size (i think). unless you make a temp file...

anyway,...
Forum: vBulletin 3.0 Full Releases 02-08-2005, 06:53 AM
Replies: 82
Views: 19,637
Posted By triste
filesize the $attachpath, but it wouldn't work if...

filesize the $attachpath, but it wouldn't work if your using the database for saving the attachments.

or this,

ob_start();
imagejpeg($im, "", 95);
header('Content-Length: ' ....
Forum: vBulletin 3.0 Full Releases 02-07-2005, 06:10 AM
Replies: 82
Views: 19,637
Posted By triste
because the content-length header doesn't match...

because the content-length header doesn't match the output. so the picture gets cut off while you increase the quality.
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT. The time now is 03:19 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.02229 seconds
  • Memory Usage 1,903KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (5)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (12)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • forumjump
  • search_complete
  • navbits
  • navbits_complete