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

by Kripton
Fri May 14, 2004 10:27 am
Forum: Archive
Topic: Converting URL-Codes
Replies: 4
Views: 1818

Ok, sounds better! Thanx!
by Kripton
Thu May 13, 2004 1:05 pm
Forum: Archive
Topic: Converting URL-Codes
Replies: 4
Views: 1818

yes, thank ya!
by Kripton
Tue May 11, 2004 2:45 pm
Forum: Archive
Topic: Converting URL-Codes
Replies: 4
Views: 1818

Converting URL-Codes

Is there a fast and easy way to convert the URL-Codes (%20 = <space>) to a normal string?
Hello,%20my%20name%20is%20EggDrop => Hello, my name is EggDrop
by Kripton
Fri May 07, 2004 5:47 pm
Forum: Archive
Topic: Problem with "puts" to sock
Replies: 6
Views: 1370

Yes, ok! GIFs work mostly, JPEGs don't! I will work on the binary-support! But for sending commands to the eggdrop, its yet enough! Maybe, if I have more time!
by Kripton
Fri May 07, 2004 9:29 am
Forum: Archive
Topic: Problem with "puts" to sock
Replies: 6
Views: 1370

Ok, it works now! Yes, the error was within the HTTP-Headers! I think I just paste the URL to my script here (Yes, it works :P ), because I think it might be helpful to some purposes! The special thing is, you can script your WebPages (In a way like PHP). A little example: <egg> set output "[ll...
by Kripton
Mon May 03, 2004 2:48 pm
Forum: Archive
Topic: Problem with "puts" to sock
Replies: 6
Views: 1370

Problem with "puts" to sock

I got my EggDrop running as WebServer! The problem is, the Bot doesn't send the hole text, it stops after approx. 20 lines! The Script (just the sock-send-part): fconfigure $sock -translation binary -buffersize 1000000 -blocking 0 set filechan [open $servfile r] while {![eof $filechan]} { gets $file...
by Kripton
Sat May 01, 2004 6:53 pm
Forum: Archive
Topic: Recursive-Glob-Search (once again)
Replies: 3
Views: 1381

Yes, ok! it works!

Everything was my fault! The user running the EggDrop didn't have the acces to search the MP3-Files! *doh*

Sorry!
by Kripton
Sat May 01, 2004 6:47 pm
Forum: Archive
Topic: Recursive-Glob-Search (once again)
Replies: 3
Views: 1381

Or may it be, the proc doesn't "like" folders containing spaces?
It managed to search to "Bob Marley and the Wailers" but didn't search this one! Can you fix that?
by Kripton
Sat May 01, 2004 6:30 pm
Forum: Archive
Topic: Recursive-Glob-Search (once again)
Replies: 3
Views: 1381

Recursive-Glob-Search (once again)

Hello! When searching the "recursive glob"-search here in the forum, I found: proc recursiveGlob {pattern {dir ./}} { set files [glob -nocomplain -types f -dir $dir $pattern] foreach d [glob -nocomplain -types d -dir $dir *] { set files [concat $files [recursiveGlob $pattern $d]] } set fil...
by Kripton
Wed Apr 21, 2004 2:41 pm
Forum: Archive
Topic: Directory Listings or FileSearch
Replies: 4
Views: 1249

No, this is not for a warez-server! It's for a playlist-streaming-server's admin-webinterface hosted by my "EWIO" (Eggdrop Web Server with interactive Output). I use the TCL like PHP but did not work with directorys much, cause my eggy usually had it's files in his ~/eggdrop folder! But, t...
by Kripton
Tue Apr 20, 2004 3:30 pm
Forum: Archive
Topic: Directory Listings or FileSearch
Replies: 4
Views: 1249

Directory Listings or FileSearch

How can I get a "driectory listing" like "ls" in linux or "dir" in wind00f ?
or can I search a directory (recursive?) by *.mp3 or something?

Script is for listing up all MP3-Files in "/home/pl/files", but subfolders have to be scanned, too!

THX 4 help
by Kripton
Fri Mar 12, 2004 1:54 pm
Forum: Archive
Topic: "Too many open files" problem
Replies: 3
Views: 1175

Ok, "file channels" gives me a very huge list! But I can't see the script associated with the channel! I really searched ALL my scripts for "open"s and "close"s and the number was equal and every "open" had its own "close"-command. But I still have a...
by Kripton
Fri Mar 12, 2004 9:19 am
Forum: Archive
Topic: "Too many open files" problem
Replies: 3
Views: 1175

"Too many open files" problem

Ok, my bot has several scripts working with files and several ones working with sockets. After a while (10-48 hours) it always gives me the message "too many open files". I can't find the script causing this error, that's why I'm asking: How can I see the "opened files" or the nu...
by Kripton
Fri Mar 05, 2004 9:34 pm
Forum: Archive
Topic: Easy one (*hope*): binding "QUIT"
Replies: 3
Views: 1644

yes, ok! thank ya @ both!
by Kripton
Fri Mar 05, 2004 6:59 pm
Forum: Archive
Topic: Easy one (*hope*): binding "QUIT"
Replies: 3
Views: 1644

Easy one (*hope*): binding "QUIT"

OK, the bind - part works fine!
but it doesn't trigger on:

* XXX (~XXX@XXX) Quit (Signed off) (< is from Qnet)

or any other QUITs

can u tell me how to bind? thx