PDA

View Full Version : Alcobot + Nxtools invite OCDB module


teeone
04-13-2006, 08:02 PM
I've searched and hunted down for this answer to the best of my abilities...but I haven't found an answer..

i'm running ioftpd + nxTools-v1.03 + AlcoBot-v1.1.0

I don't want the invite module and i don't have a user "OCDB" nor do i WANT one..i want to shut this warning message off:

[AlcoBot] Error :: ModInvite - Unable to connect to database "": [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (IM002)

However, I remove the "invite" module and alcobot won't load nxtools:

[AlcoBot] Unable to load module "nxtools": missing module dependency "invite"
[AlcoBot] Module unloaded: nxtools

Please tell me how to correctly disable or remove this warning message or remove this module. Thank you,

-teeone

neoxed
04-13-2006, 08:14 PM
You don't. The nxTools module relies on the invite module.

teeone
04-13-2006, 08:45 PM
so i just have to live with that error message?

neoxed
04-13-2006, 08:57 PM
Read the error message, nxTools will only load if the invite module is loaded.

teeone
04-13-2006, 09:08 PM
Well, thats a lie because I just did the following:

1) AlcoBot\modules\ioftpd\nxtools\module.def and removed the "invite" module from being a dependency

2) Removed the invite module from loading with alcobot and i got the following success:

[18:57] [AlcoBot] Starting...
[18:57] [AlcoBot] Loading libraries...
[18:57] [AlcoBot] Loading configuration...
[18:57] [AlcoBot] Loading modules...
[18:57] [AlcoBot] Module Unloaded: invite
[18:57] [AlcoBot] Module Loaded: free
[18:57] [AlcoBot] Module Loaded: ftpconn
[18:57] [AlcoBot] Module Loaded: ftpd
[18:57] [AlcoBot] Module Loaded: groups
[18:57] [AlcoBot] Module Loaded: help
[18:57] [AlcoBot] Module Loaded: online
[18:57] [AlcoBot] Monitoring 3 log file(s).
[18:57] [AlcoBot] Module Loaded: readlogs
[18:57] [AlcoBot] Module Loaded: sitecmd
[18:57] [AlcoBot] Module Loaded: nxtools
[18:57] [AlcoBot] Module Loaded: iozs
[18:57] [AlcoBot] Loading variables...
[18:57] [AlcoBot] Loading theme...
[18:57] [AlcoBot] Sitebot loaded, configured for ioFTPD.

With zero errors and its working fine...

Did you just not want to find out how to do it for me? Well whatever thanks for your script

neoxed
04-13-2006, 10:02 PM
Unfortunately it's not that simple, since the nxtools module relies on two commands exported by the invite module. While it loads fine, several commands (approve, request, reqdel, reqfill, etc.) will not work because the invite module is missing.

So no, it's not a lie.

teeone
04-13-2006, 10:33 PM
Well you told me it would ONLY load with it...but now i see what you mean

I dont require those services, so it works great for me, thank you