PtokaX forum

Archive => HOW-TO's => Archived 5.1 boards => Old HOW-TO's => Topic started by: Kastor on 10 February, 2007, 21:44:01

Title: Problem with zk++ 0.66
Post by: Kastor on 10 February, 2007, 21:44:01


i have a problem with zk++ 0.666 client and other.
When use it, and  I try to connect on my hub , PTOKAX informs to me:

"You're disconnected - Reason: Using a not allowed client, please download a regular DCPlusPlus client at ..."


as I can make  not to be controlled ?, considering that i'm  own


I use  robocopv10.021 and ptokax 0.3.5.1 lua 5.0.2...

thank you
Title: Re: Problem with zk++ 0.66
Post by: Kastor on 11 February, 2007, 14:05:12
Mutor thank you so muck , now it works correctly  ;)  ;D ;D
sorry but i have anothor problem with other client ; RCDM++[0.26]  version 0.401

in the file ClientTags.xml there are :
     
<ClientTag> and <ClientName> for this client what I must put in the two sections?

         
i tried this but it doesen't works

<ClientTag> RCDM++[0.26]
<ClientName> RCDM++[0.26]
Title: Re: Problem with zk++ 0.66
Post by: bastya_elvtars on 11 February, 2007, 14:46:10
<ClientTag>RCDM++</ClientTag>
Title: Re: Problem with zk++ 0.66
Post by: Kastor on 11 February, 2007, 15:16:16
i tried  in this way :        but it doesen't works

   <Client>
        <ClientTag>RCDM++</ClientTag>
        <ClientName>RCDM++</ClientName>               
    </Client>



when I connect on my hub , ptokax dropped me
Title: Re: Problem with zk++ 0.66
Post by: bastya_elvtars on 11 February, 2007, 15:19:17
Can you show us the client's tag?
Title: Re: Problem with zk++ 0.66
Post by: mime on 11 February, 2007, 15:29:42
this is the tag in ptokax.

<zK++ V:0.666,M:A,H:0/0/1,S:3,O:5>
Title: Re: Problem with zk++ 0.66
Post by: Kastor on 11 February, 2007, 15:41:57
the client's tag is the seguent:

<++ V:0.401,M:P,H:0/0/1,S:1>

description:

<RCDM++[0.26]>
Title: Re: Problem with zk++ 0.66
Post by: CrazyGuy on 11 February, 2007, 15:56:59
Kastor, RCDM++ does not need to be added to ClientTags.xml IF the tag starts with <++

Does this client also get the message -> "You're disconnected - Reason: Using a not allowed client, please download a regular DCPlusPlus client at ..."

If not, see if it sends $UserIP and if it can be disabled in client.
If yes, disable RoboCop and try again
Title: Re: Problem with zk++ 0.66
Post by: Kastor on 11 February, 2007, 16:20:52
when I connect on my hub with RCDM , ptokax dropped me.

I have removed robocop , but i'm still dropped
Title: Re: Problem with zk++ 0.66
Post by: CrazyGuy on 11 February, 2007, 16:34:05
Then it is (most likely) $UserIP

The client looks to me as an R2++ clone, in which you can disable sending $UserIP in settings\R2++ or for you maybe Settings\RCDM++

If you cannot find that, here is a small script to work around it (although not recommended)


UnknownArrival = function(User,Data)
    if string.find(Data, "$UserIP") then return 1 end
end


Again, it is better to disable $UserIP than to use this script as $UserIP is not needed and gives alot of extra data processing and bandwith usage
Title: Re: Problem with zk++ 0.66
Post by: Kastor on 11 February, 2007, 18:37:58
I find in RCDM  " send userIP on connect to new hubs"  , i  disabled this funcion but the problem is remained.

why this cose is  although not recommended???????
Title: Re: Problem with zk++ 0.66
Post by: bastya_elvtars on 11 February, 2007, 18:40:23
Quote from: Kastor on 11 February, 2007, 18:37:58
I find in RCDM  " send userIP on connect to new hubs"  , i  disabled this funcion but the problem is remained.

In each favourite hub's properties window there is such a setting AFAIK.
Title: Re: Problem with zk++ 0.66
Post by: Kastor on 11 February, 2007, 18:57:04
i see now !!!  ;D ;D

thank you so much........   

why this code is  not recommended?

UnknownArrival = function(User,Data)
    if string.find(Data, "$UserIP") then return 1 end
end
Title: Re: Problem with zk++ 0.66
Post by: CrazyGuy on 11 February, 2007, 19:07:16
because of increased bandwith usage caused by $UserIP
$UserIP has been replaced with a better version, so you still get the info, just more effectively  ;D