Results 1 to 4 of 4

Thread: How to login to myspace using php ?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    How to login to myspace using php ?

    HI all. I am trying to download a page from myspace that requires me to be logged in . I am already logged in but when i run this script it downloads the login page instead of the original page !! I be happy if some one help me with it so i download the correct page.Thanks

    Note : in the browser i can view the page that i want to download


    PHP Code:

    $copyfileurl
    ="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID="$id
    file_put_contents($id.".html"file_get_contents($copyfileurl)); 

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: How to login to myspace using php ?

    I don't know how to do what you want to do, but i am pretty sure your not supposed to be doing it.


    Just to refresh your memory:
    Quote Originally Posted by MySpace TOS
    6.5 - The MySpace Services contain Content of Users and other MySpace licensors. Except as provided within this Agreement, you may not copy, modify, translate, publish, broadcast, transmit, distribute, perform, display, or sell any Content appearing on or through the MySpace Services.
    My usual boring signature: Something

  3. #3
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176

    Re: How to login to myspace using php ?

    Why do you need to download the myspace page anyway?
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  4. #4
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: How to login to myspace using php ?

    well i went to the page:

    http://viewmorepics.myspace.com/inde...friendID=12345

    and it shows all the member's photos...
    My usual boring signature: Something

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width