WHOIS Configuration

Versi Bahasa Indonesia

Following are the steps to configuring WHOIS in HostBill:

  1. In HostBill, WHOIS configuration file is located at:
    [HostBillRoot]/includes/extend/whois/whois.php
  2. Add these rows at whois.php file:
    ".co.id"   => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".web.id"  => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".id"      => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".co.id"   => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".desa.id" => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".web.id"  => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".ac.id"   => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".or.id"   => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".sch.id"  => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".my.id"   => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    ".biz.id"  => array('server'=>'http://whois.srs-x.com/domain?domain={$domain}','available'=>'Domain Belum Terdaftar'),
    

Then, configure HostBill primary server IP Address into SRS-X reseller configuration:

  1. Login to reseller panel, and then go to Configuration – General menu.
  2. Choose API tab menu, then input HostBill IP Address and HostBill URL into provided column.