User Profile
Collapse
-
Yes, but another program would not do, that code was for getting statistics from: http://stats.enemyterritory.com/ -
This would probably be an example of what I want:
...Code:<? $accountName = $_GET['name']; $statsURL = "http://example.com/profile/$accountName?xml=true"; $stats = @simplexml_load_file($statsURL) or die("Failed to retreieve stats XML for user $accountName"); header("Content-type: image/png"); $img = imagecreatefrompng("bg.png"); //Leave a comment:
-
In fact, what I'm trying to do is get some stats from a certain game website, such as kills and those stuff depending on the user that has been input. It is for promotional puposes for my website.Leave a comment:
-
Getting stats
Hey,
Is there a way using PHP to get certain statistics from a specific website and arrange them on an image? (Yes, it is typically a dynamic image generator.)
No activity results to display
Show More
Leave a comment: