| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/ext/mailhive/cloudbeez/test_connection/ |
Upload File : |
<h1>MailBeez CloudLoader Connection Speed Test</h1>
<?php
$source = "http://cloudbeez.com/speedtest_file.zip";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $source);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSLVERSION, 3);
//$stream = fopen('test.zip', 'w');
//curl_setopt($ch, CURLOPT_FILE, $stream);
$data = curl_exec($ch);
$error = curl_error($ch);
$info = curl_getinfo($ch);
curl_close($ch);
?>
<?php
if ($info['speed_download'] < 333000) {
echo '<b><font color="red">Speed_download too slow (' . $info['speed_download'] . ' Bytes per Second), please contact your Server Admin with reference to this page.</b>';
} else {
echo 'OK (' . $info['speed_download'] . ' Bytes per Second)';
}
?>
<pre>
<?php
print_r($info);
?>
</pre>