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

by mrleaW
Wed Mar 14, 2018 8:17 am
Forum: Scripting Help
Topic: FTP help
Replies: 2
Views: 4644

Re: FTP help

1.Try to put your server ip not localhost and be sure the location path of ftp is correct.
2. Try doing same privileges to /usr/bin/ftp
chmod 755 /usr/bin/ftp
by mrleaW
Thu Mar 01, 2018 3:56 pm
Forum: Script Requests
Topic: [pub_myaccess]: can't read "out": no such variable
Replies: 4
Views: 5343

it works ! thanks alot by now my users can see where they have access. :D Thanks to all!
by mrleaW
Wed Feb 14, 2018 10:05 am
Forum: Script Requests
Topic: [pub_myaccess]: can't read "out": no such variable
Replies: 4
Views: 5343

[pub_myaccess]: can't read "out": no such variable

bind pub o|o pub_myaccess proc pub_myaccess {nick uhost hand chan arg} { set thehand [lindex $arg 0] if {$thehand == ""} {set thehand $hand} foreach c [channels] { if {[matchattr $thehand -|N $chan] == 1} {lappend out [join "${c}:Owner [getchaninfo $thehand $chan]" " "...