Xoom3r Posted July 30, 2008 Share Posted July 30, 2008 Hey there, I want to create a "scripted image" to monitor custom server info.. something like this: Can you, or is there any tutorial that explains this? Link to comment https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/ Share on other sites More sharing options...
unkwntech Posted July 30, 2008 Share Posted July 30, 2008 This is done with the GD Libraries, a quick google should get you on the right path with that. Link to comment https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603497 Share on other sites More sharing options...
Xoom3r Posted July 30, 2008 Author Share Posted July 30, 2008 That's great. But how do I use it ??? It's written in C! Link to comment https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603500 Share on other sites More sharing options...
unkwntech Posted July 30, 2008 Share Posted July 30, 2008 HEHE "PHP GD" would have been a better search -> second result - http://www.phpgd.com/ Link to comment https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603502 Share on other sites More sharing options...
Xoom3r Posted July 30, 2008 Author Share Posted July 30, 2008 oh thanks, will see.. Link to comment https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603505 Share on other sites More sharing options...
Xoom3r Posted July 30, 2008 Author Share Posted July 30, 2008 OK great.. what I need to download and how/where to learn!? Link to comment https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603506 Share on other sites More sharing options...
unkwntech Posted July 30, 2008 Share Posted July 30, 2008 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 More sharing options...
Xoom3r Posted July 30, 2008 Author Share Posted July 30, 2008 Couldn't find how to generate a text on an image. Link to comment https://forums.phpfreaks.com/topic/117326-please-help-a-newbie/#findComment-603542 Share on other sites More sharing options...
craygo Posted July 30, 2008 Share Posted July 30, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.