Jump to content

Here is our whmcs site


Recommended Posts

ref:IE

 

I have been trying to sort some of these out but can not.

 

1. The header where the logo is I just can not get IE to work the same as FF

her is the code:

 

<!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>
{if $systemurl}<base href="{$systemurl}" />
{/if}<link href="templates/{$template}/css/style.css" rel="stylesheet" type="text/css" />
<link href="templates/{$template}/css/common.css" rel="stylesheet" type="text/css" />
<link href="templates/{$template}/css/fdns-styles.css" rel="stylesheet" type="text/css" />
<link href="templates/{$template}/css/promos.css" rel="stylesheet" type="text/css" />
<link href="templates/{$template}/css/frontpage.css" rel="stylesheet" type="text/css" />
<link href="templates/{$template}/css/features.css" rel="stylesheet" type="text/css" />
<link href="templates/{$template}/css/plan.css" rel="stylesheet" type="text/css" />

<meta http-equiv="content-type" content="text/html; charset={$charset}" />
<meta name="description" content="{if $dlarticle.title}{$dlarticle.title} - 
{$dlcat.name} - {$dlcat.description} - {$download.title} - {$download.description} {/if}
{if $kbarticle.title}{$kbcat.name} - {$kbcat.description} - {$kbarticle.title} - 
{$kbarticle.article|truncate:100} - {/if}{if $announcement.title}{$announcement.title}
- {$announcement.text|truncate:100} - {/if} and insert your other text here" />
<meta name="keywords" content="{$pagetitle}{if $title}, {$title}{/if}
{if $kbcat.name}, {$kbcat.name}{/if}{if $kbarticle.title},
{$kbarticle.title}{/if}{if $kbcat.description}, $kbcat.description}{/if}
{if $dlarticle.title}, {$dlarticle.title}{/if}{if $$dlcat.name}, {$dlcat.name}{/if}
{if $announcement.title}, {$announcement.title}{/if},
insert your other keywords, group phrase by comma, to get the right combos" />
<title>{$companyname} - {$pagetitle}{if $kbcat.name} - {$kbcat.name}{/if}
{if $title} - {$title}{/if}
{if $kbarticle.title} - {$kbarticle.title}{/if}
{if $dlarticle.title}{$dlarticle.title} - {$dlcat.name}{/if}
{if $announcement.title} - {$announcement.title}{/if}{$announcement.text|truncate:200:"..."}</title>
<script type="text/javascript" src="templates/{$template}/js/stmenu.js"></script>
<script type="text/javascript" src="templates/{$template}/js/Script/stlib.js"></script>
<script type="text/javascript" src="includes/jscript/jquery.js"></script>

</head>
<body>


<table class="wrapper" cellpadding="0" cellspacing="0" width="100%">

<tr style="background:#6c6c6c ;"><th colspan="2">
<table class="datah" width="100%" cellpadding="0" cellspacing="0"><tr><th>
<table class="datah" width="100%" cellpadding="0" cellspacing="0"><tr><th height="30">
<form action="http://www.westonehosting.co.uk/cart.php?a=add&domain=register" method="post" />
<input type="hidden" name="token" value="5e639e25752cd0aadf783626c3c7b1d09760118e" /> 
   Domain: <input type="text" name="sld" size="20" value="Express order!" /> 
<select name="tld">
<option>.co.uk</option>
<option>.com</option>
<option>.net</option>
<option>.me </option>
<option>.info</option>
<option>.org</option>
<option>.mobi</option>
<option>.biz</option>
<option>.us</option>
<option>.asia </option>
<option>.ws </option>
<option>.ca </option>
<option>.in</option>
<option>.bz</option>
<option>.com.mx</option>
<option>.at </option>
<option>.cc</option>
<option>.cn </option>
<option>.com.cn </option>
<option>.net.cn </option>
<option>.org.cn </option>
<option>.de </option>
<option>.eu</option>
<option>.fm</option>
<option>.gs </option>
<option>.co.in</option>
<option>.firm.in</option>
<option>.gen.in</option>
<option>.ind.in</option>
<option>.net.in</option>
<option>.org.in</option>
<option>.jp </option>
<option>.ms </option>
<option>.nu</option>
<option>.co.nz </option>
<option>.net.nz </option>
<option>.org.nz </option>
<option>.tc </option>
<option>.tv</option>
<option>.tw </option>
<option>.com.tw </option>
<option>.org.tw </option>
<option>.idv.tw </option>
<option>.me.uk </option>
<option>.org.uk</option>
<option>.br.com </option>
<option>.cn.com </option>
<option>.de.com </option>
<option>.eu.com </option>
<option>.hu.com </option>
<option value=".name">.name E.g. "john.smith"</option>
<option>.no.com </option>
<option>.qc.com </option>
<option>.ru.com </option>
<option>.sa.com </option>
<option>.se.com </option>
<option>.se.net </option>
<option>.uk.com </option>
<option>.uk.net </option>
<option>.us.com </option>
<option>.uy.com </option>
<option>.za.com </option>
</select>
<input type="submit" value="Go"> 
</form>
 {if $cpanel_location}<li><b><a href="{$cpanel_location}" mce_href="{$cpanel_location}"><font color="red">My cPanel</font></b></a></li>{/if} </th>
 <th style="text-align:left;">
 {if !$loggedin && $currencies}
