summaryrefslogtreecommitdiff
path: root/cacert/pages/wot/1.php
blob: a45b5df081b249bf0f0a1d3be7649256f6978ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<? /*
    LibreSSL - CAcert web application
    Copyright (C) 2004-2008  CAcert Inc.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; version 2 of the License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
*/ ?>
<?
        $res=mysql_fetch_assoc(mysql_query("select sum(acount) as summe from countries"));
	$total1 =$res['summe'];

	$locid=array_key_exists('locid',$_REQUEST)?intval($_REQUEST['locid']):0;
	$regid=array_key_exists('regid',$_REQUEST)?intval($_REQUEST['regid']):0;
	$ccid=array_key_exists('ccid',$_REQUEST)?intval($_REQUEST['ccid']):0;

	echo "<ul class='top'>\n<li>";
	echo "<a href='wot.php?id=1'>"._("Home")." ("._("Listed").": $total1)</a>\n";

	$display = "";
	if($locid > 0)
	{
		$loc = mysql_fetch_assoc(mysql_query("select * from `locations` where `id`='".$locid."'"));
		$display = "<ul class='top'>\n<li>\n".
			"<a href='wot.php?id=1&locid=".$locid."'>".$loc['name']." ("._("Listed").": ".$loc['acount'].")</a>\n".
			$display;
		$regid = $loc['regid'];
	}

	if($regid > 0)
	{
		$reg = mysql_fetch_assoc(mysql_query("select * from `regions` where `id`='".$regid."'"));
		$display = "<ul class='top'>\n<li>\n".
			"<a href='wot.php?id=1&regid=".$regid."'>".$reg['name']." ("._("Listed").": ".$reg['acount'].")</a>\n".
			$display;
		$ccid = $reg['ccid'];
	}

	if($ccid > 0)
	{
		$cnt = mysql_fetch_assoc(mysql_query("select * from `countries` where `id`='".$ccid."'"));
		$display = "<ul class='top'>\n<li>\n".
			"<a href='wot.php?id=1&ccid=".$ccid."'>".$cnt['name']." ("._("Listed").": ".$cnt['acount'].")</a>\n".
			$display;
	}

	if($display)
		echo $display;

	if($ccid <= 0)
	{
		echo "<ul>\n";
		$query = "select * from countries where acount>0 order by `name`";
		$res = mysql_query($query);
		while($row = mysql_fetch_assoc($res))
		{
			echo "<li><a href='wot.php?id=1&ccid=".$row['id']."'>".$row['name']." ("._("Listed").": ".$row['acount'].")</a></li>\n";
		}
		echo "</ul>\n</li>\n</ul>\n<br>\n";
	} elseif($ccid > 0 && $regid <= 0 && $locid <= 0) {
		echo "<ul>\n";
		$query = "select * from regions where ccid='".$ccid."' and acount>0 order by `name`";
		$res = mysql_query($query);
		while($row = mysql_fetch_assoc($res))
		{
			echo "<li><a href='wot.php?id=1&regid=".$row['id']."'>".$row['name']." ("._("Listed").": ".$row['acount'].")</a></li>\n";
		}
		echo "</ul>\n</li>\n</ul>\n</li>\n</ul>\n<br>\n";
	} elseif($regid > 0 && $locid <= 0) {
		echo "<ul>\n";
		$query = "select * from locations where regid='".$regid."' and acount>0 order by `name`";
		$res = mysql_query($query);
		while($row = mysql_fetch_assoc($res))
		{
			echo "<li><a href='wot.php?id=1&locid=".$row['id']."'>".$row['name']." ("._("Listed").": ".$row['acount'].")</a></li>\n";
		}
		echo "</ul>\n</li>\n</ul>\n</li>\n</ul>\n<br>\n";
	} elseif($locid > 0){
		echo "</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<br>\n";
	}
        if($locid>0 || $regid>0 || $ccid>0)
	{
	$query = "select *, `users`.`id` as `id` from `users`,`notary` where `listme`='1' and
			`ccid`='".$ccid."' and `regid`='".$regid."' and
			`locid`='".$locid."' and `users`.`id`=`notary`.`to`
			group by `notary`.`to` HAVING SUM(`points`) >= 100 order by `points` desc";
	$list = mysql_query($query);
	if(mysql_num_rows($list) > 0)
	{
?>
<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper" width="550">
  <tr>
    <td class="title"><?=_("Name")?></td>
    <td class="title"><?=_("Max Points")?></td>
    <td class="title"><?=_("Contact Details")?></td>
    <td class="title"><?=_("Email Assurer")?></td>
    <td class="title"><?=_("Assurer Challenge")?></td>

  </tr>
<? while($row = mysql_fetch_assoc($list)) { ?>
  <tr>
    <td class="DataTD" width="100"><nobr><?=$row['fname']?> <?=substr($row['lname'], 0, 1)?></nobr></td>
    <td class="DataTD"><?=maxpoints($row['id'])?></td>
    <td class="DataTD"><?=$row['contactinfo']?></td>
    <td class="DataTD"><a href="wot.php?id=9&amp;userid=<?=intval($row['id'])?>"><?=_("Email Me")?></a></td>
    <td class="DataTD"><?=$row['assurer']?_("Yes"):("<font color=\"#ff0000\">"._("Not yet!")."</font>")?></td>

  </tr>
<? } 
        }
?>
</table>
<br>
<? } ?>