padders
11-22-2002, 06:47 AM
Does anyone know of a domain name reseller with a PHP api, in the sense that the API can be accessed using PHP and does not require java, or asp? Thanks :)
![]() | View Full Version : PHP reseller API padders 11-22-2002, 06:47 AM Does anyone know of a domain name reseller with a PHP api, in the sense that the API can be accessed using PHP and does not require java, or asp? Thanks :) flitcher 11-22-2002, 08:34 AM I believe it can be done with eNom, but you can basically code it to work with any Registrar as long as you know their api interface. Chris Marks 11-22-2002, 04:47 PM eNom's resellers can access the API via a PHP script. A premade one is DRAMS, more info at www.dramsystem.com padders 11-22-2002, 04:54 PM Just downloading the enom docs now. I found dramsystem and would have just bought it to integrate the bits I need but they shoot themselves in the foot by encrypting it. joelmoss 11-23-2002, 12:43 PM although opensrs don't have an official php api, an opensrs reseller has created a version of their api in php which can be found at http://sourceforge.net/projects/opensrs-php/ We use a slightly modified version of it on our site: HomepageUniverse.com. |