Example of ml donkey?

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
logoslogos
Posts: 2
Joined: 2003-11-14 12:15

Example of ml donkey?

Post by logoslogos » 2003-11-14 12:31

Hi,

I've been getting hits by strange searches...tons of them, that go by nicks such as pnphsv or vnqrho. Are these examples of ml donkey searches? I need to find a script to kick/ban these.

TIA
ll
Avant, outsider music
logoslogos.no-ip.org

ButterflySoul
Posts: 210
Joined: 2003-01-23 17:24
Location: Nevada
Contact:

Post by ButterflySoul » 2003-11-14 15:00

You can find one in http://dcplusplus.sourceforge.net/forum ... php?t=2209

If you gather the strenght to read the thread to the end =p

If not, here's the extract you're looking for :

Code: Select all

Option Explicit 

' --------------------------- 
Sub DataArival(curUser, sCurData) 
' --------------------------- 
If LeftB(sCurData, 8) = "$MyI" Then Analysis MidB(sCurData, 25) 
End Sub 

' --------------------------- 
Sub Analysis(sInfo) 
' --------------------------- 
Dim aInfo 
aInfo = Split(sInfo,"$") 
If AscW(aInfo(4))=32 Then objUser.Kick() 
End Sub
[CoZ] Children of Zeus
-----
Shadows DC Hub - VBS and JS scripting at their best

logoslogos
Posts: 2
Joined: 2003-11-14 12:15

Post by logoslogos » 2003-11-14 23:08

Thx Butterfly Soul :D
Avant, outsider music
logoslogos.no-ip.org

Locked