Example #1
0
<?php

require "../../www/config.php";
require_once WWW_DIR . "/lib/backfill.php";
$nntp = new nntp();
$nntp->doConnect();
$backfill = new Backfill();
$data = $nntp->selectGroup("alt.binaries.nintendo.ds");
$output = $backfill->postdate($nntp, "7434768");
echo date('r', $output) . "\n";
print_r($data);
$nntp->doQuit();
Example #2
0
<?php

//To troubleshoot what's actually on usenet.
require "../../www/config.php";
require_once WWW_DIR . "/lib/nzb.php";
$nntp = new nntp();
$nntp->doConnect();
$groupArr = $nntp->selectGroup('alt.binaries.warez');
//since local we need the groupname here
$msg = $nntp->getXOverview('132894081-132894081', true, false);
//insert actual local part numbers here
print_r($msg);
//print out the array