Just donwloaded and imported to have a look at the code... Is this script secure? Theres not gonna be any way that someone can get my password? (Apart from it being saved in a text file
)
Could the line
code:
xmlhttp.open("POST","http://login.myspace.com/index.cfm?fuseaction=login.process",true)
not be changed to
code:
xmlhttp.open("POST","https://login.myspace.com/index.cfm?fuseaction=login.process",true)
I don't know if a lot of people will feel comfortable running a script that uses their password for an external site as MP!L warns that scripts have the same capabilities as an .exe file (even if they don't
)
I also changed the files name from using MyEmail to MyUserID... (Mainly because I hate having files which are classified as having more than one extension as they usually get picked up by anti-virus programs and firewalls as possibly containing harmful code (I used to have a folder called "R.E.M" and even that was suspected
)