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

by TimeRider
Mon Dec 19, 2022 9:58 am
Forum: Script Requests
Topic: IRCCloud Exception
Replies: 6
Views: 2145

SpiKe^^, Thanks for the better and easy version of the script. The commands work as they should, and adding a good or bad list is convenient.
by TimeRider
Mon Dec 19, 2022 9:51 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

Thanks, CrazyCat for the more detailed script. However, I was curious to know if the script could be made not to ban a specific geo-location or country. The reason for this is due to false positives with the scanner. Actually, If you could make the TCL exclude the scan from the geolocation from Nepa...
by TimeRider
Thu Nov 17, 2022 2:55 pm
Forum: Script Requests
Topic: IRCCloud Exception
Replies: 6
Views: 2145

SpiKe^^, Thank you for the script. The tcl script works great! But is it possible to make 1. # Set the nick to get progress messages. ("" = don't send messages) That it also sends the ident and hostname of the kicked/banned user? 2. ##### begin settings ##### # set cg(badlist) { *!uid*@* *...
by TimeRider
Sun Nov 13, 2022 4:27 pm
Forum: Script Requests
Topic: IRCCloud Exception
Replies: 6
Views: 2145

IRCCloud Exception

Hello All! Recently, I have been getting a lot of spam from IRCCloud as they have static IPs and it is impossible to detect it as a proxy or VPN connection. That's why I am looking for a TCL that adds specific nicknames or hostnames to the IRCCloud exception list so the rest of the IRCCloud users ca...
by TimeRider
Mon Nov 08, 2021 8:00 pm
Forum: Script Requests
Topic: Time zone script
Replies: 1
Views: 1582

Time zone script

Hello guys! I searched many TCL scripts for time zone but no one of them seems to be working or updated.

I would like to request a simple time zone script like;

Code: Select all

!time city / country
for ex: !time nepal
And it would retrieve the time zone of the country Nepal.

Thank you!

Best Regards,
TimeRider
by TimeRider
Wed May 05, 2021 8:29 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

CrazyCat, I think you are still missing something; a variable I guess. Tcl error [::pchecker::ipcheck]: can't read "ip": no such variable Currently: can't read "ip": no such variable Currently: while executing Currently: "lsearch -regexp $::pchecker::whitelist $ip" Curr...
by TimeRider
Tue May 04, 2021 6:40 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

Here is what I got from .set errorInfo Currently: invalid command name "::http::config" Currently: while executing Currently: "::http::config -useragent "lynx"" Currently: (procedure "::pchecker::isvpn" line 2) Currently: invoked from within Currently: ":...
by TimeRider
Tue May 04, 2021 1:21 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

Hello again CrazyCat, it still has some error that I get in my eggdrop's partyline; Tcl error [::pchecker::ipcheck]: can't read "ip": no such variable Do you really have 1000 unique VPN connecting your network a day ? May be not 1000 unique VPN connections but yeah, 1000 connections per da...
by TimeRider
Tue May 04, 2021 12:19 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

Thanks CrazyCat for working on it.

But on eggdrop's party line, I get this error;
Tcl error [ipcheck]: invalid command name "ipcheck"
Am I missing something?

Also, Is it possible to set query limit to 1000 queries?

Thank you!
by TimeRider
Mon May 03, 2021 2:34 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

Re: hi

Most of the IRCD have those blacklists in them and even Anope. Also there is HOPM for it. These all blacklists won't work.

We are targeting proxies which are not detectable by these and also VPNs.
by TimeRider
Mon May 03, 2021 12:52 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

Hello again CrazyCat, the connection notice of the inspIRCD would be;

*** CONNECT: Client connecting on port 6697 (class main): nick!ident@host (IP) [gecos]

Thanks!
by TimeRider
Mon May 03, 2021 11:25 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

CrazyCat, The correct site is proxycheck.io and they have the API and it works same as ip-api.com, Sorry I got confused over the name.

Also, I forgot to tell you my IRC server is inspIRCD. And How do I gline the IP if the proxy is true?
by TimeRider
Mon May 03, 2021 8:36 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

Hello CrazyCat! Thanks for the reply. Yes, It does return random proxies and mainly VPN. It is actually beneficial for IRC network because VPN have been used to evade ban and generally abuse. VPNs are indeed glorified proxies. It would be handy for some IRC lovers to run this service from eggdrop to...
by TimeRider
Sun May 02, 2021 8:25 pm
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20893

scan ip from a proxy scanner site

Hello all! Finally, I found this proxy detection site very effective against proxies or even VPN. "proxyscan.io" So, my idea is to make eggdrop scan proxy IP in IRC through its free API key which offers 1000 queries per day. If it is possible to make scan option; 1. On connect as eggdrop b...
by TimeRider
Wed Jul 15, 2020 8:01 pm
Forum: Script Requests
Topic: Ban or gline/kline users connecting from IPs in the list.
Replies: 11
Views: 6774

Finally, my thread got some replies. Thanks simo, That's the right user connecting syntax (ssl and non-ssl) for UnrealIRCD. caesar: Actually someone has really abused my IRC server using VPNs. It's really getting in the nerves. CrazyCat: I went through that discussion too. It was not much of help as...