06-09-2010, 02:38 PM
This should be the next step. Since the other systems (directadmin, cpanel) are not open source, it will be great is there is a plugin to comunicate with ISPConfig
(06-09-2010 05:23 PM)KuJoe Wrote: [ -> ]We are planning on expanding to multiple control panels in the future, ISPConfig being one them.
abstract class Panel {
public function remote() {}
public function GenUsername() {
//some code here
}
public function serverDetails() {
}
class ispconfig extends Panel {}
class whm extends Panel {}
class da extends Panel {}

.(06-11-2010 06:26 AM)KuJoe Wrote: [ -> ]Actually nobody at the moment. Adding modules is on the back burner right now. Our goal is for a solid core system then building on that. I can't disclose to much but we have a lot of things in the works right now.
(06-25-2010 06:21 AM)jwarnier Wrote: [ -> ](06-11-2010 06:26 AM)KuJoe Wrote: [ -> ]Actually nobody at the moment. Adding modules is on the back burner right now. Our goal is for a solid core system then building on that. I can't disclose to much but we have a lot of things in the works right now.
Hi, I'm working with Julio on this integration of THT with ISPconfig, and further customizations.
Actually, we (BeezNest, our own-run company, Free Software specialist since 2002) plan to offer hosting services to our customers soon, and needed something like THT + ISPconfig (and customizations).
As strong Free Software believers, we really promote contributions to existing (and promising) projects rather than reinvent the wheel.
As UNIX, PHP and MySQL specialists and after a review of the not-so-many available softwares (and thanks also to Ohloh and Google), we finally chose THT (for various technical reasons we might make publicly available someday soon), together with ISPconfig.
And Julio is responsible for the development of this so far, and there is work to do.
Now, we would like to avoid him any unnecessary work.
So it might bring something to share our plans, and maybe ease the process of submitting code (write access to the VCS of THT maybe?).
