MyBB Community Forums

Full Version: Where the member password and username stored
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there, I am having problems finding where people usernames are stored, I have created a tool in C# which involves member signing with the information there using on my site. I did all the coding side of it but my problem is I can't find find were there accounts are stored. Could some point me in the correct direction please.

example of the codding:

ftp ftpClient = new ftp(@"FTP Host name", "FTP UserName", "FTP Password");
byte[] Info = ftpClient.downloadByte("Accounts/" + textBox2.Text + "/" + textBox2.Text + ".bin");