PDA

View Full Version : [REQ] Delete all Users from a specific Group


freak007
02-29-2004, 05:37 AM
Would be nice if someone could code a script to delete all users from a specific group with one command.

Very Thx

Freak007

wooolF[RM]
02-29-2004, 05:40 AM
u can do it from ioGUI by 1 click... (just a *possible* solution)

freak007
02-29-2004, 05:49 AM
And where is this option in ioGUI ???

Cya

Freak007

toki
02-29-2004, 05:51 AM
i think he means the batch processing... sort users by grp then mark em all u wanna del and press deluser or use custom cmd "site deluser %(user)" in right part of batch processing window

greez toki

freak007
02-29-2004, 06:05 AM
But this is only in ioGUI 1.2 and not in the new ioGUI 2

Cya Freak007

toki
02-29-2004, 07:14 AM
ioGUI2 is still under development so keep cool and wait. i think when finished it will be there again like it was in ioGUI 1.x

freak007
02-29-2004, 09:05 AM
yeah that i think too. Until that i will use ioGUI 1.2 and ioGUI 2 :)

Cya

freak007

Mouton
02-29-2004, 09:22 AM
I doubt you need to delete whole bunch of users that often.
When u do, simply edit UserList.Body and put:

site deluser %[$user]

Then, on site:

SITE USERS =groupname

Copy paste result in a FFXP custom command. Execute it.

Kinda hack, but might save some time over site deluser xxx 30 ppl.
You don't really have to edit UserList.Body if you're able to use Search and Replace RegExp in any text editor.