error("This script is not intended to be run manually, it is called from backfill_threaded.py.")); } // Create the connection here and pass $nntp = new NNTP(); if ($nntp->doConnect() !== true) { exit($c->error("Unable to connect to usenet.")); } $pieces = explode(' ', $argv[1]); $functions = new Functions(); $functions->backfillPostAllGroups($nntp, $pieces[0], 10000, 'normal'); $nntp->doQuit();