Originally posted by GlitcherzHD
Need Help In Vb willing To Pay so what i need done is a register/login system with unlimited accounts that uses somesort of ftp server
message me on skype for details live:andrewkelly1500
You don't use FTP for a login/register system. Unless your program is fully encrypted and secure, do not put any sort of login credentials inside your tool.
A good tip: Save $5 every month, and rent your own server from DigitalOcean. Or get a free one and deal with horrible hosting. There's different ways you can make the login/register system. Try C#/PHP communication, and then checking a mysql db to see if the login is correct.