Are there any php programmers that wouldnt mind answering a couple questions for me?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bozena X
    Confirmed User
    • Jul 2006
    • 1139

    #1

    Are there any php programmers that wouldnt mind answering a couple questions for me?

    I am in need of some heavy members section administration tools. Features include the below.
    • bandwidth usage tracking PER member account
    • passwordless authentication to content for some members
    • ability to cut off a member if bandwidth usage is too high.


    I would love to talk so please hit me up on ICQ. Programming needed ASAP, so if this is something you can do than lets talk money, and if you can help point me in the right direction then that would be very appreciated

    Thanks!
  • HizAzPhun
    Confirmed User
    • Jun 2004
    • 470

    #2
    You should email: romans(a)adevel.com his team is amazing and reasonably priced.
    see sig.

    Comment

    • borked
      Totally Borked
      • Feb 2005
      • 6284

      #3
      Your crux is user bandwidth monitoring - good luck!!!
      I don't think it's possible, personally - to monitor bandwidth, you need to check in/out packets at the interface, and will not tell you what a single user is using, unless you assign dummy interaces for each user (not recommended).

      Alternatively, to use an Apache module, but this will only monitor an IP. Again, not good. A custom hack of the apache module may be possible, since you can set apache variables based on user, but I have no idea how to hack a module.

      You could do it another, less accurate way of ignoring all html bandwidth, and just monitor what they are downloading - and assuming that each download goes to completion... dodgy

      For coding work - hit me up on andy // borkedcoder // com
      (consider figuring out the email as test #1)



      All models are wrong, but some are useful. George E.P. Box. p202

      Comment

      • Adultnet
        Confirmed User
        • Sep 2003
        • 8713

        #4
        Hi mate,
        my icq is 502189, I will send you a msg once i get back home..


        TrafficCashGold Paying Webmasters Since 1996!

        Awesome Conversions! Fast Weekly Payments! Over 125 Tours!

        Comment

        • darksoul
          Confirmed User
          • Apr 2002
          • 4997

          #5
          Originally posted by borked
          Alternatively, to use an Apache module, but this will only monitor an IP. Again, not good. A custom hack of the apache module may be possible, since you can set apache variables based on user, but I have no idea how to hack a module.
          Its actually cake to track bandwidth usage per user from an apache module
          if you use .htaccess auth.
          1337 5y54|)m1n: 157717888
          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
          Cambooth

          Comment

          • Bozena X
            Confirmed User
            • Jul 2006
            • 1139

            #6
            Yeah, that bandwidth thing is tricky. I was talking to one guy who said that could be achieved by somehow adding up the sizes of the files transferred or something like that. I will contact Romans thanks HizAzPhun.

            Comment

            • Bozena X
              Confirmed User
              • Jul 2006
              • 1139

              #7
              Thanks for the help, please contact me via icq as soon as you can.

              Comment

              • Babaganoosh
                ♥♥♥ Likes Hugs ♥♥♥
                • Nov 2001
                • 15841

                #8
                Originally posted by HizAzPhun
                You should email: romans(a)adevel.com his team is amazing and reasonably priced.
                I second that. Romans is pretty sharp. I used to use him back when he charged what any eastern european coder would charge (he's Latvian). Now he's been dealing with webmasters with money and he's raised his prices significantly.
                I like pie.

                Comment

                • Bozena X
                  Confirmed User
                  • Jul 2006
                  • 1139

                  #9
                  Originally posted by Adultnet
                  Hi mate,
                  my icq is 502189, I will send you a msg once i get back home..
                  please do, lets talk

                  Comment

                  • Barefootsies
                    Choice is an Illusion
                    • Feb 2005
                    • 42635

                    #10
                    Originally posted by darksoul
                    Its actually cake to track bandwidth usage per user from an apache module
                    if you use .htaccess auth.
                    Exactamundo.
                    Should You Email Your Members?

                    Link1 | Link2 | Link3

                    Enough Said.

                    "Would you rather live like a king for a year or like a prince forever?"

                    Comment

                    • borked
                      Totally Borked
                      • Feb 2005
                      • 6284

                      #11
                      Originally posted by Barefootsies
                      Exactamundo.
                      per IP, but not per user...
                      as far as I can tell.

                      For coding work - hit me up on andy // borkedcoder // com
                      (consider figuring out the email as test #1)



                      All models are wrong, but some are useful. George E.P. Box. p202

                      Comment

                      • Bozena X
                        Confirmed User
                        • Jul 2006
                        • 1139

                        #12
                        Alright, we have a guy working on it right now. Thanks for the speedy responses!

                        Comment

                        Working...