Please check the pages dedicated to texas holdem texas holdem http://www.texas-va-loan.com/texas-holdem.html
...
EOSTR;
// First we need a little HTML:
echo '
phpCF '.PHPCF_VERSION.' - Example 2
Text scanned:
From: '.$email.'
IP Address: '.$ip.'
'.htmlentities($text).'
';
/**
* THIS IS WHERE IT REALLY STARTS HAPPENING!
*/
$cf = new CF($text, $email, $ip);
if ($cf->hasError()) {
$cf->printErrorList();
}
if ($cf->isSpam()) {
echo "SPAM
\n";
}
echo "Score: ";
echo $cf->score;
echo "
";
echo "Threshold: ";
echo $cf->getThreshold();
echo "
";
echo "Log:";
$cf->printLog();
echo "
\n";
echo "Content checking methods:
\n";
echo "\n";
$ac = $cf->availableChecks();
foreach ($ac as $c) {
echo "- $c
\n";
}
echo "
\n";
echo "Email checking methods:
\n";
echo "\n";
$aec = $cf->availableEmailChecks();
foreach ($aec as $ec) {
echo "- $ec
\n";
}
echo "
\n";
echo "IP checking methods:
\n";
echo "\n";
$aic = $cf->availableIpChecks();
foreach ($aic as $ic) {
echo "- $ic
\n";
}
echo "
\n";
?>
Debugging info
getDebugInfo()); ?>
© Copyright 2005, Anders K. Madsen, <madsen@lillesvin.net>