Basic Elements
Close Help Window
Your Instant Reseller System may require some basic elements to function
 

Header and Footer

Style Sheets

Links

Frame

Search Form

Log-In Form

Please download the IR Basic Elements.zip

Download Templates Here (Please note: templates are in beta, Dotster assumes no responsibility for support of these templates while in beta mode)


Header and Footer

The Instant Reseller System uses the html of your web site to create a seamless integration of your site to the Instant Reseller domain registration engine.

Your html is split into two parts, part one being the header, and part two being the footer.
Splitting the html allows your Instant Reseller content to be placed precisely where you want it to show up.

Let's just say that your page is one basic table with three rows, one row is for your logo, the second row is for your content, and the third row is for your footer links.

Example "A"
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>Your Logo Here!</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>Your Footer Content</td>
</tr>
</table>

Example "B" takes that code and splits it into a header and footer by selecting the <td> before where you want the IR content to reside. (See red code in example "B").

Example "B"
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>Your Logo Here!</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>Your Footer Content</td>
</tr>
</table>

This code will become the header after it is placed into the management section of your Reseller system.

Example "C" uses the </td> to close the table row and the Instant Reseller will place content above this tag.

Example "C"
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>Your Logo Here!</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>Your Footer Content</td>
</tr>
</table>

This code will become the footer after it is placed into the management section of your Reseller system.

Example "D" shows where the Instant Reseller content will appear.

Your Logo Here!
Instant Reseller content will appear in this location
Your Footer Content

Please note:
The IR system uses a secure server (https) to secure the transaction process. Your html will need to have the following in place to ensure an error free domain registration for your customer:

  • Links to pages within your site will need absolute values:
    • http://www.mydomain.com/link.html
    • https://www.mydomain.com/link.html
    • normally links that reside in the same server will have a relative value such as, ../link.html. Relative values will not go to the pages intended
  • Images will need to have secured absolute values to avoid the error message "This page contains both secure and non-secure items! Do you want to view non-secure items?"
    The link should look similar to this:
    "https://www.mydomain.com/images/mylogo.gif"

We regretfully do not offer secure image hosting at this time.

Please download the IR Basic Elements.zip

Download Templates Here (Please note: templates are in beta, Dotster assumes no responsibility for support of these templates while in beta mode)

top


Style Sheets

Style Sheets are also known as Cascading Style Sheets, or .css.
This element controls the look and feel of the Instant Reseller System, such as font, font color, font size.

Example "A" shows the default style sheet included in the management section of the IR web site, and it's function.

  • body controls basic properties of the entire document.
  • a.shead controls look of important links on the site.
  • a.visited controls links that were already visted.
  • .stext controls text that is at the header of sections.
  • .pagetitle controls the look of page titles.
  • .functiontext controls text that describes functions.
  • .fieldtext controls text in fields.
  • .notavailable controls text for domains that aren't availabe.
  • .available controls text for domains that are available.
  • .domain controls text for domains.
  • .error controls text for errors.

Example "B" shows how this default style sheet can be edited or expanded upon to add additional fuctionality.
Your style sheet can be added to the bottom of the default style sheet as well as being edited for your site.

  • body controls basic properties of the entire document.
  • a.shead controls look of important links on the site.
  • a.visited controls links that were already visted.
  • .stext controls text that is at the header of sections.
  • .pagetitle controls the look of page titles.
  • .functiontext controls text that describes functions.
  • .fieldtext controls text in fields.
  • .notavailable controls text for domains that aren't availabe.
  • .available controls text for domains that are available.
  • .domain controls text for domains.
  • .error controls text for errors.
  • .td controls the look of text in table
  • .headline controls the page headline
  • a:link controls the color of links
  • a:active controls the color of active links
  • a:visited controls the color of visited links
  • a:hover controls the color of mouseover text link
  • and more...

You can also add to the style sheet by linking to an absolute secured style sheet that your are using on your existing site:
https://www.mydomain.com/common/main.css. This will allow your design team to link to an external style sheet to minimize development of style sheets.

