Problem with script and mldcs
 

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 script and mldcs

Started by Alexandros, 04 February, 2004, 03:39:14

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Alexandros

I have a script for mldonkeys...now i have this problem..they are showed in the "joins parts" of DC++...so I can't use it anymore...is there any way that ptokax dont let the in after the show ONLINE in the clients?....

sorry for my english

Alex


plop

#1
QuoteOriginally posted by Alexandros
I have a script for mldonkeys...now i have this problem..they are showed in the "joins parts" of DC++...so I can't use it anymore...is there any way that ptokax dont let the in after the show ONLINE in the clients?....

sorry for my english

Alex


it's dc++ who handles that.
but it's posible 2 mod the mldc script 2 do the same, so you can keep it disabled in your client.
post your script here and there must be some1 around willing 2 mod it 2 your needs.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

Alexandros

#2
i'm using this:


--// Anti mldonkey by JJay - 29.12.2002
--// Ban the following words: mldonkey, [ws], [replika]
forbiddenWords = { "mldonkey""mldc client" }
botName="antimldonkey"
--// This function is fired at the serving start
function Main()

end
--// This function is fired when a new user finishes the login
function NewUserConnected(curUser)
for 
key,checkWord in forbiddenWords do
if 
strfind(curUser.sMyInfoStringcheckWord11then
SendToNick
(curUser.sName"<" ..botName .."> You are using unauthorized client software, please read the Rules section, Thankyou!")
SendToNick(curUser.sName"<" ..botName .."> Disconnecting...")
curUser:Disconnect()
end
end
end


i think that fixing that problem i will use less upload of the server too... (but the important thing is don't have that ugly shoin parts)

nErBoS

If I understand you want to block the Moglo Clients, you have a option on the Hub Software that says AntiMoglo, i think that blocks also the client.

Best regards, nErBoS

P.S: The script seems OK.
--## nErBoS Spot ##--

plop

QuoteOriginally posted by nErBoS
If I understand you want to block the Moglo Clients, you have a option on the Hub Software that says AntiMoglo, i think that blocks also the client.

Best regards, nErBoS

P.S: The script seems OK.
no moglo is a search bot, mldc is a p2p app which works on nearly every p2p protocol.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

nErBoS

--## nErBoS Spot ##--

Alexandros

I think that the flow of mldc start when someone register my hub at http://es.hublist.org/
I'm thinking how to get it out of their hublist...
Anything to make mldc use the less bandwith and CPU time will be very well recieved.

Thanks again, and sorry for my english

Alex

plop

#7
QuoteOriginally posted by Alexandros
I think that the flow of mldc start when someone register my hub at http://es.hublist.org/
I'm thinking how to get it out of their hublist...
Anything to make mldc use the less bandwith and CPU time will be very well recieved.

Thanks again, and sorry for my english

Alex
set the min share 2 @ least 12MB, and another cool trick is 2 use a redirecting hub.
mldc clients don't understand the redirect. lol
as a bonus it solves stealth users who use the option ignore redirects.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

SMF spam blocked by CleanTalk