/*
* 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ę - [Dzielę Pliki] 6 GM Shopów [Interlude]
Nieoficjalna polska strona Lineage 2
Lineage 2 => Prowadzenie własnego serwera => Serwery prywatne => Praca z serwerem => Wątek zaczęty przez: Nayana w Marzec 21, 2012, 09:05:15 pm
-
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi44.tinypic.com%2Fnetk3n.jpg&hash=5264cf884a916924b0c80d092db9b914)(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi42.tinypic.com%2F288z41t.jpg&hash=9584c640c7b8603f0caaaffd96f7aca3)
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi44.tinypic.com%2F2lcscy.jpg&hash=84a56b8458f6a67bddc01d6181b850ab)(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi44.tinypic.com%2Ff4fber.jpg&hash=0dc6050b835a9014eacf2c3767c022b8)
(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi41.tinypic.com%2F14vr96u.jpg&hash=85d06dede551375f55f8245ef5f15a7e)(https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fi44.tinypic.com%2Fhv100x.jpg&hash=5f0f1e7cc5099302e56f2dee522cee2f)
------------------------------------------------------------
Wykonawca: Votya
Download: http://www.4shared.com/get/-AswGzof/6_GMShopw.html
------------------------------------------------------------