|
Stats |
Total Members: 597 [241] Total Tutorials: 284 Newsest User: andrerds Todays Unique Hits: 90
|
|
|
Main Content |
| Tutorial: Cpanel/webmail Login By James |
Place in between <head></head> tags:
<script language="Javascript">
//please leave this credit in
//coded by XEWeb - www.xeweb.net
//please set the full URL below
function login() {
//Enter full URL of your site
var url = "http://www.yourdomain.com";
var port = document.login.port.value;
window.location.href = url+":"+port+"/login/";
}
</script>
Use this HTML form for login:
<form name="login" method="post" onSubmit="javascript:login()">
Username: <input type="text" name="user">
<br>Password: <input type="password" name="pass">
<br><select name="port"><option value="2082">cPanel</option><option value="2095">Webmail</option></select>
<br><input type="submit" value="Log In">
</form>
|
Difficulty: Easy
Views: 631
|
|
|
Comments |
|
There are currently no comments for this tutorial. |
|
Add Comment |
|
You must be logged in to post a comment. |
|
|