Jump to content

Paying well. I need a simple program created.

- - - - -

  • Please log in to reply
4 replies to this topic

#1
JustAFriend

JustAFriend

    Newbie

  • Members
  • Pip
  • 2 posts
I have a private server mmo coming out and I would like my users to be able to sign up during the install process. (my beta testers voted for it)

So what I need is a small program which will record the 2 variables (account name & password) and when they hit the register button, the program will email both variables to a predetermined email address.

Account Name:
Password:
[Register]

Something along those lines.

Being able to make a decent GUI with the program is a plus, but not needed.

PLEASE PLEASE PLEASE respond ASAP!

Or messsage me.

Compensation via Paypal available.
-Hal

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Passwords should never be sent anywhere. Only salted hashes should be transmitted.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
JustAFriend

JustAFriend

    Newbie

  • Members
  • Pip
  • 2 posts
Feel like explaining?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
If you send a password in plain text via email, every server it goes through while being transmitted could potentially hijack it and use it later. A salt and hash is the standard way to store passwords in a database (easily googled).
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
neel2re

neel2re

    Newbie

  • Members
  • Pip
  • 2 posts
what do you want it programmed in? i will do it for 8 bucks




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users