because php (Apache) isn't the owner of the file, so chmodding it before accessing the file isn't possible. Tryed that one before I posted my question thanks.
hey, as I'm looking trough the .c code in the src directory I can't find why the eggdrop changes the permissions of the .user file after altering it. I'm trying to read the userfile trough a php script, offcorse it there are only user permissions , apache can't read it. chmodding it won't help cause...
I'm getting this error, how to solve ? Tcl error [part:pub]: can't read "wordcount(ident@host)": no such element in array my code proc part:pub {nick host handle channel partmsg} { global wordcount checkchan if {[string match -nocase $checkchan $chan]} { putserv "PRIVMSG $checkchan :c...
I used your suggestion to work with the hostname . I get an error : Tcl error [count:pub]: can't read "1": no such variable this is my code bind pubm - "*" count:pub bind part - part:pub set checkchan "#lounge" proc count:pub {nick host hand chan arg} { global checkchan...
hey, I totally don't have a clue how to accomplish this. should I use an array per user that chat's in a channel or a file ? my goal is, to voice a user who has said eg over the 100 lines since they have joined a channel and the usercount has to be reset when the user leaves the channel. any idea's ?