prepare("UPDATE tblIdentity SET LocalMessageTrust=?, LocalTrustListTrust=? WHERE IdentityID=?;"); for($i=0; $ibindParam(1,$_REQUEST['newlocalmessagetrust'][$i]); $st->bindParam(2,$_REQUEST['newlocaltrustlisttrust'][$i]); $st->bindParam(3,$_REQUEST['identityid'][$i]); $rval=$st->execute(); } } } $st=$db->prepare("SELECT IdentityID,Name,LocalMessageTrust,PeerMessageTrust,LocalTrustListTrust,PeerTrustListTrust,PublicKey FROM tblIdentity ORDER BY Name;"); $st->execute(); ?>

Identity Trust

Message Trust is how much you trust the identity to post good messages. Trust List Trust is how much weight you want the trust list of that identity to have when calculating the total. The local trust levels are set by you, and the peer trust levels are calculated by a weighted average using other identities trust lists.
fetch()) { ?>
Peer Local Message Trust Peer Message Trust Local Trust List Trust Peer Trust List Trust