ListMailPRO Email Marketing Software Forums
ListMailPRO Email Software
& Marketing Forums
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ListMailPRO Email Marketing Software Forums
»
ListMailPRO Email Marketing Software Forums
»
General Help & How-To
»
Cron Help Please!!!
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Cron Help Please!!! (Read 2167 times)
carl1
Posts: 6
Cron Help Please!!!
«
on:
August 31, 2004, 08:09:41 am »
I have tried it several ways and nothing:
1. using SSh via the vi editor I copy and past the line of code but the "15 1 * * *" part never copies over?
2. creating a text file and then entering "crontab filename" command to install. If I use the "crontab -l" it shows that it's scheduled but nothing happens?
3. coping the a text file with the code into the cron.daily folder (supposed to run at 4am every day). There are other files in that cron.daily folder that run everyday??? I don't get it.
What is up? I have wget installed and I can see other crontab commands are running on my server.
Honestly, I knew nothing about cron before I read the help of ListMail so any help or advice with details would be great!!!!
thanks
Logged
Guest
Cron Help Please!!!
«
Reply #1 on:
September 01, 2004, 11:07:50 am »
check with your host if you have wget. if don't have wget, you may use lynx as... usr/path/lynx -dump
http://mywebsite.com/mail/dailymail.php?pw=yourdailymailpass>dev/null
place the above directly in your crontab or have your host do it for you.
I hope this helps. This how I made mine work.
good luck
Logged
carl1
Posts: 6
Cron Help Please!!!
«
Reply #2 on:
September 02, 2004, 06:40:19 pm »
I do have wget. Now what?
Logged
DW
Administrator
Posts: 3787
Cron Help Please!!!
«
Reply #3 on:
September 13, 2004, 12:32:44 pm »
It is recommended that you type "cron howto" into Google and read a bit about cron. Perhaps you could practice scheduling a simple dummy command, like the following, to become familiar with the process.
0 0 * * * /bin/true
Logged
Dean Wiebe
ListMailPRO
Author & Developer -
Help
|
Support
|
Hosting
Print
Pages: [
1
]
Go Up
« previous
next »
ListMailPRO Email Marketing Software Forums
»
ListMailPRO Email Marketing Software Forums
»
General Help & How-To
»
Cron Help Please!!!