I created a "Login to Kloxo-MR" button on the client area of WHMCS to auto login Kloxo-MR.
The following is my code:
<form method="post" action="http://127.0.0.1:7778/lib/php/" target="_blank">
<input type="hidden" name="frm_clientname" value="admin">
<input type="hidden" name="frm_password" value="12345">
<input type="submit" value="Login to Kloxo-MR">
</form>
However when I click it, it returns:
*** Token not match. No permit for remote login. Go back to login page ***
I noticed there is a input named 'frm_token'.
Then I viewed the topic:
kloxo-mr-technical-helpslogin-fail-attempsmsg54368.html So I ran the commands on my server:
touch /usr/local/lxlabs/kloxo/httpdocs/lib/php/no_need_token
sh /script/restart -y
But still the problem.
What should I do? Thank you.
