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

by DallasD
Sun Jun 19, 2005 3:12 pm
Forum: Archive
Topic: need a script/info to make a script to get info from ChanSer
Replies: 13
Views: 7686

Well it helps that someone seems to know what i am talking about. As for exact ChanServ output, i am not totally sure what you are talking about. But thanks for the info. i will keep trying. If i crash my bot enough maybe i will figure it out.
by DallasD
Sun Jun 19, 2005 7:53 am
Forum: Script Support & Releases
Topic: CHATstats 3.1.2 everything works but ftp to website
Replies: 13
Views: 20258

I have managed to fix every error but one. But i have gotten it to make the web pages on my system. Does anyone think that they may be able to help me on this. It seems to br the FTP part of the script. The error is as follows: #me# set errorInfo Currently: couldn't execute "which": no suc...
by DallasD
Sun Jun 19, 2005 7:09 am
Forum: Archive
Topic: need a script/info to make a script to get info from ChanSer
Replies: 13
Views: 7686

Thanks for the help. But i can see that you do not seem to know what access list i am talking about. I am not talking about Aop and Sop lists. I am talking about the access list that is on the updated IRC servers that use access levels to control everything on a channel. This access list is use inst...
by DallasD
Sat May 21, 2005 12:01 pm
Forum: Archive
Topic: need a script/info to make a script to get info from ChanSer
Replies: 13
Views: 7686

How do you find out what chanserv address or info should be?
by DallasD
Fri May 20, 2005 2:07 pm
Forum: Archive
Topic: need a script/info to make a script to get info from ChanSer
Replies: 13
Views: 7686

well i do not seem to be smart enough to figure out the script to have my get the access list and put it into a text file. Could anyone give me a hand on how to write this script.
by DallasD
Mon May 16, 2005 8:18 am
Forum: Script Support & Releases
Topic: CHATstats 3.1.2 everything works but ftp to website
Replies: 13
Views: 20258

Ok corrected the code to the following: if {$ullist != ""} { switch -exact $cs(ulmethod) { 1 {foreach e $ullist { if {[file exists $e]} { file copy -force $e $cs(localfolder) file delete -force $e } else {putlog "CHATstats: Skipped moving $e, file not found."} } } 2 {set ftperror...
by DallasD
Mon May 16, 2005 7:54 am
Forum: Script Support & Releases
Topic: CHATstats 3.1.2 everything works but ftp to website
Replies: 13
Views: 20258

Correction: The error is still coming up.

Currently: couldn't duplicate output handle: bad file number
Currently: while executing
Currently: "open "|$cs(ftpclient) -n $cs(ftpname) $cs(ftpport)" w"

Now i really need some ideas. I do not know what to do now.
by DallasD
Mon May 16, 2005 6:39 am
Forum: Script Support & Releases
Topic: CHATstats 3.1.2 everything works but ftp to website
Replies: 13
Views: 20258

Thanks! The following is from the script. I managed to stop the error by removing the "user " from the script. But although this stops the error it still does not put the web pages on my site. switch -exact $cs(ulmethod) { 1 {foreach e $ullist { if {[file exists $e]} { file copy -force $e ...
by DallasD
Mon May 16, 2005 6:10 am
Forum: Script Support & Releases
Topic: CHATstats 3.1.2 everything works but ftp to website
Replies: 13
Views: 20258

Yes i can ftp into my site that way. for now i am manualy sending web pages to the site. I just can not get the script to do it
by DallasD
Mon May 16, 2005 5:50 am
Forum: Script Support & Releases
Topic: CHATstats 3.1.2 everything works but ftp to website
Replies: 13
Views: 20258

Thanks for the idea. But alas even after making that change I still get the same responce.
by DallasD
Sun May 15, 2005 2:08 pm
Forum: Archive
Topic: need a script/info to make a script to get info from ChanSer
Replies: 13
Views: 7686

That is great! Thanks for the help.
by DallasD
Sun May 15, 2005 1:24 pm
Forum: Archive
Topic: need a script/info to make a script to get info from ChanSer
Replies: 13
Views: 7686

thanks for the info. would you happen to know any of the commands and/or ver names the can be used in a script so that a bot can do all of this?
by DallasD
Sun May 15, 2005 10:21 am
Forum: Archive
Topic: need a script/info to make a script to get info from ChanSer
Replies: 13
Views: 7686

need a script/info to make a script to get info from ChanSer

My server has just update its mIRC. ChanServ now has access list and the like. I would like to get the info to make a script or a script that could to the following: 1) retreave access list and all its info 2) beable to tell if a nick is regestered 3) menipulate the access list I am sure this can be...
by DallasD
Sat May 14, 2005 10:15 pm
Forum: Script Support & Releases
Topic: CHATstats 3.1.2 everything works but ftp to website
Replies: 13
Views: 20258

CHATstats 3.1.2 everything works but ftp to website

I have managed to get CHATstats 3.1.2 to work in every way on my windrop, if i set it to publish the webpages it always fails. I sure could use some help to figure this out. I know it is going to be something simple. i all was get "CHATstats: An error occured while trying to use FTP." but ...