Monkey Clients

Which hub software is the best? Where can I find script XXX? Discuss it here...(no, this is not for advertising your hub...)

Moderator: Moderators

Locked
dhil
Posts: 9
Joined: 2003-03-02 09:16
Location: DK

Monkey Clients

Post by dhil » 2003-05-31 15:11

How can I keep out these Mldc cleints who share 11mb and make my server slow ?
Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x].

TheParanoidOne
Forum Moderator
Posts: 1420
Joined: 2003-04-22 14:37

Post by TheParanoidOne » 2003-05-31 15:13

Have a look at the last item I stated in my response to your other thread here
The world is coming to an end. Please log off.

DC++ Guide | Words

Sunny
Posts: 3
Joined: 2003-06-06 06:06
Location: Canada
Contact:

Post by Sunny » 2003-06-10 03:38

thanks for your reply .

We done the script now.

RJ ;)

RJ-P
Posts: 12
Joined: 2003-06-07 02:43
Location: Holland
Contact:

Post by RJ-P » 2003-06-10 05:25

huh!

here tooo?

i will kill ya if i see once again posting like me :twisted: :twisted: :twisted: :twisted:

b.t.w this ml donkey script is done and if anyone else need it then here is it:

Code: Select all

  If Left(sCurData, 12) = "$MyINFO $ALL" Then 

        ' Revoke Access for MLDC 
        '-------------------------------- 
            If (instr(lcase(sCurData),"mldc")>0) or (instr(lcase(sCurData),"mldonkey")>0) Then 
                 curUser.PrivateMessage CStr(sBotName2),vbCrLf & vbCrLf & "Sorry to inform you that we do not allow connections from ML Donkey Clients. You are being disconnected." & vbCrLf 
                 frmHub.DoEventsForMe 
                 curUser.Disconnect 
             End If 
  End If
hope this helps someone cozz it was very hard to find working one!

RJ ;)
Note:

Having a friend is easy but maintaining a good friendship is very difficult.

Try to avoind all the misunderstandings!

Locked