Hi!
I'm currently trying to get a login-script to work implemented to my site.
Though,ispCP is making it loop/trrowhs error's.
the code im using to get the login box is copy/pasted from the original login.
Code:
<form name="frm" action="http://panel.mydomain.com/index.php" method="post">
<img src="images/user.png" alt="UserIcon"/> <input type="text" name="uname" id="uname" value="" maxlength="255" tabindex="1"><br />
<img src="images/lock.png" alt="PasswordIcon"/> <input type="password" name="upass" id="upass" value="" maxlength="255" tabindex="2"><br />
<input type="submit" name="Submit" value="Login" tabindex="3">
</form>
So,that aint that exiting is it?
in ispCP i already switched off the `Prevent external login´ function.
Still,when i use to login use code above,
i´ll get a error: " Gebruiker is al ingelogd of er is een session sharing probleem. Afgebroken..."
(In english that would be: There is a session sharing problem,Canceled." or something)
is there some-kind of cheking going on that i havent seen?
Or any other way arround for doing this?
Thanks for reading,
XK