Menu

Tree [r3] /
 History

HTTPS access


File Date Author Commit
 images 2007-10-16 gabekangas [r1] v3 import
 inc 2007-10-16 gabekangas [r1] v3 import
 playlists 2007-10-16 gabekangas [r1] v3 import
 PandoraFM.tmproj 2007-10-16 gabekangas [r1] v3 import
 PandoraFMSchema.sql 2007-10-16 gabekangas [r1] v3 import
 README 2007-10-16 gabekangas [r1] v3 import
 accessurl.php 2007-10-16 gabekangas [r1] v3 import
 artistpopup.php 2007-10-16 gabekangas [r1] v3 import
 cabinsubmit.php 2007-10-16 gabekangas [r1] v3 import
 charts.css 2007-10-16 gabekangas [r1] v3 import
 externalplayer.php 2007-10-16 gabekangas [r1] v3 import
 flashplayer.php 2007-10-16 gabekangas [r1] v3 import
 flickrsearch.php 2007-10-16 gabekangas [r1] v3 import
 forumposts.php 2007-10-16 gabekangas [r1] v3 import
 frames.php 2007-10-16 gabekangas [r1] v3 import
 genome.php 2007-10-16 gabekangas [r1] v3 import
 helptab.php 2007-10-16 gabekangas [r1] v3 import
 index.php 2007-10-16 gabekangas [r1] v3 import
 infonotice.txt 2007-10-16 gabekangas [r1] v3 import
 javascript.php 2007-10-16 gabekangas [r1] v3 import
 lasthelptab.php 2007-10-16 gabekangas [r1] v3 import
 lastplayer.php 2007-10-16 gabekangas [r1] v3 import
 lastradio.php 2007-10-16 gabekangas [r1] v3 import
 lastxmlrpc.php 2007-10-16 gabekangas [r1] v3 import
 links.html 2007-10-16 gabekangas [r1] v3 import
 login.php 2007-10-16 gabekangas [r1] v3 import
 logout.php 2007-10-16 gabekangas [r1] v3 import
 logouttab.php 2007-10-16 gabekangas [r1] v3 import
 options.php 2007-10-16 gabekangas [r1] v3 import
 optionstab.php 2007-10-16 gabekangas [r1] v3 import
 pandorafm.php 2007-10-16 gabekangas [r1] v3 import
 panel.php 2007-10-16 gabekangas [r1] v3 import
 parseini.php 2007-10-16 gabekangas [r1] v3 import
 playerchoice.php 2007-10-16 gabekangas [r1] v3 import
 playerfunctions.php 2007-10-16 gabekangas [r1] v3 import
 popup.php 2007-10-16 gabekangas [r1] v3 import
 recenttab.php 2007-10-16 gabekangas [r1] v3 import
 recenttoptab.php 2007-10-16 gabekangas [r1] v3 import
 savesetting.php 2007-10-16 gabekangas [r1] v3 import
 setup.php 2007-10-16 gabekangas [r1] v3 import
 similartab.php 2007-10-16 gabekangas [r1] v3 import
 socialtab.php 2007-10-16 gabekangas [r1] v3 import
 stations.php 2007-10-16 gabekangas [r1] v3 import
 stationstab.php 2007-10-16 gabekangas [r1] v3 import
 submit.php 2007-10-16 gabekangas [r1] v3 import
 tag.php 2007-10-16 gabekangas [r1] v3 import
 toptab.php 2007-10-16 gabekangas [r1] v3 import
 trackoptions.php 2007-10-16 gabekangas [r1] v3 import
 votepopup.php 2007-10-16 gabekangas [r1] v3 import
 youtube.php 2007-10-16 gabekangas [r1] v3 import

Read Me

20071013 PandoraFM v3

Keep in mind this has never been tested against any other environment.  And most things may need tweaking.


To Configure:
Run PandoraFMSchema.sql against a database somewhere.
Edit inc/db.inc and edit the dbserver, dbuser, dbpass, dbname values to point to your MySQL database.
Edit inc/template.txt and utils/inc to change the hostname & email address you want in the recommendation emails.
Edit inc/errors.inc to point to your local errorlog.txt file.
Edit inc/log.inc to point to your local log.txt file.
Edit flickrsearch.php's url string to put in a different API key.

Do a massive find/replace to replace pandorafm.real-ity.com with your host.

CHANGELOG (not in any order)

externalplayer.php:#20060722 GEK Creates m3u playlist for playing last stream in external player               
flickrsearch.php:#20060809 GEK Uses flickr API to search for images                                            
genome.php:    #20061101 GEK Pandora Music Genome scraping via backstage URL                                   
inc/errors.inc:#20060621 GEK Created to intialize logging of errors to a file for debug purposes.              
inc/cache.inc:#20060604 GEK Track caching and retrieval for when Last.FM submissions are down.                 
inc/lastfm.inc:#20060531 GEK PandoraFM Last.FM API submission functions                                        
javascript.php://20060730 GEK JavaScript functions for PandoraFM Pandora tuner window and control panel
javascript.php://20060920 GEK Additional functions to support Pandora Events API v2
lastradio.php:#20060626 GEK Functions to enable Last.FM track tagging in PandoraFM.
lastradio.php:#20060704 GEK Edited function to allow streaming radio functionality from last.
lastxmlrpc.php:#20060721 GEK xmlrpc client interface to actions on Last.FM
lastxmlrpc.php:#20060930 GEK add tagging functions
parseini.php:#20060704 GEK Parse and display Last.FMs streaming radio status
playerfunctions.php:#20060708 GEK JavaScript Functions called in the PandoraFM Last.FM radio player.
savesetting.php:#20060924 GEK The way cookies were saved before sucks.  Rewriting it here.
socialtab.php:# 20060702 GEK Statistics and links for social networking purposes.
tag.php:#20060626 GEK Functions to enable Last.FM track tagging in PandoraFM.