okai i fixed it but maybe not really correctly
changed this lines:
PHP Code:
$post = '';
while(!feof($this->fp)) {
//$line = trim(fgets($this->fp, 256));
//Took out the length, some lines are longer than that
$line = rtrim(fgets($this->fp), "\r\n");
to this lines:
PHP Code:
$post = '';
while(!feof($this->fp)) {
$line = trim(fgets($this->fp, 256));
//Took out the length, some lines are longer than that
//$line = rtrim(fgets($this->fp), "\r\n");
if there is a better way fixing this LASt issue so tell me please, but with this canges now everything is working, the posts apear now and i can read and post ionto newsgroups .. and it writes the group messages into the forum!
many thanks to liederuh he is giving a excellent support here!!! really .. you are after logician the second one i would install hacks without reading
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