[Help] Registering For Sub-Site With Just One Registration

Results 1 to 14 of 14
  1. #1
    Elite Member TakMarche is offline
    Member +Rank
    Jun 2008 Join Date
    Chicago, ILLocation
    204Posts

    [Help] Registering For Sub-Site With Just One Registration

    My title didn't really explain much of what I wanted but I know there is a way to do this I just don't know how. When someone signs up for let say you main website it automatically registers them for all other games you have within the site. Examples are ijji, nexon, etc . . is there a way for me to do this without it being on the same host?


  2. #2
    Elite Member viroware is offline
    Member +Rank
    Jan 2011 Join Date
    152Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Remote mysql.

  3. #3
    Elite Member TakMarche is offline
    Member +Rank
    Jun 2008 Join Date
    Chicago, ILLocation
    204Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Quote Originally Posted by viroware View Post
    Remote mysql.
    Okay so that to do it without it being on the same host but how can I make everything register to just one account? Instead of having a user register here and there.

  4. #4
    Slothstronaut Justice For All is offline
    Grand MasterRank
    Aug 2011 Join Date
    Almost thereLocation
    3,242Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    I'm sure there is a way to do it not on the same host, but wouldn't you want it all on the same host? I know what you're talking about, and to have 2 separate hosts with the Data it requires the transmition of data to server would be really slow.

  5. #5
    Elite Member TakMarche is offline
    Member +Rank
    Jun 2008 Join Date
    Chicago, ILLocation
    204Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Quote Originally Posted by Subject N4XYZ View Post
    I'm sure there is a way to do it not on the same host, but wouldn't you want it all on the same host? I know what you're talking about, and to have 2 separate hosts with the Data it requires the transmition of data to server would be really slow.
    I know I am currently experimenting on a little project but even if it on the same host how would I be able to hook up the accounts? This is what I've been trying to figure out for quite some time.

  6. #6
    0xC0FFEE spikensbror is offline
    Grand MasterRank
    Dec 2006 Join Date
    SwedenLocation
    1,855Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Modify the subsystems to utilize the same database and table for users.

  7. #7
    Elite Member TakMarche is offline
    Member +Rank
    Jun 2008 Join Date
    Chicago, ILLocation
    204Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Quote Originally Posted by spikensbror View Post
    Modify the subsystems to utilize the same database and table for users.
    Now such a smart question which is why I'm posting this up. How? Are there any guide you can direct me to? I can learn from basic and I can apply it to my current databases.

  8. #8
    I have an ass and a hat. maplefreak26 is offline
    Grand MasterRank
    Sep 2008 Join Date
    1,098Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Same thing I've been wondering.... but to no avail :(

  9. #9
    Grand Master Ron is offline
    Grand MasterRank
    Apr 2005 Join Date
    Location
    8,988Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    I coded an account panel using this exact method for a client not too long ago. You're wanting someone to register an account on your site, then use the same credentials for all other sites/games.

    If you're willing to pay, I can make this for you in 3 hours tops. Pm me and let me know.
    Posted via Mobile Device

  10. #10
    Elite Member TakMarche is offline
    Member +Rank
    Jun 2008 Join Date
    Chicago, ILLocation
    204Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Quote Originally Posted by Ron View Post
    I coded an account panel using this exact method for a client not too long ago. You're wanting someone to register an account on your site, then use the same credentials for all other sites/games.

    If you're willing to pay, I can make this for you in 3 hours tops. Pm me and let me know.
    Posted via Mobile Device
    I want to find a way I'll be able to learn this without paying if possible. I can't afford much at all that why I posted up this topic.

  11. #11
    ex visor Aaron is offline
    Grand MasterRank
    May 2007 Join Date
    MichiganLocation
    4,022Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    You can't post here and expect everything to be handed to you on a silver platter. If you have an idea, or a started project (from your previous posts you don't seem to..) then you can post here and require additional help, or suggestions regarding the matter.

    Seeing as you have no experience, and don't know where to exactly start you should look into Remote SQL Connecting. Furthermore, if you don't know what that is, look into PHP and MySQL tutorials as those are the two 'languages' you'll need to know to help you with your issue.

  12. #12
    Elite Member TakMarche is offline
    Member +Rank
    Jun 2008 Join Date
    Chicago, ILLocation
    204Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    I didn't really expect much that why I posed a question and asked. The only way for me to start is by asking. But since you answered my question on where to look in to thank you.

  13. #13
    :-) s-p-n is offline
    DeveloperRank
    Jun 2007 Join Date
    Next DoorLocation
    2,097Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    This has already been answered, but just to clarify:

    Option A:
    -----------------------
    One form.
    Many MySQL databases & queries (for registration).

    Option B:
    ----------------------
    One Form.
    One MySQL Database and query (for registration).
    Sync all games to one MySQL database.

    Option A is less efficient but easier.
    Option B requires an understanding of each database and application, in such a way you can modify them each to suit your needs. If done correctly can be very efficient.

  14. #14
    Sorcerer Supreme Hexadecimal is offline
    Member +Rank
    Dec 2010 Join Date
    424Posts

    Re: [Help] Registering For Sub-Site With Just One Registration

    Quote Originally Posted by s-p-n View Post
    This has already been answered, but just to clarify:

    Option A:
    -----------------------
    One form.
    Many MySQL databases & queries (for registration).

    Option B:
    ----------------------
    One Form.
    One MySQL Database and query (for registration).
    Sync all games to one MySQL database.


    Option A is less efficient but easier.
    Option B requires an understanding of each database and application, in such a way you can modify them each to suit your needs. If done correctly can be very efficient.
    Like this: http://forum.ragezone.com/f457/regis...source-781879/



Advertisement