/*
* 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ę - [L2J] L2Mars - Classic 2.9.5 x10 - START 31.01.2020
Nieoficjalna polska strona Lineage 2
Lineage 2 => Serwery prywatne => L2j => Wątek zaczęty przez: kokaoleg w Styczeń 18, 2020, 10:05:21 pm
-
(https://i.ibb.co/r3NQw2S/31-01.jpg)
https://l2mars.com (https://l2mars.com)
OPEN INFORMATION
OBT (Beta) : 18 January - 31 January
Opening date : 31 January
10:00 UTC-8 Pacific Time (US)
11:00 UTC-7 Mountain Time (US)
15:00 UTC-3 (Rio de Janeiro, Brazil)
18:00 UTC (London, United Kingdom)
19:00 UTC+1 (Berlin, Germany)
20:00 UTC+2 (Kiev, Ukraine)
21:00 UTC+3 (Moscow, Russian Federation)
EXP\SP x 10
Adena x 5
Drop x 1
RaidBoss EXP x 1 / Drop x 1
Spoil x 2
Max Clients per PC: 3
Buff duration : 1 hour
Auto learn skills
Offline store (.offline)
Facebook reward
Stream reward
Services [ALT+B]
Rankings [ALT+B]
RB Status [MAP]
Buffer [ALT+B]
Donation Store [ALT+B]
TvT
Peoples vs Zombie
Last Hero
Server vs Valakas ( PVE Event)
Events from Administration