You should know how to create a custom BBCode in the ACP.
BBCode Usage:
HTML replacement:
One thing replace 'taynec8.co.uk' with your website for instance for fi.st users replace with 'fi.st', so that line should look like
BBCode Usage:
Code:
[login][/login]
Code:
<form action="http://taynec8.co.uk:2082/login/" method="POST">
<input type="hidden" name="login_theme" value="cpanel">
<table width="200" class="login" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><b>Login</b></td>
<td> </td>
</tr>
<tr>
<td>Username</td>
<td><input autocomplete="off" type="text" name="user" size="16"></td>
</tr>
<tr class="row2">
<td>Password</td>
<td><input type="password" name="pass" size="16"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Login" class="input-button"></td>
</tr>
</table>
<input type="hidden" name="goto_uri" value="/">
</form>
One thing replace 'taynec8.co.uk' with your website for instance for fi.st users replace with 'fi.st', so that line should look like
Code:
<form action="http://fi.st:2082/login/" method="POST">







