if you can't use lynx use this
change newsfeed.php to newsfeed.cgi and at the top add #!/usr/bin/php
this is my presuming the path to your PHP
then add the following cronjob
/usr/bin/php -q /path/to/htdocs/newsfeed.cgi
an alternative to cronjob would involve editing the vb php files, It shouldn't be to hard to do, all you would need to do it include the newsfeed.php where you want it to execute.
|