AI Green/Red Trend Screener - Machine Opinion not Advice
Symbols
Show
Bullish + Bearish Signals
Bullish Only
Bearish Only
All Symbols
Arrow Days
Last 2 bars
Last bar
Last 3 bars
Run Screener
Loading screener...
date_default_timezone_set("America/New_York"); $url = 'http://ip-api.com/json/'.$_SERVER['REMOTE_ADDR']; $obj = json_decode(file_get_contents($url), true); $myfile = fopen("visitor.txt", "a") or die("Unable to open file!"); $referer = $_SERVER['HTTP_REFERER'] ?? ''; $txt = date('Y-m-d') . ",Visitor SCAI," . $_SERVER['REMOTE_ADDR'] . "," . $referer . "," . $_SERVER['REQUEST_URI'] . "," . ($_SERVER['QUERY_STRING'] ?? '') . "," . date("h:i:sa") . "," . $obj['country'] . "," . $obj['region'] . "," . $obj['city'] . "," . $obj['isp'] . "," . $obj['org'] . "," . $obj['as'] . "\n"; #$txt = date('Y-m-d').",Visitor SCAI,".$_SERVER['REMOTE_ADDR'].",".$_SERVER['HTTP_REFERER'].",".$_SERVER['REQUEST_URI'].",".$_SERVER['QUERY_STRING'].",".date("h:i:sa").",".$obj['country'].",".$obj['region'].",".$obj['city'].",".$obj['isp'].",".$obj['org'].",".$obj['as']."\n"; fwrite($myfile, $txt); fclose($myfile); ### https://wp-me.com/wordpress-ping-list/ ### https://ip-api.com/#34.176.93.134 ?>