phpCF - Configuration --------------------- Here I will try to explain the configuration directives for phpCF. Config file: phpCF.config.php General Configuration --------------------- $SPAM_THRESHOLD: This variable contains the maximum number of points you want to allow a text to score before phpCF deems that it's spam. Content Checking ---------------- NOTE: Any of these checks can be disabled/made ineffective by setting their value to 0. $NUM_URLS: This variable contains the number of points the text should be assigned for each URL it contains. $POKER_REF: Contains the number of points assigned for every occurence of words associated with online gambling/poker, like "poker", "texas holdem", "texas hold em", "gambling", "blackjack" etc. $HTML_PERCENTAGE: phpCF assigns this number of points for every percent of HTML the text contains. NOTE: If you want to allow HTML in the text, set this to 0, as it will most likely only cause problems otherwise. Email Checking -------------- NOTE: Any of these checks can be disabled/made ineffective by setting their value to 0. $ALPHA_NUM: Give this number of points if an email username starts with alphabetic characters and ends in numeric characters. Like jane_doe4321@hotmail.com.