If I didn't have the access to database it would tell me? And the mysql account did work trough mysql control center, and the host is set to %
on
check_pretime_on_mkd=1
fill_pretime_on_mkd=0
fill_pretime_on_pre=1
I get timeout on timezone and on
check_pretime_on_mkd=0
fill_pretime_on_mkd=1
fill_pretime_on_pre=0
Everything works so it must be something wrong with check_pretime_on_mkd
snipet from ioftpd
[FTP_Pre-Command_Events]
user = %EXEC ..\scripts\ioBanana.exe closed %[$service]
pass = EXEC ..\scripts\ioBanana.exe ban
retr = EXEC ..\scripts\ioBanana.exe limiter
mkd = EXEC ..\scripts\ioBanana.exe dupecheck_dir
mkd = EXEC ..\scripts\ioBanana.exe checkdenypre
stor = EXEC ..\scripts\ioBanana.exe sc 50
stor = EXEC ..\scripts\ioBanana.exe pre_stor
|