No Multisource Clients script - Page 2
 

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

No Multisource Clients script

Started by qaz, 14 June, 2005, 00:43:40

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

GeceBekcisi

But R2++ show its speed in connection and with (), not in description with []...
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

bastya_elvtars

QuoteOriginally posted by GeceBekcisi
I see most of MultiSource clients have show speed option resulting addition of [xxxK/xxxK]  or [xxxM/xxxM]  like things to descriptions. If there is no Non-MultiSource client having this as an option; this can be applied too.

Now the question is; is there any Non-MultiSource client having this as an option?

BCDC++ knows this (at least the FleetCommand versions), and many others I assume. R2++ has that connection type like DSL(1024/384) which is weird, I just do not get why this makes sense.
Everything could have been anything else and it would have just as much meaning.

Dessamator

well at least its a way to check that :)
Ignorance is Bliss.

GeceBekcisi

Then, can you code it?
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

bastya_elvtars

QuoteOriginally posted by GeceBekcisi
Then, can you code it?

Code what?
Everything could have been anything else and it would have just as much meaning.

GeceBekcisi

Code a script to detect that additions to description, maybe with a CTM / RCTM spam counter to be sure he's multiple sourcing??
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

Dessamator

well based on those things its possible to script, but 100% efficience is not garanteed !
Ignorance is Bliss.

Pothead

Like people who force the connection a few times.  ?(

GeceBekcisi

QuoteOriginally posted by Pothead
Like people who force the connection a few times.  ?(

You may be right but and intelligent detecting mechanism may fail about %1 or less; in my opinion..
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

qaz

#34
QuoteOriginally posted by PPK
StrongDC++, LDC++ and maybe zDC++ is not problem to detect... but Reverse Connect is for hub same as DC++ and i don't know if is posible to detect it with counting connection request (multisource client sending more request than normal client)  :(

I am very very happy if you can write that  script what stops strongdc and ldc++ and zdc++. This script should stop all users icluded ops to use multisource clients. No options to remove any rank so this is real deal for all users...

I have small hub and i dont wanna support multisource thiefs  who stole all slots...

thanks for your help...

BTW, i allways trust power of Ptokax...
-:: Northwind a.k.a qaz ::-

qaz

can somebody write that script...  :)
-:: Northwind a.k.a qaz ::-

qaz

hello, is there anyone who can do this ? or make some part of these... as ldc++, strongdc, stealthdc maybe some other mess of clients....
-:: Northwind a.k.a qaz ::-

GeceBekcisi

#37
Only checked for syntax errors, and the original code is working fine for me but you should be careful about errors though. Have fun!
--// ------------------------------------------------------------------------------------------------------------ --
--// -  GeceBekcisi'nin yazdigi HubBekcisi s?r?m 0.5 ten alintidir
--// -  Stripped from HubBekcisi v0.5 by GeceBekcisi
--// ------------------------------------------------------------------------------------------------------------ --
--// -  Features: Simple client detection
--// ------------------------------------------------------------------------------------------------------------ --
--------------------------------------------------------------------------------------------------------------------
--// Global Settings
--------------------------------------------------------------------------------------------------------------------
sHub = frmHub:GetHubName()		-- Hub's Name	
sBot = frmHub:GetHubBotName()		-- Bot's Name	( leave so if you don't want to use a special name for your bot )
sRdAd = frmHub:GetRedirectAddress()	-- Redirect address 	( leave so if you want users to be redirected to the default redirect address )
sRedirect = "off"			-- Redirect detected users			( on / off )
sInform = "on"			-- Inform user why he was banned / disconnected	( on / off )
sFeed = "on"			-- Feed about detected users			( on / off )
sFeedType = "OPS"			-- "OPS" for Pm to ops, "NICK" for pm to specified nick below
sFeedNick = "Admin"			-- Enter nick to send feeds if NICK selected above
sKickType = "BAN"			-- "DSC" to disconnect user, "BAN" to timeban user for specified minutes below
iTimeBan = "60"			-- TimeBan time in minutes if BAN selected above
--------------------------------------------------------------------------------------------------------------------
-- Some notes about Kick Type setting
-- Disconnecting may cause feed spam if a popular hub with feed turned on
-- TimeBanning fixes feed spam but may cause a slow hub because of huge banlist
--------------------------------------------------------------------------------------------------------------------
--// Client Detection Tables // Edit as you wish, but don't touch the structure
--------------------------------------------------------------------------------------------------------------------
tBadDesc = {
	{"<.P>", "PhantomDC++"},
	{"reverseconnect.sf.net","ReverseConnect"},
	{"www.RevConnect.com","ReverseConnect"},
	{"
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

qaz

QuoteOriginally posted by blackwings
added CZDC just for fun =
--Anti rmDC++ script for PtokaX 0.3.3.0 Lua 5.0.2 by PPK
--ADDED: Anti strongDC++ by Pothead
--ADDED: Anti CZDC++ by blackwings

--//Config

AdminNick = "!" 			-- PM Reports Goto This Nick

Bot = frmHub:GetHubBotName()

function SupportsArrival(curUser, sData)
	if string.sub(sData, 10, 11) == "  " then
		curUser:SendData( Bot.."Buggy client, go away!")
		SendPmToNick(AdminNick,Bot, " rmDC++ from IP: "..curUser.sIP.." trying to login... he is his wasting time")
		curUser:Disconnect()
		return 1
	elseif string.find(sData, "Supports UserCommand NoGetINFO NoHello UserIP2 TTHSearch QuickList GetZBlock")then
		curUser:SendData( Bot.."Multisource client, go away")
		SendPmToNick(AdminNick,Bot, " StrongDC++ from IP: "..curUser.sIP.." trying to login... he is his wasting time")
		curUser:Disconnect()
		return 1
	elseif string.find(sData, "Supports UserCommand NoGetINFO NoHello UserIP2 QuickList")then
		curUser:SendData( Bot.."CZDC++, go away")
		SendPmToNick(AdminNick,Bot, " CZDC++ from IP: "..curUser.sIP.." trying to login... he is wasting his time")
		curUser:Disconnect()
		return 1
	end
end

can u make script what makes all things like this ?
-:: Northwind a.k.a qaz ::-

GeceBekcisi

Post edited above due to your request with some more options.
Do you need an advanced user handling script? Download UserBekcisi today (Latest Edit)
Features: User + ISP + GeoIP database, user info + share checking and many more...

SMF spam blocked by CleanTalk