Hello C[[]], that's difficult to pronounce
I can help you out but I need to know what you are trying to do - specifically. You stated that you want and ftp login box. The login box on your site is not that. It is a regular login box (umm...parts of one

) that will allow someone to log in and be redirected to a specific page if successful. Is this what you want?
An ftp login box would allow users with a successful login to access everything on your site's back end, files, security, etc. and upload files, change pages, and basically have the run of your sites control. I'm not sure that is what you are looking for.
If a regular login box (that redirects to a specific page) is what you are looking for, it's relatively easy and I can send you code for that. The box that you have up there now uses the "post" method to check the password. That is a php function and requires a database be set up with query strings. That is a whole other ball of wax, so to speak. Also the "lost password" simply opens the user's email client to send a request as if the passwords were assigned and not chosen.
I can help but I need to know exactly what your trying to do. You have code related to that login box with, basically, three different types of form methods.
Help me help you.
