Code Context //geo ip
$PublicIP = get_client_ip();
$json = unserialize(file_get_contents("http://www.geoplugin.net/php.gp?ip=".$PublicIP));
$backend_scripts_data_header = array(
'BackendScript' => array(
'id' => '1',
'code' => 'header_scripts',
'data' => '<!--comment head tag -->',
'date_added' => '2018-03-30 00:00:00',
'modified' => '2018-03-30 11:27:17'
)
)
$backend_scripts_data_footer = array(
'BackendScript' => array(
'id' => '2',
'code' => 'footer_scripts',
'data' => null,
'date_added' => '2018-03-30 00:00:00',
'modified' => '2018-03-30 11:27:17'
)
)
$PublicIP = '216.73.216.169'
$http_response_header = array(
(int) 0 => 'HTTP/1.1 403 Forbidden',
(int) 1 => 'cache-control: no-cache',
(int) 2 => 'content-type: application/json',
(int) 3 => 'connection: close'
)
file_get_contents - [internal], line ??
HomesController::beforeFilter() - APP/Controller/HomesController.php, line 100
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 243
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 677
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111