/*
* 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ę - Subklasa retailowa
Nieoficjalna polska strona Lineage 2
Archiwa => Wspierane Serwery => Archiwum - serwery prywatne => Dragon Network => Wątek zaczęty przez: orri w Styczeń 08, 2008, 07:38:17 pm
-
czy jak sie robi retail to trzeba zrobic questy Fate's Whisper i Mimir's Elixir? jak tak to mugl by ktos opisac w miare dokladnie te questy?
-
Tak trzeba,
Nie nie mUgłbym opisac tych questow, ale google na 100% to zrobia. Jest 353454345 stron z opisem tych questow, takze po polsku.
-
stratics+lineage2 w gUgle, pewnie trafisz :P
-
http://lineage2.fantastyka.net.pl/viewtopic.php?f=15&t=16
Tutaj masz wszystko opisane.
BTW: Twoje "mugł" aż razi w oczy
-
albo na tym forum: http://forum.lineage2.com.pl/index.php/topic,12777.0.html (http://forum.lineage2.com.pl/index.php/topic,12777.0.html)
zamykam, dla Piotrka i i Zorga plusiki /Reina