[TYPO3] Making a cron job in typo3

2008-04-07 Thread Lasse Guldsborg
Hi I would like to make a cron job that sends me an email once a month with statistics about user activity on my website. But I have no idea how to set up a cron job in typo3. Could someone give me advice? =) PS. I have the directmail extension running, so I know my server is configured to use

Re: [TYPO3] Making a cron job in typo3

2008-04-07 Thread Dan Osipov
You can set up a cron job on the server, and have it execute a php file in one of the extensions - the one sending the email. For more info, look here: http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.1.0/view/3/5/#id3561750 Dan Lasse Guldsborg wrote: > Hi >

Re: [TYPO3] Making a cron job in typo3

2008-04-07 Thread Lasse Guldsborg
Thank you Dan! That was very helpful. =) If you know a place where I can find more code examples please let me know. Cheers, Lasse "Dan Osipov" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > You can set up a cron job on the server, and have it execute a php file in > one of

Re: [TYPO3] Making a cron job in typo3

2008-04-09 Thread Peter Klein
Hi Lasse. Look in TER. Try seaching for "cron", and you should see at least one extension with a CLI based crobscript. -- Peter Klein "Lasse Guldsborg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thank you Dan! That was very helpful. =) > If you know a place where I can find m