FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

How do I add a Hotmail login to my site? 20 FRIH$

 


heady233
Okay people, this might be tough. Very Happy
If you look at the login form on the left side of my site, you will see that I setup Windows Custom Domains for it. The code they gave me was just a link to Hotmail, but I want my site's form to be the login itself. But, so it only works for people who signed up on my site, I want to add some sort of hidden tag that adds "@the-yeah-gang.com" to the end of anything you type in the username box. But if someone types "@the-yeah-gang.com" manually in the username box, I want that to work too. Any idea on how to do this? Also, I'll pay 20 FRIH$ to whoever finds the solution to this.


Last edited by heady233 on Wed Aug 02, 2006 4:22 pm; edited 3 times in total
venc
hey, I want to know, who made your sites layout, and how? also, nice site man.
heady233
venc wrote:
hey, I want to know, who made your sites layout, and how? also, nice site man.
Thanks for the comment. My site was created by http://www.4templates.com. I have no idea how they made it, but I like it. Anyway, back on topic, does anyone know how to add a hotmail login like I have asked above.
TomS
Code:
<form name="f1" action="https://login.live.com/ppsecure/post.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1031&_lang=DE&bk=1154467709" onsubmit="return OnSigninSubmit(this);">
<input type="hidden" id="i0326" name="PPSX" value="Passpor"/>
<input type="hidden" name="PwdPad" id="i0340" value=""/>
<table cellpadding="0" cellspacing="0" class="css0086">
<tr><td class="css0144"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td class="css0002">Bei Hotmail anmelden</td><td valign="middle" align="right" class="css0029"><nobr><a href="javascript:DoHelp('NoPHKeyWord','','1031','DH_MSN,1031','','400');" id="i1055">Hilfe</a></nobr></td></tr></table></td></tr>
<tr><td class="css0145"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td class="css0119" colspan="2"><table cellpadding="0" cellspacing="0" id="i0519" style="display:none;" class="css0113">
<tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Fehlersymbol" id="i2017"/></td><td class="css0149"><span  class="css0023">Geben Sie Ihre E-Mail-Adresse im folgenden Format ein: IhrName@beispiel.com. <a href="javascript:DoHelp('PPSlhlpd','','1031','DH_MSN,1031','','400');" id="i1056">Benötigen Sie Hilfe bei der Anmeldung?</a></span></td></tr></table></td></tr>
<tr><td valign="top" class="css0059" align="right"><label for="i0116">E-Mail-Adresse:</label></td><td valign="top" class="css0093"><input name="login" type="text" id="i0116" maxlength="113" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /></td></tr><tr style="display:none;" id="i0512"><td class="css0096" style="font-size:1px;">&nbsp;</td><td class="css0097"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Fehlersymbol" id="i2017"/></td><td class="css0149"><span  class="css0023">Diese Informationen sind erforderlich.</span></td></tr></table></td></tr>
<tr><td valign="top" class="css0059" align="right"><label for="i0118">Kennwort:</label></td><td valign="top" class="css0093"><input name="passwd" type="password" id="i0118" maxlength="16" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /><div class="css0064"><a href="https://login.live.com/resetpw.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=DE&bk=1154467709&lc=1031" id="i1011" >Kennwort vergessen?</a></div></td></tr></table><div class="css0170" align="right"><nobr><input name="SI" id="i0011" type="submit" value="    Anmelden    " class="css0088"  /></nobr></div></td></tr>
<tr><td class="css0146"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0136" value="1"  /></td><td valign="top" class="css0041"><label for="i0136">Meine E-Mail-Adresse und mein Kennwort speichern</label></td></tr>
<tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0137" value="2" checked /></td><td valign="top" class="css0041"><label for="i0137">Meine E-Mail-Adresse speichern</label></td></tr>
<tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0138" value="3"  /></td><td valign="top" class="css0041"><label for="i0138">Immer nach meiner E-Mail-Adresse und nach meinem Kennwort fragen</label></td></tr></table>

</form>


