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.

Crontab Wizard

Old posts that have not been replied to for several years.
Locked
User avatar
blood_x
Halfop
Posts: 77
Joined: Tue Nov 20, 2001 8:00 pm
Location: KL, Malaysia
Contact:

Crontab Wizard

Post by blood_x »

Greetings.. :lol:

Here, I would to make a suggestion about "Crontab' help. I've found one eggdrop/shell provider that make crontab wizard which means the user enter their eggdrop data, then the website guide it step by step. But now, seems that website has been sold! Some newbie has difficulties in setup crontab process even they read 'readme.txt' etc etc.

So here, I suggest that slennox :wink: and their admins will make User Friendly eggdrop support service such as Wizard to create eggdrop.conf, wizard to create crontab.. etc etc via online webpage. It will lead more HITS to egghelp.org :mrgreen:

Thanks for reading my suggestion 8)
Thank you for your support and commitments.

Sincerely,
fzAy®
http://www.iNTRACyber.com
(We Chat, We Share & We Learn)
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

Auto-generators, in my humble opinion, are a poor halfway house between a fully automatic, GUI-controlled eggdrop/shell and understanding how to use text-based configuration yourself. I don't have any intention of creating the former (even though I toyed with it years ago), so egghelp.org will continue to focus on the latter. I intend to improve the documentation side of egghelp.org to make it easier for people to learn how to find and use a shell and set up and use an eggdrop.

At the moment, there a section under http://www.egghelp.org/setup.htm#config called "Editing the botchk file" (kind of buried under the config file "recommendations" which I hope to get rid of) which seems adequate to get up and running, but doesn't do much to explain the crontab line itself. I'll write that one down, since it's a topic that would be useful to address in a revamped shell guide.
User avatar
CrazyCat
Revered One
Posts: 1348
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

crontab wizard?
don't need a full page to do that, it's simple, the explanation is quite the same than for a bind time, except that there are some tips:
using */5 will make a check at each [range] / 5, so:
*/5 * * * * is same than 0,5,10,15,20,25,30,35,40,45,50,55 * * * *

simple, isn't it?
User avatar
CrazyCat
Revered One
Posts: 1348
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

slennox wrote:Auto-generators, in my humble opinion, are a poor halfway house between a fully automatic, GUI-controlled eggdrop/shell and understanding how to use text-based configuration yourself. I don't have any intention of creating the former (even though I toyed with it years ago), so egghelp.org will continue to focus on the latter. I intend to improve the documentation side of egghelp.org to make it easier for people to learn how to find and use a shell and set up and use an eggdrop.
I had, in the past, created a small php script to auto-generate eggdrop.conf, but I stopped for 2 reasons:
- I was using eggdrop.simple.conf and sure, most of users need properties of eggdrop.complete.conf
- I notice that most of the pple who use my engine don't try to understand, and I hate when pple use tools without understanding.

So, like Slennox said, it's better having some infos and way to unblock than having something "ready to eat", wich won't help you to increase your knowledges.

And remember that there's no stupid question...
Locked