If I set active-mode and log into server it displays the modt-message and then disconnects!
If i set passive-mode it works!
And if i set dc++ Emulation AND active-mode IT WORKS!!!!!
Any ideas? ?(
PS: There is nobody on their forum( http://pdc.recoil.net.nz/forum ), please help me!
hmm used once but i not know muich about it, i recommend using dc++ 0.306 or new odc :))
QuoteOriginally posted by (uk-kingdom)pH?tt?
hmm used once but i not know muich about it, i recommend using dc++ 0.306 or new odc :))
Their software is based upon BCDC++
Odc has no bandwith limiting---->and I need bandwith limiting because we are in LAN and don't want to stress the Administrators!!! :P
hmmm :/
czdc?
Jipii!
This mod does it very well!
Thanks! :D :D
The same thing with BCDC++.. TD4 disconnects it without any reason in BCDC++ emulation.
Well, I think 0.307 has solved the problem, but haven't checked yet.
I use DC++ (the latest) with the program called netlimiter: www.netlimiter.com (http://www.netlimiter.com)
The program has the ability to set limits on individual programs that are running even though they nativly do not support it (like DC++)
if ptokax disconnects bcdc++/phantomDC on entry it's mostly this script which is missing.
-- enable bcdc++ on testdrive 4 made by tezlo
function Main()
frmHub:EnableFullData(1)
end
function DataArrival(user, data)
if strsub(data, 1, 7) == "$UserIP" then
local s, e, nick = strfind(data, "^%$UserIP (%S+)%|$" )
if nick == user.sName then
user:SendData( "$UserIP "..nick.." "..user.sIP)
elseif user.bOperator then
local tmp = GetItemByName(nick)
if tmp then user:SendData( "$UserIP "..nick.." "..tmp.sIP) end
end return 1
end
end
should have thought of it sooner. lol
plop