<form method="post" action="{$smarty.server.PHP_SELF}?gid={$smarty.get.gid}">
<p align="right">{$LANG.choosecurrency}: <select name="currency" onchange="submit()">{foreach from=$currencies item=curr}
<option value="{$curr.id}"{if $curr.id eq $currency.id} selected{/if}>{$curr.code}</option>
{/foreach}</p>
</form>
{/if}</th>
<th style="text-align:right;">{if $loggedin}<form method="post" action="logout.php">{$LANG.welcomeback}  {$clientsdetails.firstname}!  to  {$companyname}  <input class="submitbutton" value="{$LANG.clientareanavlogout}" type="submit">    </form>{else}<form method="post" action="dologin.php">
							<a href="register.php"><font color="#FF8A01"><strong>{$LANG.clientregistertitle}</strong></font></a> or {$LANG.email}: <input type="text" name="username" maxlength="20" type="text" size="15"> 
							{$LANG.loginpassword}: <input type="password" name="password" maxlength="20" type="text" size="15"><input type="submit" value="{$LANG.loginbutton}" class="submitbutton2"> <input type="checkbox" name="rememberme" /> {$LANG.loginrememberme}    </form>{/if}
</th></tr></table></tr></table></th></tr>
<tr>
 <td width="225px" height="80" class="logo_box"><img src="templates/{$template}/images/WOHlogo.png" width="124px" height="71px" align="middle"/></td>
 <td><table width="100%" border="0" cellspacing="0" cellpadding="0" class="header2ndrorw">
   <tr>
   <td height="40" class="bg_im_lk_hm"><a href="index.php" title="Home" class="bg_im_lk_hm_Hover">Home</a></td>
   <td height="40" class="bg_im_lk_hm"><a rel="nofollow" href="sooncoming.php" title="Domain Auctions" class="bg_im_lk_hm_Hover">Auctions</a></td>
   <td height="40" class="bg_im_lk_hm"><a rel="nofollow" href="sooncoming.php" title="Shopping Mall" class="bg_im_lk_hm_Hover">Shopping Mall</a></td>
   <td height="40" class="bg_im_lk_hm"><a rel="nofollow" href="sooncoming.php" title="WOH-Bay" class="bg_im_lk_hm_Hover">WOH-Bay</a></td>
   <td height="40" class="bg_im_lk_hm"><a rel="nofollow" href="sooncoming.php" title="Domain Parking" class="bg_im_lk_hm_Hover">Domain Parking</a></td>
   <td height="40" class="bg_im_lk_hm"><a href="supportcenter.php" title="Support Center" class="bg_im_lk_hm_Hover">Support Center</a></td>
   </tr>
   <tr>
   <td height="40" colspan="6" class="menu2">

 

So what is the problem I need to sortout with the code?

Link to comment
Share on other sites

