Jump to content

Adding ResellOne.Net as a Registrar Module


tomyknoker

Recommended Posts

Sorry agree, just wanted to make sure people floated around these forums... Yea I have PHP experience, but having trouble with the instructions... So this is where I am up to:

 

1) Created a folder "resellone"

2) Created a php file called resellone.php which contains this:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>

 

3) So far is this correct?

Link to comment
Share on other sites

Ok cool... In "RegGet CurrentNameservers" I notice the function has ##### Registrar Code Goes Here" do I need to add anything to that line? Will I have to do anything on the Registrar side of things? They have an OpenSRS Script/API Access were I can add IP addresses to allow access, would I add the IP in which I am running WHMCS? The next Reg is the RegTransferDomain but has no function, what part of this page do I add?

Link to comment
Share on other sites

  • WHMCS CEO

Hi,

 

For each of the functions, you need to code it to send the rquest to the registrar (in this case OpenSRS), get the response, interpret the response and then return the required variables to WHMCS or return an error message if it fails. The documentation for creating a registrar module explains what data should be returned by each function. You will obviously need programming and PHP experience in order to complete this.

 

Matt

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