Mean_Machine - Page 22
 

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

Mean_Machine

Started by Snowman, 12 October, 2003, 11:35:38

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

Snowman

Mikey:
I wonder why you are having that problem. Just tested the full guardian.p2p file from 14. July and I got no errors and it seems to me that the syntax in the file is not changed. Maybe there is errors in the file you try to use?


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

Snowman

I have updated my homepage a LITTLE.

The IPGuard is now available as a stand-alone script HOWEVER it is compiled!!!

The guarding.p2p file for IPGuard from 14. July 2004 is online.

The rightclick script for Mean_Machine (Mean_RightClicker) by Herodes is online. The version I have is about 75% complete and looks VERY good until now.


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

REBEL

Hey Snowman .
just added the right click commands to hub .
looks really good. Im dying to see the rest .
great work buddy, but dont tier yourself out.
take time to chill out  :D

thank you REBEL  :)

Mikey

Hey snowman do u know where i can get the link for the update on the peer guardian list maybe i am getting it from the wrong place.
Mikey

**Friends Unlimited Network**
    Network Founder

-CraneDriveR-

I just installed version 2.4.27.1 on Ptokax 0.3.2.6 Testdrive 4 and when I connect with Direct Connect 2.205 I get the following:
<{Mean_Machine?}> This site only allows DC++/oDC clients.
 Disconnected from [NL]-DutchBastardHub at 19-7-2004 13:25:01

When I connect as an OP or higher rank, I keep connected.

Do I have to configure the script and, if yes, what do I have to edit?

I can't get any users in now.

Herodes

#530
QuoteOriginally posted by Mikey
Hey snowman do u know where i can get the link for the update on the peer guardian list maybe i am getting it from the wrong place.
You can try this one and this one both of them are from Snowman's Mean Machine site....

Herodes

#531
-CraneDriver- :

There is some settings cmds that are available in-hub...
Within those I think this one could help you :


 !setnoclients          Sets what should happen to forbidden clients. 0=Ignore, 1=Kick, 2=IPBan, 3=NickBan and 4=Redirect.


I dont use Direct Connect ... I've always heard that DC++ is way_better_ so I didnt bother ... at all .. this is why I cant confirm this cmd helping you with your problem ...

[*edit*] there is the update for 2.2.7.2 ver of Mean Machine ... from Snowmans site. .. :)

REBEL

hi Snowman.
I know your busy, In the next update of MM.
The Wanted, could it be possible to add a box to type reason for being wanted. :D

Snowman

Just a little note...
The Mean_Rightclicker was NOT made by me and so I will not change anything in it...
I DO have plans to integrate something similar into the next MM though.
But still... Don't have much time these days so progress IS slow... But it IS moving forward... :)


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

CuT-KiLLeR

Quotefunction domm(user,data)
s,e,arg = strfind( data, "%b<>%s+%S+%s+(.+)" )
arg2 = & quot;============================================================\r\n====== ======================================================\r\n\r\n-------------------------------------------------\r\n-------------------------------------------\r\n---------------------------------------\r\n------------------------------------- Mass Message\r\n---------------------------------------\r\n-------------------------------------------\r\n-------------------------------------------------\r\n\r\n"
arg3 = "\r\n\r\n============================================================ \r\n============================================================\r\n"
SendPmToAll(Bot, "\r\n\r\n"..arg2.." "..arg.." "..arg3)
lang = rawget(LangList,65)
SendPmToNick(user.sName, Bot, " "..lang)
end

thank you for the answer

but the script give an error.. und hangs itself up

no syntax error.. separate that complete script functioned then not more....

what can i make ?


pls help me..


thank you

sorry if my english shits... :-)

Herodes

I think the problem in that piece of code u posted was the
"" " that appears ....

Better try to replace this with a " ...

This is Snowmans code broken up a bit so u can see the appearance of the msg. .. I dont know if Snowman agrees with me posting here like that ... if not I accept pm's here and I have no doublethinking for taking code from my posts ....

If u want u can try this too ...