<script type="text/javascript">
<!--
stm_bm(["menu1f01",800,"/images","blank.gif",0,"","",1,0,250,0,1000,1,0,0,"","100%",419430403,0,1,1,"default","hand","file:///C|/Documents%20and%20Settings/Simon/My%20Documents/Downloads/westonehosting.co.uk/WHM.AutoPilot_v3_dezen/0bd9a723_whmauto_v3265[1633]-free/standard.tar/standard"],this);
stm_bp("p0",[0,4,0,0,4,2,0,0,100,"",-2,"",-2,100,0,0,"#999999","#ff8a01","",3,0,0,"#000000"]);
stm_ai("p0i0",[0,"Domains","","",-1,-1,0,"","_self","","Management & Renewals, Register or Transfer Domains, Earn Money on Your Domains, Auctions & More, Domain Enhancements","","",0,0,0,"","",-1,-1,0,1,1,"",1,"",1,"","",3,3,0,0,"","#FFFFF7","#FFFFFF","#869C3F","bold 10pt Verdana","bold 10pt Verdana",0,0]);
stm_bp("p1",[1,4,-4,0,4,1,0,0,100,"",-2,"",-2,100,0,0,"#ff8a01","#FFFFFF","",3,1,1,"#ff8a01"]);
stm_aix("p1i0","p0i0",[0,"Management & Renewals","","",-1,-1,0,"","_self","","Management & Renewals","","",0,0,0,"","",0,0,0,0,1,"#FFFFF7",1,"#FFFFF7",1,"","",3,3,0,0,"#6699FF","#FFFFF7","#869c0d","#869c0d","bold 9pt Arial","bold 9pt Arial"]);
stm_aix("p1i1","p0i0",[0,"My Domains","","",-1,-1,0,"clientarea.php?action=domains","_self","","My Domains","","",0,0,0,"","",0,0,0,0,1,"#FFFFF7",1,"#FFFFF7",1,"","",3,3,0,0,"#6699FF","#FFFFF7","#000000","#000000","8pt Arial","8pt Arial"]);
stm_aix("p1i2","p1i1",[0,"Renew Domains","","",-1,-1,0,"clientarea.php?action=domains","_self","","Renew Domains"]);
stm_aix("p1i3","p1i1",[0,"","","",-1,-1,0,"","_self","",""]);
stm_aix("p1i4","p1i3",[]);
stm_aix("p1i5","p1i3",[]);
stm_aix("p1i6","p1i3",[]);
stm_aix("p1i7","p1i0",[0,"Register or Transfer Domains","","",-1,-1,0,"","_self","",""]);
stm_aix("p1i8","p1i1",[0,"Register Domains","","",-1,-1,0,"domainchecker.php","_self","","Register Domains"]);
stm_aix("p1i9","p1i3",[0,"Bulk Register - SAVE!","","",-1,-1,0,"domainchecker.php?search=bulkregister"]);
stm_aix("p1i10","p1i3",[0,"Transfer Domains to West One","","",-1,-1,0,"cart.php?a=add&domain=transfer"]);
stm_aix("p1i11","p1i3",[0,"Bulk Transfer - SAVE!","","",-1,-1,0,"domainchecker.php?search=bulktransfer"]);
stm_aix("p1i12","p1i1",[0,"Package Deals - Save up to 20%!","","",-1,-1,0,"promos.php","_self","","Package Deals - Save 20%!"]);
stm_aix("p1i13","p1i3",[]);
stm_aix("p1i14","p1i7",[0,"Earn Money on Your Domains"]);
stm_aix("p1i15","p1i1",[0,"Cash For Parking","","",-1,-1,0,"cart.php?gid=18","_self","","Cash For Parking"]);
stm_aix("p1i16","p1i1",[0,"Cash For Parking Custom Header","","",-1,-1,0,"cart.php?gid=18","_self","","Cash For Parking Custom Header"]);
stm_aix("p1i17","p1i1",[0,"Sell Your Domains","","",-1,-1,0,"cart.php?gid=16","_self","","Sell Your Domains"]);
stm_aix("p1i18","p1i3",[]);
stm_aix("p1i19","p1i3",[]);
stm_aix("p1i20","p1i3",[]);
stm_aix("p1i21","p1i7",[0,"Auctions & More"]);
stm_aix("p1i22","p1i1",[0,"Bid on/Buy Existing Domains","","",-1,-1,0,"cart.php?gid=16","_self","","Bid on/Buy Existing Domains"]);
stm_aix("p1i23","p1i1",[0,"View Domain Auctions","","",-1,-1,0,"sooncoming.php","_self","","View Domain Auctions"]);
stm_aix("p1i24","p1i1",[0,"Premium Listings","","",-1,-1,0,"cart.php?gid=16","_self","","Premium Listings"]);
stm_aix("p1i25","p1i1",[0,"Appraise a Domain","","",-1,-1,0,"cart.php?gid=6","_self","","Appraise a Domain"]);
stm_aix("p1i26","p1i3",[]);
stm_aix("p1i27","p1i3",[]);
stm_aix("p1i28","p1i7",[0,"Domain Enhancements"]);
stm_aix("p1i29","p1i1",[0,"Private Registration","","",-1,-1,0,"cart.php?gid=44","_self","","Private Registration"]);
stm_aix("p1i30","p1i1",[0,"Business Registration","","",-1,-1,0,"cart.php?gid=15","_self","","Business Registration"]);
stm_aix("p1i31","p1i1",[0,"Deluxe Registration","","",-1,-1,0,"cart.php?gid=15","_self","","Deluxe Registration"]);
stm_aix("p1i32","p1i1",[0,"Protected Registration","","",-1,-1,0,"cart.php?gid=15","_self","","Protected Registration"]);
stm_aix("p1i33","p1i1",[0,"Certified Domains","","",-1,-1,0,"cart.php?gid=6","_self","","Certified Domains"]);
stm_aix("p1i34","p1i3",[0,"Register Domains","","",-1,-1,0,"domainchecker.php"]);
stm_mc("p1",[7,"#000000",1,12,"",3]);
stm_ep();
stm_ai("p0i1",[6,1,"#869c0d","",-1,-1,0]);
stm_aix("p0i2","p0i0",[0,"Hosting","","",-1,-1,0,"","_self","","Hosting Management, Hosting Plans, Hosting Enhancements","","",0,0,0,"","",-1,-1,0,1,1,"#FFFFF7",1,"#FFFFF7"]);
stm_bpx("p2","p1",[1,4,-4,0,4,0]);
stm_aix("p2i0","p1i0",[0,"Hosting Management","","",-1,-1,0,"","_self","","Hosting Management"]);
stm_aix("p2i1","p1i1",[0,"My Hosting Account","","",-1,-1,0,"clientarea.php?action=products","_self","","My Hosting Account"]);
stm_aix("p2i2","p1i3",[]);
stm_aix("p2i3","p1i3",[]);
stm_aix("p2i4","p1i3",[]);
stm_aix("p2i5","p1i3",[]);
stm_aix("p2i6","p1i0",[0,"Hosting Plans","","",-1,-1,0,"","_self","","Hosting Plans"]);
stm_aix("p2i7","p1i1",[0,"Web Site Hosting","","",-1,-1,0,"cart.php?gid=42","_self","","Web Site Hosting"]);
stm_aix("p2i8","p1i1",[0,"osCommerce Hosting","","",-1,-1,0,"cart.php?gid=45","_self","","osCommerce has attracted a large growing e-commerce community that consists of over 208,300 store owners and developers who support each other and extend osCommerce Online Merchant with add-ons being contributed on a daily basis. To date there are over 5,400 add-ons that are available for free to customize osCommerce Online Merchant online stores and to help increase sales."]);
stm_aix("p2i9","p1i1",[0,"Blog & Podcast Hosting","","",-1,-1,0,"cart.php?gid=19","_self","","Blog & Podcast Hosting"]);
stm_aix("p2i10","p1i1",[0,"Features","","",-1,-1,0,"inc_features.php","_self","","Features"]);
stm_aix("p2i11","p1i1",[0,"Package Deals - Save up to 20%!","","",-1,-1,0,"promos.php","_self","","Package Deals - Save up to 20%!"]);
stm_aix("p2i12","p1i0",[0,"Hosting Enhancements","","",-1,-1,0,"","_self","","Hosting Enhancements"]);
stm_aix("p2i13","p1i1",[0,"Dedicated IP","","",-1,-1,0,"cart.php?gid=47","_self","","Dedicated IP"]);
stm_mc("p2",[6,"#000000",1,12,"",3]);
stm_ep();
stm_aix("p0i3","p0i1",[]);
stm_aix("p0i4","p0i2",[0,"Email","","",-1,-1,0,"","_self","","Email Management, Email Plans, Email Enhancements, Market Your Business"]);
stm_bpx("p3","p2",[]);
stm_aix("p3i0","p1i0",[0,"Email Management","","",-1,-1,0,"","_self","","Email Management"]);
stm_aix("p3i1","p1i1",[0,"My Email Account","","",-1,-1,0,"clientarea.php?action=products","_self","","My Email Account"]);
stm_aix("p3i2","p1i1",[0," My Web Mail","","",-1,-1,0,"clientarea.php","_self",""," My Web Mail"]);
stm_aix("p3i3","p1i3",[]);
stm_aix("p3i4","p1i3",[]);
stm_aix("p3i5","p1i0",[0,"Email Plans","","",-1,-1,0,"","_self","","Email Plans"]);
stm_aix("p3i6","p1i1",[0,"The Ultimate Email Plan","","",-1,-1,0,"cart.php?gid=56","_self","","The Ultimate Email Plan"]);
stm_aix("p3i7","p1i1",[0,"Personal Email","","",-1,-1,0,"cart.php?gid=7","_self","","Personal Email"]);
stm_aix("p3i8","p1i1",[0,"Group and Business Email","","",-1,-1,0,"cart.php?gid=7","_self","","Group and Business Email"]);
stm_aix("p3i9","p2i11",[]);
stm_aix("p3i10","p1i0",[0,"Email Enhancements","","",-1,-1,0,"","_self","","Email Enhancements"]);
stm_aix("p3i11","p1i1",[0,"Online File Folder","","",-1,-1,0,"cart.php?gid=20","_self","","Online File Folder"]);
stm_aix("p3i12","p1i1",[0,"Online Calendar","","",-1,-1,0,"cart.php?gid=48","_self","","Online Calendar"]);
stm_aix("p3i13","p1i3",[]);
stm_aix("p3i14","p1i3",[]);
stm_aix("p3i15","p1i0",[0,"Market Your Business","","",-1,-1,0,"","_self","","Market Your Business"]);
stm_aix("p3i16","p1i1",[0,"Email Marketing","","",-1,-1,0,"cart.php?gid=49","_self","","Email Marketing"]);
stm_mc("p3",[5,"#000000",1,12,"",3]);
stm_ep();
stm_aix("p0i5","p0i1",[]);
stm_aix("p0i6","p0i2",[0,"Site Builder","","",-1,-1,0,"promos.php","_self","","Site Management, Build It Yourself Site Builder Plans, Will Build It For You Plans, Site Enhancements"]);
stm_bpx("p4","p2",[]);
stm_aix("p4i0","p1i0",[0,"Site Management","","",-1,-1,0,"","_self","","Site Management"]);
stm_aix("p4i1","p1i3",[0,"My Web Site Account","","",-1,-1,0,"clientarea.php?action=products"]);
stm_aix("p4i2","p1i3",[]);
stm_aix("p4i3","p1i3",[]);
stm_aix("p4i4","p1i3",[]);
stm_aix("p4i5","p1i3",[]);
stm_aix("p4i6","p1i3",[]);
stm_aix("p4i7","p1i3",[]);
stm_aix("p4i8","p1i0",[0,"Build It Yourself Site Builder Plans","","",-1,-1,0,"","_self","","Build It Yourself Site Builder Plans"]);
stm_aix("p4i9","p1i1",[0,"Quick Blog","","",-1,-1,0,"cart.php?gid=19","_self","","Quick Blog"]);
stm_aix("p4i10","p1i1",[0,"Quick Site","","",-1,-1,0,"cart.php?gid=34","_self","","Quick Site"]);
stm_aix("p4i11","p1i1",[0,"Website Builder","","",-1,-1,0,"cart.php?gid=26","_self","","Website Builder"]);
stm_aix("p4i12","p1i1",[0,"Quick Album","","",-1,-1,0,"cart.php?gid=24","_self","","Quick Album"]);
stm_aix("p4i13","p1i1",[0,"Quick Space","","",-1,-1,0,"cart.php?gid=50","_self","","Quick Space"]);
stm_aix("p4i14","p1i1",[0,"Quick eCart","","",-1,-1,0,"cart.php?gid=27","_self","","Quick eCart"]);
stm_aix("p4i15","p2i11",[]);
stm_aix("p4i16","p1i0",[0,"Will Build It For You Plans","","",-1,-1,0,"","_self","","Will Build It For You Plans"]);
stm_aix("p4i17","p1i1",[0,"Web Site Design Services","","",-1,-1,0,"cart.php?gid=32","_self","","Web Site Design Services"]);
stm_aix("p4i18","p1i1",[0,"Logo Design Services","","",-1,-1,0,"cart.php?gid=33","_self","","Logo Design Services"]);
stm_aix("p4i19","p1i1",[0,"Business Identity Package","","",-1,-1,0,"cart.php?gid=23","_self","","Business Identity Package"]);
stm_aix("p4i20","p1i1",[0,"Menu Design Services","","",-1,-1,0,"cart.php?gid=54","_self","","Menu Design Services"]);
stm_aix("p4i21","p1i1",[0,"Site Banner Design Services","","",-1,-1,0,"cart.php?gid=37","_self","","Site Banner Design Services"]);
stm_aix("p4i22","p1i1",[0,"Get a Personalized Solution","","",-1,-1,0,"cart.php?gid=21","_self","","Get a Personalized Solution"]);
stm_aix("p4i23","p1i3",[]);
stm_aix("p4i24","p1i0",[0,"Site Enhancements","","",-1,-1,0,"","_self","","Site Enhancements"]);
stm_aix("p4i25","p1i1",[0,"Instant Web Traffic","","",-1,-1,0,"cart.php?gid=53","_self","","Instant Web Traffic"]);
stm_mc("p4",[8,"#000000",1,12,"",3]);
stm_ep();
stm_aix("p0i7","p0i1",[]);
stm_aix("p0i8","p0i0",[0,"Business","","",-1,-1,0,"","_self","","Manage Your Business, Market Your Business, E-commerce Products, Business Tools, Become a Reseller, Gift Cards","","",0,0,0,"","",-1,-1,0,1,1,"#FFFFF7",1,"#FFFFF7",1,"","",3,3,0,0,"#6699FF"]);
stm_bpx("p5","p2",[1,4,0]);
stm_aix("p5i0","p1i0",[0,"Manage Your Business","","",-1,-1,0,"","_self","","Manage Your Business"]);
stm_aix("p5i1","p1i1",[0,"Manage Your Account","","",-1,-1,0,"clientarea.php","_self","","Manage Your Account"]);
stm_aix("p5i2","p1i3",[]);
stm_aix("p5i3","p1i3",[]);
stm_aix("p5i4","p1i3",[]);
stm_aix("p5i5","p1i3",[]);
stm_aix("p5i6","p3i15",[]);
stm_aix("p5i7","p4i25",[]);
stm_aix("p5i8","p3i16",[]);
stm_aix("p5i9","p4i18",[]);
stm_aix("p5i10","p4i19",[]);
stm_aix("p5i11","p4i21",[]);
stm_aix("p5i12","p1i0",[0,"E-commerce Products","","",-1,-1,0,"","_self","","E-commerce Products"]);
stm_aix("p5i13","p1i1",[0,"Merchant Accounts","","",-1,-1,0,"Merchant_Accounts.php","_self","","Merchant Accounts"]);
stm_aix("p5i14","p4i14",[]);
stm_aix("p5i15","p1i1",[0,"West One Marketplace (Shopping Mail)","","",-1,-1,0,"cart.php?gid=51","_self","","West One Marketplace (Shopping Mail)"]);
stm_aix("p5i16","p2i11",[]);
stm_aix("p5i17","p1i3",[]);
stm_aix("p5i18","p1i0",[0,"Business Tools","","",-1,-1,0,"","_self","","Business Tools"]);
stm_aix("p5i19","p1i1",[0,"5-Minute Business Solution","","",-1,-1,0,"Business_Solution.php","_self","","5-Minute Business Solution"]);
stm_aix("p5i20","p1i3",[]);
stm_aix("p5i21","p1i3",[]);
stm_aix("p5i22","p1i3",[]);
stm_aix("p5i23","p1i3",[]);
stm_aix("p5i24","p1i0",[0,"Become a Reseller","","",-1,-1,0,"","_self","","Become a Reseller"]);
stm_aix("p5i25","p1i1",[0,"Reseller Opportunities","","",-1,-1,0,"r_partner.php","_self","","Reseller Opportunities"]);
stm_aix("p5i26","p1i3",[]);
stm_aix("p5i27","p1i3",[]);
stm_aix("p5i28","p1i3",[]);
stm_aix("p5i29","p1i3",[]);
stm_mc("p5",[6,"#000000",1,12,"",3]);
stm_ep();
stm_aix("p0i9","p0i1",[]);
stm_aix("p0i10","p0i8",[0,"SSL Certificates","","",-1,-1,0,"","_self","","Certificate Management, Certificates"]);
stm_bpx("p6","p5",[]);
stm_aix("p6i0","p1i0",[0,"Certificate Management","","",-1,-1,0,"","_self","","Certificate Management"]);
stm_aix("p6i1","p1i1",[0,"My Certificates","","",-1,-1,0,"clientarea.php?action=products","_self","","My Certificates"]);
stm_aix("p6i2","p1i3",[]);
stm_aix("p6i3","p1i3",[]);
stm_aix("p6i4","p1i3",[]);
stm_aix("p6i5","p1i0",[0,"Certificates","","",-1,-1,0,"","_self","","Certificates"]);
stm_aix("p6i6","p1i1",[0,"Domain Validation SSL Certificate","","",-1,-1,0,"cart.php?gid=38","_self","","Domain Validation SSL Certificate"]);
stm_aix("p6i7","p1i1",[0,"Organization Validation SSL Certificate","","",-1,-1,0,"cart.php?gid=39","_self","","Organization Validation SSL Certificate"]);
stm_aix("p6i8","p1i1",[0,"Extended Validation SSL Certificate","","",-1,-1,0,"cart.php?gid=40","_self","","Extended Validation SSL Certificate"]);
stm_aix("p6i9","p2i11",[]);
stm_mc("p6",[5,"#000000",1,12,"",3]);
stm_ep();
stm_aix("p0i11","p0i1",[]);
stm_aix("p0i12","p0i8",[0,"Partners","","",-1,-1,0,"","_self","","Affiliate Management, Reseller Management, Become a Partner"]);
stm_bpx("p7","p5",[]);
stm_aix("p7i0","p1i0",[0,"Affiliate Management","","",-1,-1,0,"","_self","","Affiliate Management","","",0,0,0,"","",0,0,0,0,1,"#FFFFF7",1,"#FFFFF7",1,"","",3,3,1,1,"#FFFFFF","#0099FF"]);
stm_aix("p7i1","p1i1",[0,"My Affiliate Program","","",-1,-1,0,"affiliates.php","_self","","My Affiliate Program","","",0,0,0,"","",0,0,0,0,1,"#FFFFF7",1,"#FFFFF7",1,"","",3,3,1,1,"#FFFFFF","#0099FF"]);
stm_aix("p7i2","p7i1",[0,"","","",-1,-1,0,"","_self","",""]);
stm_aix("p7i3","p7i2",[]);
stm_aix("p7i4","p7i2",[]);
stm_aix("p7i5","p7i0",[0,"Reseller Management","","",-1,-1,0,"","_self","","Reseller Management"]);
stm_aix("p7i6","p7i1",[0,"My Reseller Program","","",-1,-1,0,"reseller_program.php","_self","","My Reseller Program"]);
stm_aix("p7i7","p7i2",[]);
stm_aix("p7i8","p7i2",[]);
stm_aix("p7i9","p7i2",[]);
stm_aix("p7i10","p7i0",[0,"Become a Partner","","",-1,-1,0,"","_self","","Become a Partner"]);
stm_aix("p7i11","p7i1",[0,"Affiliate Plans","","",-1,-1,0,"affiliates.php","_self","","Affiliate Plans"]);
stm_aix("p7i12","p7i1",[0,"Reseller Plans","","",-1,-1,0,"reseller_program.php","_self","","reseller_program.php"]);
stm_aix("p7i13","p7i1",[0,"API Reseller Plans","","",-1,-1,0,"reseller_program.php","_self","","API Reseller Plans"]);
stm_aix("p7i14","p7i1",[0,"Package Deals - Save up to 20%!","","",-1,-1,0,"promos.php","_self","","Package Deals - Save up to 20%!"]);
stm_mc("p7",[5,"#000000",1,12,"",3]);
stm_ep();
stm_ep();
stm_em();
//-->
</script>
   </tr>
 </table></td>
