/*
* 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ę - subclass i noblesss
Nieoficjalna polska strona Lineage 2
Archiwa => Wspierane Serwery => Archiwum - serwery prywatne => Dragon Network => Wątek zaczęty przez: mordok123 w Kwiecień 28, 2007, 10:04:45 pm
-
moglby ktos podac jakas strone co jest podany quest na sub i nobless
-
Subklasa:
Mimir's Elixir (http://lineage2.stratics.com/content/library/quests/index.php?id=15001) - quest główny
Fate’s Whisper (http://lineage2.stratics.com/content/library/quests/index.php?id=15011) - quest niezbędny do rozpoczęcia questu głównego
Nobless
Part 1 (http://lineage2.stratics.com/content/library/quests/index.php?id=15049)
Part 2 (http://lineage2.stratics.com/content/library/quests/index.php?id=15050)
Part 3 (http://lineage2.stratics.com/content/library/quests/index.php?id=15051)
Part 4 (http://lineage2.stratics.com/content/library/quests/index.php?id=15052)
-
czy sa jakies linki po polsku co te questy sa napisane
-
Subclass (http://forum.lineage2.bo.pl/index.php?topic=12222.msg138338#msg138338)
Nobless (http://forum.lineage2.bo.pl/index.php?topic=7239.0)