Support Forums

Full Version: Dynamic Signature of Forum Stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Can someone help me make a dynamic signature of my forum stats in PHP. If it helps I'm using vBulletin. Whistle
Yeah, kind of like his siggy. Pirate
Why not pm him and ask?
Maybe because he's offline and I would prefer a quicker response?
Have you browsed the VB mods?
Using a nulled version of vB. Don't have access to mods. Sad
Then switch to a free software. VB is poor even if you paid for it.
How would I do it with MyBB?
Its not hard anyway. You can do it a variety of ways.

You'll need the GD extension of PHP to create an image.

When creating the image, you can have it go to your index, grab the information, and parse it into its own variables and then echo the variables onto the image in the appropriate location

OR

you can grab the stats directly from the database of your forums and then echo it onto the image in the appropriate location
Pages: 1 2 3