Problem with zk++ 0.66
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Problem with zk++ 0.66

Started by Kastor, 10 February, 2007, 21:44:01

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kastor



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

Kastor

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]

bastya_elvtars

<ClientTag>RCDM++</ClientTag>
Everything could have been anything else and it would have just as much meaning.

Kastor

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

bastya_elvtars

Can you show us the client's tag?
Everything could have been anything else and it would have just as much meaning.

mime

this is the tag in ptokax.

<zK++ V:0.666,M:A,H:0/0/1,S:3,O:5>

Kastor

the client's tag is the seguent:

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

description:

<RCDM++[0.26]>

CrazyGuy

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

Kastor

when I connect on my hub with RCDM , ptokax dropped me.

I have removed robocop , but i'm still dropped

CrazyGuy

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

Kastor

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???????

bastya_elvtars

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.
Everything could have been anything else and it would have just as much meaning.

Kastor

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

CrazyGuy

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

SMF spam blocked by CleanTalk