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

by Stylez
Sat Dec 21, 2002 3:08 am
Forum: Archive
Topic: Another PISG Topic... :P
Replies: 3
Views: 1324

Ok I got it working, here is a snippet from the section I modified and how I did it: set pisgpath "/home/stylez/pisg/pisg" set pisgtimer_trigger [timer $interval pisg:generate] #bind time - "01 * * * *" pisg:generate #bind time - "01 * * * *" pisg:ftp proc pisg:generate...
by Stylez
Sat Dec 21, 2002 2:10 am
Forum: Archive
Topic: 2
Replies: 5
Views: 1296

It's a reply to this, except it was in a new thread for some reason. http://forum.egghelp.org/viewtopic.php?t=3283
by Stylez
Fri Dec 20, 2002 7:22 am
Forum: Archive
Topic: Another PISG Topic... :P
Replies: 3
Views: 1324

Another PISG Topic... :P

Okay I'm making a script to run PISG from eggdrop... "USE CRONTAB DUMBASS" I know that's what you're all gonna say... lol, but I don't know the first thing about crontab, and how would I ftp it if I used crontab? Anyways, crontab isn't the subject... I have a very rough base for the script...
by Stylez
Fri Dec 20, 2002 3:23 am
Forum: Archive
Topic: 2
Replies: 5
Views: 1296

Apparently that is why they call it STACKING.. one on top of the other. :roll:
Don't worry, I'm not usually this thick.
by Stylez
Fri Dec 20, 2002 1:36 am
Forum: Archive
Topic: How to "stack" binds
Replies: 1
Views: 1932

How to "stack" binds

I have a bind that I want to start 2 proc's at the same time every 24hrs:

Code: Select all

bind time - "* 24 * * *" proc1 proc2
Is this how I "stack" it? Because like that I get this error:
wrong # args: should be "bind type flags cmd/mask ?procname?"
Thanks
by Stylez
Wed Dec 18, 2002 6:13 am
Forum: Archive
Topic: Help with my script, sendftp, etc
Replies: 14
Views: 5720

Okay got the filter to work, first try amazingly. lol I put the command? inside the proc that makes the html file, I placed it right after it does 'set topic [topic $kchtml]'.. well like this: #set the topic that is in the channel set topic [topic $kcchan] set topic [ctrl:filter $topic] and I put th...
by Stylez
Wed Dec 18, 2002 4:27 am
Forum: Archive
Topic: Help with my script, sendftp, etc
Replies: 14
Views: 5720

Okay this is the code from your script that actually strips the colours from the string right? proc ctrl:filter {str} { regsub -all -- {([\003]{1}[0-9]{0,2}[\,]{0,1}[0-9]{0,2})} $str "" str; #color regsub -all -- "\017" $str "" str; #plain regsub -all -- "\037"...
by Stylez
Wed Dec 18, 2002 2:32 am
Forum: Archive
Topic: Help with my script, sendftp, etc
Replies: 14
Views: 5720

Okay the script is done now, I think, I'm not sure how cleanly the timers are working, I don't know if it is only spawning one timer only, or one timer on every rehash. I also changed the way it updates. As it was, it updated every 10 minutes and spammed the ftp server, even when there was no channe...
by Stylez
Tue Dec 17, 2002 3:10 am
Forum: Archive
Topic: Help with my script, sendftp, etc
Replies: 14
Views: 5720

Wow, it works finally. Found another console ftp without kerberos I guess. Thank you rpmfind! http://rpmfind.net//linux/RPM/redhat/8. ... .i386.html
Thanks guys for all the help, now I just have to maybe implement the colour code stripper. But that's for later.
by Stylez
Mon Dec 16, 2002 8:09 pm
Forum: Archive
Topic: Help with my script, sendftp, etc
Replies: 14
Views: 5720

UGH.. this is the error I got with your new code ppslim Error in sendftp: sendftp: You don't seem to have the 'ftp' tool Now I guess I need to get the 'ftp' tool somewhere. Although I don't see why I don't have it. I know I un-installed an ftp package that was kerberos, because I got an error when i...
by Stylez
Mon Dec 16, 2002 7:03 pm
Forum: Archive
Topic: Help with my script, sendftp, etc
Replies: 14
Views: 5720

Sorry Souperman, I have actually given you credit in my other topic when I first started this script: The code is quite messy, and some of the variables are not even needed. I also have to change some of the variable names because they are conflicting with the script I used to make this, which is So...
by Stylez
Mon Dec 16, 2002 10:28 am
Forum: Archive
Topic: Help with my script, sendftp, etc
Replies: 14
Views: 5720

Help with my script, sendftp, etc

I've been working on this script for a while, in a n00b-like manner, and this is what I have: #set the file you want to write to set kchtmlfile "/home/stylez/eggdrop/kc-chan.html" #Channel to show stats for set kcchan "#kc" #How often (in minutes) does the html file get updated. ...
by Stylez
Sun Dec 15, 2002 4:57 am
Forum: Archive
Topic: I am ready to OWN Eggdrop hehe
Replies: 0
Views: 798

I am ready to OWN Eggdrop hehe

I'm now on linux! Mandrake 9.0, and I have eggdrop up and running. Now I just have to get back into working on my script maybe. But I have to fix my site first, since it doesn't like linux/mozilla... it is only IE friendly. :cry:
by Stylez
Fri Dec 13, 2002 1:33 am
Forum: Archive
Topic: Stripping Colour Codes
Replies: 1
Views: 968

Stripping Colour Codes

I'd like to know if there is a way to strip colour codes from strings? Such as stripping them out of the topic. That way when I publish my outputted file I don't see the colour codes.
by Stylez
Fri Dec 13, 2002 12:33 am
Forum: Archive
Topic: Publish Channel Stats/Userlist to website - PHP
Replies: 11
Views: 3188

Hmmmm... I redid the ftp thing myself from the lib's help files, now I get Tcl error in script for 'timer8': error writing "stdout": bad file number I give up, windrop sucks compared to eggdrop. I'll settle for an automatic windows ftp program called TinyUploader to upload my file every 10...