Hello, each time i have to edit my site i go to zeebaah.x10hosting.com:2082
but are there any way to put the login thing from that onto my site?
if there are then please help me
as i tend to forget the numbers![]()
Hello, each time i have to edit my site i go to zeebaah.x10hosting.com:2082
but are there any way to put the login thing from that onto my site?
if there are then please help me
as i tend to forget the numbers![]()
what do u mean?
Suggestion: If you want to create a redirection you can create a new directory like http://zeebaah.x10hosting.com/cpanel and then create an index.html inside it with the foollwing code:
<meta http-equiv="refresh" content="0;url=http://zeebaah.x10hosting.com:2082">
So when you go to http://zeebaah.x10hosting.com/cpanel it will redirect you to ur cpanel.
If u find my post useful u can help me by adding to my reputation
Edit:
another simple suggestion is to bookmark the url!!!!
Last edited by Teensweb; 02-04-2009 at 06:59 AM. Reason: Automerged Doublepost
Why can't you just put a link to www.zeebaah.x10hosting.com:2082 on your website? You could hide it on a graphic object or text. Even if someone else were to click it, they still wouldn't be able to access cPanel without your password.
And if you can't remember your username & password, you could write that somewhere on your site as well. Make sure you disguise it well, though, so no-one else knows what it's for.
Or did you mean something else?
For great installation & servicing of Audio Visual systems & equipmentinc. LCD & Plasma Screens, Loudspeakers, Projectors, Aerials & Satellite Dishes, Lighting effects & controllers, Hifi, Amplifiers, Surround Sound, Home Cinema & Video etc-: based around Plymouth, Devon, or anywhere in the southwest of the UK, visit :-
I did say disguise it. If you can't manage this adequately, then yes, you would deserve a break in. However, some of us obviously must have more ingenuity in this area than you could muster. ;)
Edit:
Here you go, my credit card 4-digit PIN is in here, help yourself! ;
95r7072123724 0 c20yc42460
7850nc0570rn050766224848
279750275 n070 0207224884
9925065202650265020 n024
2040n 20402n00222dk027278
0247mc02470740mcc0470740
470ccn074047c-824072070-27
27402cm0c720740272407497
209097402920c0092xm04027
7t49549881002579650y39366
Last edited by zen-r; 02-04-2009 at 07:35 AM.
For great installation & servicing of Audio Visual systems & equipmentinc. LCD & Plasma Screens, Loudspeakers, Projectors, Aerials & Satellite Dishes, Lighting effects & controllers, Hifi, Amplifiers, Surround Sound, Home Cinema & Video etc-: based around Plymouth, Devon, or anywhere in the southwest of the UK, visit :-
I mean something where i just have the login box at my page at www.zeebaah.x10hosting.com/start.html
so it would just be on there.
You could have gotten that if you owned x10. But since is a database thing, I don't see the possibility of you getting the login box at your site. By the way, what is weird about going to the cpanel and logging in. is just a matter of adding 2082 to your address. Afterall, there is much security risk having that box. That cpanel login is there for security sake. Don't make yourself that vulnerable.
Try using the html iframe function :]
Might work, but never tested it.
Good Luck
CLICK HERE to Thank Me.
(You must be logged in into forums.)
Not sure if it will work but why not try this.
make a form with a textbox field(name=user) another one with name = pass
and the action of the form point it to http://www.zeebaah.x10hosting.com:2082/login/
------------------------------------------------------------------------------------------
If you have any troubles with a website or a script, just send me a pm.
I also code websites in xHTML/css, can code javascript and php too if needed
would it be 2040?
and for your help. this might or might not work, depending on the how cPanel validates logins
HTML Code:<form action="http://www.x10hosting.com:2082/login/" method="POST"> <input type="hidden" name="login_theme" value="x10"> <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>
Last edited by diabolo; 02-04-2009 at 04:16 PM.