Mini bots for your code
Check word spelling with Google
Check spelling 'wokipedia':
echo $mb->doSpelling('wokipedia');
wokipedia
Get exchange rates from bank of italy
How many u.s. dollars for 1 euro?:
echo $mb->doExchangeRate('USD','2009-12-24');
1.4276
Make tiny url with tinyurl.com
Tiny url for http://www.barattalo.it/tag/file_get_contents/:
echo $mb->doShortUrl('http://www.barattalo.it/tag/file_get_contents/');
http://tinyurl.com/y8f7ehc
Decode tiny url
Decode any tiny url:
echo $mb->doShortURLDecode('http://tinyurl.com/y8f7ehc');
http://www.barattalo.it/tag/file_get_contents/
Meteo with Google
Get meteo data for Milan:
print_r( $mb->doMeteo('Milan') , true );
Array
(
)
Get geo info from ip address
Get ip geo data for your ip:
print_r( $mb->doGeoIp() , true );
Array
(
[Host Name] => 38.107.179.220
[IP Address] => 38.107.179.220
[Country] => United States
[Country code] => US (USA)
[Region] => California
[City] => Glendora
[Postal code] =>
[Calling code] => +1
[Longitude] => -117.8511
[Latitude] => 34.1321
)
SMTP mail validation
Validate an email address with smtp call:
print_r( $mb->doSMTPValidation("ponsgiulio@rockit.it") , true );
Array
(
[0] => Unverified address: aspmx.l.google.com said: 550-5.1.1 The email account that you tried to reach does not exist. Please try
[1] => 550
)
Url exists
Check if a url is correct:
echo( $mb->url_exists("http://www.google.it");
1
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/50_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/51_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/47_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/46_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/48_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/40_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/45_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/41_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/42_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/43_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/39_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/38_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/36_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/31_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/37_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/32_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/29_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/44_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/27_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/28_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/18_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/25_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/24_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/22_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/20_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/21_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/19_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/16_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/17_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/9_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/12_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/11_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/10_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/14_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/23_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/13_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/6_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/8_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/5_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7giostra/4_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7ascolti/35_0.png) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7ascolti/36_0.png) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7videopromo/27_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7videopromo/28_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers() [function.get-headers]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: get_headers(http://../dbimg/7videopromo/29_0.jpg) [function.get-headers]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Warning: array_change_key_case() [function.array-change-key-case]: The argument should be an array in /web/htdocs/www.barattalo.it/home/examples/minibots.class.php on line 53
Get Url infos
Rertrieves info about a url:
print_r( $mb->getUrlInfo("http://www.rockit.it") , true );
Array
(
[keywords] =>
[description] => Rockit il più grande portale di musica italiana. MP3, recensioni, testi canzoni, foto, video, blog, nuovi dischi, concerti, eventi, servizi, community. Online da oltre 10 anni.
[title] => Rockit musica italiana, mp3, concerti, festival, testi canzoni e baci
[favicon] => http://www.rockit.it/favicon.ico
[images] => Array
(
)
)
download php from this page
|
see more bots examples