Hi
I am creating a domain registration page using openSRS and the
reg_system.cgi script. A couple of questions...
I have got all the information I need, what domains the person want, name,
address of the person who wants to
buy the domain, how many years, auto renew, and I have authorised the
credit card that the person wants to use to by the domains.
Therefore the last thing I have left is to register the domains through
opensrs. I have all this information in a html
page with hidden form fields. Example (written half in pseudocode): -
<body onload="submit myform()">
<form action="reg_system.cgi?action=?????" name="myform">
<input type="hidden" name="domain1" value="iuhiuhiuhoiuh.com">
<input type="hidden" name="domain2" value="iuhiuhiuh.com">
<input type="hidden" name="domain3" value="iuhggfw44oiuh.com">
<input type="hidden" name="years1" value="4">
<input type="hidden" name="years2" value="2">
<input type="hidden" name="years3" value="7">
<input type="hidden" name="name" value="jimbob">
</form>
etc. etc. etc. I think you get the idea :)
a) what is the best SUBroutine in the reg_system.cgi script to use and
edit for this purpose
? Am I using reg_system.cgi the correct way? Is there a better method? Do
I use Bulk Order?
b) what additional hidden fields would I need in page? my resellers
username and password?
Is there any decent examples of how to do this? I have a good idea in my
head on how to do this process but I
just want to be told whether I'm going about this the correct way.
Thanxs