Hi, I have some questions.
1. I have my own web site running WP (in subdirectory), alongside with my own website. I am trying to find a function (not wp functions), which can check if any Wordpress installations exist.
I need this function to determine the login page (my own login or wp-login).
2. I need to get the user password from WP-DB, to copy it to my web sites own database or need to crypt the password like wp does, to make my own users table and wp_users table synchronized.
Is there any way to these? And how can i do them. Any help appreciated.