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

by Ezekiel
Fri Apr 03, 2020 11:49 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 26
Views: 20799

you need this:

Code: Select all

cd /tmp
wget https://core.tcl-lang.org/tcltls/uv/tcltls-1.7.20.tar.gz
tar -xzf tcltls-1.7.20.tar.gz
cd tcltls-1.7.20
./configure
make (ca root)
make install
restart the bot then and should work..
by Ezekiel
Fri Mar 27, 2020 1:52 pm
Forum: Script Requests
Topic: [SOLVED] A New Working Youtube Script
Replies: 5
Views: 18007

search for YouTubeTitle.tcl 1.9 by BLaCkShaDoW
by Ezekiel
Sat May 18, 2019 4:22 pm
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45535

Np. You're very welcome :)
by Ezekiel
Sat May 18, 2019 2:31 am
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45535

The mobile version it's up and running, they just changed the url format..

Check: https://www.wunderground.com/cgi-bin/fi ... orno,Italy
by Ezekiel
Sun Nov 11, 2018 8:57 am
Forum: Scripting Help
Topic: Error on BlackIP-TCL by BLaCkShaDoW.
Replies: 6
Views: 6993

[01:21:53] BlackIP v1.8 (IPv6 support) coded by BLaCkShaDoW (wWw.TCLScriptS.NeT): Loaded & initialized..

It's there, look better...
by Ezekiel
Fri Nov 09, 2018 10:24 am
Forum: Scripting Help
Topic: Error on BlackIP-TCL by BLaCkShaDoW.
Replies: 6
Views: 6993

** http & tls packages are REQUIRED for this script to work

To work, put the two tcl's in config from the archive: json.tcl , http.tcl (if your don't have them instaled on you machine)

Link updated..
by Ezekiel
Fri Nov 09, 2018 7:24 am
Forum: Scripting Help
Topic: Error on BlackIP-TCL by BLaCkShaDoW.
Replies: 6
Views: 6993

First of all you shold try one of those 2 commands to activate the script, not both together.

#1 use .chanset #channel +ip
or
#2 if you use BlackTools tcl: .set +ip

anyway, you should try the new version from here http://www.tclscripts.net/files/file/5-blackiptcl/
by Ezekiel
Thu Aug 23, 2018 12:56 am
Forum: Scripting Help
Topic: Help with blackmeteo
Replies: 5
Views: 6617

why not try and contact the author of the script?
by Ezekiel
Wed Aug 22, 2018 2:54 am
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 11453

it seems you use an older TCL version, try replacing the line:
if {[lsearch -nocase [split $nicks2watch] [split $nick] ] != -1 } {
with this one:
if {[lsearch [string tolower [split $nicks2watch]] [string tolower [split $nick]] ] != -1 } {
by Ezekiel
Tue Aug 21, 2018 4:17 am
Forum: Scripting Help
Topic: Help with blackmeteo
Replies: 5
Views: 6617

everything that needs to be changed is uncoded, so I do not see your need to decode that tcl, if the author released like that..
by Ezekiel
Tue Mar 06, 2018 1:45 am
Forum: Scripting Help
Topic: BlackIP 1.6 by BLaCkShaDoW
Replies: 6
Views: 8450

you should check, because there is a new version of this tcl already released: BlackIP.tcl 1.7. Search it on BlackShadoW's official website or tclarchive... ---- (07:46:22 AM) <@tester> !ip {N}ick (07:46:24 AM) <@lamestbot> Nick: {N}ick | Host: using.blacktools.systems (07:46:25 AM) <@lamestbot> IP:...
by Ezekiel
Mon Dec 04, 2017 4:17 am
Forum: Script Support & Releases
Topic: WunderWeather : Support & Updates
Replies: 34
Views: 45535

something is wrong here

can't read "cmds(wp)": no such element in array while executing "split $cmds($x)" (procedure "::wunder::w_reset" line 11) invoked from within "::wunder::w_reset " (in namespace eval "::wunder" script line 351) invoked from within "namespace eva...
by Ezekiel
Tue Oct 10, 2017 5:45 am
Forum: Script Requests
Topic: earthquake bot
Replies: 20
Views: 24889

cool! looking forward :)
by Ezekiel
Mon Oct 09, 2017 3:29 am
Forum: Script Requests
Topic: earthquake bot
Replies: 20
Views: 24889

great job SpiKe^^ :D
can be updated with a short url method? tiny, bit.ly?
by Ezekiel
Thu Dec 15, 2016 2:50 am
Forum: Shell & Bouncer Help
Topic: Help Installing ZNC !
Replies: 11
Views: 21117

In your ZNC user profile at the BIND HOST need to enter the IP address and not the vhost for that to work.. If you added some new IPV6 first you need to check if these IP addresses are in your ifconfig or if they respond to ping, if they have reply... If not you can try, in your VPS cpanel, clicking...