A way to Auto-Reg?

Results 1 to 9 of 9
  1. #1
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    A way to Auto-Reg?

    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?


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: A way to Auto-Reg?

    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

  3. #3
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: A way to Auto-Reg?

    Quote Originally Posted by wesman2232 View Post
    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.

  4. #4
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: A way to Auto-Reg?

    Never would of thought of doing it that way o.o

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: A way to Auto-Reg?

    Quote Originally Posted by gWX0 View Post
    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.
    which is why I put my little note down at the bottom ;)

  6. #6
    Account Upgraded | Title Enabled! Guy is offline
    MemberRank
    Apr 2009 Join Date
    919Posts

    Re: A way to Auto-Reg?

    Quote Originally Posted by wesman2232 View Post
    which is why I put my little note down at the bottom ;)
    I was merely validating your "note".

  7. #7
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: A way to Auto-Reg?

    Sounds tuff.

  8. #8
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: A way to Auto-Reg?

    Quote Originally Posted by lxchadxl View Post
    Sounds tuff.
    Lol depends on your knowledge of the issue at hand

  9. #9
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: A way to Auto-Reg?

    so could someone write a tutorial on how to do this? :D



Advertisement