vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Signature Stats v3.04 (https://vborg.vbsupport.ru/showthread.php?t=65361)

sicloan 07-23-2004 12:16 AM

dont know about the design, but awsome hack!!

*installs*

and as for the cron job thing:

i do it every 15 minutes using the http:// url to the file. if i used the server path it wont work.

Liquid1ce 07-26-2004 02:08 PM

Quote:

Originally Posted by DWard
OK, that is because the imagettftext() function is either disabled or not supported on your server. You need to consult them about it, otherwise just use the standard text option.


Dur whats the standard txt option ? lol :ninja:

Elfo King 07-31-2004 01:46 PM

Hi all,

i have prob on the sign php page, the page appear blank...
is this

i have uploaded the sign file and modified the signature.php file with the db parameters.

i suppose my server dont support GD,this is phpinfo.

U have a solution for me?

thx !

Elfo King 07-31-2004 01:56 PM

PHP Code:

//full path to empty signature image (input image)
$vorlagedatei "http://www.uebb.it/forum/sign/sig.jpg";

//full path to signare image with forum data (output image)
$ausgabedatei "http://www.uebb.it/forum/sign/signature.jpg"

Is right this?

DWard 07-31-2004 05:34 PM

Quote:

Originally Posted by Elfo King
PHP Code:

//full path to empty signature image (input image)
 
$vorlagedatei "http://www.uebb.it/forum/sign/sig.jpg";
 
 
//full path to signare image with forum data (output image)
 
$ausgabedatei "http://www.uebb.it/forum/sign/signature.jpg"

Is right this?

No, it must be the full server path, not the URL.

oldfan 08-03-2004 02:52 PM

I'm getting this error, could someone please help?
thanks

Warning: Wrong parameter count for imagettftext() in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/qtss/bbs.metallifukinca.com/html/signature.php:238) in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 242

Natch 08-03-2004 02:55 PM

Check out this post and a few previous posts ...

oldfan 08-03-2004 02:56 PM

here is my code..

// ######################### CHANGE FONT BELOW ############################
// Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font.
// Replace "verdana.ttf" with the URL to your .ttf font
//
//imagestring($img, $fontsize,0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); // LINE1
imagettftext($img, $fontsize, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color, "http://bbs.metallifukinca.com/verdana.php", $output); // LINE2
$i++;
}

header("Content-Type: image/png");
imagepng($img);
imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression
imagedestroy($img); // get the image out of memory
?>

Natch 08-03-2004 02:59 PM

OK - you will need to have a local path, not a http:// path to your TTF font file

oldfan 08-03-2004 03:04 PM

I'm getting this now :(
Parse error: parse error in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 238


my code

// ######################### CHANGE FONT BELOW ############################
// Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font.
// Replace "verdana.ttf" with the URL to your .ttf font
//
imagestring($img, $fontsize,0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color); LINE1
imagettftext($img, $fontsize, 0,$left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color,

"/home/qtss/bbs.metallifukinca.com/html/verdana.php", $output); LINE2
$i++;
}

header("Content-Type: image/png");
imagepng($img);
imagejpeg($img, "$ausgabedatei",$komprimierung); //Write jpg to folder and set compression
imagedestroy($img); // get the image out of memory
?>


All times are GMT. The time now is 04:55 PM.

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.01278 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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