This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 47 matches

by geek
Tue Feb 28, 2023 1:34 pm
Forum: Scripting Help
Topic: extract json data
Replies: 5
Views: 3370

very useful

tnx
by geek
Mon Feb 27, 2023 1:59 pm
Forum: Scripting Help
Topic: extract json data
Replies: 5
Views: 3370

yes it works

thanks SpiKe^^ and caesar


I found a picture of how data is formatted:

Image
by geek
Mon Feb 27, 2023 7:37 am
Forum: Scripting Help
Topic: extract json data
Replies: 5
Views: 3370

extract json data

hi, I need help to handle the result of a [::http::data $token] I think the data is in json format I get a "structure" like this: {"id":"cmpl-6oGBZmblablablablai9NTA","object":"text_completion","created":1677436637,"model":"t...
by geek
Wed Jan 18, 2023 10:06 am
Forum: Script Requests
Topic: netbots mod
Replies: 12
Views: 2352

perfect CrazyCat

very thanks
by geek
Tue Jan 17, 2023 12:17 pm
Forum: Script Requests
Topic: netbots mod
Replies: 12
Views: 2352

oh

so ALL the commands are encrypted... I thought only "nb_key" variable and only one time :?


this is a problem
by geek
Tue Jan 17, 2023 11:30 am
Forum: Script Requests
Topic: netbots mod
Replies: 12
Views: 2352

CrazyCat wrote:pbkdf2 is not reversible
yes, the problem is just that



maybe something like this?

Code: Select all

IF (remote nb_key) == md5(local nb_key) THAN go ELSE dont go
where (remote nb_key) is md5(nb_key)

i.e. you compare the hashes instead of the keys

so there is no need to decrypt anything
by geek
Mon Jan 16, 2023 2:05 pm
Forum: Script Requests
Topic: netbots mod
Replies: 12
Views: 2352

ok I understand thanks Module: encryption (v2.2) Module: encryption2 (v1.0) I have both PBKDF2 and blowfish loaded I think encryption v2.2 is the "old" blowfish and encryption2 v1.0 is the "new" pbkdf2 but for now the new module does not provide the encrypt/decrypt tcl commands m...
by geek
Sun Jan 15, 2023 5:07 am
Forum: Script Requests
Topic: netbots mod
Replies: 12
Views: 2352

ok, thanks

so the eggdrop documentation is wrong
by geek
Sat Jan 14, 2023 1:32 pm
Forum: Script Requests
Topic: netbots mod
Replies: 12
Views: 2352

I think encrypt/decrypt are provided by this module from eggdrop.conf: #### BLOWFISH MODULE #### # # This module is planned to be removed in Eggdrop 2.0 # # Load this if you intend to use a pre-1.9.0 userfile (Or in other words, do # not load this if you are starting this as a fresh bot and are not ...
by geek
Sat Jan 14, 2023 9:09 am
Forum: Script Requests
Topic: netbots mod
Replies: 12
Views: 2352

netbots mod

hi, I use the well-known netbots.tcl v4.10 of 8/8/2005 from slennox but I'm not a good tcl writer netbots uses the "nb_key" variable to make bots of the botnet recognize each other the encrypted remote "nb_key" variable is decrypted and compared with the local "nb_key" ...
by geek
Tue Mar 22, 2022 1:09 pm
Forum: Script Requests
Topic: auto stick bans
Replies: 2
Views: 1536

tnx simo, I'll try to write that
by geek
Sat Mar 19, 2022 4:07 pm
Forum: Script Requests
Topic: auto stick bans
Replies: 2
Views: 1536

auto stick bans

I have some bans added with the command +ban and I use +dynamicbans in my channels ban-time is 120 I need a script that if a ban user reenters 3 total times, the bot sets the ban as sticky something like: (assuming *!*@xxxx.yy.net is in bot channel ban list and NOT sticky) N1CK (zzz@xxxx.yy.net) joi...
by geek
Mon Feb 28, 2022 2:40 pm
Forum: Script Requests
Topic: Reop-Mode
Replies: 11
Views: 3082

works very well

only a strange behavior:
I disable this script with # in .conf
I .rehash the eggdrop
!commands still work :shock:

in any case, thanks simo!

are you on ircnet too?
by geek
Mon Feb 28, 2022 7:05 am
Forum: Script Requests
Topic: Reop-Mode
Replies: 11
Views: 3082

thanks for your script simo

now I have to work, I'll test it this evening
by geek
Sun Feb 27, 2022 1:27 pm
Forum: Script Requests
Topic: Reop-Mode
Replies: 11
Views: 3082

@willyw and @SpiKe^^ I know eggdrop features very well, built-in flags, etc. ircnet is "old style", so no Services at all if you only have a couple of eggdrops with op and you want to have all other users just with +v, it's not impossible for the channel to become opless Reop-Mode was intr...