Code: Select all
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
loadmodule "modules/netadmins.dll";
loadmodule "modules/operpasswd.dll";And now the error messages:
The Hungarian text says: "The specified module could not be found".loadmodule netadmins.dll: failed to load: A megadott modul nem található.
loadmodule operpasswd.dll: failed to load: A megadott modul nem található.
Seeing the output of the 'dir' and 'dir modules' commands, I'm quite sure the path for the modules are correct (the DLLs do exist in the 'modules' directory), I haven't a clue what could be wrong. Any ideas?