/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Raw Paleo Diet Forums > Personals
Raw Paleo Forum Chat
djr_81:
http://tinychat.com/rawpaleoforum
We can all use this to chat as a group. The site is free, you don't need to sign up for anything, and you don't need to download or install anything.
All you have to do is click the link and you're in chat. It's helpful if you change your name to a nickname we can reference you with but if you desire anonymity you can leave it as "guest" as well.
The chat room will always be there but it may not have others when you log in. If you want to get a chat going post in this thread and hopefully others will log on as well.
That's about it folks. Any questions post them up and we'll try to get you answers. :)
djr_81:
FWIW Sully, Wodgina, and I tried this out last night. You wouldn't think it'd be much of a difference talking to fellow forum members in real time but it is. :)
Ioanna:
oh!, makes me nervous to talk to a bunch of boys ;) , but i'll jump in when someone is there!
Sully:
i can chat for a bit if anyone is free
miles:
How do I make it so I see other people's posts at my time? My server-time is 12:48pm, which is my local time, but other people's posts show under other times. I'm guessing you posted that fairly recently, but it says 4:53am. Or was it then?
Navigation
[0] Message Index
[#] Next page
Go to full version