i have now played arround with ispconfig for a while and have it kinda like i want it (sort of ) annyways is there a way to make a website and when someone lets say orders some kind of hosting pruduct and automaticly inserts the person as a client and the clients pruduct it self sort of a automated script of some funny kind... thanks hmeco
ISPConfig has a external interface to create resellers, clients and websites with the SOAP protocol. The interface is called remoting framework. http://www.ispconfig.org/remoting_plugin.htm http://www.howtoforge.com/forums/showthread.php?t=14766&highlight=automate
it looks like its for the development version of ISP config annyways this is the thing i was looking for much aprichoated... cheers hmeco
The remoting framework works with the stable version as well, if php is compiled with xml. Have a look at the remoting plugin page, it is described there.
Is there some reason that the release continue to not have XML? Seems like more and more people want remoting...
The current stable versions do not have remoting because XML in PHP requires the libxml2-dev package to be installed first and we do not want to change the system requirements in the 2.2.x stable versions. If xml2-dev is not installed, a update will fail. The next stable branch for ISPconfig 2.4.x will have XML enabled by default.