/*
* 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;
}
}
}
}
}
Drukuj stronę - pseudodzieła undeadlily
Nieoficjalna polska strona Lineage 2
Offtopics => Offtopic => Arts & Novels => Wątek zaczęty przez: undeadlily w Czerwiec 19, 2007, 03:31:11 pm
Na początek moje komiksy morrowindowe. pierwszy z serii komiksów (http://i36.photobucket.com/albums/e19/Nerevari/karstaag.jpg) żul Aragorn I (http://i36.photobucket.com/albums/e19/Nerevari/arag.jpg) żul Aragorn II (http://i36.photobucket.com/albums/e19/Nerevari/slave.jpg) dla zagranicznych oglądaczy (http://i36.photobucket.com/albums/e19/Nerevari/eng.jpg) i rysunki ekhm (http://tn3-1.deviantart.com/fs17/300W/f/2007/152/2/a/signy_by_undeadlily.jpg) eee (http://tn3-1.deviantart.com/fs15/300W/f/2007/011/c/e/meki_by_undeadlily.jpg) cóż (http://tn3-1.deviantart.com/fs15/300W/f/2007/011/c/6/akiko_shinohana_by_undeadlily.jpg) -_- (http://fc01.deviantart.com/fs13/f/2007/022/d/a/iki_girls_by_undeadlily.jpg)
"Zajeli sie handlem obwoźnym" LOL :_delf_5_1:
rysunki ftw :)