Developer Center

Functions

sync() , transfer_sync() - Domain Name Synchronization

It is used to synchronize the status, start and end times of domain name. It also enables synchronization of transferred and registered domain names. public function sync($params=[]){ $domain = idn_to_ascii($params["domain"],0,INTL_IDNA_VARIANT_UTS46...

get_info() - Domain Name Information

It is used to fetch the domain name information. Parameters; $params Provides the value of [options] index in the $order variable in the class. Retrieval Value; Array ( [creation_time] => 2019-07-20 [end_time] => 2020-07-20 [ns1] => ns...

domains() - List of registered domain names

It is used to list the registered domain names, if not supported, this function may be deleted. It is called from the "controllers / import-tld.php” file in the module. Retrieval Value; Array ( [0] => Array ( [domain] => example...

import_domain() - Import Domain Names

It is used for "Import" function in Module Settings. It enables the transfer of any domain name on the registrar to any customer. It is called from “controllers/import.php” file in the module. You can use the function, as shown in the example. public functio...

apply_import_tlds() - Import All Extensions

It is used to import all extensions on the registrar via API. It is called from the "controllers / import-tld.php” file in the module folder. You can use the function, as shown in the example. public function apply_import_tlds(){ $cost_cid = $...

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top