Gotta change Language. And the ID of the script. (DE replace it with EN).
heady233
TomS wrote:
Code:
<form name="f1" action="https://login.live.com/ppsecure/post.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1031&_lang=DE&bk=1154467709" onsubmit="return OnSigninSubmit(this);">
<input type="hidden" id="i0326" name="PPSX" value="Passpor"/>
<input type="hidden" name="PwdPad" id="i0340" value=""/>
<table cellpadding="0" cellspacing="0" class="css0086">
<tr><td class="css0144"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td class="css0002">Bei Hotmail anmelden</td><td valign="middle" align="right" class="css0029"><nobr><a href="javascript:DoHelp('NoPHKeyWord','','1031','DH_MSN,1031','','400');" id="i1055">Hilfe</a></nobr></td></tr></table></td></tr>
<tr><td class="css0145"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td class="css0119" colspan="2"><table cellpadding="0" cellspacing="0" id="i0519" style="display:none;" class="css0113">
<tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Fehlersymbol" id="i2017"/></td><td class="css0149"><span  class="css0023">Geben Sie Ihre E-Mail-Adresse im folgenden Format ein: IhrName@beispiel.com. <a href="javascript:DoHelp('PPSlhlpd','','1031','DH_MSN,1031','','400');" id="i1056">Benötigen Sie Hilfe bei der Anmeldung?</a></span></td></tr></table></td></tr>
<tr><td valign="top" class="css0059" align="right"><label for="i0116">E-Mail-Adresse:</label></td><td valign="top" class="css0093"><input name="login" type="text" id="i0116" maxlength="113" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /></td></tr><tr style="display:none;" id="i0512"><td class="css0096" style="font-size:1px;">&nbsp;</td><td class="css0097"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Fehlersymbol" id="i2017"/></td><td class="css0149"><span  class="css0023">Diese Informationen sind erforderlich.</span></td></tr></table></td></tr>
<tr><td valign="top" class="css0059" align="right"><label for="i0118">Kennwort:</label></td><td valign="top" class="css0093"><input name="passwd" type="password" id="i0118" maxlength="16" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /><div class="css0064"><a href="https://login.live.com/resetpw.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=DE&bk=1154467709&lc=1031" id="i1011" >Kennwort vergessen?</a></div></td></tr></table><div class="css0170" align="right"><nobr><input name="SI" id="i0011" type="submit" value="    Anmelden    " class="css0088"  /></nobr></div></td></tr>
<tr><td class="css0146"><table cellpadding="0" cellspacing="0" class="css0113">
<tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0136" value="1"  /></td><td valign="top" class="css0041"><label for="i0136">Meine E-Mail-Adresse und mein Kennwort speichern</label></td></tr>
<tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0137" value="2" checked /></td><td valign="top" class="css0041"><label for="i0137">Meine E-Mail-Adresse speichern</label></td></tr>
<tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0138" value="3"  /></td><td valign="top" class="css0041"><label for="i0138">Immer nach meiner E-Mail-Adresse und nach meinem Kennwort fragen</label></td></tr></table>

</form>


