Jump to content

Intergration of WHMCS into our Website


Recommended Posts

Hi there,

 

We have a flash site http://www.swindonsaleshosting.com and the little white box at the top is suppose to have a domain search box in, But I have no knowledge in PHP so can't program one I wonderd if we can get WHMCS so do a search on available domains in that little box?

 

Is this possible? Also how do we add a banner at the top of WHMCS instead of WHMCS Online Portal lol.

 

Regards

 

Ian

Link to comment
Share on other sites

ermmm the sites not in flash well not the area with the white box. You could overlay a form onto it that would send the user to the WHMCS domain page. Something like a heavily CSS'ed

 

<form method="post" action="/client/cart.php?a=add&domain=register">

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr><td><INPUT TYPE="TEXT" NAME="sld">

<SELECT NAME="tld">

<OPTION VALUE=".com">.Com</OPTION>

<OPTION VALUE=".net">.Net</OPTION>

<OPTION VALUE=".tv">.Tv</OPTION>

<OPTION VALUE=".tv">.Tv</OPTION>

<OPTION VALUE=".biz">.Biz</OPTION>

<OPTION VALUE=".org">.Org</OPTION>

<OPTION VALUE=".info">.Info</OPTION>

<OPTION VALUE=".us">.Us</OPTION>

</SELECT>

</td>

<td align="right">

<INPUT TYPE="SUBMIT" VALUE="Check">

</td>

</tr>

</table>

</form>

 

EDIT: And yes you can you need to edit your header.tpl

Link to comment
Share on other sites

I tried this before you replied as I thought this maybe the issue. But for some reason it still doesnt work. Unfortunatly I have very little html knowledge If you would be intrested in having a quick loook at this i will give u abit of cash for it. add me on msn ian_murphy3@hotmail.co.uk thanks or e-mail me ianmurphy@swindonsaleshosting.com

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