Support Forums
Dynamic Signature of Forum Stats - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21)
+---- Thread: Dynamic Signature of Forum Stats (/showthread.php?tid=14854)

Pages: 1 2 3


Dynamic Signature of Forum Stats - Hexstral - 12-21-2010

Can someone help me make a dynamic signature of my forum stats in PHP. If it helps I'm using vBulletin. Whistle


RE: Dynamic Signature of Forum Stats - xerotic - 12-21-2010

http://www.supportforums.net/member.php?action=profile&uid=111

Like his signature?
[Image: mybbsig.php]


RE: Dynamic Signature of Forum Stats - Hexstral - 12-21-2010

Yeah, kind of like his siggy. Pirate


RE: Dynamic Signature of Forum Stats - Time - 12-21-2010

Why not pm him and ask?


RE: Dynamic Signature of Forum Stats - Hexstral - 12-21-2010

Maybe because he's offline and I would prefer a quicker response?


RE: Dynamic Signature of Forum Stats - Solidus - 12-21-2010

Have you browsed the VB mods?


RE: Dynamic Signature of Forum Stats - Hexstral - 12-21-2010

Using a nulled version of vB. Don't have access to mods. Sad


RE: Dynamic Signature of Forum Stats - Solidus - 12-21-2010

Then switch to a free software. VB is poor even if you paid for it.


RE: Dynamic Signature of Forum Stats - Hexstral - 12-21-2010

How would I do it with MyBB?


RE: Dynamic Signature of Forum Stats - Orgy - 12-21-2010

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