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 394 matches

by ComputerTech
Fri Sep 18, 2020 2:50 pm
Forum: Script Requests
Topic: raw on connect
Replies: 30
Views: 16913

Ok, but didnt caesar use heartbroken's clde as well? and got a error

but i will do that and find out whats wrong, then post here :)

Cheers CrazyCat
by ComputerTech
Fri Sep 18, 2020 11:55 am
Forum: Script Requests
Topic: raw on connect
Replies: 30
Views: 16913

Ok, so they responded with this via email. Hello, As the error message states, you're trying to access the API via https, which has never been supported. Please switch to http. Kind regards, vlad -- ip-api.com what do we edit on the code then? does the bot have to access the server via non ssl or so...
by ComputerTech
Fri Sep 18, 2020 8:56 am
Forum: Script Requests
Topic: Nmap script
Replies: 10
Views: 7514

Thanks simo, that helps a lot and thanks CrazyCat:D
by ComputerTech
Fri Sep 18, 2020 8:47 am
Forum: Script Requests
Topic: raw on connect
Replies: 30
Views: 16913

Oh, well my network is 300+ users, but i dont believe their would have been 45 connections in 60sec, i mean it's possible, like a netsplit or something, but i highly doubt it. I'll go for option one caesar, and contact them, hopefully they can fix it, i will also post here when/if i get it fixed, or...
by ComputerTech
Thu Sep 17, 2020 7:57 pm
Forum: Script Requests
Topic: raw on connect
Replies: 30
Views: 16913

via partyline yeah, when a user connects, i see the ip, and general

and yes bot is currently ircop, and has the correct snomasks

Thing is, it worked perfect a few days ago, and i have Not touched the script.

Does it work for you CrazyCat?
by ComputerTech
Thu Sep 17, 2020 6:33 pm
Forum: Script Requests
Topic: raw on connect
Replies: 30
Views: 16913

This script stopped working all of a sudden, json/http is loaded, and so is the script, and it just stopped working all of a sudden, anyone got a idea why? :lol:
by ComputerTech
Tue Sep 08, 2020 3:17 pm
Forum: Scripting Help
Topic: Kill 1st Gline 2nd
Replies: 32
Views: 17895

Oh, i did not notice that CrazyCat, thank you for pointing that out :D

i guess i will do without pm'g #admin the origin channel on flud-gline *shrug*

Thanks Again CrazyCat
by ComputerTech
Tue Sep 08, 2020 10:36 am
Forum: Scripting Help
Topic: Kill 1st Gline 2nd
Replies: 32
Views: 17895

Yeah, it seems i meant, that all kills made by the bot, will be sent to a specific channel. E.g #admin will show all kills made by the eggdrop. so i changed your script to this. namespace eval badguy {    variable bad        bind flud - pub flud:ban        proc flud:ban { n u h t c } {       if {(![...
by ComputerTech
Mon Aug 31, 2020 5:21 pm
Forum: Script Requests
Topic: Editing connect script to !whois
Replies: 0
Views: 3747

Editing connect script to !whois

So found this piece of code on this forum. http://forum.egghelp.org/viewtopic.php?t=20844 << this page package require http package require json set ExpChan "#opers" bind raw - NOTICE Client_Connect proc Client_Connect {from key arg} {    if {[string match *!*@* $from] || ![string match -n...
by ComputerTech
Wed Aug 26, 2020 4:03 pm
Forum: Scripting Help
Topic: bar script help (again)
Replies: 10
Views: 5933

Hmm, little problem with the bar script, if a user changes nick it clears their bar tab, is there a way to associate the variable with the user's hostmask?

Thanks in advanced :P
by ComputerTech
Wed Aug 26, 2020 4:01 pm
Forum: Script Requests
Topic: Nmap script
Replies: 10
Views: 7514

as i said, i am Not wanting to use nmap for peopele connecting to my network, what i need is to check if a port is open on a ip
like.....

https://www.yougetsignal.com/tools/open-ports/
by ComputerTech
Wed Aug 26, 2020 9:53 am
Forum: Script Requests
Topic: Nmap script
Replies: 10
Views: 7514

I did not say i wanted to use this for my network, i wanted this to be a useful tool to be used instead of using nmap on linux, a bit like blackshadows blackip.tcl ,However i shall keep using the nmap command manually instead.

Thanks Anyway CrazyCat :)
by ComputerTech
Tue Aug 25, 2020 4:44 pm
Forum: Script Requests
Topic: Nmap script
Replies: 10
Views: 7514

Nmap script

So i have tried searching all tcl archives i know today, and i cant find a script that does the same as the linux command "nmap" does anyone know of a script like this?

Thanks in advanced :P
by ComputerTech
Tue Aug 25, 2020 4:35 pm
Forum: Scripting Help
Topic: Checking for if user shares common channel with bot
Replies: 8
Views: 4961

Oh, didn't realise that *shrug*, anyway Thanks CrazyCat
by ComputerTech
Tue Aug 25, 2020 12:48 am
Forum: Scripting Help
Topic: Checking for if user shares common channel with bot
Replies: 8
Views: 4961

I see, well me and simo have created a code to suit our needs, we'll post what we created in a few :P