Quote:
Originally Posted by Highlander
$line = rtrim(fgets($this->fp), "\r\n");[/php]
Questions- How to create a cron job, when i dont have shell, telnet access? Can i use the cron manager of the vb Software? and add the /vb-directory/gateway.php to it .. so it would call the gateway once hourly.
- Why i cant call gateway.php for 30 minutes after it loaded out and imported successfully articles from the groups?
- When i post with prefix in articels they wont appear as anser, they will show up as news articels, is there any fix?
thanks for the great help 
|
Download the new version, it should fix the rtrim problem, it had problem working with an older version of php.
1) Last time I checked, you can just include the gateway.php in the vB cron job. It will be run every hour.
2) The only time you have this problem is the script crashed. This is to prevent a race condition from more than one running script.
3)You don't want to add prefix to the posts, otherwise, they will not be threaded properly.