/* 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 "
=_("Name")?> | =_("Max Points")?> | =_("Contact Details")?> | =_("Email Assurer")?> | =_("Assurer Challenge")?> |
=maxpoints($row['id'])?> | =sanitizeHTML($row['contactinfo'])?> | =_("Email Me")?> | =$row['assurer']?_("Yes"):(""._("Not yet!")."")?> |