Jump to content

Best solution for implementation??

- - - - -

  • Please log in to reply
7 replies to this topic

#1
graphicsman

graphicsman

    Newbie

  • Members
  • PipPip
  • 21 posts
Im looking into creating a website. Ive done several many times, but this task is completely new for me. Im needing a way i can allow a user to be created, i can approve, ban, or reject them. Once approved they will be able to send files and drop them to an FTP designed just for them where i can go and review the files. How in the world should i go about learning this?? Need to have this up and running by Jan 1st 2012. Ideas please.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Do you know PHP, HTML, CSS, and JavaScript?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
graphicsman

graphicsman

    Newbie

  • Members
  • PipPip
  • 21 posts
Working on learning PHP

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
You will also need SQL.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
graphicsman

graphicsman

    Newbie

  • Members
  • PipPip
  • 21 posts
any good tutorials, threads, or books out there on this??

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
W3Schools Online Web Tutorials
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
Steve Davis

Steve Davis

    Newbie

  • Members
  • Pip
  • 4 posts
I think the PHP (pre-hyper processor programming language) would be same for the purpose.You must try this one.

#8
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
If you are asking for but a few files, it would make sense to handle the uploads via PHP alone.

Maintaining FTP accounts is difficult (or impossible for most projects in a lot of cases) unless you really do require many files to be uploaded by the user, and opens up various security concerns.

Of course unless I knew any more than I do now about your goal, I would not suggest otherwise. A CMS could be useful, which can have moderated users and allow uploads.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users