Can someone help me make a dynamic signature of my forum stats in PHP. If it helps I'm using vBulletin.
Yeah, kind of like his siggy.
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.
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