Please download the IR Basic Elements.zip

Download Templates Here (Please note: templates are in beta, Dotster assumes no responsibility for support of these templates while in beta mode)

top


Links

The IR system uses an address that allows your customers access to your resellers system through links that typically look like this:
https://secure.registerapi.com/resell.php?goto=register&siteid=0000

 

Example "A" shows a set of typical IR Links.
Registration https://secure.registerapi.com/resell.php?goto=register&siteid=0000

NameSpin https://secure.registerapi.com/resell.php?goto=namespin&siteid=0000

Support https://secure.registerapi.com/resell.php?goto=support&siteid=0000

Account Access https://secure.registerapi.com/resell.php?goto=account&siteid=0000

Whois https://secure.registerapi.com/resell.php?goto=whois&siteid=0000

Multilingual https://secure.registerapi.com/resell.php?goto=multilingual&siteid=0000

Help https://secure.registerapi.com/resell.php?goto=help&siteid=0000

Transfer Domains Page https://secure.registerapi.com/resell.php?goto=transfer&siteid=0000

This address has two standard parts:

  • The link to the Reseller System:
    https://secure.registerapi.com/resell.php?goto=register&
  • Site ID
    siteid=0000
  • Your site ID will be provide to you in the Management section.

The Link supplies the domain registration engine, and the site ID tells the engine what header, footer, stylesheet, and product offering that should be loaded.

The site ID will be provided in the management section of your reseller system.

Please download the IR Basic Elements.zip

Download Templates Here (Please note: templates are in beta, Dotster assumes no responsibility for support of these templates while in beta mode)

top


Frame

Frames will allow IR users to mask the url that would normally appear in the address bar during the registration process.

Example "A" calls the main.htm page that would typically be index page of your site. This page will show up inside of this frame.

Every link will from this point should show up inside of this frame, this hiding the url, and locking it on http://www.mydomain.com. This code has been tested in all browsers with success!

Example "A"
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">Remote File: /main.htm

</body>
</html>

Please download the IR Basic Elements.zip

Download Templates Here (Please note: templates are in beta, Dotster assumes no responsibility for support of these templates while in beta mode)

top


Search Form

Example "A" is a simple search form. It allows the user to check for domain availability from any location, even outside the reseller system.

Please note: The site ID must be replaced with the ID provided in the management section to ensure proper credit for sales generated through your reseller system.

Example "A"
<form name="DomainSearch" method="get" action="https://secure.registerapi.com/order/register/check.php">

<input type="hidden" name="siteid" value="0000">
<input type="text" name="DomainName">
<input type="submit" name="Submit" value="Search">

</form>

Please download the IR Basic Elements.zip

Download Templates Here (Please note: templates are in beta, Dotster assumes no responsibility for support of these templates while in beta mode)

top


Log In Form

Example "A" is a simple account log-in form. It allows users to log in to their account from any location, even outside the reseller system.

Please note: The site ID must be replaced with the ID provided in the management section to ensure proper credit for sales generated through your reseller system.

Example "A"
form action="https://secure.registearpi.com/account/login.php?siteid=0000" method="post" name="loginform">
<table>
<tr>
<td><span class="fieldtext">Account Name</span></td>
<td><input type="text" name="login" value=""></td>
</tr>
<tr>
<td><span class="fieldtext">password</span></td>
<td><input type="password" name="Password" value=""></td>
</tr>
</table>
<input type="submit" value="login"><br />
<input type="hidden" name="redir" value="/account/index.php">
</form>

Please download the IR Basic Elements.zip

Download Templates Here (Please note: templates are in beta, Dotster assumes no responsibility for support of these templates while in beta mode)

top

Have questions or need more information?

Please feel free to contact us with any questions you may have.

For technical support or help with using or managing your site, please contact:

Instant Reseller Customer Support
support@registerapi.com

top

Close Help Window