Oppure

Loading
27/08/09 12:41
maverik79
Ciao raga ho un problema non so come configurare il file config.php

questa è la spiegazione di quello che dovrei fare ma non so cosa devo mettere in path=

mi potete aiutare?


AJAX File Browser

Language: PHP5, Javascript, DOM, Platform: linux, windows, freebsd, sun, Version: 1.0, Date: 11/10/2006



This is a file browser made in PHP5 so you will need this for it to work. It's all Ajax so you'll get a directory tree without having to make read all the directories at once. It's been made so that you can incorporate it in your scripts with minimum hassle.



Step 1: Upload the files on your server.

Step 2: Edit the config.php file to allow selected file extensions and select the path you want to read

That's all!!!


A template is provided in index.php. The code is pretty self explanatory so you can edit it quite easily to suit your specifications.


file config.php

<?php
$path = './';
$invalid_files = array ("\/", "php", "css", "htaccess", "sub", "srt", "idx", "smi", "jpg", "js";);
?>

grazie in anticipo!!!


aaa
27/08/09 18:50
NewAge
Allora, se te metti il file in "tuosito/…; e vuoi vedere ogni file nella cartella e nelle cartelle sottostanti metti pure "./", invece se per esempio con il file manager vuoi poter solo amministrare i file dentro una cartella come "tuosito/uploads/…; specifica la cartella usando $path="./uploads/"
aaa
29/08/09 8:58
maverik79
mi da questo errore non riesco a capire dove sbaglio

ajax file browser

The method is not allowed.
ilmiosito.it/dati/user1/
501 Not Implemented
Session.OpenItem

il file che sto usando lo scaricato qui ajaxfilebrowser.com/
Ultima modifica effettuata da maverik79 29/08/09 9:06
aaa