html page to direct admin

roylepython

Verified User
Joined
Jun 8, 2006
Messages
5
Location
Dundee
we are thinking of creating a html login (which we already have at www.rpssolutions.net) on our main site which diverts to our direct admin login on our server (<domain>:2222 but auto does the login for us is this possible ??????? ind if so whats the html or php coding for it
 
Thats Great but .........

our site uses a image silces into nested tables we nearly managed to crack it by form

<form action="https://www.rpsserver.com:2222/CMD_LOGIN" method="post" name="login">

<input name="username" type="text" class="tablestyle" value="username" maxlength="26">

<input name="password" type="password" class="tablestyle" value="password">

<input name="FAIL_URL" type="hidden" value="http://www.rpssolutions.net">

<input type="image" name="Submit" src="images/index_18.gif" width="71" height="24" class="buttonstyle" value="Login">

</form>

this worked fine but it knocks our whole web set out of sync
im gonna try and modify this one to the one u send me hopefully i can sort something
 
Back
Top