[cPanel] Remote Login

Skyline4life

New Member
Messages
894
Reaction score
0
Points
0
Code:
<b><u>X10hosting Forum Login:</u></b><br>
<form action="http://www.x10hosting.com/login.php" method="post" target="_top">
Username:<input type="text" name="username" size="25" maxlength="40" value="" /><br>
Password:<input type="password" name="password" size="25" maxlength="32" /><br>
<input type="hidden" name="redirect" value="" /><input type="submit" name="login" class="mainoption" value="Log in" />
</form>
just put that code where you want to log in on your site...
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Re: Wanna log into X10 from your site?

cool script...
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Re: Wanna log into X10 from your site?

have you tested it b4?

Im just wondering...
 

Maurice

New Member
Messages
1,930
Reaction score
0
Points
0
Re: Wanna log into X10 from your site?

nforchange said:
have you tested it b4?

Im just wondering...


Let me guess, your wondering that the script sends the account info too someone else? The script doesn't look harmful, but still, hackers/coders these days....
 

Origin

New Member
Messages
1,082
Reaction score
0
Points
0
Re: Wanna log into X10 from your site?

Why do you even need that? o_O
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Re: Wanna log into X10 from your site?

ademonicbaby said:
Let me guess, your wondering that the script sends the account info too someone else? The script doesn't look harmful, but still, hackers/coders these days....

not that... It would be useful for my site...
 

Maurice

New Member
Messages
1,930
Reaction score
0
Points
0
Re: Wanna log into X10 from your site?

Couldn't you just link them here?
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Re: Wanna log into X10 from your site?

ademonicbaby said:
Couldn't you just link them here?

i can but it is for a personal project im start soon...

have a great week........
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Re: Wanna log into X10 from your site?

POST requests from foreign hosts are not allowed.
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Re: Wanna log into X10 from your site?

Skyline4life said:
What? :blink:

that is what appeared when i tried to login....

*4*
 

Skyline4life

New Member
Messages
894
Reaction score
0
Points
0
Re: Wanna log into X10 from your site?

nvm didnt work for me...

This script sucks, dealte it..
 

Conquester777

New Member
Messages
180
Reaction score
0
Points
0
Re: Wanna log into X10 from your site?

something i do, is i have my own custom homepage. i dont hafta put in passwords or usersnames, i just click buttons (altho if somebody viewed the source of my homepage they'd have all my passwords).

the code there is useful like that. you could also add your username as default:


<form action="http://www.x10hosting.com/login.php" method="post" target="_top">
Username:<input type="text" name="username" size="25" maxlength="40" value="USERNAME[/red]" /><br>
Password:<input type="password" name="password" size="25" maxlength="32" /><br>
<input type="hidden" name="redirect" value="PASSWORD[/red]" /><input type="submit" name="login" class="mainoption" value="Log in" />
</form>




oh, and neither code has anything to do with hackers or crackers at all :p if you use the first code, the danger isn't any different than if you log in normally.
 

Tyler

Retired Staff
Messages
8,564
Reaction score
0
Points
0
Re: Wanna log into X10 from your site?

Nice script, Ill have to check it out :)
 

Conquester777

New Member
Messages
180
Reaction score
0
Points
0
Re: Wanna log into X10 from your site?

nforchange said:
POST requests from foreign hosts are not allowed.
it's up to the x10hosting staff if they allow this; that error message sounds like they don't...

but if it worked for others...
 
Top