tags:

views:

12

answers:

1

I am new to programming. I'm looking to become a script kitty and I want to learn how to create a script that will automatically load an email address into an account that I will create on the fly for the website eventful.com

        <!-- START: USER-LOGIN-STATUS -->
<div id="user-panel" class="logged-out">

  <ul><li class="sign-in last"><a href="http://eventful.com/signin" id="user-panel-signin" rel="nofollow">Sign in</a></li>  </ul>

  <div class="field-container">
    <label for="inp-user-panel-username" class="">
  <span class="field-name">Username</span>
  <input type="text" name="username" id="inp-user-panel-username" value="" tabindex="1"          /></label>
  </div>
  <div class="field-container">

    <label for="inp-user-panel-password" class="">
  <span class="field-name">Password</span>
  <input type="password" name="password" id="inp-user-panel-password" tabindex="2"  /></label>
    <a href="http://eventful.com/forgot?" 
      id="user-panel-forgot" tabindex="3" rel="nofollow">Forgot your password?</a>
  </div>            
  <div class="buttons">
    <button tabindex="4" id="btn-user-panel-signin" type="submit" class=""><span>Sign in</span>&nbsp;</button>
    <span id="btn-user-panel-cancel" class="fakelink">Cancel</span>

  </div>

  <div id="fb-login-box">
    <p>Not a member? <a href="/join" title="Join Eventful">Join</a> or</p>

    <a href="/join" title="Connect with Facebook" id="fb-login-button">Connect with Facebook</a>
  </div>
</form>

A: 

No, I have about 500 email address from fans that I am looking to have vote for my band. Basically, if it's possible it would be easier for us to just use our newsletter database and guarantee our votes as supposed to waiting for all the fans to vote and possibly lose the email we send them, blah, blah, blah. You get the drift. It would be awesome if I can figure it out. Thanks.