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)

oldfan 08-03-2004 06:12 PM

https://vborg.vbsupport.ru/

mines abit big, any artist out there?
Everytime I resize it, it distorts :(

Mr. Brian 08-03-2004 09:54 PM

No sign of stats shown?

oldfan 08-04-2004 05:41 AM

mine?

DWard 08-04-2004 08:40 AM

Quote:

Originally Posted by Mr. Brian
No sign of stats shown?

Wot?

DWard 08-04-2004 08:47 AM

Add-on for Signature Stats v2.03
Amount of games in v3Arcade in signature

Find:
Code:

// ########################### OUTPUT TEXT ###############################
Above add:
Code:

// Games Count for v3Arcade
 
          $result_allgames = $DB_site->query("
                  SELECT * FROM " . TABLE_PREFIX . "games $searchclause ORDER BY gameid DESC
          ");
         
          $gamecount = $DB_site->num_rows($result_allgames);

Then just use $gamecount in the $output string, a bit like mine:
Code:

$output = "MEMBERS: $numbermembers THREADS: $totalthreads POSTS: $totalposts ONLINE: $totalonline GAMES: $gamecount";

Blam Forumz 08-04-2004 08:47 PM

Error :

Code:


Warning: imagecreatefromjpeg(/home/public_html/sig/sig.jpg): failed to open stream: No such file or directory in /home/blamina/public_html/forum/signature.php on line 208

Warning: imagecopy(): supplied argument is not a valid Image resource in /home/blamina/public_html/forum/signature.php on line 225

Warning: imagettftext(): Could not find/open font in /home/blamina/public_html/forum/signature.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/blamina/public_html/forum/signature.php:208) in /home/blamina/public_html/forum/signature.php on line 242
?PNG 

Help please.

Blaminator

Natch 08-04-2004 11:47 PM

OK - where you have
Code:

/home/public_html/sig/sig.jpg
it should be
Code:

/home/blamina/public_html/sig/sig.jpg
- that shouild solve it...

d3nnis 08-05-2004 02:49 PM

/me clicks install

:banana:

Quelyn 08-07-2004 11:58 AM

Ok...
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, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output, $text_color);  // LINE1
imagettftext($img, $fontsize, 0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $text_color,"/home/artfag/public_html/tahoma.ttf", $output); // LINE2
$i++;
}

What have I done wrong. because, I get this error:
Warning: imagettftext(): Could not read font in /home/artfag/public_html/forums/signature.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/artfag/public_html/forums/signature.php:238) in /home/artfag/public_html/forums/signature.php on line 242

Then a crapload of gibberish.

Quelyn 08-07-2004 12:39 PM

If I uncomment line one, and comment line 2, I get the image to show up with no text on it. I can't figure out what yyou mean by line 12 and line 22. Because that makes no sense to me.

http://www.emocrap.com/forums/signature.php

See it shows up but with no text on the image. I really don't want to use the default font, but as per my post above the other way just doesn't want to work.


All times are GMT. The time now is 04:41 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.01488 seconds
  • Memory Usage 1,740KB
  • 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
  • (7)bbcode_code_printable
  • (1)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