AutoItKing Posted March 15, 2007 Posted March 15, 2007 (edited) Put the user info in INI's instead of using a database server. It will store the user info in a folder of your choice specified in the config.ini file.It will also encrypt the password with the password. So in order to find out what the password is, you need to know the password.You can change the login2 area at the bottom of the code to w/e your site is. But keep the code that is already there.Enjoy! (please)ReadMe:In order for this script to work you will need Web Based AutoIt. You may use any CGI enabled server.You must:create a folder to put the INI's in. This is where it will store the INI's.create an INI with the name "config" in the same directory as the au3 file(s).The INI structure:[config] usersdir=C:\users\;or where ever else you put it.Download:Single File:singlefile.au3Four Files: - Ask me for it. Edited May 1, 2009 by AutoItKing http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
AutoItKing Posted March 15, 2007 Author Posted March 15, 2007 What, no replies? You people hate me. HATE ME!!! I'm gonna go cut myself now.... ok maybe not. But seriously. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
testingtest Posted March 15, 2007 Posted March 15, 2007 What, no replies? You people hate me. HATE ME!!! I'm gonna go cut myself now.... ok maybe not. But seriously.maybe you can make a web example and I don't know were to get the web include or is that were I put my website name
AutoItKing Posted March 15, 2007 Author Posted March 15, 2007 I can't since I am behind a router, and not allowed to port forward. Educate yourself here. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
AutoItKing Posted March 16, 2007 Author Posted March 16, 2007 Thanks buddy! http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
testingtest Posted March 16, 2007 Posted March 16, 2007 I can't since I am behind a router, and not allowed to port forward. Educate yourself here.I got wireless connection that is behind a router so I don't think it will work for me
NELyon Posted March 16, 2007 Posted March 16, 2007 Done!Sign up:http://rockturn.co.nr/signup/signup.ahpLog in:http://rockturn.co.nr/signup/login.ahpI, as well as TheGuy0000, are experienced in this. I could show you how to make this whole thing into one file if you want. (I'm starting to remember how you kept on hijacking my old text editor thread, time to get you back!)
AutoItKing Posted March 16, 2007 Author Posted March 16, 2007 I could make it one file myself. But for now it will remain in four! I'll do it later. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Cookie20 Posted March 16, 2007 Posted March 16, 2007 I could make it one file myself. But for now it will remain in four! I'll do it later.Why not let D-Generation make it into one file? I mean if he really wants.
AutoItKing Posted March 16, 2007 Author Posted March 16, 2007 (edited) No, he wants to "show" me how to do it. Not do it himself. And I'm doing it myself right now. Edited March 16, 2007 by AutoItKing http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Cookie20 Posted March 16, 2007 Posted March 16, 2007 (edited) No, he wants to "show" me how to do it. Not do it himself. And I'm doing it myself right now.wow that was fast, I though you was gonna wait a while XD, But you didn't want him to steal your fame ofc Edited March 16, 2007 by Cookie20
AutoItKing Posted March 16, 2007 Author Posted March 16, 2007 Nah, I'm just so god damn bored. But I finished. See the first post please! http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
AutoItKing Posted March 16, 2007 Author Posted March 16, 2007 (edited) Made some important changes to both versions. Edited March 16, 2007 by AutoItKing http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
AutoItKing Posted March 17, 2007 Author Posted March 17, 2007 Made a few more changes. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
McGod Posted March 17, 2007 Posted March 17, 2007 A couple critcal issuesAnyone who knows the username of someone can get there passwordPasswords aren't encryptedMaking it a very easy to beat system. I used MD5 to encrypt the passwords then compare them to the stored vers. Also keep the users/ out of the public web folder. [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
AutoItKing Posted March 17, 2007 Author Posted March 17, 2007 Hmmm.... I'll put that into consideration. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
AutoItKing Posted March 17, 2007 Author Posted March 17, 2007 I fixed it. It will now store the user info in a folder of your choice specified in the config.ini file. It will also encrypt the password with the password. So in order to find out what the password is, you need to know the password. Hope that helps! http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
AutoItKing Posted March 21, 2007 Author Posted March 21, 2007 I'm starting to use sessions for this, I should be able post an example within a week or so. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
AutoItKing Posted April 3, 2007 Author Posted April 3, 2007 I'm starting to use sessions for this, I should be able post an example within a week or so.Ok then, apparently I'm having some difficulty with this. I'm working on a whole profile system for it, and it's a lot of work. Maybe I should just stop. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now