Web Hosting Talk







View Full Version : Anyone know how to make those signature images that display your sites stats?


lexington
09-23-2005, 03:00 AM
Hello, I was curious to know if anyone knows how to create those updated images that pull info from someone's account and allows them to display it on other sites such as forum signature images. I have a php based game on my site and was considering adding a way for someone to display their game stats in their sig on other forums. Please let me know if you are available and really good with something like this and I would be willing to pay you for your time. Thanks!

TechSolution
09-23-2005, 07:03 AM
If you have the GD libraries with your PHP setup, you can just overlay text over an image that you already designed in Photoshop (or any other program). Users then use the PHP script along with their user ID or some identify as the image url.

Once you have that working, you can setup some form of caching so you don't have to render an image every 5 seconds.

lexington
09-23-2005, 02:24 PM
Thanks for your time, would you like to create something like this for me?