i need a script written that pulls multiple htpass files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • milkit
    Confirmed User
    • Jul 2004
    • 1141

    #1

    i need a script written that pulls multiple htpass files

    Here is what I need.

    Sites a,b,c all have their own password lists, all ccbill.

    site d is a "bonus" for the members of sites a,b,c, but only while they are members of those site.

    Site D does not use ccbill, just is a password protected site that you can ONLY sign up for as a member to the others.

    Site D needs to be able to read a,b,&c's htpass files, and allow login based off those 3. It could have a dropdown asking which site your from, but would be best if it didnt.

    I know it can be done, I have it now, but I cant get support when I want to add a new site to it, and haven't been told how to myself. So I need an alternative..


    can anyone do this for me?
  • milkit
    Confirmed User
    • Jul 2004
    • 1141

    #2
    or it could just be a php login that reads from the others htpass files.

    Comment

    • mortenb
      Confirmed User
      • Jul 2004
      • 2203

      #3
      set it up with a mysql database to manage the passwords instead of the htaccess files.. you can still have the standard password popup box, but it is easier to manage one database than a bunch of files..

      Comment

      • milkit
        Confirmed User
        • Jul 2004
        • 1141

        #4
        well, thats kind of what I have no clue how to do, which is why im offering to hire someone to

        Comment

        • calmlikeabomb
          Confirmed User
          • May 2004
          • 1323

          #5
          Are the websites (specifically the .htaccess files) all on the same server?

          I've never worked with ccbill, but I think they have the ability to write to the .htaccess files on the server(s)? I could write a php script that can be scheduled to run from cron and update a database which contains all the username/passwords from each sites .htaccess file. Then from there another little php script for logging in..

          If you want to talk about this my icq is 957413 and my email is [email protected]

          Thanks,
          Levi
          Last edited by calmlikeabomb; 09-29-2006, 07:41 AM.
          subarus.

          Comment

          • sniperwolf
            Too lazy to set a custom title
            • Mar 2005
            • 17743

            #6
            would love to discuss more about this project in ICQ.
            ~Accepting design works~

            Comment

            Working...