PtokaX forum

PtokaX => Support => Topic started by: dadaniel on 20 January, 2004, 10:52:56

Title: new PhantomDC doesn't work with ptokax testdrive4!
Post by: dadaniel on 20 January, 2004, 10:52:56
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!
Title:
Post by: pHaTTy on 20 January, 2004, 10:56:36
hmm used once but i not know muich about it, i recommend using dc++ 0.306 or new odc :))
Title:
Post by: dadaniel on 20 January, 2004, 11:02:16
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
Title:
Post by: pHaTTy on 20 January, 2004, 11:21:33
hmmm :/

czdc?
Title:
Post by: dadaniel on 20 January, 2004, 11:42:59
Jipii!

This mod does it very well!

Thanks! :D  :D
Title:
Post by: FleetCommand on 20 March, 2004, 03:22:34
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.
Title:
Post by: cHiNgAcHg00k on 23 March, 2004, 12:19:46
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++)
Title:
Post by: plop on 23 March, 2004, 17:14:02
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