vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Forum stats on signature image (https://vborg.vbsupport.ru/showthread.php?t=50848)

Fi_InCogNiTo 03-26-2003 08:59 PM

Quote:

Today at 05:53 PM Gardener said this in Post #20


Are you linking to the image or the php file. I know on my site I have a cron job set to run every 10 mins. and it shows up on who's online.


That was when I was linking to the php. I am now linking to the jpg and found a better use for it ;)

Thanks for the idea. I can now use this for advertising =D

Good hack.

Kars10 03-26-2003 09:16 PM

You must link to the JPG, not to the signature.php. ;)

Kars

Erwin 03-26-2003 09:27 PM

Great work. I may use this...

Dan 03-26-2003 10:13 PM

I may use it if I can set up cronjobs over at phpwebhosting.....

/me clicks the install button for future references

TheEDIGuy 03-26-2003 10:34 PM

Excellent hack. Clicked Install.

N!ck 03-26-2003 10:38 PM

GRRRRRRRRRRRR!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Btw, it's not smart to call global.php. You're going to have all kinds of illegitimate guests.

And filburt1, I'm sorry. It appears I caused a domino effect, and now everyone will have one of these things. I didn't share though (except for with Overgrow, which I don't regret). I promise.

Link14716 03-26-2003 11:46 PM

Mine is in my sig. Before I cron it, I need to get this to work correctly.

See how my image is? I need to make it actually look right...

http://www.vggmn.com/forums/signature/sig.jpeg

Any ideas?

mr e 03-27-2003 12:13 AM

try replacing this
PHP Code:

imagejpeg($img"./$ausgabedatei",$komprimierung); 

with this
PHP Code:

imagejpeg($img"./$ausgabedatei",$komprimierung100); //last # is the quality of jpeg 


Link14716 03-27-2003 12:23 AM

Doesn't seem to work... :(

djr 03-27-2003 12:26 AM

you need to replace this:
PHP Code:

$img imagecreate($width,$height); 

with this:
PHP Code:

$img imagecreatetruecolor($width,$height); 

- djr


All times are GMT. The time now is 12: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.01321 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (1)bbcode_quote_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