Gotta change Language. And the ID of the script. (DE replace it with EN).
Sorry, you didn't do what I asked in the post above. So, no 20 FRIH$ for you. Also, I forgot to mention it has to be in english. I am 11 in the USA, I can't read anything else. lol
dan751
A suggestion if you want to setup Windows Custom Domains for your site, but, want the login page to remain on your site, you could you frames. My website currently has frames (for now). Frames can be good in many ways, but they can also be a hinderance.
bugra9
Try this code.
Code:
<!-- ServerInfo: BAYPPLOGN2A22 2006.07.13.17.08.44 Live1 Unknown LocVer:0 -->
<!-- PreprocessInfo: ppbuild:PASSBLD08, Tue 05:16:2006-18:02:34.40 -- Version: 4,000,5816,0 -->
<html dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1254"/><base href="http://login.live.com/pp400/"/><noscript></noscript><title>Oturum Aç</title><meta name="PageID" content="i5030"/><meta name="SiteID" content="2"/><meta name="ReqLC" content="1055"/><meta name="LocLC" content="1055"/><script type="text/javascript">window.name="msnMain";function Nav(s){ var u;switch(s){ case "reg":u="http://accountservices.passport.net/reg.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=TR&bk=1154499282&cru=http://login.live.com/login.srf%3fid%3d2%26svc%3dmail%26cbid%3d24325%26msppjph%3d1%26tw%3d0%26fs%3d1%26fsa%3d1%26fsat%3d1296000%26lc%3d1055%26_lang%3dTR&lc=1055&sl=1";break;case "support":u="http://accountservices.passport.net/CustomerSupport.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=TR&vv=400&lc=1055&sl=1";break;}document.location=u;}var g_bFS=false;function OnBack(){}</script><link rel="stylesheet" type="text/css" href="CSS/WEBblue1055.css?x=4.0.5610.0"/><style type="text/css" media="screen">.css0086
{border:1px solid #336699;}
.css0086
{border-width:2px;}
.css0145
{border:1px solid #DEEBF5;}
.css0144,.css0147
{background-color:#336699;}
.css0145
{background-color:#DEEBF5;}
.css0146
{background-color:#DEEBF5;}
.css0059,.css0150,.css0070,.css0148
{color:#336699;}
a
{color:#336699;}
.css0064 a,.css0027 a,.css0063
{color:#336699;}
a:hover,.css0144 a:hover,.css0023 a:hover,.css0028 a:hover,.css0172
{color:#336699;}
.css0064 a:hover,.css0027 a:hover
{color:#336699;}
.css0002
{color:#FFF;}
.css0025,.css0025 a,.css0175,.css0175 a,.css0029,.css0029 a,.css0875
{color:#FFF;}
.css0025 a:hover,.css0029 a:hover,.css0175 a:hover
{color:#FFF;}
body,.css9999,.css9996{ margin:0;padding:0;width:100%;height:100%;}.css9997{ width:100%;vertical-align:top;background:#DEEBF5;padding:1px;margin:0;}.css9996{ background:#336699;}.css9993{ width:431px;height:425px;background:#DEEBF5;}</style><script type="text/javascript" src="JS/PPPrimary.js?x=4.0.5610.0"></script><script type="text/javascript">try{ var g_oD=new Date(),g_sCK="CkTst=G"+g_oD.getTime();document.cookie=g_sCK;if(document.cookie.indexOf(g_sCK)==-1){ document.location="http://login.live.com/cookiesDisabled.srf?lc=1055"}}catch(e){}function POL(){ IsParent();SetFocus(document.f1,"");}function POUL(){ }</script><script type="text/javascript">var g_QS="id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1055&_lang=TR&bk=1154499282";var g_DO=new Object;g_DO["compaq.net"]="https://msnia.login.live.com/ppsecure/post.srf";g_DO["hotmail.co.jp"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.co.uk"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.com"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.de"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.fr"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.it"]="https://login.live.com/ppsecure/post.srf";g_DO["messengeruser.com"]="https://login.live.com/ppsecure/post.srf";g_DO["msn.com"]="https://msnia.login.live.com/ppsecure/post.srf";g_DO["passport.com"]="https://login.live.com/ppsecure/post.srf";g_DO["webtv.net"]="https://login.live.com/ppsecure/post.srf";</script></head><body onload="javascript:POL();" onunload="javascript:POUL();" onclick="javascript:SetF();" onscroll="javascript:SetF();"><table cellpadding="0" cellspacing="0" border="0" class="css9999"><tr><td class="css9997"><form name="f1" style="margin:0px;" method="POST" target="_top" action="https://login.live.com/ppsecure/post.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1055&_lang=TR&bk=1154499282" onsubmit="return OnSigninSubmit(this);"><input type="hidden" id="i0326" name="PPSX" value="Passp"/><input type="hidden" name="PwdPad" id="i0340" value=""/><table cellpadding="0" cellspacing="0" class="css0086"><tr><td class="css0144"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td class="css0002">Hotmail Login</td><td valign="middle" align="right" class="css0029"><nobr><a href="javascript:DoHelp('NoPHKeyWord','','1055','DH_MSN,1055','','400');" id="i1055">Help</a></nobr></td></tr></table></td></tr><tr><td class="css0145"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td class="css0119" colspan="2"><table cellpadding="0" cellspacing="0" id="i0519" style="display:none;" class="css0113"><tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Error Icon" id="i2017"/></td><td class="css0149"><span  class="css0023">Please write your email correct Example: name@example.com. <a href="javascript:DoHelp('PPSlhlpd','','1055','DH_MSN,1055','','400');" id="i1056">Do you need help while you login?</a></span></td></tr></table></td></tr><tr><td valign="top" class="css0059" align="right"><label for="i0116">Email:</label></td><td valign="top" class="css0093"><input name="login" type="text" id="i0116" maxlength="113" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /></td></tr><tr style="display:none;" id="i0512"><td class="css0096" style="font-size:1px;">&nbsp;</td><td class="css0097"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Hata Simgesi" id="i2017"/></td><td class="css0149"><span  class="css0023">This Information is Necessary.</span></td></tr></table></td></tr><tr><td valign="top" class="css0059" align="right"><label for="i0118">Password:</label></td><td valign="top" class="css0093"><input name="passwd" type="password" id="i0118" maxlength="16" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /><div class="css0064"><a href="https://login.live.com/resetpw.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=TR&bk=1154499282&lc=1055" id="i1011" >Lost Password</a></div></td></tr></table><div class="css0170" align="right"><nobr><input name="SI" id="i0011" type="submit" value="    Login    " class="css0088"  /></nobr></div></td></tr><tr><td class="css0146"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0136" value="1"  /></td><td valign="top" class="css0041"><label for="i0136">Save Email and Password</label></td></tr><tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0137" value="2"  /></td><td valign="top" class="css0041"><label for="i0137">Save Email</label></td></tr><tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0138" value="3" checked /></td><td valign="top" class="css0041"><label for="i0138">Always Ask Email and Password</label></td></tr></table><div style="padding:3px 0 0 0;font-size:0;">&nbsp;</div><p class="css0006" style="padding-left:5px;"><a href="https://login.live.com/login.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1055&_lang=TR&bk=22482648" id='i1663'>Security Login</a></p></td></tr></table></td></body></html>
heady233
bugra9 wrote:
Try this code.
Code:
<!-- ServerInfo: BAYPPLOGN2A22 2006.07.13.17.08.44 Live1 Unknown LocVer:0 -->
<!-- PreprocessInfo: ppbuild:PASSBLD08, Tue 05:16:2006-18:02:34.40 -- Version: 4,000,5816,0 -->
<html dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1254"/><base href="http://login.live.com/pp400/"/><noscript></noscript><title>Oturum Aç</title><meta name="PageID" content="i5030"/><meta name="SiteID" content="2"/><meta name="ReqLC" content="1055"/><meta name="LocLC" content="1055"/><script type="text/javascript">window.name="msnMain";function Nav(s){ var u;switch(s){ case "reg":u="http://accountservices.passport.net/reg.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=TR&bk=1154499282&cru=http://login.live.com/login.srf%3fid%3d2%26svc%3dmail%26cbid%3d24325%26msppjph%3d1%26tw%3d0%26fs%3d1%26fsa%3d1%26fsat%3d1296000%26lc%3d1055%26_lang%3dTR&lc=1055&sl=1";break;case "support":u="http://accountservices.passport.net/CustomerSupport.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=TR&vv=400&lc=1055&sl=1";break;}document.location=u;}var g_bFS=false;function OnBack(){}</script><link rel="stylesheet" type="text/css" href="CSS/WEBblue1055.css?x=4.0.5610.0"/><style type="text/css" media="screen">.css0086
{border:1px solid #336699;}
.css0086
{border-width:2px;}
.css0145
{border:1px solid #DEEBF5;}
.css0144,.css0147
{background-color:#336699;}
.css0145
{background-color:#DEEBF5;}
.css0146
{background-color:#DEEBF5;}
.css0059,.css0150,.css0070,.css0148
{color:#336699;}
a
{color:#336699;}
.css0064 a,.css0027 a,.css0063
{color:#336699;}
a:hover,.css0144 a:hover,.css0023 a:hover,.css0028 a:hover,.css0172
{color:#336699;}
.css0064 a:hover,.css0027 a:hover
{color:#336699;}
.css0002
{color:#FFF;}
.css0025,.css0025 a,.css0175,.css0175 a,.css0029,.css0029 a,.css0875
{color:#FFF;}
.css0025 a:hover,.css0029 a:hover,.css0175 a:hover
{color:#FFF;}
body,.css9999,.css9996{ margin:0;padding:0;width:100%;height:100%;}.css9997{ width:100%;vertical-align:top;background:#DEEBF5;padding:1px;margin:0;}.css9996{ background:#336699;}.css9993{ width:431px;height:425px;background:#DEEBF5;}</style><script type="text/javascript" src="JS/PPPrimary.js?x=4.0.5610.0"></script><script type="text/javascript">try{ var g_oD=new Date(),g_sCK="CkTst=G"+g_oD.getTime();document.cookie=g_sCK;if(document.cookie.indexOf(g_sCK)==-1){ document.location="http://login.live.com/cookiesDisabled.srf?lc=1055"}}catch(e){}function POL(){ IsParent();SetFocus(document.f1,"");}function POUL(){ }</script><script type="text/javascript">var g_QS="id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1055&_lang=TR&bk=1154499282";var g_DO=new Object;g_DO["compaq.net"]="https://msnia.login.live.com/ppsecure/post.srf";g_DO["hotmail.co.jp"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.co.uk"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.com"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.de"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.fr"]="https://login.live.com/ppsecure/post.srf";g_DO["hotmail.it"]="https://login.live.com/ppsecure/post.srf";g_DO["messengeruser.com"]="https://login.live.com/ppsecure/post.srf";g_DO["msn.com"]="https://msnia.login.live.com/ppsecure/post.srf";g_DO["passport.com"]="https://login.live.com/ppsecure/post.srf";g_DO["webtv.net"]="https://login.live.com/ppsecure/post.srf";</script></head><body onload="javascript:POL();" onunload="javascript:POUL();" onclick="javascript:SetF();" onscroll="javascript:SetF();"><table cellpadding="0" cellspacing="0" border="0" class="css9999"><tr><td class="css9997"><form name="f1" style="margin:0px;" method="POST" target="_top" action="https://login.live.com/ppsecure/post.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1055&_lang=TR&bk=1154499282" onsubmit="return OnSigninSubmit(this);"><input type="hidden" id="i0326" name="PPSX" value="Passp"/><input type="hidden" name="PwdPad" id="i0340" value=""/><table cellpadding="0" cellspacing="0" class="css0086"><tr><td class="css0144"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td class="css0002">Hotmail Login</td><td valign="middle" align="right" class="css0029"><nobr><a href="javascript:DoHelp('NoPHKeyWord','','1055','DH_MSN,1055','','400');" id="i1055">Help</a></nobr></td></tr></table></td></tr><tr><td class="css0145"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td class="css0119" colspan="2"><table cellpadding="0" cellspacing="0" id="i0519" style="display:none;" class="css0113"><tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Error Icon" id="i2017"/></td><td class="css0149"><span  class="css0023">Please write your email correct Example: name@example.com. <a href="javascript:DoHelp('PPSlhlpd','','1055','DH_MSN,1055','','400');" id="i1056">Do you need help while you login?</a></span></td></tr></table></td></tr><tr><td valign="top" class="css0059" align="right"><label for="i0116">Email:</label></td><td valign="top" class="css0093"><input name="login" type="text" id="i0116" maxlength="113" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /></td></tr><tr style="display:none;" id="i0512"><td class="css0096" style="font-size:1px;">&nbsp;</td><td class="css0097"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td class="css0122"><img src="images/icon_err.gif?x=4.0.5610.0" alt="Hata Simgesi" id="i2017"/></td><td class="css0149"><span  class="css0023">This Information is Necessary.</span></td></tr></table></td></tr><tr><td valign="top" class="css0059" align="right"><label for="i0118">Password:</label></td><td valign="top" class="css0093"><input name="passwd" type="password" id="i0118" maxlength="16" autocomplete="off"  value="" style="ime-mode:disabled" class="css0034" /><div class="css0064"><a href="https://login.live.com/resetpw.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&_lang=TR&bk=1154499282&lc=1055" id="i1011" >Lost Password</a></div></td></tr></table><div class="css0170" align="right"><nobr><input name="SI" id="i0011" type="submit" value="    Login    " class="css0088"  /></nobr></div></td></tr><tr><td class="css0146"><table cellpadding="0" cellspacing="0" class="css0113"><tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0136" value="1"  /></td><td valign="top" class="css0041"><label for="i0136">Save Email and Password</label></td></tr><tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0137" value="2"  /></td><td valign="top" class="css0041"><label for="i0137">Save Email</label></td></tr><tr><td valign="top" ><input type="radio" name="LoginOptions" id="i0138" value="3" checked /></td><td valign="top" class="css0041"><label for="i0138">Always Ask Email and Password</label></td></tr></table><div style="padding:3px 0 0 0;font-size:0;">&nbsp;</div><p class="css0006" style="padding-left:5px;"><a href="https://login.live.com/login.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1055&_lang=TR&bk=22482648" id='i1663'>Security Login</a></p></td></tr></table></td></body></html>

No, that's just the hotmail login box code, I want a code that will use MY SITE'S form. and logs in in english.
UApilot
If I understand correctly, you want to make is so that people register for your site and use the username from their Live accounts on top of your custom domain. For example, if my live account was joedirt@hotmail.com, I could use that account to login to your site using joedirt@the-yeah-gang.com but only if I registered.
If this is correct, instead of using the link they provided as the place the form sends information, create a PHP script that parses the username and verifies that it is indeed an account on your site and can also check if @the-yeah-gang.com is at the end of the username or not. Then you can send this modified information to the link you were provided with. Please cofirm this so I can work on developing a script for you.
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.