/* * 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; } } } } }
i have at the moment two routes with a 3.5 freq.
Killian he's asking why he cant even create one .5 route. I heard other people having the same problem too. Like they can only make whole # routes.
problem isnt solved
Im asking why cant i have 0.5 freq (not that im doing them) on a route? i just started a route and the min. amount of frequencies I can i is 1
took me a while, but i got it now
(im not feeling well today :p )
also, you dont need to lock every thread when problem is solved :roll:
Thread locked and unlocked. I'm beginning to wonder why your posting such posts... Anyway life goes on.
:? I was kidding :lol:
Thread locked and unlocked. I'm beginning to wonder why your posting such posts... Anyway life goes on.
Me a spammer!? Your the spammer! You've posted like 100 posts in the last day!
I only post when I think I should. If theirs a bug, a joke, but I don't go hi-jacking people threads, unless the person is clearly fine with posting that may not be 100% relative to the topic...
Quote from: "Seattle"Me a spammer!? Your the spammer! You've posted like 100 posts in the last day!
I only post when I think I should. If theirs a bug, a joke, but I don't go hi-jacking people threads, unless the person is clearly fine with posting that may not be 100% relative to the topic...
I 2nd the lab monkey, I mean Seattle :oops:
Quote from: "blue25"Quote from: "Seattle"Me a spammer!? Your the spammer! You've posted like 100 posts in the last day!
I only post when I think I should. If theirs a bug, a joke, but I don't go hi-jacking people threads, unless the person is clearly fine with posting that may not be 100% relative to the topic...
I 2nd the lab monkey, I mean Seattle :oops:
Im sorry, but What? :?