Like, for example. I don't have an account, i download my gunz. can i make an account just by typing a username and password? instead of visiting a reg page.
in other words, loging into a NEW account = registration.
is this possible?
Printable View
Like, for example. I don't have an account, i download my gunz. can i make an account just by typing a username and password? instead of visiting a reg page.
in other words, loging into a NEW account = registration.
is this possible?
its been done before, not sure how though.
Most likely going into the runnable with Olly make a jump to the bottom where there is no code from the point where you click login. Then you code in the registration, put in some checks if the account does not exist then register the new account then jump back.
I actually have no clue what I'm talking about so don't take much advice from me :P
Nope, that would not be the way to go.
What you can do is a modification in MDaemon; if an invalid username is returned (i.e. It wasn't found in the database), then create said username, with the entered password. If the daemon is using a procedure for logging in, you can modify the procedure to do all as I said MDaemon would attempt to do, without the overhead of modifying the daemon itself.
Never would of thought of doing it that way o.o
Sounds tuff.
so could someone write a tutorial on how to do this? :D