everten2 Posted April 17, 2008 Share Posted April 17, 2008 i used the integration code to create a login section on my main page, i put in valid credentials and it brings me to the client portal an asks for login credentials again. if i put invalid login credentials in on the main page it tells me it is invalid. what am i doing wrong? 0 Quote Link to comment Share on other sites More sharing options...
bin_asc Posted April 17, 2008 Share Posted April 17, 2008 Paste here the login integration code. 0 Quote Link to comment Share on other sites More sharing options...
everten2 Posted April 17, 2008 Author Share Posted April 17, 2008 <form action="http://www.netlinesolutions.net/billing/dologin.php?goto=clientarea" "method="post" class="style1"> <td width="766" height="25" colspan="10" align="right" valign="middle" bgcolor="#ADB1BA"> <span class="style7"><span class="style6">Email : </span> <input name="username" type="text" style="BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: normal; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #ffffff; BORDER-TOP-COLOR: #ffffff; TEXT-INDENT: 2px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FFFFFF; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #ffffff" size="20"> <span class="style6">Password :</span> <input name="password" type="password" style="BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: normal; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #ffffff; BORDER-TOP-COLOR: #ffffff; TEXT-INDENT: 2px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FFFFFF; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #ffffff" size="15"> <span class="style6"> </span><input type="image" src="images/login.jpg" name="Submit" value="Login" align="absmiddle" width="25" height="25"></span> </td></form> 0 Quote Link to comment Share on other sites More sharing options...
bin_asc Posted April 17, 2008 Share Posted April 17, 2008 Try this : <form action="[url]http://www.netlinesolutions.net/billing/dologin.php?goto=clientarea[/url]" method="post" class="style1"> <td width="766" height="25" colspan="10" align="right" valign="middle" bgcolor="#ADB1BA"> <span class="style7"><span class="style6">Email : </span> <input name="username" type="text" style="BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: normal; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #ffffff; BORDER-TOP-COLOR: #ffffff; TEXT-INDENT: 2px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FFFFFF; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #ffffff" size="20"> <span class="style6">Password :</span> <input name="password" type="password" style="BORDER-TOP-WIDTH: 1px; FONT-WEIGHT: normal; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #ffffff; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #ffffff; BORDER-TOP-COLOR: #ffffff; TEXT-INDENT: 2px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #FFFFFF; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #ffffff" size="15"> <span class="style6"> </span> <input type="image" src="images/login.jpg" name="Submit" value="Login" align="absmiddle" width="25" height="25"> </span> </td> </form> 0 Quote Link to comment Share on other sites More sharing options...
everten2 Posted April 17, 2008 Author Share Posted April 17, 2008 same thing happens. my code really is formatted like that, it's just that dreamweaver likes to wrap lines of code to the next line. any other ideas? 0 Quote Link to comment Share on other sites More sharing options...
bin_asc Posted April 17, 2008 Share Posted April 17, 2008 Did you try using the default generated code ? As yours is customized. 0 Quote Link to comment Share on other sites More sharing options...
everten2 Posted April 17, 2008 Author Share Posted April 17, 2008 yeah, same exact problem. 0 Quote Link to comment Share on other sites More sharing options...
bin_asc Posted April 17, 2008 Share Posted April 17, 2008 This seems like an issue with the whmcs rather than the code. Open up a ticket with Matt. 0 Quote Link to comment Share on other sites More sharing options...
everten2 Posted April 17, 2008 Author Share Posted April 17, 2008 i've submitted a ticket - thanks for your prompt replies. 0 Quote Link to comment Share on other sites More sharing options...
joe123 Posted April 17, 2008 Share Posted April 17, 2008 your client area is redirecting to https://pulsar.websitewelcome.com/~everten2/billing/clientarea.php so maybe you use the following url in your FORM https://pulsar.websitewelcome.com/~everten2/billing/dologin.php?goto=clientarea there are no problems with your code , its just the redirection that make the troubles i guess 0 Quote Link to comment Share on other sites More sharing options...
everten2 Posted April 17, 2008 Author Share Posted April 17, 2008 Joe, you're a genious, that did the trick - thanks. 0 Quote Link to comment Share on other sites More sharing options...
everten2 Posted April 17, 2008 Author Share Posted April 17, 2008 that did the trick 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.