ccbill script needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TFCash
    Confirmed User
    • Apr 2001
    • 1738

    #1

    Tech ccbill script needed

    Looking for a php script that can write htpasswd files and also update a sql database for the ccbill jpost.

    I've got a site I'm converting over MechBunny, the old site still needs to be up as I'm remastering videos. So I need a php script that can update a htpasswd file for the old site, but it also has to be able to update the sql database for MB to add the user to the users database

    If someone has something already done, as I don't have the time right now to stop and write it, let me know tim at tfcash.com


    Thanks
    TeenFlood.com Online since 1998.

    TFCash KissMeGirl
    VirginRiches MondoBucks

    tim at tfcash.com or submit a ticket at our HelpDesk
  • raymor
    Confirmed User
    • Oct 2002
    • 3745

    #2
    I'll dig one up shortly. I wrote that fifteen years ago.
    For historical display only. This information is not current:
    support@bettercgi.com ICQ 7208627
    Strongbox - The next generation in site security
    Throttlebox - The next generation in bandwidth control
    Clonebox - Backup and disaster recovery on steroids

    Comment

    • TFCash
      Confirmed User
      • Apr 2001
      • 1738

      #3
      Originally posted by raymor
      I'll dig one up shortly. I wrote that fifteen years ago.
      That would be great

      FYI your sites seem to be offline
      TeenFlood.com Online since 1998.

      TFCash KissMeGirl
      VirginRiches MondoBucks

      tim at tfcash.com or submit a ticket at our HelpDesk

      Comment

      • blackmonsters
        Making PHP work
        • Nov 2002
        • 20961

        #4
        I can do that for you

        See sig.
        Free Open Source Live Aggregated Cams Script (FOSLACS)

        Comment

        • raymor
          Confirmed User
          • Oct 2002
          • 3745

          #5
          I didn't find quite the script you are looking for, but pretty darn close.


          What I found on my old hard drive will let Blackmonsters assemble what you need in about 20 minutes or so.
          Below are two copies of essentially the same script, with the same subroutine names. One does a password file, one does a database. You just need Backmonsters to copy/paste the password version of each of these subroutines into the SQL script:

          sub addUser;
          sub removeUser;
          sub updateUser;
          sub userExists;

          https://s3.amazonaws.com/ccbillscrip...ll_scripts.zip
          For historical display only. This information is not current:
          support@bettercgi.com ICQ 7208627
          Strongbox - The next generation in site security
          Throttlebox - The next generation in bandwidth control
          Clonebox - Backup and disaster recovery on steroids

          Comment

          • TFCash
            Confirmed User
            • Apr 2001
            • 1738

            #6
            Originally posted by raymor
            I didn't find quite the script you are looking for, but pretty darn close.


            What I found on my old hard drive will let Blackmonsters assemble what you need in about 20 minutes or so.
            Below are two copies of essentially the same script, with the same subroutine names. One does a password file, one does a database. You just need Backmonsters to copy/paste the password version of each of these subroutines into the SQL script:

            sub addUser;
            sub removeUser;
            sub updateUser;
            sub userExists;

            https://s3.amazonaws.com/ccbillscrip...ll_scripts.zip
            raymor -

            Thanks! I've been working on it in my spare time so I can get the remastered site online

            I was wondering if you saw my comment about open sourcing your strongbox, if you do add it to somewhere like git, please let me know as I'd love to work on it.


            Thanks again.


            Tim
            TeenFlood.com Online since 1998.

            TFCash KissMeGirl
            VirginRiches MondoBucks

            tim at tfcash.com or submit a ticket at our HelpDesk

            Comment

            Working...