Code Context
function geoplugin_lookup($ip){
$geoplugin = unserialize( file_get_contents('http://www.geoplugin.net/php.gp?ip=' . $ip) );
$ip = '216.73.216.206'
$http_response_header = array(
(int) 0 => 'HTTP/1.1 429 Too Many Requests',
(int) 1 => 'cache-control: no-cache',
(int) 2 => 'content-type: application/json',
(int) 3 => 'connection: close'
)
file_get_contents - [internal], line ??
GeoIpComponent::geoplugin_lookup() - APP/Controller/Component/GeoIpComponent.php, line 22
AppController::set_ip_visitors() - APP/Controller/AppController.php, line 212
AppController::beforeFilter() - APP/Controller/AppController.php, line 80
JokesController::beforeFilter() - APP/Controller/JokesController.php, line 15
call_user_func - [internal], line ??
CakeEventManager::dispatch() - APP/Cake/Event/CakeEventManager.php, line 248
Controller::startupProcess() - APP/Cake/Controller/Controller.php, line 670
Dispatcher::_invoke() - APP/Cake/Routing/Dispatcher.php, line 184
Dispatcher::dispatch() - APP/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 112