Jump to content

m0zzie

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by m0zzie

  1. Thats cool, although I haven't tried it... I was kinda hoping the source would be included in the zip... What was it coded in? C++? Nothing personal I just don't feel comfortable running exe's that don't include the source code, I prefer to compile executable from source myself before running them... If I see the source code and compile it myself I know there's nothing harmful in it... You could have at least left it UNPACKED so I could at least check it out in OllyDbg!

    well anyway its good to see someone else is working on this besides me.

    ;)

    EDIT: i just tried it in a VMware and it doesn't seem to work... I hooked your winsock so I could see what packets your program sends...

    this seems to be your problem:

    GET /15/std_523fbe6796040d4316b0c3cf9f0e61b9.mp3 HTTP/1.1..User-Agent: musicSpace v1.0..Host: cache02-music01.myspacecdn.com..Cache-Control: no-cache....

    your not sending the token in the url? that was my problem at first too!

    anyway because its wrong after that your receive a 404: not found error!

    HTTP/1.1 404 Not Found..Accept-Ranges: bytes..Connection: keep-alive..Content-Length: 23..Content-Type: text/html..Date: Fri, 05 Sep 2008 06:00:45 GMT..Server: sledgehammer/1.4.0....<h1>404: Not Found</h1

    So it doesn't even work for me! m0zzie how recently have you tested your creation?

    Anyways we will figure it out eventually! We just have to have perfect communication with myspace, exactly like a browser does....

    hey Steve.. cheers for the feedback.

    it's coded in object pascal and compiled with RAD Studio 2007. when i get around to it i'd like to re-code it in win32 c++ (i'm not a fan of MFC, .NET, and other similar architectures when it comes to small applications like this).

    i understand your hesitation with running foreign .exe's which you didn't compile yourself - i'm much the same and have a spare box which i use when first running random foreign applications. (like you seem to do with VMWare)

    that said, i have no interest at all in coding back doors, virii, and other shit into my programs. not only do i not have time for stuff like that, but i'm a 21 year old software engineer (been doing this for a good 10 years, although only as a job for the past year and a bit), and pulling that kind of stunt is only going to make people dislike me - and that's not what i'm after. i've only recently launched my website and plan to have a variety of tools going up there in the future, along with research and development documentation of things i find interesting :]

    anyway, back to the application itself.. did you get that 404 error on multiple band URL's? i had a number of issues in my testing phase, but never with an incorrect download URL. can you give me any more info? what band was it you got that error with? (if not all)

    the way your downloader works and mine works is very different, and each has its advantages and disadvantages.

    mine works in a way which pretty much does exactly what the web browser does, and i know a fair number of IRC friends and actual friends of mine who are using it without any real issues currently.

    do you use IRC or MSN at all? i'd like to show you the way mine actually works.. it basically pretends to be the flash mp3 player itself, and says "here i am, i need the song list and", and myspace sends back the entire song listing, # of plays, album name, and the direct URL for each mp3.

    but yeah, pm me your MSN or IRC or wherever you like to hang out, and i'll show you a very quick and accurate way to get all the details.

    cheers,

    -m

  2. g'day all.. just saw someone else's myspace mp3 downloader in a thread today and decided i'd send mine out to the masses also (sorry if it seems like i'm stealing thunder!)

    musicSpace v1.0 is a little project i've been working on slowly as i've found time, and has been available for a while now. at the moment it's a full featured ripper for myspace only with integrated ID3 editing, however full pandora integration is in the works too.

    it's soon to be multithreaded (to be quicker and download more than 1 song at a time) and a preview option is there for the next version.

    you can grab it from: http://m0zzie.net/?page_id=9

    mspace10.jpg

    comments/suggestions are very very welcome.. i'm a software engineer but i'm not all that creative - so give me ideas and i'll make them happen! ;)

×
×
  • Create New...