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

by sKy
Wed Nov 01, 2006 12:46 am
Forum: Shell & Bouncer Help
Topic: Encrypt shell account to prevent someone to spy
Replies: 7
Views: 15535

Sorry, but this answer incrases your posting counter but does not really help me. You could aswer each topic with google but that`s not the point of a forum. Nvm. http://www.freebsdsoftware.org/irc/evangeline.html That`s all what you can find about it on google. Evagline is some kind of modified egg...
by sKy
Sat Oct 28, 2006 12:14 am
Forum: Shell & Bouncer Help
Topic: Encrypt shell account to prevent someone to spy
Replies: 7
Views: 15535

What is evangeline?

I know thatt encryption alone won`t make a bot secure, there are a few important things like script securty or the securty tips from egghelp.org. It`s just the icing on the cake.

Is this possible or not, or better aksed, would this help to make it more secure or not?
by sKy
Tue Oct 24, 2006 3:50 pm
Forum: Shell & Bouncer Help
Topic: Encrypt shell account to prevent someone to spy
Replies: 7
Views: 15535

Encrypt shell account to prevent someone to spy

Is there any way to encrypt the shell folder and to start the process anyway?
by sKy
Sat Jun 03, 2006 10:47 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218522

Denke mal das putlog kam sofort weil ich kein [list ....] verwendet habe. Nach einigen tests.... Also irgendwie ist die dnslookup funktion komisch. Ich glaube wenn das Ergebniss schon cashed ist oder "schnell verfügbar" ist das Command syncron, ansonsten per callback asyncron. Den dnslooku...
by sKy
Sun May 28, 2006 10:38 am
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218522

Es gibt die proc getwetterdns:cb nicht. Da erst der dnslookup gemacht wird und die callback proc erst später erstellt wird. EDIT: Also irgendwie ist das komisch. Ich habe das dns module nicht geladen, aber die proc dnslookup gibt es trotzdem immer. Weiß nicht ob dnslookup jetzt async ist oder nicht....
by sKy
Sat May 27, 2006 8:06 pm
Forum: Script Requests
Topic: make bot op self on chan join
Replies: 10
Views: 6863

DragnLord wrote:bind join - * join:op

proc join:op {n u h c t} {
putserv "MODE $chan +o $::botnick"
}
Not very wise without the if check. The bot will send eachtime a message to the server if anyone joins. How the bot can op itself? It`s a ircop?
by sKy
Sat May 27, 2006 5:35 pm
Forum: Script Support & Releases
Topic: Weather script for wetter.com [German]
Replies: 222
Views: 218522

Hi!
Ohne jetzt den ganzen Thread zu lesen. Sorry...

dnslookup www.wetter.com getwetterdns:cb
proc getwetterdns:cb {ip host status} {
set ::wetter(server) $ip
}

Das verursacht beim ersten laden des scripts einen Fehler weil wahrscheinlich die proc noch nicht existiert...
by sKy
Sat May 27, 2006 5:04 pm
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 210852

I know the string2list problem. That`s how i handle it right now. # i use this proc lremove { listname string } { return [lsearch -all -inline -not -exact $listname $string] } # or you could use this aswell too (lower memory usage) proc lremove1 { listname string } { upvar $listname _list set _list ...
by sKy
Sat May 20, 2006 9:39 pm
Forum: Eggdrop Help
Topic: Dcc chat without being on irc possible?
Replies: 4
Views: 4480

Mirc doesn`t really support telnet. It supports dcc chats. I could input /dcc chat ip port Mirc will send 100 clientnickname (100 myircnickname) The eggdrop will show a errormessage: Refused telnet@myhost (invalid handle: 100 ircnickname) It works nearly. Perhaps i should ask for it in the mirc foru...
by sKy
Sat May 20, 2006 11:31 am
Forum: Tcl FAQ
Topic: Parsing webpages made easy
Replies: 30
Views: 109487

The performance. Well. To call a proc/command-update every seconds doesn`t cause a that high cpu usage. I tested it. Important is there should only run one utimer at once. If this timer is started on evey script load or reash again and again this will cause a high cpu usage for sure. Update is simpl...
by sKy
Sat May 20, 2006 10:38 am
Forum: Eggdrop Help
Topic: Dcc chat without being on irc possible?
Replies: 4
Views: 4480

More specific?
by sKy
Fri May 19, 2006 1:11 pm
Forum: Eggdrop Help
Topic: Dcc chat without being on irc possible?
Replies: 4
Views: 4480

Dcc chat without being on irc possible?

Could you imagine any way to open a dcc chat with eggdrop without being on irc? I could use telnet. But telnet doesn`t look grapical nice. Mosttimes i use mirc and dcc chat. Thats what i mean with 'looking nice'. But is it possible to get an dcc chat without being on the same irc server? Or without ...
by sKy
Fri May 19, 2006 6:01 am
Forum: Script Support & Releases
Topic: PISG Script by LaW
Replies: 6
Views: 7134

Uhm. This script isn`t vey modern. Exec blocks the hole bot. If you have many big statsfiles to prase the bot will ping timeout cause pisg could need about 20-30++ seconds to finish. Pisg should be executed in the backround. A new kind of pisg.tcl is needed. To give a few ideas what it should do: - ...
by sKy
Fri May 19, 2006 5:36 am
Forum: Tcl FAQ
Topic: Parsing webpages made easy
Replies: 30
Views: 109487

But you always could process the eventloop yourself. Call the update proc every second via utimer.
by sKy
Wed May 10, 2006 4:06 pm
Forum: Other Topics
Topic: Subforum: Script Support & Releases
Replies: 5
Views: 3520

Subforum: Script Support & Releases

Here is a little proposal. Maybe split Script Support & Releases into - Script Support - Script Releases Both categorys have enugh activity. Imho it would be more clear and logical. Sure you can post in a new Script Release Thread about problems with the new script. This part would be a nice ove...