DA User Tool

I have actually been pondering creating a toolbox plugin with functions such as this that DirectAdmin is missing.
mass IP entry
mass domain entry
rename user
etc.

However, if DirectAdmin were to make these functions builtin, I would much rather prefer that.
 
One thing I'm still looking for is a way to move domain A from user B to user A, so far I've just deleted the content and recreated it, but I would really like to be able to move domains around between users. (Or am I the only one that has a few users who know eachother and trade domains with eachother ?)

Furthermore I'd also like to see DA include some kind of a toolbox for stuff like this into the admin panel.
 
I have customers consoldate, change to resellers, etc all the time. This would be highly useful in the admin area.
 
l0rdphi1 said:
This is a tool that currently allows Users to be converted to Resellers, Resellers back to Users, and changing of any user's owner. See below for a full features list.

Current Version: v1.2
Last updated 2004-02-06 at 7:01 PM EST

Instructions:Features:
  • Convert Users to Resellers
  • Convert Resellers to Users
  • Change the owner of users
  • RH and FBSD support
Have fun! ;)

The url to the tool is not aivable anymore :mad: have's somebody on this forum a good url to the tool?
 
Please send it to info [at] 4u-web [dot] nl

Online is easier for me, but on e-mail is also well.

Thanks!
 
Tnx!

EDIT: Other users that want to use the tool, without downloaden the zip file first, you can use the follow url:

http://www.4u-web.nl/datool/dausertool.pl

EDIT 2: I have upload the dausertool.pl, but as I do:

Code:
wget [url]http://www.4u-web.nl/datool/dausertool.pl[/url]

in SSH, there comes the follow error:

Code:
--00:36:04--  [url]http://www.4u-web.nl/datool/dausertool.pl[/url]
           => `dausertool.pl'
Resolving [url]www.4u-web.nl...[/url] done.
Connecting to [url]www.4u-web.nl[/url][62.212.93.29]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
00:36:04 ERROR 403: Forbidden.

The CHMODD I have used is: 777

What can I do to resolve the problem?
 
Last edited:
Unless you need it to be executed from that location, I'd suggest trying 644 instead of 777.

Jeff
 
The same error comes as I have set the permission to 644:

Code:
--10:16:31--  [url]http://www.4u-web.nl/datool/dausertool.pl[/url]
           => `dausertool.pl'
Resolving [url]www.4u-web.nl...[/url] done.
Connecting to [url]www.4u-web.nl[/url][62.212.93.29]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
10:16:31 ERROR 403: Forbidden.
 
Perhaps we can help you figure this out if you change to the directory (from your shell) and post the complete output of:

ls -al dausertool.pl

and then also the output of:

pwd

Jeff
 
PWD:

Code:
s001# pwd
/usr/home/uweb/domains/4u-web.nl/public_html/datool

LS -AL DAUSERTOOL.PL:

Code:
s001# ls -al dausertool.pl
-rw-r--r--  1 uweb  apache  8634 Jun 15 00:29 dausertool.pl
 
How about the results from:

/usr/home/uweb/domains/4u-web.nl/public_html/datool


Thanks.

Jeff
 
I would willing to pay or donate to have this made as a plugin. I think this would be most useful. DA should really do it, but who knows what they are working on right now:) I doubt it is this.
 
I have to agree this would be quite useful to have in the admin area as a DA plugin definitely.
 
Can somebodey help me with the converting now, I have a customer that want a reseller account, and he have's now a normal account.
 
As I post before, I have the dausertool.pl file, that have I upload to my server, but if I try to download on SSH, there comes the follow error:

Code:
--00:36:04--  [url]http://www.4u-web.nl/datool/dausertool.pl[/url]
           => `dausertool.pl'
Resolving [url]www.4u-web.nl...[/url] done.
Connecting to [url]www.4u-web.nl[/url][62.212.93.29]:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
00:36:04 ERROR 403: Forbidden.
 
Back
Top