Current time: 02-09-2012, 02:47 AM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ISPConfig plugin
06-09-2010, 02:38 PM
Post: #1
ISPConfig plugin
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

Julio Montoya
BeezNest - http://www.beeznest.com
Blog: http://phpcommit.wordpress.com
Visit this user's website Find all posts by this user
Quote this message in a reply
06-09-2010, 05:05 PM
Post: #2
RE: ISPConfig plugin
we've gotten this suggestion before.. If i recall... one of the developers is looking into it?

[Image: admin.png]
[Image: sig.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
06-09-2010, 05:23 PM
Post: #3
RE: ISPConfig plugin
We are planning on expanding to multiple control panels in the future, ISPConfig being one them.

- KuJoe
▒ LvL8
▒ The Free Web Hosting Guide
▒ FreeWebHostingTalk


PM me for theme conversions @ $15!
Visit this user's website Find all posts by this user
Quote this message in a reply
06-11-2010, 05:40 AM
Post: #4
RE: ISPConfig plugin
(06-09-2010 05:23 PM)KuJoe Wrote:  We are planning on expanding to multiple control panels in the future, ISPConfig being one them.

Hello there,
Can you please tell me who's the guy that is thinking/dreaming/trying to figure it out how to implement the ISPConfig?

I have some ideas an suggestions to share.

Examples:

1. Create an abstract class called "Panel" (or whatever).
see files in includes/servers/

PHP Code:
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 {} 

So the Panel class will have common tasks like GenUsername(), serverDetails, etc.

Julio Montoya
BeezNest - http://www.beeznest.com
Blog: http://phpcommit.wordpress.com
Visit this user's website Find all posts by this user
Quote this message in a reply
06-11-2010, 06:26 AM
Post: #5
RE: ISPConfig plugin
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. Wink

- KuJoe
▒ LvL8
▒ The Free Web Hosting Guide
▒ FreeWebHostingTalk


PM me for theme conversions @ $15!
Visit this user's website Find all posts by this user
Quote this message in a reply
06-11-2010, 07:19 PM
Post: #6
RE: ISPConfig plugin
can you give me a link to the ISPconfig API documentation, I can't seem to find it

Nick - TheHostingTool Staff Coordinator

[Image: standard.png]

Visit this user's website Find all posts by this user
Quote this message in a reply
06-12-2010, 01:04 AM
Post: #7
RE: ISPConfig plugin
Not really sure why we never used interfaces/abstracts in the first place...

Kevin Mark - TheHostingTool Lead Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
06-17-2010, 03:21 PM
Post: #8
RE: ISPConfig plugin
ehh. If you get me a copy of that test.php file with all the methods in it, i will create an ISPConfig type for THT. Sadly the link is down so i cannot see the methods Sad.

Nick - TheHostingTool Staff Coordinator

[Image: standard.png]

Visit this user's website Find all posts by this user
Quote this message in a reply
06-25-2010, 06:21 AM
Post: #9
RE: ISPConfig plugin
(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. Wink

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?).

http://beeznest.wordpress.com
Visit this user's website Find all posts by this user
Quote this message in a reply
06-25-2010, 11:15 PM
Post: #10
RE: ISPConfig plugin
(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. Wink

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?).

That's great to hear! PM me. Smile

Kevin Mark - TheHostingTool Lead Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)