</tr>

<tr><td colspan="2" style="padding:0px">



<table cellpadding="0" cellspacing="0" width="100%">
<tr><td width="225px" valign="top" class="colum_left" style="padding-bottom:20px;"><br />
    
<table width="100%"  border="0" cellpadding="2" cellspacing="1" class="navbar"><tr>
 <td class="navbox">
    
 </td></tr></table>
<script type="text/javascript">
<!--
stBM(2,"tree6575",[0,"images/","","blank.gif",0,"left","default","hand",1,0,10,200,-1,"none",0,"#666666","transparent","","repeat-y",0,"0609_f.gif","0609_uf.gif",9,9,0,"","","","",1,0,0,2,"center",1,0]);
stBS("p0",[0,0]);
stIT("p0i0",["MY ACCOUNT","","_self","","MY ACCOUNT","","",0,0,"bold 10pt 'Arial'","#ff8a01","none","transparent","","repeat","bold 10pt 'Arial'","#ff8a01","none","transparent","","repeat","bold 10pt 'Arial'","#ff8a01","none","transparent","","repeat","bold 10pt 'Arial'","#ff8a01","none","transparent","","repeat",1,0,"left","middle",0,0]);
stBS("p1",[,1],"p0");
stIT("p1i0",["Account Summary","clientarea.php",,,"My Account Summary",,,,,"10pt 'Arial'","#869c0d",,,,,"10pt 'Arial'","#869c0d",,,,,"10pt 'Arial'","#869c0d",,,,"repeat-y","10pt 'Arial'","#869c0d"],"p0i0");
stIT("p1i1",["My Profiles","",,,"My Profiles"],"p1i0");
stBS("p2",[],"p0");
stIT("p2i0",["My Details","clientarea.php?action=details",,,"My Details",,,,,,"#FFFFFF",,,,,,"#FFFFFF",,,,,,"#FFFFFF",,,,,,"#FFFFFF"],"p1i0");
{if $loggedin}
stIT("p2i1",["My Password","clientarea.php?action=changepw",,,"Change My Password"],"p2i0");
stIT("p2i2",["My Security Question","clientarea.php?action=changesq",,,"Change My Security Question"],"p2i0");
{/if} 
stES();
stIT("p1i2",["Buyer Profiles",,,,"Buyer Profiles"],"p1i1");
stBS("p3",[],"p0");
stIT("p3i0",["Manage Profiles","clientarea.php?action=contacts",,,"Manage Profiles"],"p2i0");
stIT("p3i1",["Add New Profile","clientarea.php?action=addcontact",,,"Add New Profile"],"p2i0");
stES();
stIT("p1i3",["My Support",,,,"My Support"],"p1i1");
stBS("p4",[],"p0");
stIT("p4i0",["My Support Tickets","supporttickets.php",,,"My Support Tickets"],"p2i0");
{if $loggedin}
stIT("p4i1",["Submit Ticket","",,,"Submit Ticket"],"p2i0");
{/if} 
stBS("p5",[],"p0");
{if $loggedin}
stIT("p5i0",["Tech Suppot","submitticket.php?step=2&deptid=2",,"Tech Suppot - Support questions about your account (i.e. email, addon domain, webmail, etc.).","Tech Suppot - Support questions about your account (i.e. email, addon domain, webmail, etc.)."],"p2i0");
stIT("p5i1",["System Support","submitticket.php?step=2&deptid=3",,"System Support - Support question about your CMS or other software system/s we installed in your account. (i.e. Gallery, Joomla, osCommerce, etc).","System Support - Support question about your CMS or other software system/s we installed in your account. (i.e. Gallery, Joomla, osCommerce, etc)."],"p2i0");
stIT("p5i2",["Install Support","submitticket.php?step=2&deptid=4",,"Install - CmS or other software system installation requests.","Install - CmS or other software system installation requests."],"p2i0");
stIT("p5i3",["Billing Support","submitticket.php?step=2&deptid=5",,"Billing - Billing questions, account upgrade/downgrade, cancellations, etc.","Billing - Billing questions, account upgrade/downgrade, cancellations, etc."],"p2i0");
{/if} 
stES();
stES();
stES();
stIT("p0i1",["MY PRODUCTS",,,,""],"p0i0");
stBS("p6",[],"p0");
stIT("p6i0",["My Products/Services","clientarea.php?action=products",,,"My Products/Services"],"p1i0");
stIT("p6i1",["My Contral Panel","myloginpage.php",,,"My Contral Panel"],"p1i0");
stES();
stIT("p0i2",["MY DOMAINS",,,,"MY DOMAINS",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1],"p0i0");
stBS("p7",[],"p0");
stIT("p7i0",["My Domains","clientarea.php?action=domains",,,"My Domains"],"p1i0");
stIT("p7i1",["My Transfers","domainmytransfer.php",,,"My Transfers"],"p1i0");
stES();
stIT("p0i3",["MY ORDERS"],"p0i1");
stBS("p8",[],"p0");
stIT("p8i0",["My Invoices","clientarea.php?action=invoices",,,"My Invoices"],"p1i0");
stIT("p8i1",["My Due Invoices","mydueinvoices.php",,,"My Due Invoices"],"p1i0");
stES();
stES();
stEM();
//-->
</script>

