now playing
  • hi i have configure a now playing script 

    the code is as configured



    <?php
    //error_reporting(0);
    define(SERVER, 'http://ingest.live365.com:8000');//your icecast server address, without the ending "/"
    define(MOUNT, "/"a50378_live); //your radio's mount point, with the leading "/"
    define(LAST_FM_API, 'dbc8143378173f532c7b1564356191f3'); //your last.fm API key, get from http://www.last.fm/api/account
    define(DEFAULT_ALBUM_ART, 'cache/default.jpg');//the default album art image, will be used if failed to get from last.fm's API
    define(GET_TRACK_INFO, true); //get information of the current song from last.fm
    define(GET_ALBUM_INFO, true); //get extra information of the album from last.fm, if enabled, may increase script execute time
    define(GET_ARTIST_INFO, true); //get extra information of the artist from last.fm, if enabled, may increase script execute time
    define(GET_TRACK_BUY_LINK, false); //get buy links on Amazon, iTune and 7digital
    define(GET_LYRICS, false); //get lyrics of the current song using chartlyrics.com's API
    define(CACHE_ALBUM_ART, false);//cache album art images to local server
    ?>



    but for some reason i am getting this 

    Parse error: syntax error, unexpected 'a50378_live' (T_STRING), expecting ')' in C:\Program Files (x86)\Ampps\www\strawbs23\now\config_now.php on line 4