Jump to content

Please help a Newbie


Xoom3r

Recommended Posts

GD is a PHP extension built into most PHP installations, to check do this:

<?php
phpinfo();
?>

and search for "gd" on that page.

 

Then use that like I gave you phpgd.com.

PHPGD.com is a resource for anyone interested in creating graphics and graphics applications using the programming language PHP with the GD or GD2 image library. PHP's GD library is based upon the original GD library by Thomas Boutell.

Link to comment
https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603508
Share on other sites

I have a custom made one for my clan. It grabs data from our database and creates the picture. Go to hlstatsx and download the current release, Look in the web folder and you will have a file called sig.php. That file creates the picture from data retrieved. Will get you going at least.

Link to comment
https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603552
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.