SMF login application
Hey guys i was wondering if anyone knew how to make a login so that it checks the SMF login and it it correct, then you it lets you log in, if not then yea.... If anyone know how to do this, it would be great!
Is it your SMF site, or are you trying to make a login for someone elses site. In other words do you have access to ftp?
Yes i have full acsess to the FT.P It is my site
if I were you would use a httpwebrequst, and a php file. The php file will use _GET methods to confirm the password with the sql database, and return a result which will be checked with the request. You can always input sql into a executable, but I don't recommend it cause its laggy, and insecure.