Hey Boys

Started by Hymen_Slaughter · 9 posts · 1,407 views

  1. #1
    Anyone of you web page junkies have a little time?
    I'll make a donation to GRB in yur name or pay you directly if you'd be willing to put a few pages together for me. Thought I'd come here 1st and ask some of you gurus, before I paid a company to do it.
    I need a sql database login page. Or something that works the same I know I can't use .asp. From their I would need 5-6 accounts that would, after logged in, open a unique directory. I need this for easy file transfer between a few companies and myself.
    This is the way I think it would work. Company "A" logs in and they go to company "A" directory and can't access company "B"'s directory. so on and so forth.
    It can't be to hard for someone that knows how to do it. But it's F'ing Chinese to me. Looked at it for to long today and gave up.
    Anyone of you have time and or capabilities to do this? If so tell me what ya might want for your services beside a blow job, I'm referring to $!
    I have to have this by the end of the week or I am going to pay some company to do this for me.
    email me [email protected] or reply to this then I"ll give you my # and give you the info ya need to get on the server and the sql server.


    Hopefully one of these days I'll get back around here. I just lost my last position so I'm trying to make something a little different work that might give me more time.
    Thanks guys!
  2. #2
    I am assuming this is for an FTP deal?

    If so why not use a WS-FTP type program. Or are we talking an actual login to a webpage that takes you each to a different webpage..

    Hrmm that makes more sense as to your question. I will go and sit in the corner now.
  3. #3
    Is the web server a UNIX system running Apache and do you have access to make system changes?
    You also said there will only be a few accounts needed?

    Do you only need company A to be able to access a page and company B another?

    How about a simple prompt for a user name and password to access a specific page? So have company A got to one page and company B to another. If A, or anyone, tries to log onto Company B's page it simply would not work as they would not know the user name or password.

    Anyway if the above will do and it is running on Apache try using .htaccess. Here is a page that explaines it fairly well.
    http://apache-server.com/tutorials/ATusing-htaccess.html
  4. #4
    Hymen,

    I got ya covered bro. I found a great open source solution for this the last time you asked. I'll throw up a demo and you can see if it meets your needs.

  5. #5
    Yeah Paladin thats what I'm looking for.
    As far as company A not being able to access what is in Company Bs area.
    I think it's Unix and not sure about apache. Service is through 1and1

    Alright Atomm Thank you.

    Basically I'd like to have the customer login, then depending on who logs in it takes them to their directory.
  6. #6
    Hymen,

    I went and looked at the program I was talking about. It doesn't have user management. I did some searching for something like this that was free. I found one that looked perfect, but their webpage is gone. 🙁

    There appears to be a bunch of paid scripts that do this. I'll look some more.

    Also, if you PM me your login info, I'll see if there is any sort of work around you can do with 1 and 1's control panel. With the control panel I have, you can put users and passwords on any directory you want. That might do the trick as a work around.

  7. #7
    This may work.

    http://www.litoweb.net/pfn2/

    How big are these files? Uploading via HTTP aka web can have problems depending on how your server is configured. There is a timeout setting that will cause all sorts of problems if it's set low and you are trying to upload a big file.

  8. #8
    That won't work as the file are going to be prints that can not be shared by anyone else. I will be signing a confidentiality agreement.
    I do have the ability to set up folders with user name and password. Although when for instance you go to the specified folder there is no option to sign in.
    I will pm you the info.
  9. #9
    Well to close this topic out I found the admin tool that comes with the sever. A, frontpage extension thing, that allows me to create folder and give specific right to with use names and passwords. Thanks though guys.