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)

DWard 06-29-2004 03:40 PM

Quote:

Originally Posted by Big Kahuna
I'm having the same problem. What's up with that.

On the GD version -- the first thing I looked into was the version of GD on my server. It was the most recent (as I posted many posts ignored ago). It took me almost five days of being ignored here before I posted the problem at another forum, and to have someone else look at it and give me the proper replacement code for it to work.

I like the hack and don't want to sound ungrateful -- but I made many posts in this thread giving the exact details of the problem and what I did, and they were all ignored. I make one post at F5Hosting -- baddabing-baddaboom, the answer.

I'm hoping we can get the answer to the missing thread and post counts when the signature.php is run as an automatic CRON -- but reappear when you manually run the CRON. However, I'll ask over there if no one here answers.

I'm not sure to be honest why vB crons dont work. I have plesk control panel for my domain and its ace when running crons. Have no trouble what so ever.

Big Kahuna 06-29-2004 04:05 PM

Good idea -- I'll try to run the CRONs from my site's CP

kodeking 07-01-2004 03:30 AM

I got mine working after much tweaking!

http://www.gamedose.com/signature.jpg

EvilCrow 07-01-2004 03:11 PM

Quote:

Originally Posted by Big Kahuna
The reason the bad graphic in the above post now looks good is that I found the answer on the F5hosting forum.

For those others of you who have been waiting days for the detailed answer on how to make the washed out graphics work -- the answe is (drum roll)

The image you are using has more than 256 colours so the method in the hack will never work. The function they should have used to create the initial image is imagecreatetruecolor and not imagecreate, so if you replace the line

Code:

$img = imagecreate($width,$height);
with

Code:

$img = imagecreatetruecolor($width,$height);
it should work.


Thanks a million... That fixed it.. now on to the text placement...

marcel-ea 07-01-2004 03:50 PM

for me fix also my problem THX very much!
i think is a good idea to fix the download

DWard 07-01-2004 05:42 PM

Quote:

Originally Posted by marcel-ea
for me fix also my problem THX very much!
i think is a good idea to fix the download

I will be for version 3 dont wory :)

Big Kahuna 07-01-2004 09:58 PM

Update -- I run the below CRON in my Cpanel and it works flawlessly. Don't know why it won't with vbulletin's CRON

Code:

/usr/bin/php /home/moparsty/public_html/forums/signature.php >/dev/null 2>&1
https://vborg.vbsupport.ru/

NyCwill 07-02-2004 02:05 AM

im getting this error

Fatal error: Call to undefined function: imagettftext() in /home/a1forums/public_html/forums/signature.php on line 238

DWard 07-02-2004 09:20 AM

Quote:

Originally Posted by Big Kahuna
Update -- I run the below CRON in my Cpanel and it works flawlessly. Don't know why it won't with vbulletin's CRON

Code:

/usr/bin/php /home/moparsty/public_html/forums/signature.php >/dev/null 2>&1
http://www.moparstyle.net/forums/images/hrsignature.jpg

Not sure why vB doesnt work either, o wel, thank you cpanel, or plesk as i use!

DWard 07-02-2004 09:21 AM

Quote:

Originally Posted by NyCwill
im getting this error

Fatal error: Call to undefined function: imagettftext() in /home/a1forums/public_html/forums/signature.php on line 238

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.


All times are GMT. The time now is 10:44 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.01547 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
  • (4)bbcode_code_printable
  • (5)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