I am trying to write login page code for the login button but can't find how to find a string in a .txt file. The only code I have managed to find on the subject is opening up the text file with the
FileOpen(1, "File location", OpenMode.Output)code, but even this would be best removed as it would open the text file containing all usernames and passwords within the file.
I need the system to search for a specific string within a file (
Usernames___Passwords.txt (159bytes)
Number of downloads: 189), and with that string find the password associated with it (in my attached example the letters/words after the apostrophe) but stopping at the end of the line.
Thanks in advance
Rainbow Evil

New Topic/Question
Reply




MultiQuote






|