diff --git a/htdocs/usershow.php b/htdocs/usershow.php
new file mode 100644
--- /dev/null
+++ b/htdocs/usershow.php
@@ -0,0 +1,35 @@
+
+
+DistRen :: User List
+
+
+
+
+
Registered User List :: For internal use only
+
+");
+# printf($row["user_id"]); ## LI takes care of this
+printf(" | %s\n", $row["email"], $row["name"]);
+printf(" | Registered: %s", $row["regdate"], "");
+printf(" | Registration Key: ");
+printf($row["regkey"], "");
+printf("
");
+}
+
+
+
+
+
+?>
+
+
+