Guest
Public paste!

Michael Cotterell

By: a guest | Feb 16th, 2009 | Syntax: PHP | Size: 0.50 KB | Hits: 216 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. // CURRENTLY 266 characters...
  2. // If I remove "http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key=".
  3. // and put http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key= in the
  4. // "a" file, then the code is 200 characters long.
  5. <form>Artist<input name=artist>Album<input name=album><input type=submit><p><?$q=$_SERVER[QUERY_STRING];$k=file(a);if($q){$x=simplexml_load_file("http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key=".$k[0]."&".$q)->album->image;?><img src=<?=end($x);}?>>