semaj Posted January 22, 2009 Share Posted January 22, 2009 well on my skin the now i have it just about done but the issue am having the now is the login area if i use portal it let me login as a client but i use my custom skin it want let me login it just refreshes the page any idears on how to fix this issue? ----------------------------------------------------- Header ----------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="style2.css" type="text/css" rel="stylesheet"> <body id="page7" > <table> <tr> <td class="header_bg"> <div align="center"> <table class="head"> <tr> <td> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="766" height="222"> <param name="movie" value="flash/header_v8.swf?button=0"> <param name="quality" value="high"> <param name="menu" value="false"> <!--[if !IE]> <--> <object data="flash/header_v8.swf?button=0" width="766" height="222" type="application/x-shockwave-flash"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> FAIL (the browser should render some flash content, not this). </object> <!--> <![endif]--> </object> </td> </tr> </table> </div></td> </tr> <tr> <td class="menu"> <div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="766" height="205"> <param name="movie" value="flash/menu_v8.swf?button=0"> <param name="quality" value="high"> <param name="menu" value="false"> <!--[if !IE]> <--> <object data="flash/menu_v8.swf?button=0" width="766" height="205" type="application/x-shockwave-flash"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> FAIL (the browser should render some flash content, not this). </object> <!--> <![endif]--> </object> </div></td> </tr> <tr> <td class="menu_1"> <form action="" enctype="multipart/form-data" id="form1"> <div align="center"> <table class="head_form"> <tr> <td> <table class="topnavbar"><tr class="topnavbar"><td><a href="index.php">{$LANG.globalsystemname}</a></td><td><a href="clientarea.php">{$LANG.clientareatitle}</a></td><td><a href="announcements.php">{$LANG.announcementstitle}</a></td><td><a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></td><td><a href="supporttickets.php">{$LANG.supportticketspagetitle}</a></td><td><a href="downloads.php">{$LANG.downloadstitle}</a></td>{if $loggedin}<td><a href="logout.php">{$LANG.logouttitle}</a></td>{/if}</tr></table> {if $pageicon}<img src="{$pageicon}" align="right" alt="" /> {/if} <p><span class="heading">{$pagetitle}</span><br /> {$LANG.globalyouarehere}: {$breadcrumbnav}</p> {if $loggedin} <p align="center" class="clientarealinks"><a href="clientarea.php?action=details"><img src="images/clientarea/details.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.clientareanavdetails}</a><a href="clientarea.php?action=hosting"><img src="images/clientarea/hosting.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.clientareanavhosting}</a><a href="clientarea.php?action=domains"><img src="images/clientarea/domains.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.clientareanavdomains}</a><a href="clientarea.php?action=invoices"><img src="images/clientarea/invoices.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.invoices}</a><br /><a href="supporttickets.php"><img src="images/clientarea/supporttickets.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.clientareanavsupporttickets}</a><a href="affiliates.php"><img src="images/clientarea/affiliates.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.affiliatestitle}</a><a href="clientarea.php?action=products"><img src="images/clientarea/products.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.clientareaproducts}</a><a href="clientarea.php?action=emails"><img src="images/clientarea/emails.gif" border="0" hspace="5" align="middle" alt="" />{$LANG.clientareaemails}</a></p> {/if} ---------------------------------------------------- Footer ---------------------------------------------------- </td> </tr> </table> </div> </form> </td> </tr> <tr> <td class="content"> <div align="center"> <table style="width:766px"> <tr> <td style="height:22px"></td> </tr> <tr> <td> <table style="height:218px"> <tr> <td style="width:58px"></td> <td style="width:661px" class="col1"> <div class="title_"> <div> <img src="http://www.global-webhost.co.uk/images2/t7_1.gif" alt=""><br> </div> </div> <b><a href="#"><text><br> <br sty<text><br> <br style="line-height:10px"> <div class="px"><img src="http://www.global-webhost.co.uk/images2/spacer.gif" alt="" width="1" height="1"></div> <br style="line-height:8px"> <span><b>e-mail:</b></span> <strong><a href="#">info@companyname.com</a></strong> </td> <td style="width:47px"></td> </tr> </table> </td> </tr> <tr> <td style="height:22px"></td> </tr> </table> </div></td> </tr> <tr> <td style="height:56px" class="footer"> <div align="center"> <table class="foot"> <tr> <td><strong>Copyright 2009/10 </strong> © Global-Webhost.Co.Uk - All Rights Reserved.</td> </tr> </table> </div></td> </tr> </table> </body> </html> footer.txt header.txt 0 Quote Link to comment Share on other sites More sharing options...
cafreamoroso Posted January 22, 2009 Share Posted January 22, 2009 You have no action in your form statement. <form action="" enctype="multipart/form-data" id="form1"> change to: <form method="post" action="http://yourwhmcsurl.com/dologin.php?goto=clientarea" id="form1"> Really easy. 0 Quote Link to comment Share on other sites More sharing options...
semaj Posted January 22, 2009 Author Share Posted January 22, 2009 I have not changed any of the login.php file. 0 Quote Link to comment Share on other sites More sharing options...
cafreamoroso Posted January 22, 2009 Share Posted January 22, 2009 ¿?¿?¿?¿?¿?¿?¿?¿?¿?¿? it's in your header the mistake i clearly outlined..... search for the first line, replace with the new one, just make shure you put your whmcs url. 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.