skshost
04-21-07, 07:30 AM
I'm currently developing a custom backend for myself and employees. The purpose is to bring my live chat, company webmail, WHMcs, ect. into one login.
I have successfully put this user management/web host system site together except for 1 thing...
It wasn't the case with all the other scripts/apps I use, but I can't seem to login to WHMcs outside of "myhost.com/whmcs/admin/login.php".
<form method="post" action="http://myhost.com/whmcs/admin/dologin.php" name="frmlogin" target="_blank">
Username: <input type="text" name="username" size="30">
Password: <input type="password" name="password" size="30">
<input type="submit" value="Login" class="button"><input type="checkbox" name="rememberme"> Keep me logged in until I logout
Forgotten your password? Click Here (http://myhost.com/whmcs/admin/login.php?action=remind)
</form>
That doesn't even work, and now I'm starting to worry that I won't be able to do it. :cry:
Any help is appreciated.
Thanks!
I have successfully put this user management/web host system site together except for 1 thing...
It wasn't the case with all the other scripts/apps I use, but I can't seem to login to WHMcs outside of "myhost.com/whmcs/admin/login.php".
<form method="post" action="http://myhost.com/whmcs/admin/dologin.php" name="frmlogin" target="_blank">
Username: <input type="text" name="username" size="30">
Password: <input type="password" name="password" size="30">
<input type="submit" value="Login" class="button"><input type="checkbox" name="rememberme"> Keep me logged in until I logout
Forgotten your password? Click Here (http://myhost.com/whmcs/admin/login.php?action=remind)
</form>
That doesn't even work, and now I'm starting to worry that I won't be able to do it. :cry:
Any help is appreciated.
Thanks!