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

by devilsoulblack
Sun Oct 03, 2010 10:53 am
Forum: Script Requests
Topic: irc clients stats
Replies: 3
Views: 3004

username wrote:And why you didnt like clientstats.tcl?
clientstats.tcl work only when the user type the tigger and the eggdrop make ctcp version on that moment the idea ist eggdrop make ctcp version on every join user and save the info for when any user type the tigger this send all the data saved
by devilsoulblack
Thu Sep 30, 2010 1:35 pm
Forum: Script Support & Releases
Topic: Pisg 0.72 auto update cannot find executable [SOLVED]
Replies: 16
Views: 18226

=)
by devilsoulblack
Sat Sep 25, 2010 4:52 pm
Forum: Eggdrop Help
Topic: too many open files
Replies: 4
Views: 6091

Simply put, you are running low on file descriptors (aka channels), thus you can't create any further until others are free'd. Usually, this limit is set rather high (1024 channels per process), so I'd suspect that you are using a poorly written script with file descriptor leaks (files opened for r...
by devilsoulblack
Fri Sep 24, 2010 9:38 pm
Forum: Eggdrop Help
Topic: too many open files
Replies: 4
Views: 6091

too many open files

this happen every day once on a day that file have chmod 777 [12:00] Writing channel file... [12:04] Checking for idle: #ec #quito [12:09] Checking for idle: #ec #quito [12:14] Checking for idle: #ec #quito [12:19] Checking for idle: #ec #quito [12:24] Checking for idle: #ec #quito [12:29] Checking ...
by devilsoulblack
Sat Sep 18, 2010 8:26 pm
Forum: Script Requests
Topic: caps kicker
Replies: 5
Views: 6606

@arfer : thanks for sharing
by devilsoulblack
Sat Sep 18, 2010 8:21 pm
Forum: Script Requests
Topic: CS auto why
Replies: 7
Views: 5164

@arfer : thanks for sharing
by devilsoulblack
Fri Sep 17, 2010 11:40 pm
Forum: Script Requests
Topic: Deop ops on inactivity & Reop on activity
Replies: 8
Views: 7114

thanks for shared
by devilsoulblack
Mon Sep 13, 2010 7:45 pm
Forum: Script Requests
Topic: irc clients stats
Replies: 3
Views: 3004

irc clients stats

hi any one know what tcl do this: Eggdrop make a ctcp nick version on all the nickname was join in channel and save then when any nickname make !ircl this show the stats for the number of irc client was join on that channels nickname: !ircl BOT: mIRC: (16) BOT: Xchat: (10) BOT: eggdrop: (5) BOT: kvi...
by devilsoulblack
Tue Sep 07, 2010 9:23 pm
Forum: Script Support & Releases
Topic: Pisg 0.72 auto update cannot find executable [SOLVED]
Replies: 16
Views: 18226

what part you need to test ? the lftp or the pisg execute ?
by devilsoulblack
Tue Sep 07, 2010 8:13 pm
Forum: Script Support & Releases
Topic: Pisg 0.72 auto update cannot find executable [SOLVED]
Replies: 16
Views: 18226

marvz

Code: Select all

*/55 * * * * lftp -u USERNAME-OF-FTP-HOST,PASSWORD-OF-FTP-HOST HOSTNAME.COM -e "cd www ; cd stats ; put /PATH/WHERE/GENERATE/PISG/index.html ; quit" 
now you understand ?

sorry for my lang i dont speak english :P
by devilsoulblack
Tue Sep 07, 2010 6:03 pm
Forum: Script Support & Releases
Topic: Pisg 0.72 auto update cannot find executable [SOLVED]
Replies: 16
Views: 18226

use cron for run pisg and the same cron uso lftp to upload to other host */55 * * * * lftp -u DonT.[censored].WHoiS.Me,PASSWORD channels.dal.net -e "cd www ; cd stats ; put /home/aandaluz/stats/DonTFuCKiNgWHoiSMe/index.html ; quit" */48 * * * * /home/aandaluz/stats/pisg-0.72/pisg I'm sorr...
by devilsoulblack
Tue Sep 07, 2010 2:26 am
Forum: Script Support & Releases
Topic: Pisg 0.72 auto update cannot find executable [SOLVED]
Replies: 16
Views: 18226

use cron for run pisg and the same cron uso lftp to upload to other host

Code: Select all

*/55 * * * * lftp -u DonT.[censored].WHoiS.Me,PASSWORD channels.dal.net -e "cd www ; cd stats ; put /home/aandaluz/stats/DonTFuCKiNgWHoiSMe/index.html ; quit"
*/48 * * * * /home/aandaluz/stats/pisg-0.72/pisg
by devilsoulblack
Fri Aug 20, 2010 11:17 am
Forum: Eggdrop Help
Topic: Crontab doesnt work in eggdrop v1.6.20
Replies: 1
Views: 2991

pasted your Mall.botchk and make and your eggdrop.conf