View Full Version : problem with invite cmd site invpasswd
snatsert
03-07-2006, 02:32 PM
I am having problems when I want to invite .. when I do site invite nick I get :
no invite password found for your FTP account.
Please set a password using "SITE INVPASSWD" <password>
and when I tried that SITE INVPASSWD <password> I get Acces denied
anyone know what the problem is ?
hukker
03-07-2006, 04:07 PM
you sure you set permission for site invpasswd in ioftpd.ini?
invite = !A *
invadmin = 1M
invpasswd = !A *
snatsert
03-07-2006, 04:21 PM
you sure you set permission for site invpasswd in ioftpd.ini?
invite = !A *
invadmin = 1M
invpasswd = !A *
yeah I did that
neoxed
03-08-2006, 03:18 AM
Problems with your original post:
a) Provide the EXACT error message. Not your incorrect interpretation of the message (you spelled "access" wrong and there are different types of access errors).
b) We have no accurate information to work with (exact ioFTPD version and AlcoBot version, do not say "latest").
c) No ioFTPD.ini to inspect for mistakes (try attaching it to the thread or posting it to www.rafb.net/paste; but for god's sake, do not paste the entire thing into your post).
snatsert
03-08-2006, 10:58 AM
Problems with your original post:
a) Provide the EXACT error message. Not your incorrect interpretation of the message (you spelled "access" wrong and there are different types of access errors).
b) We have no accurate information to work with (exact ioFTPD version and AlcoBot version, do not say "latest").
c) No ioFTPD.ini to inspect for mistakes (try attaching it to the thread or posting it to www.rafb.net/paste; but for god's sake, do not paste the entire thing into your post).
a) the excact error : 550 'SITE invpasswd': access denied.
and if I do /msg sitebot !invite <nick> : [INVITE] Incorrect username, password, or IRC host
b:) ioFTPD Beta 5.8.7r
php psio 0.1.5
bounty's cygwin eggdrop 1.6.17+ssl
Alcobot 1.0.0
mysql 5.0.18
mysql connector ODBC 3.51
c:) I paste these cmds into the ioftpd.ini
[FTP_Custom_Commands]
invite = TCL ..\scripts\siteInvite.tcl INVITE
invadmin = TCL ..\scripts\siteInvite.tcl ADMIN
invpasswd = TCL ..\scripts\siteInvite.tcl PASSWD
[FTP_Command_Permissions]
invite = !A *
invadmin = 1M
invpasswd = !A
hukker
03-09-2006, 02:39 AM
Have you tried running it with ioFTPD-beta5-8-5r?
Just remember to replace the ioFTPD.exe and that php4ts.dll to the old ones... I guess its worth a try testing out the older version.
hukker
03-09-2006, 03:03 AM
hrm I just noticed one thing
take a look at your permissions once more
your missing the "*" in "invpasswd = !A *"
the star is pretty important since it indicates all users, in this case it means all users but the A flag (anonymous flag), are allowed to execute the command.
snatsert
03-11-2006, 12:48 PM
hrm I just noticed one thing
take a look at your permissions once more
your missing the "*" in "invpasswd = !A *"
the star is pretty important since it indicates all users, in this case it means all users but the A flag (anonymous flag), are allowed to execute the command.
great !!! thnx man it's working great now ... I feel myself a little bit a fool for this little mistake
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.