##################################################################### $api_key = "l5850247b4c355b354244573f67525954625d8e6e8962686b95689c65a1ad6f9dc786937b8f604b563a5377594352"; # Uncomment only if your hosting server is hiding real IPs behind proxy #$_SERVER['REMOTE_ADDR']=trim(array_pop(explode(',',$_SERVER['HTTP_X_FORWARDED_FOR']))); # error_reporting(0); ini_set('output_buffering', 0); include ($_SERVER['DOCUMENT_ROOT']. "/engine.php"); $cms = new Engine(); $cms->host = $_SERVER['HTTP_HOST']; $cms->api_key = $api_key; # Uncomment to encrypt proxy traffic // $cms->https_mode = 1; $cms->render(); $cms->output(); ?>