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)

alfata 05-24-2004 08:07 PM

same prob here, if i use Line1 the picture apper without forum info, and if i use Line2 picture not apper....

any clue?!

ranger2kxlt 05-24-2004 08:07 PM

I cant tell if imagestring is allowed.

DWard 05-24-2004 08:10 PM

OK, because that is required if you cant use imagettftext. I will be back here 2moro. If you urgently need help, e-mail me (dan@collegepranks.co.uk).

alfata 05-24-2004 08:10 PM

about line1 it apper when i changed //text-margin from top &&& $top = from 70 to 10 it apper :D

but i want to use line2 for the truetype font!!

thanks

DWard 05-24-2004 08:14 PM

Yer sorry, the margins are set up as they are on my signature!!

You need to be able to use imagettftext function, which has the ability to use a font on your server, however I havnt heard of it too muc, saw it on php.net.

Try uploading the verdana font I attached on the last page in the same dir as the signature.php file and see if it works, if not you will need to consult your host.

ranger2kxlt 05-24-2004 08:14 PM

I will check here again tommorow as well...its not a big deal, nothing to really worry about, just looked like a kewl thing to have :-D Good work :-D

DWard 05-24-2004 08:15 PM

OK, well keep looking and try out the new versions to see how it goes, cheers for your custom tho!

alfata 05-24-2004 08:19 PM

DWard,

i have the same here PHP Version 4.3.4 but nothing apper if i use line2 ??!

alfata 05-25-2004 12:33 AM

yep thats it folks, everyone had the same prob he must check on his site if GD loaded or not by this code:
PHP Code:

<?php 
$loaded 
= ( bool ) false;
$lib 'GD';
$data get_loaded_extensions();
foreach ( 
$data as $val )
{
if ( 
stristr$val$lib ) ) {
$loaded true;
}
echo 
$val '<br /><br />';
}
if ( 
$loaded ) {
echo 
'<strong>' $lib ' is loaded';
} else {
echo 
'<strong>' $lib ' is not loaded loaded';
}
?>

other ways if GD loaded so the imagettftext is not allowed at your webhost, so talk to him :devious:


l8er :ninja:

DWard 05-25-2004 04:48 AM

I could understand that web hosts may disallow the imagettftext function as it may take up quite a bit of server resources if used alot.

I will look a bit later into what could be done. I'm sure there's a way round it.


All times are GMT. The time now is 11:58 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.01385 seconds
  • Memory Usage 1,737KB
  • 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)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