/*
* 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ę - Hero Core.
Nieoficjalna polska strona Lineage 2
Archiwa => Serwery Innova EU => Poszczególne serwery => Archiwum - serwery oficjalne => Core => Wątek zaczęty przez: blacktyger w Lipiec 02, 2012, 11:37:27 am
-
Luty 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Alarion - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Sproot - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] LotuS - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Oton - Wynn
[BMF] Rizzer - Feoh
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [HB] KingsizE - Yul
[DN] Breaker - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Fantomitza - Othell
Marzec 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Sproot - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] LotuS - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Tallahassee - Wynn
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Tazman - Feoh
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [HB] iDante - Yul
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi41.tinypic.com%2F21aa7q0.jpg&hash=b5fdca17b665f55b6425156627cd935f) [VV] Snowman - Tyrr
[DN] Sprtcs - Othell
Kwiecień 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Sproot - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] LotuS - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Tallahassee - Wynn
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [HB] Amethyst - Feoh
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] KingsizE - Yul
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi41.tinypic.com%2F21aa7q0.jpg&hash=b5fdca17b665f55b6425156627cd935f) [VV] Snowman - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [HB] Halaster - Othell
Maj 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Sproot - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] LotuS - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Tallahassee - Wynn
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Dot - Feoh
[EN] Slabas - Yul
[BS] Nickmgs - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Efex - Othell
Czerwiec 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Sproot - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] LotuS - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Tallahassee - Wynn
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Imbatron - Feoh
[EN] Slabas - Yul
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [HB] KasYra - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Fuse - Othell
Lipiec 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Sproot - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] OneKind - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Kardi - Wynn
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Imbatron - Feoh
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] KingsizE - Yul
[TH] Nickmgs - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Aslan - Othell
Sierpień 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Horas - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Lotus - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Kardi - Wynn
[TH] Sepsa - Feoh
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Evil - Yul
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Kasyra - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Aslan - Othell
Wrzesień 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Deimon - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Jaden - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Kardi - Wynn
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Patri - Feoh
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] KingsizE - Yul
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Kasyra - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Aslan - Othell
Październik 2012
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Topless - Aeore
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] SexyDream - Iss
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [BS] Menace2society - Tank
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Kardi - Wynn
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [BS] Hell - Feoh
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F2s7gumd.jpg&hash=8ce14ee935a95c8b18033b8097cd8d3e) [BS] KingsizE - Yul
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Kasyra - Tyrr
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2Fk4t4y8.png&hash=61c1b21e5e9738c5753d318c0537066a) [HI] Aslan - Othell
Updated.
//Russe