Link to comment
Share on other sites

<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"><font color="#FF8A01"><strong>{$LANG.knowledgebasesearch}</strong></font><br />
<img src="images/spacer.gif" width="1px" height="5px" 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="1px" height="5px" alt="" /><br />
<input name="search" type="text" class="navinput" size="15" />
 
<input type="submit" class="submitbutton" value="{$LANG.go}" />
</div>
</form>
</td></tr></table>

</td><td valign="top" style="padding-left:20px;padding-bottom:20px;">
       <span style="text-align: left">{$LANG.globalyouarehere}: {$breadcrumbnav}</span>

Link to comment
Share on other sites

left column need to be 225px then logo in top left 70px high header 155px with 2 x menu bottom of the 155px header with white space above the menu's for login box, domain serach & transfer box (but I still need to get these 2 working like the Knowledgebase Downloads serach box that comes with WHMCS) and Knowledgebase Downloads serach box

if all goes good it should be up and live in about 3 hour for remark's.

Link to comment
Share on other sites

The whole site needs to be burned to the ground.

 

just my 2 cents.

 

 

So yeah, definitely hire a designer and a whmcs integrator.

 

Go on tell me to come to someone like you and pay $500+

 

I am taking your reply as a i am looking for work?

as this is your day good so why would you ever give good feed back.

 

so why do you not show your site url.

Link to comment
Share on other sites

for $500 i could let you look at my portfolio but that wouldn't get you a holding page let alone a full site with integration lol!

 

He was merely giving you advice you website is your biggest asset it baffles me why so many people on these forums are happy to show of a mediocre badly done site.

Link to comment
Share on other sites

OK

 

New site done and fix (I hope)

I am now looking for feedback on the flow of the site over the layout ie. not that it looks like Godday's.

 

Note done, not fixed...

 

How do you expect us not to comment on the very obvious fact that the site is a ripoff of GoDaddy.com is a bit beyond me :twisted: With the new hover menus it even looks more like it, all the advice you'll get in this thread and on this forum is to trash the design, pay someone to redo it and start over.

 

That's the best advice you'll get anywhere, I would never buy from a website that has a ripped design, and I know no one else will.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated