fuzel Posted September 8, 2008 Share Posted September 8, 2008 hello i just order and insttalled WHMCS on my server i need some help add this code to my header <link href="style.css" rel="stylesheet" type="text/css"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}} } //--> </script> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body onLoad="MM_preloadImages('images/Home+.jpg','images/Aboutus+.jpg','images/Conractus+.jpg')"> <center> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="background-image:url(images/TopLR.jpg); background-position:right top; background-repeat:no-repeat "> </td> <td width="760" height="356" align="left" valign="top"><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','760','height','356','src','flash/flash','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/flash' ); //end AC code </script> <noscript> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="356"> <param name="movie" value="flash/flash.swf"> <param name="quality" value="high"> <embed src="flash/flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="356"></embed> </object> </noscript></td> <td style="background-image:url(images/TopLR.jpg); background-position:left top; background-repeat:no-repeat "> </td> </tr> if i add that my theme looks all messed up you can view my page at vivewave.com thanks 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted September 8, 2008 Share Posted September 8, 2008 Use {literal}<script language="JavaScript" type="text/JavaScript"></script>{/literal} 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 8, 2008 Author Share Posted September 8, 2008 Fatal error: Smarty error: [in portal/header.tpl line 11]: syntax error: unrecognized tag: //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i/mounted-storage/home98c/sub006 i get that error 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 8, 2008 Author Share Posted September 8, 2008 the flash wont load? 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted September 8, 2008 Share Posted September 8, 2008 Do you mind providing your url? 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 8, 2008 Author Share Posted September 8, 2008 http://vivewave.com http://vivewave.com/whmcs/index.php 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 im only havin prblems with the flash loadin 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 9, 2008 Share Posted September 9, 2008 As BAJI26 said USE LITERAL TAGS also this wont work... (I have commented it out) </head> <body onLoad="MM_preloadImages('images/Home+.jpg','images/Aboutus+.jpg','images/Conractus+.jpg')"> <link href="style.css" rel="stylesheet" type="text/css"> {literal} <script language="JavaScript" type="text/JavaScript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}} } //--> </script> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> {/literal} {* </head> <body onLoad="MM_preloadImages('images/Home+.jpg','images/Aboutus+.jpg','images/Conractus+.jpg')"> *} <center> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="background-image:url(images/TopLR.jpg); background-position:right top; background-repeat:no-repeat "> </td> <td width="760" height="356" align="left" valign="top"> {literal} <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','760','height','356','src','flash/flash','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/flash' ); //end AC code </script> <noscript> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="356"> <param name="movie" value="flash/flash.swf"> <param name="quality" value="high"> <embed src="flash/flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="356"></embed> </object> </noscript> {/literal} </td> <td style="background-image:url(images/TopLR.jpg); background-position:left top; background-repeat:no-repeat "> </td> </tr> 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 atill isnt playing 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 9, 2008 Share Posted September 9, 2008 look in your header.tpl for </body></html> Your closing the body and html remove those tags They are already in the footer.tpl Post your full header.tpl if you still have problems. 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <title>{$companyname} - {$pagetitle}</title> <link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" /> <link href="style.css" rel="stylesheet" type="text/css"> {literal} <script language="JavaScript" type="text/JavaScript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //--> </script> <script src="/Scripts/AC_RunActiveContent.js" type="text/javascript"></script> {/literal} {* </head> <body onLoad="MM_preloadImages('images/Home+.jpg','images/Aboutus+.jpg','images/Conractus+.jpg')"> *} <center> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="background-image:url(/images/TopLR.jpg); background-position:right top; background-repeat:no-repeat "> </td> <td width="760" height="356" align="left" valign="top"> {literal} <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','760','heigh t','356','src','flash/flash','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/flash' ); //end AC code </script> <noscript> <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="356"> <param name="movie" value="/flash/flash.swf"> <param name="quality" value="high"> <embed src="/flash/flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="356"></embed> </object> </noscript> {/literal} </td> <td style="background-image:url/(images/TopLR.jpg); background-position:left top; background-repeat:no-repeat "> </td> </tr> <tr style="background-image: url(/images/BGTop.jpg); background-position:top; background-repeat:repeat-x "> <td> </td> <td height="20" align="left" valign="top"> </td> <td> </td> </tr> <tr> </tr> </table> </center> </body> </html> <table class="wrapper" align="center" cellpadding="0" cellspacing="0"> <tr><td><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%" height="122" style="padding-left:35px; background:url('templates/{$template}/images/whmcslogobg.png') repeat-x;"><img src="templates/{$template}/images/whmcslogo.png" alt="WHMCS" /></td></tr></table></td></tr> <tr><td><table width="100%" cellpadding="0" cellspacing="0" style="border-bottom:1px solid #CCCCCC; background:#EFEFEF;"><tr><td height="30">{$LANG.globalyouarehere}: {$breadcrumbnav}</td><td style="text-align:right;">{if $loggedin}{$LANG.welcomeback} {$clientsdetails.firstname}! <a href="logout.php">{$LANG.clientareanavlogout}</a>{else}{$LANG.please} <a href="clientarea.php">{$LANG.loginbutton}</a> or <a href="register.php">{$LANG.clientregistertitle}</a>{/if}</td></tr></table></td></tr> <tr><td style="padding:0px"> <br /> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td width="170" valign="top" style="padding-bottom:20px;"> <table width="100%" border="0" cellpadding="2" cellspacing="1" class="navboxlinks"> {if $loggedin} <tr><td> <a href="clientarea.php"><img src="images/clientarea.gif" alt="{$LANG.clientareatitle}" align="middle" /></a> <a href="clientarea.php">{$LANG.clientareatitle}</a></td></tr> <tr><td> <a href="clientarea.php?action=details"><img src="images/details.gif" alt="{$LANG.clientareanavdetails}" align="middle" /></a> <a href="clientarea.php?action=details">{$LANG.clientareanavdetails}</a></td></tr> <tr><td> <a href="clientarea.php?action=hosting"><img src="images/hosting.gif" alt="{$LANG.clientareanavhosting}" align="middle" /></a> <a href="clientarea.php?action=hosting">{$LANG.clientareanavhosting}</a></td></tr> <tr><td> <a href="clientarea.php?action=products"><img src="images/products.gif" alt="{$LANG.clientareaproducts}" align="middle" /></a> <a href="clientarea.php?action=products">{$LANG.clientareaproducts}</a></td></tr> <tr><td> <a href="clientarea.php?action=domains"><img src="images/domains.gif" alt="{$LANG.clientareanavdomains}" align="middle" /></a> <a href="clientarea.php?action=domains">{$LANG.clientareanavdomains}</a></td></tr> <tr><td> <a href="clientarea.php?action=invoices"><img src="images/invoices.gif" alt="{$LANG.invoices}" align="middle" /></a> <a href="clientarea.php?action=invoices">{$LANG.invoices}</a></td></tr> <tr><td> <a href="supporttickets.php"><img src="images/supporttickets.gif" alt="{$LANG.clientareanavsupporttickets}" align="middle" /></a> <a href="supporttickets.php">{$LANG.clientareanavsupporttickets}</a></td></tr> <tr><td> <a href="submitticket.php"><img src="images/viewtickets.gif" alt="{$LANG.supportticketssubmitticket}" align="middle" /></a> <a href="submitticket.php">{$LANG.supportticketssubmitticket}</a></td></tr> <tr><td> <a href="clientarea.php?action=emails"><img src="images/emails.gif" alt="{$LANG.clientareaemails}" align="middle" /></a> <a href="clientarea.php?action=emails">{$LANG.clientareaemails}</a></td></tr> <tr><td> <a href="affiliates.php"><img src="images/affiliates.gif" alt="{$LANG.affiliatestitle}" align="middle" /></a> <a href="affiliates.php">{$LANG.affiliatestitle}</a></td></tr> <tr><td> <a href="announcements.php"><img src="images/rssfeed.gif" alt="{$LANG.announcementstitle}" align="middle" /></a> <a href="announcements.php" >{$LANG.announcementstitle}</a></td></tr> <tr><td > <a href="downloads.php"><img src="images/zip.gif" alt="{$LANG.downloadstitle}" align="middle" /></a> <a href="downloads.php">{$LANG.downloadstitle}</a></td></tr> <tr><td> <a href="knowledgebase.php"><img src="images/help.gif" alt="{$LANG.knowledgebasetitle}" align="middle" /></a> <a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></td></tr> <tr><td> <a href="domainchecker.php"><img src="images/domains.gif" alt="{$LANG.domaintitle}" align="middle" /></a> <a href="domainchecker.php" >{$LANG.domaintitle}</a></td></tr> <tr><td> <a href="serverstatus.php"><img src="images/status.gif" alt="{$LANG.serverstatustitle}" align="middle" /></a> <a href="serverstatus.php" >{$LANG.serverstatustitle}</a></td></tr> <tr><td> <a href="cart.php"><img src="images/order.gif" alt="{$LANG.ordertitle}" align="middle" /></a> <a href="cart.php">{$LANG.ordertitle}</a></td></tr> <tr><td> <a href="logout.php"><img src="images/logout.gif" alt="{$LANG.clientareanavlogout}" align="middle" /></a> <a href="logout.php">{$LANG.clientareanavlogout}</a></td></tr> {else} <tr><td> <a href="index.php"><img src="images/clientarea.gif" alt="{$LANG.hometitle}" align="middle" /></a> <a href="index.php">{$LANG.hometitle}</a></td></tr> <tr><td> <a href="announcements.php"><img src="images/rssfeed.gif" alt="{$LANG.announcementstitle}" align="middle" /></a> <a href="announcements.php" >{$LANG.announcementstitle}</a></td></tr> <tr><td > <a href="downloads.php"><img src="images/zip.gif" alt="{$LANG.downloadstitle}" align="middle" /></a> <a href="downloads.php">{$LANG.downloadstitle}</a></td></tr> <tr><td> <a href="affiliates.php"><img src="images/affiliates.gif" alt="{$LANG.affiliatestitle}" align="middle" /></a> <a href="affiliates.php">{$LANG.affiliatestitle}</a></td></tr> <tr><td> <a href="knowledgebase.php"><img src="images/help.gif" alt="{$LANG.knowledgebasetitle}" align="middle" /></a> <a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></td></tr> <tr><td> <a href="supporttickets.php"><img src="images/supporttickets.gif" alt="{$LANG.supportticketspagetitle}" align="middle" /></a> <a href="supporttickets.php">{$LANG.supportticketspagetitle}</a></td></tr> <tr><td> <a href="submitticket.php"><img src="images/viewtickets.gif" alt="{$LANG.supportticketssubmitticket}" align="middle" /></a> <a href="submitticket.php">{$LANG.supportticketssubmitticket}</a></td></tr> <tr><td> <a href="domainchecker.php"><img src="images/domains.gif" alt="{$LANG.domaintitle}" align="middle" /></a> <a href="domainchecker.php" >{$LANG.domaintitle}</a></td></tr> <tr><td> <a href="serverstatus.php"><img src="images/status.gif" alt="{$LANG.serverstatustitle}" align="middle" /></a> <a href="serverstatus.php" >{$LANG.serverstatustitle}</a></td></tr> <tr><td> <a href="cart.php"><img src="images/order.gif" alt="{$LANG.ordertitle}" align="middle" /></a> <a href="cart.php">{$LANG.ordertitle}</a></td></tr> {/if} </table> <br /> {if !$loggedin} <table width="100%" border="0" cellpadding="2" cellspacing="1" class="navbar"><tr><td class="navbox"> <form method="post" action="dologin.php"> <div align="center"><strong>{$LANG.clientlogin}</strong><br /> <img src="images/spacer.gif" width="1" height="5" alt="" /><br /> <table border="0" cellspacing="0" cellpadding="1"> <tr><td><div align="right"><span class="smalltext">{$LANG.email}:</span></div></td><td><input name="username" type="text" class="navinput" /></td></tr> <tr><td><div align="right"><span class="smalltext">{$LANG.loginpassword}:</span></div></td><td><input name="password" type="password" class="navinput" /></td></tr> </table> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme} <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </div> </form> </td></tr></table> <br /> {/if} <table width="100%" border="0" cellpadding="2" cellspacing="1" class="navbar"><tr><td class="navbox"> <form method="post" action="knowledgebase.php?action=search"> <div align="center"><strong>{$LANG.knowledgebasesearch}</strong><br /> <img src="images/spacer.gif" width="1" height="5" alt="" /><br /> <select name="searchin" class="navinput" style="width:130px;"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <br /> <img src="images/spacer.gif" width="1" height="5" alt="" /><br /> <input name="search" type="text" class="navinput" size="15" /> <input type="submit" class="submitbutton" value="{$LANG.go}" /> </div> </form> </td></tr></table> 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 9, 2008 Share Posted September 9, 2008 You didn't remove those 2 tags did you!! Replace all the code in your header.tpl with this <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset={$charset}" /> <title>{$companyname} - {$pagetitle}</title> <link rel="stylesheet" type="text/css" href="templates/{$template}/style.css" /> <link href="style.css" rel="stylesheet" type="text/css"> {literal} <script language="JavaScript" type="text/JavaScript"> <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}} } //--> </script> <script src="/Scripts/AC_RunActiveContent.js" type="text/javascript"></script> {/literal} </head> <body onLoad="MM_preloadImages('images/Home+.jpg','images/Aboutus+.jpg','images/Conractus+.jpg')"> <center> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="background-image:url(/images/TopLR.jpg); background-position:right top; background-repeat:no-repeat "> </td> <td width="760" height="356" align="left" valign="top"> {literal} <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','760','heigh t','356','src','flash/flash','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/flash' ); //end AC code </script> <noscript> <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="356"> <param name="movie" value="/flash/flash.swf"> <param name="quality" value="high"> <embed src="/flash/flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="356"></embed> </object> </noscript> {/literal} </td> <td style="background-image:url/(images/TopLR.jpg); background-position:left top; background-repeat:no-repeat "> </td> </tr> <tr style="background-image: url(/images/BGTop.jpg); background-position:top; background-repeat:repeat-x "> <td> </td> <td height="20" align="left" valign="top"> </td> <td> </td> </tr> <tr> </tr> </table> </center> <table class="wrapper" align="center" cellpadding="0" cellspacing="0"> <tr><td><!-- <table width="100%" cellpadding="0" cellspacing="0"><tr><td width="100%" height="122" style="padding-left:35px; background:url('templates/{$template}/images/whmcslogobg.png') repeat-x;"><img src="templates/{$template}/images/whmcslogo.png" alt="WHMCS" /></td></tr></table> --></td></tr> <tr><td><table width="100%" cellpadding="0" cellspacing="0" style="border-bottom:1px solid #CCCCCC; background:#EFEFEF;"><tr><td height="30">{$LANG.globalyouarehere}: {$breadcrumbnav}</td><td style="text-align:right;">{if $loggedin}{$LANG.welcomeback} {$clientsdetails.firstname}! <a href="logout.php">{$LANG.clientareanavlogout}</a>{else}{$LANG.please} <a href="clientarea.php">{$LANG.loginbutton}</a> or <a href="register.php">{$LANG.clientregistertitle}</a>{/if}</td></tr></table></td></tr> <tr><td style="padding:0px"> <br /> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td width="170" valign="top" style="padding-bottom:20px;"> <table width="100%" border="0" cellpadding="2" cellspacing="1" class="navboxlinks"> {if $loggedin} <tr><td> <a href="clientarea.php"><img src="images/clientarea.gif" alt="{$LANG.clientareatitle}" align="middle" /></a> <a href="clientarea.php">{$LANG.clientareatitle}</a></td></tr> <tr><td> <a href="clientarea.php?action=details"><img src="images/details.gif" alt="{$LANG.clientareanavdetails}" align="middle" /></a> <a href="clientarea.php?action=details">{$LANG.clientareanavdetails}</a></td></tr> <tr><td> <a href="clientarea.php?action=hosting"><img src="images/hosting.gif" alt="{$LANG.clientareanavhosting}" align="middle" /></a> <a href="clientarea.php?action=hosting">{$LANG.clientareanavhosting}</a></td></tr> <tr><td> <a href="clientarea.php?action=products"><img src="images/products.gif" alt="{$LANG.clientareaproducts}" align="middle" /></a> <a href="clientarea.php?action=products">{$LANG.clientareaproducts}</a></td></tr> <tr><td> <a href="clientarea.php?action=domains"><img src="images/domains.gif" alt="{$LANG.clientareanavdomains}" align="middle" /></a> <a href="clientarea.php?action=domains">{$LANG.clientareanavdomains}</a></td></tr> <tr><td> <a href="clientarea.php?action=invoices"><img src="images/invoices.gif" alt="{$LANG.invoices}" align="middle" /></a> <a href="clientarea.php?action=invoices">{$LANG.invoices}</a></td></tr> <tr><td> <a href="supporttickets.php"><img src="images/supporttickets.gif" alt="{$LANG.clientareanavsupporttickets}" align="middle" /></a> <a href="supporttickets.php">{$LANG.clientareanavsupporttickets}</a></td></tr> <tr><td> <a href="submitticket.php"><img src="images/viewtickets.gif" alt="{$LANG.supportticketssubmitticket}" align="middle" /></a> <a href="submitticket.php">{$LANG.supportticketssubmitticket}</a></td></tr> <tr><td> <a href="clientarea.php?action=emails"><img src="images/emails.gif" alt="{$LANG.clientareaemails}" align="middle" /></a> <a href="clientarea.php?action=emails">{$LANG.clientareaemails}</a></td></tr> <tr><td> <a href="affiliates.php"><img src="images/affiliates.gif" alt="{$LANG.affiliatestitle}" align="middle" /></a> <a href="affiliates.php">{$LANG.affiliatestitle}</a></td></tr> <tr><td> <a href="announcements.php"><img src="images/rssfeed.gif" alt="{$LANG.announcementstitle}" align="middle" /></a> <a href="announcements.php" >{$LANG.announcementstitle}</a></td></tr> <tr><td > <a href="downloads.php"><img src="images/zip.gif" alt="{$LANG.downloadstitle}" align="middle" /></a> <a href="downloads.php">{$LANG.downloadstitle}</a></td></tr> <tr><td> <a href="knowledgebase.php"><img src="images/help.gif" alt="{$LANG.knowledgebasetitle}" align="middle" /></a> <a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></td></tr> <tr><td> <a href="domainchecker.php"><img src="images/domains.gif" alt="{$LANG.domaintitle}" align="middle" /></a> <a href="domainchecker.php" >{$LANG.domaintitle}</a></td></tr> <tr><td> <a href="serverstatus.php"><img src="images/status.gif" alt="{$LANG.serverstatustitle}" align="middle" /></a> <a href="serverstatus.php" >{$LANG.serverstatustitle}</a></td></tr> <tr><td> <a href="cart.php"><img src="images/order.gif" alt="{$LANG.ordertitle}" align="middle" /></a> <a href="cart.php">{$LANG.ordertitle}</a></td></tr> <tr><td> <a href="logout.php"><img src="images/logout.gif" alt="{$LANG.clientareanavlogout}" align="middle" /></a> <a href="logout.php">{$LANG.clientareanavlogout}</a></td></tr> {else} <tr><td> <a href="index.php"><img src="images/clientarea.gif" alt="{$LANG.hometitle}" align="middle" /></a> <a href="index.php">{$LANG.hometitle}</a></td></tr> <tr><td> <a href="announcements.php"><img src="images/rssfeed.gif" alt="{$LANG.announcementstitle}" align="middle" /></a> <a href="announcements.php" >{$LANG.announcementstitle}</a></td></tr> <tr><td > <a href="downloads.php"><img src="images/zip.gif" alt="{$LANG.downloadstitle}" align="middle" /></a> <a href="downloads.php">{$LANG.downloadstitle}</a></td></tr> <tr><td> <a href="affiliates.php"><img src="images/affiliates.gif" alt="{$LANG.affiliatestitle}" align="middle" /></a> <a href="affiliates.php">{$LANG.affiliatestitle}</a></td></tr> <tr><td> <a href="knowledgebase.php"><img src="images/help.gif" alt="{$LANG.knowledgebasetitle}" align="middle" /></a> <a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></td></tr> <tr><td> <a href="supporttickets.php"><img src="images/supporttickets.gif" alt="{$LANG.supportticketspagetitle}" align="middle" /></a> <a href="supporttickets.php">{$LANG.supportticketspagetitle}</a></td></tr> <tr><td> <a href="submitticket.php"><img src="images/viewtickets.gif" alt="{$LANG.supportticketssubmitticket}" align="middle" /></a> <a href="submitticket.php">{$LANG.supportticketssubmitticket}</a></td></tr> <tr><td> <a href="domainchecker.php"><img src="images/domains.gif" alt="{$LANG.domaintitle}" align="middle" /></a> <a href="domainchecker.php" >{$LANG.domaintitle}</a></td></tr> <tr><td> <a href="serverstatus.php"><img src="images/status.gif" alt="{$LANG.serverstatustitle}" align="middle" /></a> <a href="serverstatus.php" >{$LANG.serverstatustitle}</a></td></tr> <tr><td> <a href="cart.php"><img src="images/order.gif" alt="{$LANG.ordertitle}" align="middle" /></a> <a href="cart.php">{$LANG.ordertitle}</a></td></tr> {/if} </table> <br /> {if !$loggedin} <table width="100%" border="0" cellpadding="2" cellspacing="1" class="navbar"><tr><td class="navbox"> <form method="post" action="dologin.php"> <div align="center"><strong>{$LANG.clientlogin}</strong><br /> <img src="images/spacer.gif" width="1" height="5" alt="" /><br /> <table border="0" cellspacing="0" cellpadding="1"> <tr><td><div align="right"><span class="smalltext">{$LANG.email}:</span></div></td><td><input name="username" type="text" class="navinput" /></td></tr> <tr><td><div align="right"><span class="smalltext">{$LANG.loginpassword}:</span></div></td><td><input name="password" type="password" class="navinput" /></td></tr> </table> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme} <input type="submit" class="submitbutton" value="{$LANG.loginbutton}" /> </div> </form> </td></tr></table> <br /> {/if} <table width="100%" border="0" cellpadding="2" cellspacing="1" class="navbar"><tr><td class="navbox"> <form method="post" action="knowledgebase.php?action=search"> <div align="center"><strong>{$LANG.knowledgebasesearch}</strong><br /> <img src="images/spacer.gif" width="1" height="5" alt="" /><br /> <select name="searchin" class="navinput" style="width:130px;"> <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option> <option value="Downloads">{$LANG.downloadstitle}</option> </select> <br /> <img src="images/spacer.gif" width="1" height="5" alt="" /><br /> <input name="search" type="text" class="navinput" size="15" /> <input type="submit" class="submitbutton" value="{$LANG.go}" /> </div> </form> </td></tr></table> 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 No luck sorry 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 9, 2008 Share Posted September 9, 2008 very top line right at the beginng put a < 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 nope still wont load 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 9, 2008 Share Posted September 9, 2008 OK this line <link href="style.css" rel="stylesheet" type="text/css">style.css is in your whmcs directory I take it!! If not put the correct path to it in the href 0 Quote Link to comment Share on other sites More sharing options...
mattpark Posted September 9, 2008 Share Posted September 9, 2008 One side of me is wanting to help you out, however the other side of me is really wanting to tell you that if you haven't mastered the basics of html yet, it *might* not be a good idea be starting your own hosting business just yet... It's a bit like me starting a bakery, but not knowing what to do with the flour. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 9, 2008 Share Posted September 9, 2008 One side of me is wanting to help you out, however the other side of me is really wanting to tell you that if you haven't mastered the basics of html yet, it *might* not be a good idea be starting your own hosting business just yet... It's a bit like me starting a bakery, but not knowing what to do with the flour. How True.... sometimes I wonder what I get myself into as well 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted September 9, 2008 Share Posted September 9, 2008 I started and stopped for that reason but I would suggest getting rid of that template and get a template with no flash in it and something he can learn from and simple good looking html template where he can see what does what. GL my fellow whmcs user! 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 i know html thank you has nothing to do with html 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 i fixed it had nothing to do with html buddy thabks for your help 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted September 9, 2008 Share Posted September 9, 2008 If you don't mind me asking what was the problem? 0 Quote Link to comment Share on other sites More sharing options...
fuzel Posted September 9, 2008 Author Share Posted September 9, 2008 It was the script that grabs the flash 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.