ok i got a seti block and a seti-team block but i dont quite understand the directions
please help
|
Quote:
|
Installation
Step 1: Copy all of directories to your main phpnuke directory.
Step 2: Setup a cronjob to download your stats page once or twice a day.
Note: replace "myteam" with the name of the team.
12 01 * * * lynx - source "http://setiathome.ssl.berkeley.edu/cgi-bin/cgi?cmd=team_lookup&name=DataStreamz">/home/me/html/blocks/setiteamstats.txt
This will create a file (/home/me/html/blocks/setiteamstats.txt) with your for stats in it.
Step 3: Edit /blocks/block-setiteam.php
$team = The name of the team that is setup in your Seti@Home team's account.
$site = The main URL to the site.
$File = The full path and file that is created by the cronjob in step 2.
That's it.
|
Step 2: Setup a cronjob
what is a cronjob? ? please tell me what i am supposed to do