Anonymous - 2004-05-24

Hi All

I must have a problem with the way I have configured fileshare 2003 as when I click on a listed file I get an error message saying "The following error was found.  CAN'T FIND THE FILE"
I have attached the bit of the config file I have altered below.
Also is it possible to link to files held on a different server than where fileshare is.

Cheers Chris

/ File settings
$_CONFIG["work_dir"]=$_GET["DIR"]; // Don't change!, I meen it, DO NOT
CHANGE IT!
$_CONFIG["dir"]="./work_dir";  //The directory where the files is.
$_CONFIG["master_url"]="./"; //The URL directory
$_CONFIG["main_file"] ="index.php"; // The name of the main file.
$_CONFIG["dir"]="./work_dir";

//Upload settings
$_CONFIG["upload_dir"]="./work_dir";  //The upload Directory.
$_CONFIG["upload_incomplete_dir"]="./work_dir";  //The upload Directory the
incomplete files are.
$_CONFIG["alow_upload"]=true;  //If you alow uploads.
$_CONFIG["upload_max_size"]=10485760;  //in bytes...
//Upload rules, just folow the pattern for more rules...
$_CONFIG["upload_rules"]="You can only upload small files, if you whant to
upload biger files, then please use the ftp.<br>";
$_CONFIG["upload_rules"].="ftp://user:pass@IP/<br>";