From 9dceece06fbdc98add6f76f0b1aec05891a394c4 Mon Sep 17 00:00:00 2001 From: Markus Warg Date: Mon, 29 Mar 2010 09:54:06 +0200 Subject: remove cacert/ prefix --- pages/wot/10.php | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 pages/wot/10.php (limited to 'pages/wot/10.php') diff --git a/pages/wot/10.php b/pages/wot/10.php new file mode 100644 index 0000000..51ed019 --- /dev/null +++ b/pages/wot/10.php @@ -0,0 +1,124 @@ + + + + + + + + '$rc' ORDER BY `notary`.`when` DESC"; +*/ + $query = "SELECT count(*) AS `list` FROM `users` + inner join `notary` on `users`.`id` = `notary`.`from` + GROUP BY `notary`.`from` HAVING count(*) > '$rc'"; + + $rank = mysql_num_rows(mysql_query($query)) + 1; +?> + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
: 
+
+ + + + + + + + + + + + +$name"; +?> + + + + + + + + + + + + + + +
: 
+

[ ]

+ -- cgit v1.2.1