Registration Form Translocating

They have: 2 posts

Joined: Aug 2011

Problem:: I have quite a long list of usernames&passwords for accounts i want set up{I'm building an MMO, and I want to make sure certain names are already taken B4 testing release, some for inappropriateness, and some for my GM list}, but, frankly, I'm too lazy to do it myself. (If there is an easier solution than the one below, please feel free to tell me so ^-^)
Solution:: I want to pay others to do it for me. Let's use "freesonicgames.net/register" as an example... I want to grab that registration form; scrape all the info that reveals what game it's for(even in the source code) off of it(otherwise the account creators would know were to use the username/password and take the account for themselves); host it on a new, blank website; and be able to send the information back to the original site/server(Maybe have the info sent from the user to my local server, then i send info on to the origin?).
But how would i do that?