Quote:
Originally Posted by organic-hosting
Did you try to re-upload gateway.php? It seems that it might have gotten corrupted?
|
Yes, I HAD tried that, but it didn't work.
However, I just redownloaded the file and reuploaded it and now it works BUT - it still starts the output like this:
$c1 = (ord(substr($str[$i],$pos+1,1)) ^ 0x20);
$file .= chr(((($c0 - ' ') & 077) << 2) | ((($c1 - ' ') & 077) >> 4));
}
}
$files[] = array('filename' => $filename, 'fileperm' => $fileperm, 'filedata' => $file);
}
return $files;
}
}
/*
* Local Variables:
* tab-width: 4
* c-basic-offset: 4
* End:
*/
?>
Gateway version 2.2.1 1 group(s) gatewayed.
Connecting to server, server says: 200 216.128.74.129
Server responded after user name: 381 Helo adx785 password required
Server responded after password: 281 Authorization accepted
Info for rec.gambling.poker at news.athenanews.com:
211 40171 653980 698762 rec.gambling.poker selected
Getting message number 693666:
'Playing Style Favors Limit or No-Limit?' from Jeff Goslin. New thread.
As you can see, it did download files, but that stuff at that top doesn't look like it belongs.
Worse yet, it didn't ask me to login...isn't that bad?