PDA

View Full Version : ioGroups problem


Kublai
11-05-2003, 10:51 AM
I get this error everytime i try one of the commands with ioGroups. I have set up the ini-files just as it should be.

500 'SITE LUSERS': command not understod

In mirc I get this:

ERROR: "user_file" is not a valid file

ADDiCT
11-05-2003, 10:52 AM
1. edit ioGroups.ini !

2. put these lines in your ioftpd.ini configfile:

[Scripts]

; for ioFTPD 5.1.* and newer
lgroups = EXEC ..\scripts\ioGroups.exe listgroups
lusers = EXEC ..\scripts\ioGroups.exe listusers
grpstats = EXEC ..\scripts\ioGroups.exe groupstats
usrstats = EXEC ..\scripts\ioGroups.exe userstats
traffic = EXEC ..\scripts\ioGroups.exe sitestats
user = EXEC ..\scripts\ioGroups.exe userinfo
owngroup = %EXEC ..\scripts\ioGroups.exe listgroups %[$group]
myinfo = %EXEC ..\scripts\ioGroups.exe userinfo %[$user]


3. don't forget to rehash!
?


500 'SITE LUSERS': command not understod --> ioftpd.ini file was not configured correctly

ERROR: "user_file" is not a valid file --> ioGroups.ini file was not configured correctly

Kublai
11-05-2003, 11:08 AM
Here is what i post in my ioftpd.ini

lgroups = ..\scripts\ioGroups.exe listgroups
lusers = ..\scripts\ioGroups.exe listusers
grpstats = ..\scripts\ioGroups.exe groupstats
usrstats = ..\scripts\ioGroups.exe userstats
traffic = ..\scripts\ioGroups.exe sitestats
user = ..\scripts\ioGroups.exe userinfo
owngroup = %..\scripts\ioGroups.exe listgroups %[$group]

And ioGroups.ini

; for ioFTP beta 4 :
; user_file = C:\ioFTPD\etc\passwd
; group_file = C:\ioFTPD\etc\group

users_dir = C:\ioFTPD\users
groups_dir = C:\ioFTPD\groups

template_path = C:\ioFTPD\scripts\template

sysop_logfile = C:\ioFTPD\logs\SysOp.log
ioftpd_logfile = C:\ioFTPD\logs\ioFTPD.log

ADDiCT
11-05-2003, 11:10 AM
what ioFTPD version are u using ?

Kublai
11-05-2003, 11:13 AM
Beta 4.9.4

ADDiCT
11-05-2003, 11:16 AM
user_file = C:\ioFTPD\etc\passwd
group_file = C:\ioFTPD\etc\group

remove the leading ; 's

Kublai
11-05-2003, 11:19 AM
thx a lot :) Now its working in mirc

But it didnt solve the 500 command not understod error.

Kublai
11-05-2003, 11:41 AM
Found the error, my bad. Hadn`t restartet ioftpd after adding the new commands in the ini file.

Thx for the help :D

freak
11-29-2004, 08:06 PM
Hey i get similar error like Kublai

[L] site lusers
[L] 550 Command failed.

i have added these entries in ioftpd.ini like it was in readme file
im using ioftpd 5.8.5 +dzsbot + php psio

I wonder what can be wrong any1 got a clue ?

Tnx for help

freak
11-29-2004, 08:24 PM
now i get
[L] site lusers
[L] 500 SITE lusers: Command not understood.

:(