-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SUGESTION: Import domains from webhosting control panels #33
Comments
This is a good idea. But there are probably many control panels with their own API, and I do not use any of them. It is quite difficult to write and debug usage unknown APIs. Maybe you had in mind the import of domains from some standard format, like CSV? By the way: Do you know that domains can be automatically added to the database by using |
All APIs have 1 thing in common: They can be queried viy curl. So, if you add a form to ask for:
It should be enough for the system to query the control panels.
|
I see at least two problems:
It seems to me more reasonable to do this: your script retrieves a list of domains through the API and passes it as CSV to my script through a temporary file or pipe to import your domains to the database. |
Would be a nice feature if you can add options to import the domains from the control panels using their API.
Almost all control panels allow to curl the a domain list using their API.
We won't need to type in hundreds or thousands of domains on the control panel or do an export to add these domains to the conf.php. It would simply import them automatically using the cron.
What do you think?
The text was updated successfully, but these errors were encountered: