merging unrelated php scripts?

Discussion in 'PHP' started by its me, Sep 21, 2007.

  1. #1
    How easy is it to merge registering parts of unrelated php scripts?

    one of my sites is using a handful of php scripts (forum, wiki, gallery etc) and all require logging in. but since they are unrelated when some1 wants to use my full site they need to sign up for each part separately, which is annoying. so is there an easy way to merge these scripts so when some1 registers for 1 of my scripts it auto registers the user on all the scripts?
     
    its me, Sep 21, 2007 IP
  2. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #2
    Hard, or at least time consuming. Depends on if you just want to get something that works or something that is well done or "seamlessly integrated".

    You can make a new register page with a form that has fields required for each script, and then combine the registration code for each script but basically put, you have a fair bit of work to do, then there is logging in, session management etc.

    Some scripts have addons that have all the work done for you if you can find one. Forums particularly have gallery "mods" so that may be another option.
     
    krt, Sep 21, 2007 IP
  3. its me

    its me Active Member

    Messages:
    245
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    aye i've seen a few scripts that do most, but they're usually only solid at 1 thing and then have other add ons that are just passable as decent. not really what i want.

    i guess i'll have to live with it, cheers
     
    its me, Sep 21, 2007 IP