hi
I have been notice that a lot of ppl use some kind of software that limit their upload speed so is there any possibillity to block that kind of users
dc++k?
Use this script..
--Bugs made by piglja;-)?
--Piglja's Bugs fixed by Skrollster =))
--Skrollster bugs fixed by aMutex
-- ;-P
lock = 10
function NewUserConnected(user)
if strfind(user.sMyInfoString,"B") then
s,e,bs = strfind(user.sMyInfoString,"B:(%x+)")
if (lock > tonumber(bs)) then
user:SendData("client-guard","U R using a modified dc++ and blocking speed to "..bs.." kb/s, we allow to block speed min. "..lock.." kb/s")
user:SendData("client-guard","U can download the latest dc++ from [URL]http://dcplusplus.sourceforge.net[/URL]")
user:Disconnect()
else
SendToNick("client-guard","U R using modified version of dc++, U R curently blocking speed to "..bs.." kb/s")
end
end
end
bye
thnx a lot ;)