[Deprecated] Function get_magic_quotes_runtime() is deprecated

GET /fr/gb/new-oset-video-fr-FR/themes/oset2015/css/themes/oset2015/css/animate.css

Line 36 in /home/osetbike/public_html/mysite/code/Site/ip2locationlite.class.php

Source

27 
28 	private function getResult($host, $name){
29 		$ip = @gethostbyname($host);
30 
31 		// if(filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){
32 		if(filter_var($ip, FILTER_VALIDATE_IP)){
33 			$xml = @file_get_contents('http://' . $this->service . '/' . $this->version . '/' . $name . '/?key=' . $this->apiKey . '&ip=' . $ip . '&format=xml');
34 
35 
36 			if (get_magic_quotes_runtime()){
37 				$xml = stripslashes($xml);
38 			}
39 
40 			try{
41 				$response = @new SimpleXMLElement($xml);
42 

Trace

page non trouvée - OSET France

page non trouvée

Oups, vous êtes sorti du parcours

Désolé, il semble que vous tentiez d'accéder à une page qui n'existe pas.

S'il vous plaît vérifier l'orthographe de l'URL que vous tentiez d'accéder et essayez à nouveau.