ispCP - Board - Support
[HOWTO] Using the CLI to manage ispcp via command line (scripts) - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HOWTO] Using the CLI to manage ispcp via command line (scripts) (/thread-4255.html)

Pages: 1 2 3 4 5 6 7


RE: [HOWTO] Using the CLI to manage ispcp via command line (scripts) - aseques - 04-19-2011 01:14 AM

(02-25-2011 11:39 PM)rethus Wrote:  aseques:
After Long time, i ffound my Script, which i create to completly move Plesk-Data to ispCP. You helped me a lot with your CLI-Script.
Here is a Project on Sourceforge. This may interesting for you.

https://sourceforge.net/projects/plesk2ispcp/

I'm sure, you have optimize your script since i last use it, and created my Plesk2ispCP. If you wan't to come a member of the Project, i would be glad.

The Script has ccost me many many hours, but works realy good for me at the end. Hope it helps People who want to change from plesk to ispcp.
Nice to know, I really have no intention to go back to plesk Tongue but I'll update the wiki page in case someone is interested into this.


Updated the tar.gz with some fixes for 1.0.7, basically the ftp passwords are generated in a different way now.
If anyone is having problems just drop a line here.


RE: [HOWTO] Using the CLI to manage ispcp via command line (scripts) - aseques - 06-03-2011 07:26 PM

I just uploaded a new version of the scripts here and in the external repository with this changes:
03/06/11 Added delete_dns to domain_dns.php
03/06/11 Improvements to the dns creation and protected dns


RE: [HOWTO] Using the CLI to manage ispcp via command line (scripts) - aseques - 08-02-2011 02:26 AM

New version of the script, only with minor changes:
01/08/11 Added the option to create TXT entries in the dns


RE: [HOWTO] Using the CLI to manage ispcp via command line (scripts) - rAdKy - 08-27-2011 03:12 AM

I have error
The status of domain is staying REFRESH
And when I try DELETE, the message is Wrong domain ID!


RE: [HOWTO] Using the CLI to manage ispcp via command line (scripts) - 2_fast4_you - 09-10-2011 01:48 AM

hello

ive got a problem with adding an email account to an aliase

when im typing in

Code:
php domain.php --action create_mail --domain aliase.de --user test --passwort test

It responsed
Code:
Domain name required, will be the same as de admin user. for that domain  (--domain example.com)

But with the normal domain it works

Can anybody help me?