|
-
Jun 25th, 2008, 02:28 AM
#1
Thread Starter
Frenzied Member
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));
-
Jun 25th, 2008, 03:10 AM
#2
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:
 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
-
Jun 25th, 2008, 03:12 AM
#3
KING BODWAD XXI
Re: How to login to myspace using php ?
Why do you need to download the myspace page anyway?
-
Jun 25th, 2008, 03:14 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|