login and password for control panel and webmail

Alidad

Guppy
Hi guys, I'm currently creating hosting website, i want to add two forms for member login to access control panel and web mail, does anyone have any source code or anything where they can access control panel from my hosting home page but not from cp.

And also does anyone have source code where i can put in login forms for member to access web mail from our home page but not from cp!

Alidad Modjtabai
[email protected]
 
this works for my cp

<form name="f_login" action="http://cp.yourdomain.com/psoft/servlet/psoft.hsphere.CP" METHOD="post" accept-charset="UTF-8">
<input type="hidden" name="action" value="login"><input type="hidden" name="ftemplate" value="design/login.html"><input type="hidden" name="requestURL" value="">
Login:&nbsp;<input type="text" class="forms" name="login" style="width:85;height:20">
P'word:&nbsp;<input type="password" name="password" class="forms" style="width:85;height:20">
<input type="image" src="imghost/enter.jpg" NAME="password" border="0">&nbsp;</form>
 
Back
Top