Make a cPanel Login BBCode

Comkid

Addicted
Joined
May 23, 2009
Messages
819
Reaction score
0
FP$
2,117
You should know how to create a custom BBCode in the ACP.

BBCode Usage:
Code:
[login][/login]
HTML replacement:
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>&nbsp;</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">
 
Yea, you totally didn't bring back 1 year old topic.

Anyway, which software is this for?
 
death180 said:
Yea, you totally didn't bring back 1 year old topic.

Anyway, which software is this for?
Well, any which has BBCode activated.
 
Good code. 🙂 Nice for hosting sites.
 
How not? Its in the title Cpanel BBcode. And it says in the first post the one little bit of the code you need to edit which is the URL. I don't think it can be explained any more clear then what is said.

If you need to use it for something and cant get it to work simply reply here.

But it can be used to place on a PHPBB forum or some kind if you aint using XHTML.
 
A tutorial is supposed to go in depth and EXPLAIN things usually step by step. This is a title which doesnt make sense "Make cpanel login bbcode" huh? What would the point of that even be?

Then its one sentence and a bunch of code that says "you should know how to do this"

Might be confusing to LOTS of people
 
Step One:

Get the code.

Step Two:

Edit the URL in the code to your own URL.

Step Three:

Place it where you want to use it for.

This code can be used for allowing your clients or yourself to login into their or your's Cpanel control panel.

:great:
 
I agree. If any one has a hosting company on phpbb, this would be a good code for them.
 
Great job on the code 😉
I might use it someday if I ever start using PHPBB as a PTH services 😉
 
Now there's an original idea I've never seen used on a forum before. Awesome work! 🙂
 
Back
Top Bottom