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

by FmX
Sat Apr 20, 2024 10:35 am
Forum: Scripting Help
Topic: Double whois
Replies: 6
Views: 128

Re: Double whois

putserv "whois $target_nick $target_nick" did the trick :)
Thanks CrazyCat.
Simo +cC its not sutable because not all connection comes from my ircd. I am linked to other hub. Anyway with double target_nick everything is good now. :)
by FmX
Wed Apr 17, 2024 12:22 pm
Forum: Scripting Help
Topic: Double whois
Replies: 6
Views: 128

Re: Double whois

Proc is this: proc getip {nick uhost handle chan text} { bind raw - 338 ip_from_whois putserv "whois [lindex [split $text] 0 ]" utimer 10 [list unbind raw - 338 ip_from_whois ] } Spoofed whois: :irc.xxx.xxx 338 Marty John :logged from (spoofed) Non-spoofed double whois: :irc.xxx.xxx 338 Ma...
by FmX
Wed Apr 17, 2024 11:48 am
Forum: Scripting Help
Topic: Double whois
Replies: 6
Views: 128

Double whois

Hello, guys i am using tcl script who make whois to someone and extract IP to channel. If i make whois to someone who is connected from my server there is no problem, but if want to somebody else from different server there is (spoofed) response instead of real IP. If i make double whois with my mir...
by FmX
Sun Feb 11, 2024 3:52 pm
Forum: Script Requests
Topic: Client connections script
Replies: 4
Views: 394

Re: Client connections script

I make it this way and its working: proc getipdatas {ip} { ::http::config -useragent "lynx" set ipq [http::geturl http://ip-api.com/json/$ip?fields=status,message,continent,continentCode,country,countryCode,region,regionName,city,district,zip,lat,lon,timezone,offset,currency,isp,org,as,asn...
by FmX
Sun Feb 11, 2024 1:27 pm
Forum: Script Requests
Topic: Client connections script
Replies: 4
Views: 394

Re: Client connections script

I have this error:
Tcl error [ipcheck]: invalid command name "json2dict"

yes, bot is irc op.
by FmX
Sun Feb 11, 2024 9:35 am
Forum: Script Requests
Topic: Client connections script
Replies: 4
Views: 394

Client connections script

Hello. Does anyone have a script that shows clients connecting to the server in a channel with the user's nick, ip and location? Thank you very much.
by FmX
Tue Jan 30, 2024 7:31 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20131

Re: scan ip from a proxy scanner site

proc ipcheck {frm key text} {
		if {[string match *!*@* $frm] || ![string match -nocase "*client connecting*" $text]} { return }
		regexp {:\ ([^ ]+)\s\(([^@]+)@([^\)])+\)\s\[([^\]]+)} $text - unick ident host ip 
by FmX
Tue Jan 30, 2024 6:47 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20131

Re: scan ip from a proxy scanner site

 ::pchecker::isvpn $ip $unick
proc isvpn {ip unick} 
putquick "PRIVMSG #test33 :$unick *@$ip +7d :$::pchecker::gmsg"
is that good CrazyCat ?
by FmX
Tue Jan 30, 2024 6:15 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20131

Re: scan ip from a proxy scanner site

Everything is fine now. Thanks mate. I have 1 more request but i will try alone to figure out how to achieve it. After Gline i want to report in certain channel nick and IP who was glined. now i will try to do it myself
by FmX
Tue Jan 30, 2024 5:18 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20131

Re: scan ip from a proxy scanner site

My bad, there is space in api key that i missed. Everything wokrs fine. Thank you :)

and 1 latest request. Can you make to not scanning IPs start with 53.*
by FmX
Tue Jan 30, 2024 5:07 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20131

Re: scan ip from a proxy scanner site

Still gives error: [11:06:22] <ATAS> [09:06:21] Tcl error [::pchecker::ipcheck]: Illegal characters in URL path [11:06:22] <ATAS> [09:06:21] -NOTICE- connect.LOCAL_CLIENT_CONNECT [info] Client connecting: obssesedwithme (Chat@1143552215554986125.discord.com) [53.98.128.141] [vhost: Portal-F5EDA4FF.d...
by FmX
Tue Jan 30, 2024 3:49 am
Forum: Script Requests
Topic: scan ip from a proxy scanner site
Replies: 58
Views: 20131

Re: scan ip from a proxy scanner site

Bringing up a bit of an old topic. I tried this script but I get the following error: Tcl error [::pchecker::ipcheck]: Illegal characters in URL path Client connection is this way: [09:40:42] Connect: (Chat@1005633945813123113.discord.com) [53.92.95.41] [vhost: 3D6263FF.C15E8851.D7BC4C45.IP] [secure...
by FmX
Sat Dec 30, 2023 12:32 pm
Forum: Script Requests
Topic: todo list
Replies: 2
Views: 1732

Re: todo list

# EditTextFile (ToDo-List ver) Version 0.4 # # author: SpiKe^^ # # e-mail: spike<at>mytclscripts<dot>com # # webpage: http://mytclscripts.com/ # # This file is Copyrighted under the GNU Public License. # # http://www.gnu.org/copyleft/gpl.html # ########### General Script Settings ########### # Set ...
by FmX
Sat Nov 25, 2023 2:26 pm
Forum: Script Requests
Topic: MeteoAlarm.org TCL?
Replies: 3
Views: 6347

Re: MeteoAlarm.org TCL?

CrazyCat Is there progress ? :D
by FmX
Wed Nov 08, 2023 2:10 pm
Forum: Script Requests
Topic: MeteoAlarm.org TCL?
Replies: 3
Views: 6347

MeteoAlarm.org TCL?

Someone has tcl for MeteoAlarm.org? RSS feed does not work corerctly :)