I have .php file that i need to edit in Word. I basically need to Edit in my user name and password.
The directions i got say to do this:
"Now edit lastfm.php and Modify the File with your lastfm username and password. Check the path to lastfm.html as well Check the path to lastfm.html as well"
Here is what the file looks like before the edit:
Please edit your configuration below.
*/
/*********************** CONFIGURATION STARTS HERE ********************************/
//path to the html file sam generates (template is above)
DEFINE("htmlfile", 'C:\Program Files\SpacialAudio\SAMBC\samHTMweb\lastfm.html');
//path to logfile if you want logs
DEFINE("logfile", '');
//your last.fm username
DEFINE("lastfmuser", 'azerty');
//your last.fm password (you can remove the "md5" expression and add the md5 of the password)
DEFINE("lastfmpassmd5", md5('azerty'));
//the additional time before the song is submitted. you can set it to time it takes to crossfade in the next song
DEFINE("songgapsecs", 10);
//http timeout, 5-10 is ok
DEFINE("timeoutsecs", 10);
/*********************** CONFIGURATION ENDS HERE ********************************/
My question is: If my name was JOE and my Password was OPEN what do i have to change, delete in the file to correctly change it??? I have now idea what the symbols mean.
can someone copy the text above how it should look after the edit please.
I really want to scrobble my songs from SAM Broadcaster on LASTFM.
The directions i got say to do this:
"Now edit lastfm.php and Modify the File with your lastfm username and password. Check the path to lastfm.html as well Check the path to lastfm.html as well"
Here is what the file looks like before the edit:
Please edit your configuration below.
*/
/*********************** CONFIGURATION STARTS HERE ********************************/
//path to the html file sam generates (template is above)
DEFINE("htmlfile", 'C:\Program Files\SpacialAudio\SAMBC\samHTMweb\lastfm.html');
//path to logfile if you want logs
DEFINE("logfile", '');
//your last.fm username
DEFINE("lastfmuser", 'azerty');
//your last.fm password (you can remove the "md5" expression and add the md5 of the password)
DEFINE("lastfmpassmd5", md5('azerty'));
//the additional time before the song is submitted. you can set it to time it takes to crossfade in the next song
DEFINE("songgapsecs", 10);
//http timeout, 5-10 is ok
DEFINE("timeoutsecs", 10);
/*********************** CONFIGURATION ENDS HERE ********************************/
My question is: If my name was JOE and my Password was OPEN what do i have to change, delete in the file to correctly change it??? I have now idea what the symbols mean.
can someone copy the text above how it should look after the edit please.
I really want to scrobble my songs from SAM Broadcaster on LASTFM.