PDA

View Full Version : [Fixed] strange thing happened with sitebot


ChipMunk666
06-03-2004, 10:17 AM
[Any]
Host = 0.0.0.0
Ports = 1024-4096
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind =


i changed this into

[Any]
Host = 0.0.0.0
Ports = 1400-1500
Random = True
;Global_Inbound_Bandwidth = 10000
;Global_Outbound_Bandwidth = 10000
;Client_Inbound_Bandwidth = 100 [*registered version*]
;Client_Outbound_Bandwidth = 50 [*registered version*]
;Bind =

Cause somebody told me this was better if you have a firewall and still want to use passive mode.
but than my eggdrop stopped working.
the !bw and !leechers they show 0.The comon problem.
So i changed it back.But it still doesn't work like before.
I didn't touch the eggdrop.When i do site swho i get the persons on it.
Should this effect the eggdrop?
I still can see ftp connected.
Should I run debug mode?
I also tried rebooting it as rehashing it.
Nothing hehe.

[17:23] ioBanana 9 by Mouton & Harm attempting to connect to FTP...
[17:23] ioB: FTP connection established - handle: 0
[17:23] dZS-mod: LOGOUT received
[17:23] dZS-mod: LOGIN received

Harm
06-03-2004, 11:01 AM
You haven't changed anything that is used by ioBanana.
The 4 lines you've pasted from the partyline are normal too.

Check that you haven't changed the name of the message window (WindowName) while editing your device.
If you want ioBanana to be able to use ioFTPD's shared memory, you should either remove that line from your ioFTPD.ini or use the default name:
WindowName = ioFTPD::MessageWindow
with no space/tab or anything else at the end of the line.

ChipMunk666
06-03-2004, 11:18 AM
WindowName = ioFTPD::MessageWindow
it was removed allready i will try to run debug mode.
cause i really didn't anything else than change those ports.
I was thinking like this cause iobanana needs a connection to it maybe couldn't connect thru these ports and don't get a listing or something.
I let you know.

ChipMunk666
06-04-2004, 11:49 AM
I changed the ip of
set ioBvar(ip) "*.*.*.*"
set ioBvar(port) "444"
set ioBvar(login) "!sitebot" ;# That user needs the necessary flags to do it's job... "1" is ok.
set ioBvar(pass) "sitebot"

TO

set ioBvar(ip) "127.0.0.1"
set ioBvar(port) "444"
set ioBvar(login) "!sitebot" ;# That user needs the necessary flags to do it's job... "1" is ok.
set ioBvar(pass) "sitebot"

that problem is fixed now.