Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'last.fm'

1488025 - last.fm scrobbler example: last.fm scrobbler lastfm audioscrobbler
  1. #include "md5.bi"
  2. #include "crt.bi"
  3. #include "wshelper.bas"
  4.  
  5. Function MD5str (chars As String) As String
  6.    Dim md5hex As ZString * 32
  7.    Dim digest As ZString * 16
  8.    Dim state As md5_state_s
  9.  
1283671 - rewbs: test last.fm
  1. Property changes on: .
  2. ___________________________________________________________________
  3. Added: svn:ignore
  4.    + bin
  5. doc
  6. last.fm-bindings-*.zip
  7. last.fm-bindings.jar
  8.  
  9.  
695259 - Last.fm Last Played Info: last.fm
  1. <?php
  2. /* Last.fm Info
  3.    September 13th 2007 - Peppery <http://www.peppery.org/>
  4.    
  5.    Simple script to get your last played Last.FM track details + album art.
  6.    
  7.    Requires PHP 5 (SimpleXML)
  8.    
  9.  
  10.  
695030 - Last.fm Last Played Info: last.fm
  1. <?php
  2. /* Last.fm Info
  3.    September 13th 2007 - Peppery <http://www.peppery.org/>
  4.    
  5.    Simple script to get your last played Last.FM track details + album art.
  6.    
  7.    Requires PHP 5 (SimpleXML)
  8.    
  9.  
  10.  
655418 - image charts / last.fm: php last.fm
  1. <?php
  2. // Хедер - image/gif. Те же браузеры будут думать, что это обычная картинка. :)
  3. header('Content-type: image/gif');
  4.  
  5. // Указываем ваш логин в last.fm:
  6. $username = "RJ";
  7.  
  8. // file_get_contents возвращает содержимое файла в $string:
  9.  
655411 - image charts / last.fm: php last.fm
  1. <?php
  2. // Хедер - image/gif. Те же браузеры будут думать, что это обычная картинка. :)
  3. header('Content-type: image/gif');
  4.  
  5. // Указываем ваш логин в last.fm:
  6. $username = "RJ";
  7.  
  8. $string = file_get_contents("http://ws.audioscrobbler.com/1.0/user/$username/recenttracks.txt");
  9.  
655371 - image charts / last.fm: php last.fm
  1. <?php
  2. // Хедер - image/gif. Те же браузеры будут думать, что это обычная картинка. :)
  3. header('Content-type: image/gif');
  4.  
  5. // Указываем ваш логин в last.fm:
  6. $username = "RJ"
  7.  
  8. $string = file_get_contents("http://ws.audioscrobbler.com/1.0/user/$username/recenttracks.txt");
  9.  
worth-right