Einrichtung eines chats bitte um hilfe :)

hi all,
ich habe ein chat-code gefunden, das ganz ohne cookies, javascript, java auskommen soll. open source - gnu, glp.

es heisst clatter und sieht sehr vielversprechend aus. mein server untersützt php das auch, aber ich mache eigentlich kein php, will aber dranbleiben. wer kann mir sagen was dies bedeutet:

instruction:
You will also want the talk log to be rotated out at regular
intervals as talk.csv will grow until it runs out of room.

Run crontab -e and add a line like so.

high volume, hourly

0 * * * * lynx -dump http://server/talk/w.php3?magic=rotate

low volume, daily

0 0 * * * lynx -dump http://server/talk/w.php3?magic=rotate

Only add one of the two sections from above. Rotating
conversations at every comment is too disk intensive
ende

wo soll einer dieser beiden scripte rein? es sind 5 dateien im chat ordern, 4 php dateien und eine txt datei und eben eine .csv datei.

danke falls jemadn was weiss.