Hi. I am a newbie trying to make Smart File Download software to work and have across a few problems despite having read the posts.
In trying to define BASE_DIR I seem to be running out of options here. I included my domain name without the http:// within the BASE_DIR quotes as follows:
define(mydomain.com), (downloads/)
// log downloads? true/false
define('LOG_DOWNLOADS',true);
// log file name
define('downloads','downloads.log');
None of this works. I chmd the downloads file to 777 as indicated in the instructions. I also tried putting download.php and download.log outside my download folder which I named download_file and still not getting results. Despite the fact all these files were inside the downloads folder. I was wondering if I should use my root server name instead of my domain name where BASE_DIR goes (such as home/user/... but that did not worked either. My public_html folder at my server is marked as <..> but not sure if I could mess something up by using the brakets within the BASE_DIR quotes. Is there anything you can suggest I do?.Thanks.