From 6052dbb9c67aa87192295f19a43fa6a0d24b3774 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 3 Feb 2025 08:04:51 -0500 Subject: [PATCH] suggested users page --- docs/index.php | 1 + docs/stats.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.php b/docs/index.php index 792031e..7b765d8 100644 --- a/docs/index.php +++ b/docs/index.php @@ -13,6 +13,7 @@

Community

Terms of Use + >Suggested Users Top Users More Projects diff --git a/docs/stats.php b/docs/stats.php index 7fc025d..da658ce 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -13,7 +13,7 @@ page_header(); function get_handler() { - $api = file_get_contents("https://nbg.dervland.net/node/top"); + $api = file_get_contents("https://nbg.dervland.net/node/top?ref=" . $_GET['ref']); $pr = json_decode($api); foreach ($pr as $usern => $rr) { ?>