You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'content' => '{"method": "report_list", "key": "_YOUR-API-KEY_"}', // change me
),
);
$file = file_get_contents('https://_API-URL_/v3/json', false, stream_context_create($context)); // change me ("Please do not share this URL unless needed.")
$array = json_decode($file, true);
if ($array['_status_']['status'] == 'ok') {
foreach ($array['reports'] as $report) {
if ($report['url']['ip']['cc'] == 'PL' || preg_match('#paypal#i', $report['url']['addr'])) { // change me