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

by pstruh
Wed Jun 07, 2006 3:35 am
Forum: Script Requests
Topic: read txt file
Replies: 11
Views: 6657

I modify the code like that: proc file:read {n u h c t} { set fl [open $::fileread] set data [read $fl] set lines [split $data \n] while {![eof $fl]} { lappend lines [gets $fi] } close $fl foreach x $lines { putquick "privmsg $c $x" } } but I cant see any different of speed reading file be...
by pstruh
Tue Jun 06, 2006 3:58 pm
Forum: Script Requests
Topic: read txt file
Replies: 11
Views: 6657

set fileread "filetest" bind pub - !users file:read proc file:read {n u h c t} { set fl [open $::fileread] set data [read $fl] close $fl set lines [split $data \n] foreach x $lines { putserv "privmsg $c $x" } } Cau you help me how to read file with delay? I want to read file fas...
by pstruh
Tue Jun 06, 2006 3:52 pm
Forum: Scripting Help
Topic: ascii files player
Replies: 2
Views: 3342

De Kus wrote:find a script that reads a text file, splits the content by \n and foreach puthelps the content. I am pretty sure I have seen various scripts like that on the forums.
Yes, I find it, thank so much. :) Its working... :))
by pstruh
Tue Jun 06, 2006 12:19 pm
Forum: Scripting Help
Topic: ascii files player
Replies: 2
Views: 3342

ascii files player

HI, cau you help me how to play ASCII files from eggdrop ????

mirc script is using command /play, but how it is for Eggdrop ?

Pls help.. thanks
by pstruh
Thu May 11, 2006 2:45 pm
Forum: Script Support & Releases
Topic: Tcl error [tv]: couldn't execute "php": no such fi
Replies: 5
Views: 6582

dwickie wrote:try replace "php" in [exec php $script_home/tvprog.php "$arg"] with full path (eg. /usr/bin/php)
Yes, Now its working perfect :)
thanks man
by pstruh
Thu May 11, 2006 7:58 am
Forum: Script Support & Releases
Topic: Tcl error [tv]: couldn't execute "php": no such fi
Replies: 5
Views: 6582

have you read the install instructions? I am sure you are missing a php command line tool within the search path or something like that. Problem is, in few days ago all working perfect, no error messages, but If I reboot server then this error was alert. lines of script set script_home "/home/...
by pstruh
Thu May 11, 2006 6:34 am
Forum: Script Support & Releases
Topic: Tcl error [tv]: couldn't execute "php": no such fi
Replies: 5
Views: 6582

Tcl error [tv]: couldn't execute "php": no such fi

Hi I have problem with tcl script.

If I try to use command etc. !tv in eggdrop party line displayed me:
Tcl error [tv]: couldn't execute "php": no such file or directory

Cau you help me fix it?

thanks
by pstruh
Tue Aug 30, 2005 5:25 am
Forum: Archive
Topic: oper command
Replies: 3
Views: 11530

oper command

HI,

I try to identify eggdrop via command /oper but I dont know which command i must use.
How can I send message to ircd become IRCop?? What I must put in my config file?

Thanks
by pstruh
Sat Mar 05, 2005 1:47 pm
Forum: Archive
Topic: conncet to SSL port
Replies: 1
Views: 2939

OK problem solved

thnks
by pstruh
Sat Mar 05, 2005 12:57 pm
Forum: Archive
Topic: conncet to SSL port
Replies: 1
Views: 2939

conncet to SSL port

HI,

I am using eggdrop 1.6.17 with SSL patch + UnrealIRCD+SSL support on port 6697

In my eggdrop config file I set connectin to server irc.myserver.com:6697
but eggdrop cant join this port

Can you help me how to connect eggdrop to server on ssl port ?

thanks