The status on signature of some members, with likes, trophies etc

My question is where do I download xenForo to start using it now, but I'll be happy enough to know how do I use that image of member stats some people are using on the signature.
 
I made a prank by putting a fake trophies image in my signature. This was caught by a few. So I made a quick script for myself that uses remote .php and gd to spit out the info I submit to it. However, it wasn't "live".

Eric then spotted this trend and turned it into one. By making a script that generates these images live.

Disjunto made a version too.

Together a hosted solution was offered, and xenaddicts decided to host it.

http://xenaddicts.com/sig will help you generate one.

It is not an official XenForo feature. Just the first "customization" for XenForo 1.0
 
My question is where do I download xenForo to start using it now, but I'll be happy enough to know how do I use that image of member stats some people are using on the signature.

You can't download it. It's in very early alpha testing, users on this site are privileged to have found it and use it to give feedback during its development and report bugs if they find them.

It is way too early to put it on sale at this point.
 
I made a prank by putting a fake trophies image in my signature. This was caught by a few. So I made a quick script for myself that uses remote .php and gd to spit out the info I submit to it. However, it wasn't "live".

Eric then spotted this trend and turned it into one. By making a script that generates these images live.

Disjunto made a version too.

Together a hosted solution was offered, and xenaddicts decided to host it.

http://xenaddicts.com/sig will help you generate one.

It is not an official XenForo feature. Just the first "customization" for XenForo 1.0

Just FYI, xenaddicts doesn't host my script :)
 
Actually I'm now making mine, it will be ready in a bit.

Looking for a GD guide for total dummies right about now.

If you're trying to program one from scratch (which is what I'm inferring from your posts), try taking a look at the source code for my script (posted in the thread), and then look online for some basic GD tutorials.

Honestly, the best GD reference is the PHP manual itself:
http://php.net/manual/en/book.image.php

Also, Disjunto, did you ever release the source code for yours? I would really like to see how you do the separators and dynamic scaling stuff. :)
 
Top Bottom