PDA

View Full Version : intergrating direct admin


xxmikexx
08-08-2003, 04:11 PM
is there a script that intergrates to a website?
i would like my customer to log-in on their control panel by using my website is this possible?
:confused:

jdlitson
08-09-2003, 01:54 AM
Here you go! :D

Remote Login forms for DirectAdmin v1.12 or better (http://www.directadmin.com/forum/showthread.php?s=&threadid=168)

Also look at these for other great tutors: (Both by diferent people.)

DirectAdmin | New Server Checklist (http://www.directadmin.com/forum/showthread.php?s=&threadid=65)

Direct Admin Server Checklist *UPDATED* (http://www.directadmin.com/forum/showthread.php?s=&threadid=189)

Enjoy -Jason

xxmikexx
08-09-2003, 03:04 AM
thanks you :D

xxmikexx
08-14-2003, 12:02 PM
how do i change the size of the log-in script?

jdlitson
08-14-2003, 02:23 PM
Do you mean the size of the form fields like the text boxes?
What is it you would you like to resize?

-Jason

jdlitson
08-14-2003, 02:26 PM
Do you need help intigrating it into an exsisting site?

xxmikexx
08-14-2003, 03:32 PM
please can you give me detail instrutions to change the text box size?
my site:- http://www.xxmikexx.co.uk

jdlitson
08-14-2003, 04:18 PM
In this example of code; the textbox name is "username" and the size =20.

To find the code in your html: If you are using frontpage you could just double click the text box and change the size in the box that pops up.
If you are using some other editor then just click the text box once and then click on the html view and change the size value to a smaller number.
When you click on the textbox in normal or design view the html for the text box should be highlighted for you which will make it easier to find.



<form method="POST" action="Login--">
<p><input type="text" name="username" size="20"><input </form>


Hope this helps. If not let me know what software you are using. -Jason