X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=admin%2Fidentitytrust.php;fp=admin%2Fidentitytrust.php;h=0000000000000000000000000000000000000000;hb=f208e33c29132aacaec448e74341edea1b925a2a;hp=bdc471804cadd7d662334b53e06637be85aa74f5;hpb=d8ccfe2b3944adf07d35534459cdda19d15217c8;p=fms.git diff --git a/admin/identitytrust.php b/admin/identitytrust.php deleted file mode 100644 index bdc4718..0000000 --- a/admin/identitytrust.php +++ /dev/null @@ -1,86 +0,0 @@ -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()) - { - ?> - - - - - - - - - - - -
PeerLocal Message TrustPeer Message TrustLocal Trust List TrustPeer Trust List Trust
- - - - - - - - - - -
- -
-
- \ No newline at end of file