Php Myspace Signup (not Login)

Php Myspace Signup (not Login)
Hi All PHP Developers:

I need a commented script in English, using CURL, that will signup (create) a new account on myspace. Here are the steps:

1. It will get the page: www.myspace.com

2. It will get myspace signup page: http://signups.myspace.com/index.cfm?fuseaction=signup

3. It will post the information from variables:
$mail = ‘xxx’ . at . ‘yyyyyy.com’;
$pass = ‘sad12das’;
$fullname = ‘Carlos Sanchez’;
$month = 12;
$day = 20;
$year = 1980;
$gender = ‘M’;

4. It will download the image (Captcha) and show it on the webpage.
4.1. Download the image using CURL (use the same CURL object), save it, and the show it echo “<img src=’captcha.jpg’>”;
4.2. Save CURLs cookies (that’s an CURL option) and the necessary data into SESSION or txt file.

5. Ones the user inputs the captcha string, the PHP script will resume the CURL session (cookies) and post the captcha string.

6. The result should be MySpace telling us they sent us the email to accept the signup process. Here the script ends.

I will need the PHP code, commented, and the posibility to test it on one of your servers. Please PM me a URL where I can test your script, and if it works, I’ll buy it right a way.

Important: The script should work using an US ip. Meaning, it has to run on a US server.

Please let me your comments,
Regards,
Mike

Leave a Reply

Your email address will not be published. Required fields are marked *