CuraHack, you don't need to put dots, just check the __construct function
try to revert the mods, and use it like that : create another file in the same dir and put its contents like that
PHP Code: 
<?php
require_once "CurlAxel.php";
$fileurl "http://93.190.137.8/1000mb.bin"
$curlaxel = new CurlAxel
$curlaxel->setUrl($fileurl); 
$curlaxel->activeLog(true); 
//$curlaxel->setTempDir(somewhere);
//$curlaxel->setDownloadDir(somewhere);
$curlaxel->download();
aishamontreal, soft2050, praveer : i'm glad you like it