topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 8:08 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Test0r [ switch to compact view ]

Pages: [1]
1
The crypted text - posted from the bot itself (with the unknown key >:( )  begins everytime with "!"..why?

"! K3xbH.ma54M.Xh5UJ.g9ikx03kX9t0BM5yn06qqEp1VyvUy1oJNb908UO581HlMNc.zusqJ/a9KSe0ohWOi/.FEi5.v8Fer/"

2
If i set

set mcdontlistentoplaintext "true"

the follwing post will come from the bot:
"eggdrop reply blocked since command was issued in plaintext; this bot only responds to encrypted commands."

But in the explanation stands:
"the mcreplyneverplaintext variable will use a default key, if available, to send replies to all users,
  in order to avoid sending them plaintext."

I have set default-key. But nothing happend...why? :huh:

#edit:

In Plaintextbloxk.tcl stands:

"You can place other scripts below PlaintextBlock.tcl to prevent their
     plaintext from being blocked."


HOW? :D

3
...

maybe i have to change something in plaintextblock?

4
Sorry, this was wrong...just a moment

#######################################################################################

Ok here the (real) results:

if i disable this line:

set mcpskey(#my_channell) "my_key"

and enable these 2

set mcpskey(defaultd) "my_key"
set mcpskey(defaulte) "my_key"


Result:

Using command "!weather" , the bot answers in crypted form - using the right key.

Any posting by the bot itself, the text is not readable. The bot is not using the right key, but he is using a key  :-\

Example:
K3xbH.ma54M.vxwkE.iPhAg0Ti3Du1QmMn.16qqEp1VyvUy1L2m.T0nhNpx.OWKW5.vqHwM1YIMLu.j8fMF0X.MJC0WssQ8.

\edit> Hm, now the posted text is right, but still through  :huh:

5
the same as before  :(

6
hmm.. no solution aviable :( ?

7
Hi, here is the ini-file.
These commands are all activated.

#my_channel = i've put in my channel
my_key = i've put in my channel key

set mcpskey(#my_channell) "my_key"


set mcpsprefix(#my_channel) "!"


set mcpskey(defaultd) "my_key"
set mcpskey(defaulte) "my_key"

set mcreplyonlyinkind "false"

set mcreplyneverplaintext "false"

set mcdontlistentoplaintext "false"

set mcmeowreply "true"


set mcautomagic "true"


set mcencryptnick "true"


set mcmaxlinelen 275


8
ok, i will try to explain my problem with an example:

I have a Server:
- on the server is running an eggdrop with 2 scripts
- 1st script = Mircryption
- 2nd script = weather script

If you join my Channel first of all you need is the correct key, or nothing will happen if you type "!weather zipcode".

If you have the right key und type "!weather zipcode" the bot check the logfile und posting the information he found

(in crypted form - using the defined key)

That's all good :) !

BUT

This script is also posting regular stats to the channel itself (e.g. favourite zipcode or so - every 5 hours) -

without any !* command, just itself.
But now something strange happens. Every user (wherever using the right key, another or no key) on the channel see a

posting from the bot. But nobody can read, cause the stats are posted in crypted form with an unknow key (maybe a

random key or so - i dont know :( )

So why is it so?  :-\

9
It's annoying.

If i use a command from this script, the output/answer is posted in crypted form with my defined key.

If this script is posting (e.g. a change on the server) themself (without a command from any user), then this output is displayed in crypted form but with another key, so nobody can read :(


Both methods catching/searching their answers from the same log-file  :-\ :huh:

need help  :D

10
Hi,

i have (hopefully a small) problem here:

I have a server runnig with eggdrop and a few scripts on it.

Actually i have sucessfully installed & configured Mircryption, but there is just one point not running.

- If a user/chatter is posting a command (without having the right encryption key on) for a script - nothing happens -> thats fine!

- But on the server is runnig a script, wich is reading the logfile of the server and is posting this to my channel.
The Content of the LogFile is plaintext and also delivered as plaintext to my channel.

- Then this happens:
This text is posted, but as a decrypted Text -  unfortunately also with a unknown key oO

I have checked the config-files , but found nothing ... i do also changed the order of the scripts in my eggdrop.conf

I just want to see the text, but also in crypted form with my key i just defined in the config-file.

So actuall the text is posted, but with an encryption nobody can read :(

anybody here? who may can help me!?

(Answers also welcome in german ;) )

Pages: [1]