PtokaX forum

PtokaX => Support => Topic started by: acethecase on 14 October, 2004, 14:08:04

Title: User Check Clients Disconnected
Post by: acethecase on 14 October, 2004, 14:08:04
OK!.First hi all Im back onLine again and to forum  :D
Second sorry if I post in wrong threead, I dont know where the to post it..

It?s like this..
Wright now Im using latest DCDM to check users and PtokaX TD4 to run hub with RoboCop9b script
Everytime my client finds Fake or BAD user it gets disconnected, Remember this ONLY happens when I use PtokaX client not any other!

FAKER                    ---> *** User [Telia]W Fake file list - ListLen = 11
THIS IS MY CLIENT --->   *** Disconnected

What I tryed out is:
To type my IP in Active and add port nr (411) but still not working.
I added correct TD4 profile in RC script .-
Iv reinstalled everything 3 time.-
Iv tryed to make client Master insted of OP.-

Dont know any more what to do, so PLS if any one can help me out with this iIll bee very happy man..
THX all!
Title:
Post by: Herodes on 14 October, 2004, 15:07:55
-- 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
try to see if using this helps ...
Title:
Post by: acethecase on 14 October, 2004, 20:04:27
..Great m8t...thanx for posting scrip
It works perfect now, I dont know what triggerd this problem from first place-
beacuse everything work ok befoe,any way thanx again!
Title:
Post by: Herodes on 14 October, 2004, 20:11:19
Watch this thread to know y ....I learn from it too (http://board.univ-angers.fr/thread.php?threadid=2960&boardid=11&styleid=1)