read()) { if (($entry!=".")&&($entry!="..")) { $itemname="$tree/$entry"; if (is_dir($itemname)) { echo "".$entry."
"; } } } } } function file_list($user){ $path="Share/".$user; if (!is_dir($path)) { echo "!! No private folder available for $user !!"; return; } $d=dir($path); while ($entry=$d->read()) { if (($entry!=".")&&($entry!="..")) { $itemname="$path/$entry"; if (is_file($itemname)) { if (!strstr($entry,".info") && !strstr($entry,".htaccess")) { //echo "".$entry."
"; $finfoname=$itemname.".info"; $finfo=fopen($finfoname,"r"); $owner=trim(fgets($finfo,1024)); $info=""; while (!feof($finfo)) $info.=fgets($finfo,1024); fclose($finfo); echo '

'.$entry.'
'.$info.'

'; } } } } } // INIZIO HTML ?>
     
"; } ?>

Welcome,

Partner list
Choose a partner on the left. You can upload a file to his personal folder without using the members area. The file will be only visible by the user you choose.
"; echo'Share file with: '; echo $partner; echo'

Upload file:

File description (required):

My shared folder

'; echo"
My folder
Files in this folder are only visible by the user and the webmaster.
Members area Delete files in my folder