HITMAN 17 Posted May 1, 2008 Posted May 1, 2008 $_POST['votetoken']=mny_stripfmt($_POST['votetoken'], ENT_QUOTES); thats the line of the error Fatal error: Call to undefined function mny_stripfmt() in /home/ownsy/public_html/votingredmptioncenter.php on line 94 Quote
fbiss Posted May 2, 2008 Posted May 2, 2008 Re: Voting redemption centre error Obviously you are missing the mny_stripfmt function from this mod. Quote
Guest Anonymous Posted May 2, 2008 Posted May 2, 2008 Re: Voting redemption centre error As fbiss points out - a simple case of a missing function... However as anybody with an IQ above ambient room temperature will be able to guess, this is a simple sanitization function - therefore simple to write. See PHP FAQs here at CE, plus the PHP manual. Quote
Croesy Posted May 2, 2008 Posted May 2, 2008 Re: Voting redemption centre error "anybody with an IQ above ambient room temperature" Now that is the funniest thing I have seen in a while. Quote
Magictallguy Posted May 9, 2008 Posted May 9, 2008 Re: Voting redemption centre error Or even simpler. Instead of writing the function. Replace mny_stripfmt with mysql_real_escape_string Quote
SpotlightGaming Posted November 24, 2008 Posted November 24, 2008 Re: Voting redemption centre error the reason why hes missing it is its a stolen mod Quote
HITMAN 17 Posted November 24, 2008 Author Posted November 24, 2008 Re: Voting redemption centre error no it just came bugged Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.