
10-08-2004, 01:04 PM
|
|
|
Join Date: Jan 2003
Location: Sydney, Australia
Posts: 459
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by jcrash
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?
|
Have you re-uploaded other files? such as mime.php etc. Or you just uploaded gateway.php again?
|