function domm(user,data)
s,e,mmsg = strfind( data, "%b<>%s+%S+%s+(.+)" )
header = ""\r\n\r\n============================================================\r\n"
header = header.."============================================================\r\n"
header = header.."\r\n-------------------------------------------------"
header = header.."\r\n-------------------------------------------"
header = header.."\r\n---------------------------------------"
header = header.."\r\n------------------------------------- Mass Message"
header = header.."\r\n---------------------------------------"
header = header.."\r\n-------------------------------------------"
header = header.."\r\n-------------------------------------------------\r\n\r\n"
footer = "\r\n"
footer = footer.."\r\n============================================================"
footer = footer.."\r\n============================================================\r\n"

SendPmToAll(Bot, header.." "..mmsg.." "..footer)
lang = rawget(LangList,65)
SendPmToNick(user.sName, Bot, " "..lang)
end

Snowman

CuT-KiLLeR:
I agree with Herodes. Try his solution.

Herodes:
I don't mind you doing that with the code :)
Support is a good thing so keep it up :))


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

CuT-KiLLeR

thank you very match.... thats works good



i had the script changed

the part

"& quot;"

comes in everyone messege...

i heav this removed....


I can do that without follow ???



thank you for you answer....

Herodes

Yeah you can remove that ' "' it will not have any effect ...
so as long as u keep the " in the front there shouldnt be
a problem with accepting anything in it ... ( it is a string :) )
I tried fixing it in my post too but It wasnt possible for me ...
That was a change made by the way the forums scripts handle the code, (I think)

Glad it worked ...

CuT-KiLLeR

ok thank you...


I think I heave understand you.... ( 80 % ) :-)


i heave still one problem....

I can not commands from mean machine in the PM enter...

it does not implement these


only i can commands in the Main chat enter...


because of me or can mean machine that  not


i hope you can my help...


sory for my english... :-|


thank you very match.....

MrZ

Hia :)

Any news???

REBEL.. b sure there is not any new line (enter after last sentense) or space in that text file.. sugest a delete of the file and remake.

Z ya
Always remember that you are unique... just like everyone else :-D

Snowman

Hi there (If anyone is still around :) )

I have been at a standstill for quite some time but I AM
on it again. The following part IS completed:
- Logintests (Recognizes 10 different client types IF they are not faking it). This part alone was more than 1300 lines of coding (63KBytes)

Missing parts are:
- Settings commands (More than 200 commands... Maybe 300+).
- Ordinary user commands (Less than 50).
- Local testing.
- Creation of a Windows program to adjust settings.
- Betatesting
- Final adjustmenst
- Release


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

REBEL

Ahha Hi Snowman

As you see im still here, still running Mean_Machine on 1 off my hubs,and am waiting eagerly to test the new MM.

Glad to see you back and hope things are going well for you.  :D  :D  :D  :D  :D  :D  :D  :D

MrZ

Hia Snowy :)

I'm around.. and waiting hehe :D
Always remember that you are unique... just like everyone else :-D

Metaphase

Hi all.

Sorry this may be a bit off topic but I am having some problems with the stand-alone IPGuard script. Am I right in thinking that you can use the !setipguard 1 command to make it silent? It doesn't seem to be working, and when your running it in 5 hubs it tends to make you want to hit it on the head with a club hammer the size of St. Pauls Cathedral. Still, its nice to know its working I suppose, lol. Any feedback would be appriciated.

Snowman

Metaphase :
I must admit I can't remember if it can be turned off/on.
I did the ripping i a hurry and I lost the source so I currently only have the compiled version.
I'll try to remember to take a look at it though and and add a switch if it is not present.

All :
Thank you for your continued support :)
I'll speed things up even more after october 13th as I have my final exam at this date.
The next few days will be concentrated on that exam.


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

MrZ

:))

break legs Snowman

Hitting MCSE hu?
Always remember that you are unique... just like everyone else :-D

Snowman

MrZ :
Just the MCSA for Windows Server 2003 environment :))


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

night_hawk

i am back what is new with mean meachine please i like to know...thank you

WILDCAT

I'm running Mean_Machine with Ptokax 15.25 and I get this error showing up sometimes, but goes away when I refresh my scripts. Does anyone know if this is a common problem or is there a fix for it or is there a newer updated version of Mean_Machine.

Syntax error: attempt to call field `func' (a number value)
stack traceback:
   1:  function `OnTimer' at line 3510 [file `....25\PtokaX_0.330_15.25\scripts\Mean_Machine.lua']

Thx

WILDCAT

SMF spam blocked by CleanTalk