Hello,
Several months ago I added all of the login tools to my site that are on the BlueVoda screen. Everything works well. But the user info is not present in my database for me to query. Yes, I have my admin page set up and I can view user names there that signed up. But I cannot view their password info. I think you said the user info fed to your login scripts is kept in a flat file and not a database. Is there a way I can view my flat file? Either directly or maybe export it to my database somehow so I can query on it? Or is there a way I can add $password to my admin page?
I see your source file is called loginadmin.php. Can you make another version of it that will show the password info and tell me the name so I can substitute that in my HTML?
Your help is greatly appreciated and thanks for your easy to install login screen tools!
Doug
Several months ago I added all of the login tools to my site that are on the BlueVoda screen. Everything works well. But the user info is not present in my database for me to query. Yes, I have my admin page set up and I can view user names there that signed up. But I cannot view their password info. I think you said the user info fed to your login scripts is kept in a flat file and not a database. Is there a way I can view my flat file? Either directly or maybe export it to my database somehow so I can query on it? Or is there a way I can add $password to my admin page?
I see your source file is called loginadmin.php. Can you make another version of it that will show the password info and tell me the name so I can substitute that in my HTML?
Your help is greatly appreciated and thanks for your easy to install login screen tools!
Doug
Comment