/*
* 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]L2J Buff Creator
Nieoficjalna polska strona Lineage 2
Archiwa => Własny serwer => Archiwum - serwery prywatne => Stawianie serwera => Wątek zaczęty przez: Matim w Sierpień 09, 2009, 07:28:10 pm
Przydatny programik, który generuje skrypt dla naszego buffera. Obsługuje: - L2J - L2J Free - L2 Emu - L2J Archid (https://forum.lineage2.com.pl/proxy.php?request=http%3A%2F%2Fimg5.imageshack.us%2Fimg5%2F561%2Fl2jbuffcreator6.png&hash=55a25e026d1da4203c6c7561c5858812) Generuje skrypt + pliki html - przydane dla początkujących. Autor: DragonHuter Pobierz L2J Buff Creator (http://www.4shared.com/file/91989985/35d78261/L2J_Buff_Creator.html)
Witam . Link niestety wygasł czy można prosić o reupa ?? Z góry dziękuje
DragonHunter został zbanowany na forum maxcheaters, a więc w akcie zemsty usunął wszystkie swoje share. Został zbanowany za umieszczenie wraz ze swoimi programami - keylogerów. Zamykam.