AI Prediction Charts
Historical Movement AI Projections
Machine opinion - not advice
Symbols
Projection
10 days
5 days
Run Predictions
Enter symbols and click Run Predictions.
Ready.
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 ?>