/* * 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; } } } } }
2009.8.23 14:34:34Co to znaczy i co z tym mam zrobic to juz nie mam pojecia :) Jesli ktos we jak to nareperowac to prosze uprzejmie o pomoc :]
OS : Windows XP 5.1 (Build: 2600)
CPU : AuthenticAMD AMD Athlon(tm) Processor LE-1640 @ 2620 MHz 1023MB RAM
Video : NVIDIA GeForce 8600 GT (6218)
PosCode : LS1(83) 0:0:0 1/0 [561]
ReadFile beyond EOF 128284+1/128284
History: ULinkerLoad::Serialize <- FString<< <- FNameEntry<< <- LoadNames <- ULinkerLoad::Load <- ULinkerLoad::ULinkerLoad <- UObject::GetPackageLinker <- UObject::StaticLoadObject <- (Engine.Texture crest.crest_1_270980419 NULL) <- CClientSocket::SetCrestTexture <- CClientSocket::AddPledgeInfo <- Setting 5 <- UIPacket <- UNetworkHandler::Tick <- Function Name=UIPacket <- UGameEngine::Tick <- UpdateWorld <- MainLoop
usun folder "crest" o ile taki masz , jak nie to reinstall