From: x99bachelart Date: Fri, 12 Sep 2003 20:36:34 +0000 (+0000) Subject: subscriptions form X-Git-Tag: 1.8~405 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f92a4483ad2350da0a473dc1beac53e65dfc8a60;p=banana.git subscriptions form --- diff --git a/subscribe.php b/subscribe.php new file mode 100644 index 0000000..da684e1 --- /dev/null +++ b/subscribe.php @@ -0,0 +1,107 @@ +authinfo($news["user"],$news["pass"]); + if (!$result) error("nntpauth"); +} +$groups = new groups($nntp,2); +?> + +
"> + +
+ +overview)) error("nntpgroups"); + +displayshortcuts(); +?> + +
+" cellspacing="0" cellpadding="2" + summary=""> + + + + + + +overview as $g => $d) { + $pair = !$pair; + $groupinfo = $nntp->group($g); + $newarts = $nntp->newnews($profile['lastnews'],$g); +?> + " > + + + + + + + "> + + +
+ + + + + + + +
"> + + "> + /> + "> + $g";?> + "> + +
+ +
+
+quit(); +require("include/footer.inc.php"); +?>