Hi lierduh,
if possible, could you tell me what I have to do to make gateway.php pause between connecting to different ng?s ?
I guess it?s the same function like this:
PHP Code:
if ($nntp_settings['pause_seconds'])
{
sleep ($nntp_settings['pause_seconds']);
}
Should only be another table-name and selectable value. Some newsservers are blocking the script in case the gateway is way to fast for an old and slow newsserver. (Err-Msg: "Too many connections. Your IP is temporarly blocked.")
TIA,
Marv.