Thanks Nikolas, this game it is: VærdiKampÃ,Â

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: ManicMatt on Sun 10/09/2006 23:39:29
One question was left unanswered. How did Mr Eck go toilet?
Quote from: Tuomas on Sun 10/09/2006 23:05:38
What's with the stupid ass kissing threads ...
function clean_string_input($input)
{
Ã, Ã, $search = array(
Ã, Ã, Ã, Ã, '/[\x60\x82\x91\x92\xb4\xb8]/i',Ã, Ã, Ã, Ã, Ã, Ã, // single quotes
Ã, Ã, Ã, Ã, '/[\x84\x93\x94]/i',Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, // double quotes
Ã, Ã, Ã, Ã, '/[\x85]/i',Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, // ellipsis ...
Ã, Ã, Ã, Ã, '/[\x00-\x0d\x0b\x0c\x0e-\x1f\x7f-\x9f]/i'Ã, Ã, // all other non-ascii
Ã, Ã, );
Ã, Ã, $replace = array(
Ã, Ã, Ã, Ã, '\'',
Ã, Ã, Ã, Ã, '"',
Ã, Ã, Ã, Ã, '...',
Ã, Ã, Ã, Ã, ''
Ã, Ã, );
Ã, Ã, return preg_replace($search,$replace,$input);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.074 seconds with 14 queries.