theres a whatpulse api which lists all the current user stats
http://whatpulse.org/api/user.php?account=$user
keystorm if u need a script i have one but its not too good i made it ages and ages ago but all you really need to do is put the website into a variable( fopen("http://whatpulse.org/api/user.php?account=$user","r") )
then explode it using \r\n and just look at the array you have and place it into named varibles, then use the gd libary to print it onto an image simple