0) { $row = mysql_fetch_assoc($res); $memid = intval($row['memid']); $query2 = "select * from `tverify-vote` where `tverify`='$uid' and `memid`='".intval($_SESSION['profile']['id'])."'"; $rc2 = mysql_num_rows(mysql_query($query2)); if($rc2 > 0) { showheader(_("My CAcert.org Account!")); echo _("You have already voted on this request."); showfooter(); exit; } $query = "select sum(`points`) as `points` from `notary` where `to`='$memid'"; $notary = mysql_fetch_assoc(mysql_query($query)); $query = "select * from `users` where `id`='$memid'"; $user = mysql_fetch_assoc(mysql_query($query)); $tobe = 50 - $notary['points']; if($row['URL'] != '' && $row['photoid'] != '') $tobe = 150 - $notary['points']; else if($row['URL'] != '') $tobe = 90 - $notary['points']; if(intval($tobe) <= 0) $tobe = 0; ?> :
:
:
:
:
:
:
:
: (YYYY-MM-DD)

:
"> ">
0) { echo _("This UID has already been voted on.")."
"; } else { if($uid) echo _("Unable to locate a valid request for that UID.")."
"; } // Search for open requests: $query = "select * from `tverify` where `modified`=0"; $res = mysql_query($query); if(mysql_num_rows($res) > 0) { echo "
"._("The following requests are still open:")."
\n
\n"; } else { echo "
"._("There are no pending requests where you haven't voted yet."); } } } ?>