Rodney
07-15-2003, 09:34 PM
i am trying to get dzsbot automaticly start with my ioftpd. i am using the latest version. i have tried such methods as:
OnServerStart = c:\ioftpd\eggdrop\eggdrop.exe
i made a batch file that changes to the eggdrop folder first (someone told me the eggdrop can only be executed while in the same directory) and i trie dthis with it
OnServerStart = c:\ioftpd\system\egg.bat
and also
OnServerStart = c:\windows\system32\cmd.exe /c c:\ioftpd\system\egg.bat
when i try to site exec it, i get the following:
[21:16:09] site exec eggdrop.exe
[21:16:10] 200-[21:16] --- Loading eggdrop v1.6.15 (Tue Jul 15 2003)
[21:16:10] 200-[21:16] * Hostname self-lookup failed. Please set 'my-ip' in the config file.
when i try to site exec the bat file, i get the same. although even with set my-ip "x.x.x.x" it wont work like that and it works fine when i manualy execute it.
i also tried making the eggdrop.exe a system service and it still did not work
last i also tried putting a run key in the registry which ofcourse did not work either, does anyone have any way for this to start automaticly with ioFTPD?
btw, the eggdrop.exe and the egg.bat file i made both work fine when i exeucte it manually. the bot joins the channel, announces everything, etc
OnServerStart = c:\ioftpd\eggdrop\eggdrop.exe
i made a batch file that changes to the eggdrop folder first (someone told me the eggdrop can only be executed while in the same directory) and i trie dthis with it
OnServerStart = c:\ioftpd\system\egg.bat
and also
OnServerStart = c:\windows\system32\cmd.exe /c c:\ioftpd\system\egg.bat
when i try to site exec it, i get the following:
[21:16:09] site exec eggdrop.exe
[21:16:10] 200-[21:16] --- Loading eggdrop v1.6.15 (Tue Jul 15 2003)
[21:16:10] 200-[21:16] * Hostname self-lookup failed. Please set 'my-ip' in the config file.
when i try to site exec the bat file, i get the same. although even with set my-ip "x.x.x.x" it wont work like that and it works fine when i manualy execute it.
i also tried making the eggdrop.exe a system service and it still did not work
last i also tried putting a run key in the registry which ofcourse did not work either, does anyone have any way for this to start automaticly with ioFTPD?
btw, the eggdrop.exe and the egg.bat file i made both work fine when i exeucte it manually. the bot joins the channel, announces everything, etc