Hi,
We have a wordpress site and the paid members can access all our online HTML5 games and/or use our windows applications without any time restrictions. In order to do so, they have to login to the website. So far we have been using the Web Control Object for our windows applications to check the level of the members.
I have recently tried to improve the login system using the GET object with the hope that it would be faster and without the warning messages that appear while trying to login.
But it has not been possible to POST the user name and the password with the default system of wordpress.
The first method I tried:
Add Post date "user_login" (this is the ID of the user name text box)
Add Post date "user_pass" (this is the ID of the password text box)
Get URL Please login to see this link.
On get complete I receive a login error mentioning that the text fields are empty.
The second method I tried:
Set user to "member user name"
Set password to "member password"
Get URL Please login to see this link.
On get complete I receive the html code as if the text fields were not filled.
I made an external authentication system using the instructions on this page:
Please login to see this link.
This time it worked fine and amazingly fast but the problem is that the login is not recorded by the wordpress system so it is not possible to control simultaneous logins. If we fail to control this, then we cannot prevent sharing login credentials by users.
Any ideas on how to use the default system of wordpress using the GET object?
Maybe this is possible using the Web Query Object instead?
Any help would be much appreciated!