User Profile

Collapse

Profile Sidebar

Collapse
DarkLink
DarkLink
Last Activity: Apr 24 '09, 01:21 AM
Joined: Mar 12 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DarkLink
    replied to Getting stats
    in PHP
    Yes, but another program would not do, that code was for getting statistics from: http://stats.enemyterritory.com/
    See more | Go to post

    Leave a comment:


  • DarkLink
    replied to Getting stats
    in PHP
    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");
    
    //
    ...
    See more | Go to post

    Leave a comment:


  • DarkLink
    replied to Getting stats
    in PHP
    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.
    See more | Go to post

    Leave a comment:


  • DarkLink
    started a topic Getting stats
    in PHP

    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.)
    See more | Go to post
No activity results to display
Show More
Working...