Jump to content

Loign Screen that validates the UN and Password (ADVANCE)


liten
 Share

Recommended Posts

Basicly, i need help making a Login that validates te UN and PW from my sever Databse,

such as

websites do or other programs that require you to login from scratch, this forum has helped me complete MANY projects, and i just ask its help for this one

My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]

Link to comment
Share on other sites

So you want to have a login for your program using your existing server.

You will need to have a way to access your database (which asks the question, which is it?). You will need a GUI to get the username and password (see my sig for _LoginBox, should make it easier), and then a way to connect to your database. The easiest way is to do this using the following:

Func OnAutoItStart ()
;Code goes here
EndFunc

Then you can continue the rest of the program.

I hope this helps.

Cheers,

Brett

Link to comment
Share on other sites

Heres the thing all the files are going to be on my server except the login, so i will need to stream from the login if they get in, or what?

and i need a way to read my database correct, how about mysql, is that intergrated into AutoIt,

My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...