WebHost toolbox 1.5.1

cdoverlaw

Verified User
Joined
Oct 30, 2004
Messages
8
we want to add direct admin support to webhost toolbox 1.5.1 and to do this we need the login url (which automatically inputs username and password)
Thanks for the help

Webhost toolbox is currently located at www.revosoftware.com
 
pleasee can someone help with this, its just a url, surely somebody knows what it is
 
Hey,

DA logins are generally via port 2222. (That's configurable so, it could change depending on the hoster.)

The login screen for the server is generally found like so:

http://www.example.com:2222

A kink is thrown in when one uses SSL on the server for secure logins. Naturally, then it would be https:// in the above URL.

Also, sometimes folks may decide to make it easier on their customers by making it a URL sonething like this:

https://www.example.com/login

So, the login is obviously not set in stone.

Here's a link to DA's API stuff:

http://www.directadmin.com/api.html

In the Quick Links you'll also find a link to a PHP Class that Phil wrote.

Hope that helps.
David
 
hmm their must be away round this, i need it to add support to directadmin to my software
 
You can't make your php script use post? As that seems to be the only solution until (if) DA implements this.
 
Not learning VB was probably a good thing, Phi1, since most of us who did were left completely out in the cold with all the changes when they moved to VB.NET.

Jeff
 
Back
Top