PDA

View Full Version : Forum stats into an image? (like http://www.mygamercard.net/)


Bowromir
03-24-2009, 01:50 PM
Hi people,

I'm thinking of a possible feature for the members on my forum like on http://www.mygamercard.net/, where you;

1:select a theme (background image)
2:an image gets generated with for example your forum name, postcount etc which updates live or at least once a day..

How is this made? Is it php script that gets info from the database and then converts it into an image? I googled for: "convert text to jpg" but did'nt got me far :D. Does it take a programming expert to make this?

Any help would be appreciated!

TigerC10
03-24-2009, 03:54 PM
You can use PHP's GD extension to do that.

Here's a nice tutorial: http://rmb-scripting.com/tutorials.php?tutorial&tid=164

private_ale
03-24-2009, 04:09 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=192512" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=192512</a>

TigerC10
03-24-2009, 04:36 PM
I think that mod is about the site in general, not specific to the users.

private_ale
03-24-2009, 07:17 PM
I think that mod is about the site in general, not specific to the users.

It is easily modified, and at least a step in the right direction. Being coded special for vB forums, instead of having to make you own. :up:

Sometimes people need to work to get what they want, instead of getting it handed to them. ;)

TNCclubman
03-24-2009, 07:46 PM
ah yes, like a soup kitchen where the homeless have to serve themselves and wash the dishes...lol

Bowromir
03-24-2009, 09:10 PM
mmm good stuff guys!! I thought I subscribed to this thread and was waiting for an email to come in.. always nice if you come back and there are 5 replies waiting for you! :D

Thanks for pointing me in the right direction.. and ofcourse I want to work for it.. well atleast pay my programmer to let him work it for me!

Both links look really helpfull, especially the Live Statistics Image! Good stuff :D