Add to Favorites
Hosting Discussion
 

Hosting Discussion > Web Hosting Forums > Website Development & Design > Login box for cPanel on your website
forgot password?


Reply


Old
  Post #1 (permalink)   12-21-2003, 10:05 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Hey,
The code below might be useful for some hosts that want a login box on their website to allow their users to login to their cpanel account.

Quote:
<script type=text/javascript>

function cp_go( the_form ) {

if ( !the_form.username.value || !the_form.password.value )
{ return; }

location = 'http://'+the_form.username.value+':'+the_form.password.va lue+'@'+the_form.server.value+':2082/';

}
</SCRIPT>


<form action="cplogin">
<td valign="top" height="100%">
<INPUT class="input_field" type="hidden" name="server" value="the name of the server ">
</input><br>
<input type="text" class="input_field" name="username" style="width:130" size="20">
<input type="password" class="input_field" name="password" style="width:130" size="20"><br>

<input type="button" value="Login" onClick="cp_go(this.form)">
</form>
 
 
 


Old
  Post #2 (permalink)   12-21-2003, 10:25 AM
HD Wizard
 
Join Date: Sep 2003
Location: Nova Scotia, Canada
Posts: 1,415

Status: GordyMac is offline
Aww.. I could never get it to work right.. good work.
 
 
 


Old
  Post #3 (permalink)   12-21-2003, 10:41 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Did that work for you?
There are a few ways of doing it, I tried a few for my own site, havent put it on my new site yet though but will be adding it soon
Think a lot of people would want to use that for their customers
 
 
 


Old
  Post #4 (permalink)   12-21-2003, 12:27 PM
HD Wizard
 
Join Date: Sep 2003
Location: Nova Scotia, Canada
Posts: 1,415

Status: GordyMac is offline
Didn't try it.. not a big use to me anymore.. but it seems fine.
 
 
 


Old
  Post #5 (permalink)   12-21-2003, 01:00 PM
HD Guru
 
Join Date: Oct 2003
Posts: 579

Status: Francisco is offline
It seems good, but'll have to ask my Designer to Include it
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On